@charset "UTF-8";
/*See discussion in http://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/*/
/* 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,
.path-terms .footer-second .field--name-body .terms,
.path-privacy .footer-second .field--name-body .privacy, 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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ul.menu {
  margin: 0;
}

* {
  box-sizing: border-box;
}

* {
  font-family: "Jost", Futura, "Trebuchet MS", Arial, sans-serif !important;
}

html {
  font: 14.5px/150% "Jost", Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  color: hsl(0, 0%, 30%);
  font-optical-sizing: auto;
}
html html, html body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  color: hsl(224, 58%, 35%);
  font-weight: 400;
}

p {
  font-weight: 300;
  margin-bottom: 1em;
  font-size: 0.9em;
  line-height: 1.4;
}

h1 {
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}

h2 {
  font-size: 1.5em;
  line-height: 1.3;
}
@media screen and (min-width: 479px) {
  h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}

strong, b {
  font-weight: 500;
}

em, i {
  font-style: italic;
}

/* @group links */
hr {
  border: 0;
  border-bottom: 2px dotted gray;
}

.links a:link, .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .links .terms:link, .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .links .privacy:link, .links a:visited, .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .links .terms:visited, .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .links .privacy:visited, .links a:hover, .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .links .terms:hover, .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .links .privacy:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .links a:link, .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .links .terms:link, .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .links .privacy:link, .links a:visited, .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .links .terms:visited, .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .links .privacy:visited, .links a:hover, .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .links .terms:hover, .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .links .privacy:hover {
    color: hsl(0, 0%, 30%);
  }
}
.links a:active,
.links a.is-active,
.links .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .links .terms,
.links .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .links .privacy {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.links a.is-active, .links .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .links .terms, .links .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .links .privacy {
  font-style: italic;
  font-weight: 500;
}
.links a:link, .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .links .terms:link, .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .links .privacy:link, .links a:hover, .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .links .terms:hover, .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .links .privacy:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.links a:hover, a:hover, .path-terms .footer-second .field--name-body .terms:hover, .path-privacy .footer-second .field--name-body .privacy:hover {
  color: hsl(224, 58%, 35%);
}

/* @end links */
.messages--status, .messages--error {
  z-index: 1000;
  font-weight: 500;
  line-height: initial;
}

/* @group animated triangle */
.triangle:hover {
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  /*
     transform: rotate(360deg);
   -webkit-transform: rotate(360deg);
  */
}

.triangle {
  width: 1.75em;
  height: 1.75em;
  margin-left: -0.3em;
  margin-right: -0.2em;
  position: relative;
  top: 0.6em;
}
.triangle img {
  width: 100%;
}

/* @end */
/* @group Contextual menus */
@media only screen and (min-width: 959px) {
  #block-hampshire-content .contextual button,
  #block-hampshire-content .contextual .contextual-links,
  #block-ourpeople .contextual button,
  #block-ourpeople .contextual .contextual-links,
  .path-investors-login #block-investors-submenu .contextual button,
  .path-investors-login #block-investors-submenu .contextual .contextual-links {
    left: -10em;
  }
}

.contextual {
  z-index: 500;
  opacity: 1 !important;
}

/* @group menus */
.region-header,
.region-footer,
.region-footer-second {
  padding-left: 1em;
}

.region-header {
  display: block;
  width: 100%;
}
.region-header li.menu-item {
  display: inline;
  margin-right: 0.75em;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
}
.region-header li.menu-item a:link, .region-header li.menu-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .region-header li.menu-item .terms:link, .region-header li.menu-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .region-header li.menu-item .privacy:link, .region-header li.menu-item a:visited, .region-header li.menu-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .region-header li.menu-item .terms:visited, .region-header li.menu-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .region-header li.menu-item .privacy:visited, .region-header li.menu-item a:hover, .region-header li.menu-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .region-header li.menu-item .terms:hover, .region-header li.menu-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .region-header li.menu-item .privacy:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .region-header li.menu-item a:link, .region-header li.menu-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .region-header li.menu-item .terms:link, .region-header li.menu-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .region-header li.menu-item .privacy:link, .region-header li.menu-item a:visited, .region-header li.menu-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .region-header li.menu-item .terms:visited, .region-header li.menu-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .region-header li.menu-item .privacy:visited, .region-header li.menu-item a:hover, .region-header li.menu-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .region-header li.menu-item .terms:hover, .region-header li.menu-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .region-header li.menu-item .privacy:hover {
    color: hsl(0, 0%, 30%);
  }
}
.region-header li.menu-item a:active,
.region-header li.menu-item a.is-active,
.region-header li.menu-item .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .region-header li.menu-item .terms,
.region-header li.menu-item .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .region-header li.menu-item .privacy {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.region-header li.menu-item a.is-active, .region-header li.menu-item .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .region-header li.menu-item .terms, .region-header li.menu-item .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .region-header li.menu-item .privacy {
  font-style: italic;
  font-weight: 500;
}
.region-header li.menu-item a:hover, .region-header li.menu-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .region-header li.menu-item .terms:hover, .region-header li.menu-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .region-header li.menu-item .privacy:hover {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.region-header ul.menu li.menu-item:first-child a:hover, .region-header ul.menu li.menu-item:first-child .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .region-header ul.menu li.menu-item:first-child .terms:hover, .region-header ul.menu li.menu-item:first-child .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .region-header ul.menu li.menu-item:first-child .privacy:hover {
  border-bottom: none;
}
.region-header li.menu-item:last-child:before {
  content: "\a|";
  color: hsl(210, 50%, 50%);
  margin-left: -0.5em;
  margin-right: 0.1em;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .region-header li.menu-item:last-child:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .region-header .navigation li.menu-item:first-child {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .region-header .navigation {
    width: 100%;
    margin-top: 1em;
    padding: 0.25em 0;
  }
  .region-header .navigation li.menu-item {
    margin-right: 0.3em;
    font-size: 0.95em;
  }
  .region-header .navigation li.menu-item:last-child:before {
    margin-left: -0.15em;
    font-weight: 400;
  }
}
.region-header .navigation,
.region-header #block-hampshire-branding {
  display: table-cell;
  vertical-align: middle;
}
.region-header .navigation {
  padding-top: 2%;
  width: 70%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .region-header .navigation {
    width: 50%;
  }
}
.region-header #block-hampshire-branding {
  width: 30%;
  padding-right: 3em;
}
.region-header #block-hampshire-branding .site-logo {
  text-align: right;
}
.region-header #block-hampshire-branding img {
  width: 100%;
  padding-left: 1em;
  margin-bottom: -10%;
  min-width: 150px;
}
@media only screen and (max-width: 479px) {
  .region-header #block-hampshire-branding {
    display: block;
    width: 50%;
    padding-right: 1em;
    padding-bottom: 1em;
    margin-left: 50%;
  }
}

/*Top menu active for specific secondary pages*/
[class*=path-vision] .navigation li.menu-item:nth-child(4) a, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .privacy,
[class*=path-people] .navigation li.menu-item:nth-child(6) a,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .privacy,
[class*=path-lens] .navigation li.menu-item:nth-child(7) a,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .privacy,
[class*=path-contact] .navigation li.menu-item:nth-child(8) a,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .privacy,
[class*=path-investors] .navigation li.menu-item:nth-child(9) a,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .privacy {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
[class*=path-vision] .navigation li.menu-item:nth-child(4) a a:link, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms a:link, [class*=path-vision] .navigation li.menu-item:nth-child(4) a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) a .terms:link, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms .terms:link, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-privacy .footer-second .field--name-body .privacy a:link, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .privacy a:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .privacy .terms:link, [class*=path-vision] .navigation li.menu-item:nth-child(4) a .path-privacy .footer-second .field--name-body .privacy:link, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:link, .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) a .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms .privacy:link, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .privacy .privacy:link, [class*=path-vision] .navigation li.menu-item:nth-child(4) a a:hover, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms a:hover, [class*=path-vision] .navigation li.menu-item:nth-child(4) a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) a .terms:hover, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms .terms:hover, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-privacy .footer-second .field--name-body .privacy a:hover, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .privacy a:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .privacy .terms:hover, [class*=path-vision] .navigation li.menu-item:nth-child(4) a .path-privacy .footer-second .field--name-body .privacy:hover, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:hover, .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) a .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .terms .privacy:hover, [class*=path-vision] .navigation li.menu-item:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-vision] .navigation li.menu-item:nth-child(4) .privacy .privacy:hover,
[class*=path-people] .navigation li.menu-item:nth-child(6) a a:link,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms a:link,
[class*=path-people] .navigation li.menu-item:nth-child(6) a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) a .terms:link,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms .terms:link,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-privacy .footer-second .field--name-body .privacy a:link,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=path-people] .navigation li.menu-item:nth-child(6) .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .privacy a:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .privacy .terms:link,
[class*=path-people] .navigation li.menu-item:nth-child(6) a .path-privacy .footer-second .field--name-body .privacy:link,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:link,
.path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) a .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms .privacy:link,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .privacy .privacy:link,
[class*=path-people] .navigation li.menu-item:nth-child(6) a a:hover,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms a:hover,
[class*=path-people] .navigation li.menu-item:nth-child(6) a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) a .terms:hover,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms .terms:hover,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-privacy .footer-second .field--name-body .privacy a:hover,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=path-people] .navigation li.menu-item:nth-child(6) .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .privacy a:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .privacy .terms:hover,
[class*=path-people] .navigation li.menu-item:nth-child(6) a .path-privacy .footer-second .field--name-body .privacy:hover,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:hover,
.path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) a .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .terms .privacy:hover,
[class*=path-people] .navigation li.menu-item:nth-child(6) .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-people] .navigation li.menu-item:nth-child(6) .privacy .privacy:hover,
[class*=path-lens] .navigation li.menu-item:nth-child(7) a a:link,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms a:link,
[class*=path-lens] .navigation li.menu-item:nth-child(7) a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) a .terms:link,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms .terms:link,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-privacy .footer-second .field--name-body .privacy a:link,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=path-lens] .navigation li.menu-item:nth-child(7) .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .privacy a:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .privacy .terms:link,
[class*=path-lens] .navigation li.menu-item:nth-child(7) a .path-privacy .footer-second .field--name-body .privacy:link,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:link,
.path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) a .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms .privacy:link,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .privacy .privacy:link,
[class*=path-lens] .navigation li.menu-item:nth-child(7) a a:hover,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms a:hover,
[class*=path-lens] .navigation li.menu-item:nth-child(7) a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) a .terms:hover,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms .terms:hover,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-privacy .footer-second .field--name-body .privacy a:hover,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=path-lens] .navigation li.menu-item:nth-child(7) .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .privacy a:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .privacy .terms:hover,
[class*=path-lens] .navigation li.menu-item:nth-child(7) a .path-privacy .footer-second .field--name-body .privacy:hover,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:hover,
.path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) a .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .terms .privacy:hover,
[class*=path-lens] .navigation li.menu-item:nth-child(7) .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-lens] .navigation li.menu-item:nth-child(7) .privacy .privacy:hover,
[class*=path-contact] .navigation li.menu-item:nth-child(8) a a:link,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms a:link,
[class*=path-contact] .navigation li.menu-item:nth-child(8) a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) a .terms:link,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms .terms:link,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-privacy .footer-second .field--name-body .privacy a:link,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=path-contact] .navigation li.menu-item:nth-child(8) .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .privacy a:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .privacy .terms:link,
[class*=path-contact] .navigation li.menu-item:nth-child(8) a .path-privacy .footer-second .field--name-body .privacy:link,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:link,
.path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) a .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms .privacy:link,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .privacy .privacy:link,
[class*=path-contact] .navigation li.menu-item:nth-child(8) a a:hover,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms a:hover,
[class*=path-contact] .navigation li.menu-item:nth-child(8) a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) a .terms:hover,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms .terms:hover,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-privacy .footer-second .field--name-body .privacy a:hover,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=path-contact] .navigation li.menu-item:nth-child(8) .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .privacy a:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .privacy .terms:hover,
[class*=path-contact] .navigation li.menu-item:nth-child(8) a .path-privacy .footer-second .field--name-body .privacy:hover,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:hover,
.path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) a .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .terms .privacy:hover,
[class*=path-contact] .navigation li.menu-item:nth-child(8) .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-contact] .navigation li.menu-item:nth-child(8) .privacy .privacy:hover,
[class*=path-investors] .navigation li.menu-item:nth-child(9) a a:link,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms a:link,
[class*=path-investors] .navigation li.menu-item:nth-child(9) a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) a .terms:link,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms .terms:link,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-privacy .footer-second .field--name-body .privacy a:link,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=path-investors] .navigation li.menu-item:nth-child(9) .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .privacy a:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .privacy .terms:link,
[class*=path-investors] .navigation li.menu-item:nth-child(9) a .path-privacy .footer-second .field--name-body .privacy:link,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:link,
.path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) a .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms .privacy:link,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .privacy .privacy:link,
[class*=path-investors] .navigation li.menu-item:nth-child(9) a a:hover,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms a:hover,
[class*=path-investors] .navigation li.menu-item:nth-child(9) a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) a .terms:hover,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms .terms:hover,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-privacy .footer-second .field--name-body .privacy a:hover,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=path-investors] .navigation li.menu-item:nth-child(9) .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .privacy a:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .privacy .terms:hover,
[class*=path-investors] .navigation li.menu-item:nth-child(9) a .path-privacy .footer-second .field--name-body .privacy:hover,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-terms .footer-second .field--name-body .terms .path-privacy .footer-second .field--name-body .privacy:hover,
.path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) a .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .terms .privacy:hover,
[class*=path-investors] .navigation li.menu-item:nth-child(9) .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-investors] .navigation li.menu-item:nth-child(9) .privacy .privacy:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

/* @end */
/* @group footer */
.region-footer {
  clear: both;
  padding: 3% 3% 0;
  /*

    .links {
      @include navlink;
    }
  */
}
.region-footer li.menu-item {
  display: inline;
  margin-right: 0.75em;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
}
.region-footer li.menu-item a:link, .region-footer li.menu-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .region-footer li.menu-item .terms:link, .region-footer li.menu-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .region-footer li.menu-item .privacy:link, .region-footer li.menu-item a:visited, .region-footer li.menu-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .region-footer li.menu-item .terms:visited, .region-footer li.menu-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .region-footer li.menu-item .privacy:visited, .region-footer li.menu-item a:hover, .region-footer li.menu-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .region-footer li.menu-item .terms:hover, .region-footer li.menu-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .region-footer li.menu-item .privacy:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .region-footer li.menu-item a:link, .region-footer li.menu-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .region-footer li.menu-item .terms:link, .region-footer li.menu-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .region-footer li.menu-item .privacy:link, .region-footer li.menu-item a:visited, .region-footer li.menu-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .region-footer li.menu-item .terms:visited, .region-footer li.menu-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .region-footer li.menu-item .privacy:visited, .region-footer li.menu-item a:hover, .region-footer li.menu-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .region-footer li.menu-item .terms:hover, .region-footer li.menu-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .region-footer li.menu-item .privacy:hover {
    color: hsl(0, 0%, 30%);
  }
}
.region-footer li.menu-item a:active,
.region-footer li.menu-item a.is-active,
.region-footer li.menu-item .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .region-footer li.menu-item .terms,
.region-footer li.menu-item .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .region-footer li.menu-item .privacy {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.region-footer li.menu-item a.is-active, .region-footer li.menu-item .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .region-footer li.menu-item .terms, .region-footer li.menu-item .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .region-footer li.menu-item .privacy {
  font-style: italic;
  font-weight: 500;
}
.region-footer li.menu-item a:hover, .region-footer li.menu-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .region-footer li.menu-item .terms:hover, .region-footer li.menu-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .region-footer li.menu-item .privacy:hover {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.region-footer ul.menu li.menu-item:first-child a:hover, .region-footer ul.menu li.menu-item:first-child .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .region-footer ul.menu li.menu-item:first-child .terms:hover, .region-footer ul.menu li.menu-item:first-child .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .region-footer ul.menu li.menu-item:first-child .privacy:hover {
  border-bottom: none;
}
.region-footer li.menu-item:last-child:before {
  content: "\a|";
  color: hsl(210, 50%, 50%);
  margin-left: -0.5em;
  margin-right: 0.1em;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .region-footer li.menu-item:last-child:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .region-footer .navigation li.menu-item:first-child {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .region-footer .navigation {
    width: 100%;
    margin-top: 1em;
    padding: 0.25em 0;
  }
  .region-footer .navigation li.menu-item {
    margin-right: 0.3em;
    font-size: 0.95em;
  }
  .region-footer .navigation li.menu-item:last-child:before {
    margin-left: -0.15em;
    font-weight: 400;
  }
}
.region-footer #block-hampshire-footer {
  float: left;
  margin-top: 3%;
  margin-right: 3%;
}
@media only screen and (max-width: 479px) {
  .region-footer #block-hampshire-footer {
    float: none;
    margin-top: 2em;
  }
}
.region-footer #block-socialmediaicons,
.region-footer #block-destinationpropertiesnavlink {
  float: left;
  margin-top: 4.2%;
}
.region-footer #block-socialmediaicons {
  /*Social media icons*/
  margin-right: 1em;
  white-space: nowrap;
}
.region-footer #block-socialmediaicons .media-icon {
  background-size: 1060% 1060%;
  background-image: url(../images/flat-social-media-icons.png);
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 0.75em;
}
.region-footer #block-socialmediaicons .media-icon.facebook {
  background-position: 0 0;
}
.region-footer #block-socialmediaicons .media-icon.twitter {
  background-position: -30px 0;
}
.region-footer #block-socialmediaicons .media-icon.linkedin {
  background-position: -150px 0;
}
.region-footer #block-socialmediaicons .media-icon.d {
  background-position: -240px 0;
}
.region-footer #block-socialmediaicons .media-icon.e {
  background-position: -180px 0;
}
.region-footer #block-destinationpropertiesnavlink {
  width: 12em;
}

.region-footer-second {
  padding-top: 1em;
  margin-bottom: 2em;
  clear: both;
}
.region-footer-second #block-disclaimer {
  clear: both;
  border-top: 1px solid #333;
}
.region-footer-second #block-disclaimer p {
  margin-top: 0.5em;
  font-size: 0.8em;
  line-height: 1.1;
  font-weight: 400;
}
.region-footer-second .field--name-body {
  color: hsl(0, 0%, 30%);
}
.region-footer-second .field--name-body a:link, .region-footer-second .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .region-footer-second .field--name-body .terms:link, .region-footer-second .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .region-footer-second .field--name-body .privacy:link, .region-footer-second .field--name-body a:visited, .region-footer-second .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .region-footer-second .field--name-body .terms:visited, .region-footer-second .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .region-footer-second .field--name-body .privacy:visited, .region-footer-second .field--name-body a:hover, .region-footer-second .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .region-footer-second .field--name-body .terms:hover, .region-footer-second .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .region-footer-second .field--name-body .privacy:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .region-footer-second .field--name-body a:link, .region-footer-second .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .region-footer-second .field--name-body .terms:link, .region-footer-second .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .region-footer-second .field--name-body .privacy:link, .region-footer-second .field--name-body a:visited, .region-footer-second .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .region-footer-second .field--name-body .terms:visited, .region-footer-second .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .region-footer-second .field--name-body .privacy:visited, .region-footer-second .field--name-body a:hover, .region-footer-second .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .region-footer-second .field--name-body .terms:hover, .region-footer-second .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .region-footer-second .field--name-body .privacy:hover {
    color: hsl(0, 0%, 30%);
  }
}
.region-footer-second .field--name-body a:active,
.region-footer-second .field--name-body a.is-active,
.region-footer-second .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .region-footer-second .field--name-body .terms,
.region-footer-second .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .region-footer-second .field--name-body .privacy {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.region-footer-second .field--name-body a.is-active, .region-footer-second .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .region-footer-second .field--name-body .terms, .region-footer-second .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .region-footer-second .field--name-body .privacy {
  font-style: italic;
  font-weight: 500;
}
.region-footer-second .field--name-body a:link, .region-footer-second .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .region-footer-second .field--name-body .terms:link, .region-footer-second .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .region-footer-second .field--name-body .privacy:link,
.region-footer-second .field--name-body a:visited,
.region-footer-second .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .region-footer-second .field--name-body .terms:visited,
.region-footer-second .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .region-footer-second .field--name-body .privacy:visited,
.region-footer-second .field--name-body a:hover,
.region-footer-second .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .region-footer-second .field--name-body .terms:hover,
.region-footer-second .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .region-footer-second .field--name-body .privacy:hover {
  color: hsl(0, 0%, 30%);
}
.region-footer-second .field--name-body a:hover, .region-footer-second .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .region-footer-second .field--name-body .terms:hover, .region-footer-second .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .region-footer-second .field--name-body .privacy:hover {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}

/* @end */
nav ul.tabs.primary {
  font-weight: 400;
  border-bottom: silver solid thin;
}
nav ul.tabs.primary a:link, nav ul.tabs.primary .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body nav ul.tabs.primary .privacy:link, nav ul.tabs.primary .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body nav ul.tabs.primary .terms:link, nav ul.tabs.primary a:visited, nav ul.tabs.primary .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body nav ul.tabs.primary .privacy:visited, nav ul.tabs.primary .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body nav ul.tabs.primary .terms:visited, nav ul.tabs.primary a:hover, nav ul.tabs.primary .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body nav ul.tabs.primary .privacy:hover, nav ul.tabs.primary .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body nav ul.tabs.primary .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  nav ul.tabs.primary a:link, nav ul.tabs.primary .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body nav ul.tabs.primary .privacy:link, nav ul.tabs.primary .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body nav ul.tabs.primary .terms:link, nav ul.tabs.primary a:visited, nav ul.tabs.primary .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body nav ul.tabs.primary .privacy:visited, nav ul.tabs.primary .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body nav ul.tabs.primary .terms:visited, nav ul.tabs.primary a:hover, nav ul.tabs.primary .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body nav ul.tabs.primary .privacy:hover, nav ul.tabs.primary .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body nav ul.tabs.primary .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
nav ul.tabs.primary a:active,
nav ul.tabs.primary a.is-active,
nav ul.tabs.primary .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body nav ul.tabs.primary .privacy,
nav ul.tabs.primary .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body nav ul.tabs.primary .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
nav ul.tabs.primary a.is-active, nav ul.tabs.primary .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body nav ul.tabs.primary .privacy, nav ul.tabs.primary .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body nav ul.tabs.primary .terms {
  font-style: italic;
  font-weight: 500;
}
nav ul.tabs.primary li {
  border-right: silver solid thin;
  margin: 0;
}

#modal {
  position: absolute;
  /*
  	.modalDialog > div {
  		width: 400px;
  		position: relative;
  		margin: 10% auto;
  		padding: 5px 20px 13px 20px;
  		border-radius: 10px;
  		background: #fff;
  		background: -moz-linear-gradient(#fff, #999);
  		background: -webkit-linear-gradient(#fff, #999);
  		background: -o-linear-gradient(#fff, #999);
  	}
  */
}
#modal .modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
#modal .modalDialog:target {
  opacity: 1;
  pointer-events: auto;
  height: 100%;
}
#modal .content {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
#modal .close {
  background: #606061;
  color: #ffffff;
  line-height: 28px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 28px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  z-index: 1000;
  font-size: 2em;
  font-weight: normal;
}
#modal a:link, #modal .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body #modal .privacy:link, #modal .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body #modal .terms:link {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
#modal .close:hover {
  background: #afafaf;
}
#modal .text {
  padding-bottom: 2em;
}
#modal iframe {
  position: relative;
}
#modal .modalDialog > div {
  position: relative;
  margin: 5% auto;
}
#modal iframe,
#modal .modalDialog > div {
  width: 1280px;
  height: 720px;
}
@media only screen and (max-width: 1279px) {
  #modal iframe,
  #modal .modalDialog > div {
    width: 960px;
    height: 540px;
  }
}
@media only screen and (max-width: 1023px) {
  #modal iframe,
  #modal .modalDialog > div {
    width: 770px;
    height: 433.125px;
  }
}
@media only screen and (max-width: 767px) {
  #modal iframe,
  #modal .modalDialog > div {
    width: 640px;
    height: 360px;
  }
}
@media only screen and (max-width: 639px) {
  #modal iframe,
  #modal .modalDialog > div {
    width: 480px;
    height: 270px;
  }
}
@media only screen and (max-width: 479px) {
  #modal iframe,
  #modal .modalDialog > div {
    width: 320px;
    height: 180px;
  }
}

#toolbar-administration {
  font-size: 1em;
  font-weight: 500;
}

.layout-container {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
}

.path-internalpage .region-content {
  /*required for absolute positioning of child items such as internals*/
  position: relative;
  margin-top: 15%;
  margin-bottom: 3em;
}
.path-internalpage article {
  /*needed by HRE animations*/
  position: relative;
}
.path-internalpage .node__content {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
}
.path-internalpage .node__content a:link, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy:link, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms:link, .path-internalpage .node__content a:visited, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy:visited, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms:visited, .path-internalpage .node__content a:hover, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy:hover, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-internalpage .node__content a:link, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy:link, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms:link, .path-internalpage .node__content a:visited, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy:visited, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms:visited, .path-internalpage .node__content a:hover, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy:hover, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-internalpage .node__content a:active,
.path-internalpage .node__content a.is-active,
.path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy,
.path-internalpage .node__content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-internalpage .node__content .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-internalpage .node__content a.is-active, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms {
  font-style: italic;
  font-weight: 500;
}
.path-internalpage .node__content a:link, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy:link, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms:link, .path-internalpage .node__content a:hover, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy:hover, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-internalpage .node__content a:hover, .path-internalpage .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-internalpage .node__content .privacy:hover, .path-internalpage .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-internalpage .node__content .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-internalpage .node__content {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-internalpage .node__content {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-internalpage .node__content h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-internalpage .node__content h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-internalpage .node__content h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-internalpage .node__content h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-internalpage .node__content h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-internalpage .node__content h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-internalpage .node__content h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-internalpage .node__content h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-internalpage .node__content p,
.path-internalpage .node__content li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-internalpage .node__content p,
  .path-internalpage .node__content li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-internalpage .node__content ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-internalpage .node__content ul > li {
  text-indent: -0.8em;
}
.path-internalpage .node__content ul :before {
  content: "– ";
}
.path-internalpage .node__content p + ul {
  margin-top: -1.5em;
}
.path-internalpage .node__content ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-internalpage .node__content p,
  .path-internalpage .node__content ul,
  .path-internalpage .node__content li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-internalpage #block-hampshire-content > h2 {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: hsl(224, 58%, 35%);
  padding: 0 0.5em;
}
.path-internalpage #block-hampshire-content > h2 a:link, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy:link, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms:link, .path-internalpage #block-hampshire-content > h2 a:visited, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy:visited, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms:visited, .path-internalpage #block-hampshire-content > h2 a:hover, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy:hover, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-internalpage #block-hampshire-content > h2 a:link, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy:link, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms:link, .path-internalpage #block-hampshire-content > h2 a:visited, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy:visited, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms:visited, .path-internalpage #block-hampshire-content > h2 a:hover, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy:hover, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-internalpage #block-hampshire-content > h2 a:active,
.path-internalpage #block-hampshire-content > h2 a.is-active,
.path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy,
.path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-internalpage #block-hampshire-content > h2 a.is-active, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms {
  font-style: italic;
  font-weight: 500;
}
.path-internalpage #block-hampshire-content > h2 a:link, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy:link, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms:link, .path-internalpage #block-hampshire-content > h2 a:hover, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy:hover, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-internalpage #block-hampshire-content > h2 a:hover, .path-internalpage #block-hampshire-content > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .privacy:hover, .path-internalpage #block-hampshire-content > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-internalpage #block-hampshire-content > h2 .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-internalpage #block-hampshire-content > h2 {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-internalpage #block-hampshire-content > h2 {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-internalpage #block-hampshire-content > h2 h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-internalpage #block-hampshire-content > h2 h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-internalpage #block-hampshire-content > h2 h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-internalpage #block-hampshire-content > h2 h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-internalpage #block-hampshire-content > h2 h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-internalpage #block-hampshire-content > h2 h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-internalpage #block-hampshire-content > h2 h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-internalpage #block-hampshire-content > h2 h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-internalpage #block-hampshire-content > h2 p,
.path-internalpage #block-hampshire-content > h2 li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-internalpage #block-hampshire-content > h2 p,
  .path-internalpage #block-hampshire-content > h2 li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-internalpage #block-hampshire-content > h2 ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-internalpage #block-hampshire-content > h2 ul > li {
  text-indent: -0.8em;
}
.path-internalpage #block-hampshire-content > h2 ul :before {
  content: "– ";
}
.path-internalpage #block-hampshire-content > h2 p + ul {
  margin-top: -1.5em;
}
.path-internalpage #block-hampshire-content > h2 ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-internalpage #block-hampshire-content > h2 p,
  .path-internalpage #block-hampshire-content > h2 ul,
  .path-internalpage #block-hampshire-content > h2 li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 479px) {
  .path-internalpage #block-hampshire-content > h2 {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  .path-internalpage #block-hampshire-content > h2 {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 959px) {
  .path-internalpage #block-hampshire-content > h2 {
    font-size: 3.5em;
    line-height: 1;
  }
}
.path-internalpage #block-hampshire-content > h2:before {
  content: "Real estate through a different lens";
  position: absolute;
  width: 50%;
  left: 0.1em;
  top: 1.2em;
  text-transform: initial;
  font-size: 0.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: hsl(0, 0%, 30%);
}
@media only screen and (max-width: 767px) {
  .path-internalpage #block-hampshire-content > h2:before {
    top: 1.5em;
    width: 40%;
    font-size: 0.35em;
  }
}
@media only screen and (max-width: 639px) {
  .path-internalpage #block-hampshire-content > h2:before {
    display: none;
  }
}

.highlight {
  color: hsl(0, 50%, 50%) !important;
}

.btn, a.inline-button, .path-privacy .footer-second .field--name-body .inline-button.privacy, .path-terms .footer-second .field--name-body .inline-button.terms {
  margin: 2em 0;
  background-color: hsl(224, 58%, 35%);
  border-radius: 6px;
  height: auto;
  padding: 0.5em 1em;
  width: fit-content;
}
.btn:active, a.inline-button:active, .path-privacy .footer-second .field--name-body .inline-button.privacy:active, .path-terms .footer-second .field--name-body .inline-button.terms:active {
  background-color: hsl(170, 45%, 60%);
}
.btn a, a.inline-button a, .path-privacy .footer-second .field--name-body .inline-button.privacy a, .path-terms .footer-second .field--name-body .inline-button.terms a, .btn .path-privacy .footer-second .field--name-body .privacy, a.inline-button .path-privacy .footer-second .field--name-body .privacy, .path-terms .footer-second .field--name-body .inline-button.terms .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .btn .privacy, .path-privacy .footer-second .field--name-body a.inline-button .privacy, .path-privacy .footer-second .field--name-body .inline-button.privacy .privacy, .path-privacy .path-terms .footer-second .field--name-body .inline-button.terms .privacy, .path-terms .path-privacy .footer-second .field--name-body .inline-button.terms .privacy, .btn .path-terms .footer-second .field--name-body .terms, a.inline-button .path-terms .footer-second .field--name-body .terms, .path-privacy .footer-second .field--name-body .inline-button.privacy .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .btn .terms, .path-terms .footer-second .field--name-body a.inline-button .terms, .path-terms .path-privacy .footer-second .field--name-body .inline-button.privacy .terms, .path-privacy .path-terms .footer-second .field--name-body .inline-button.privacy .terms, .path-terms .footer-second .field--name-body .inline-button.terms .terms {
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none !important;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .btn a, a.inline-button a, .path-privacy .footer-second .field--name-body .inline-button.privacy a, .path-terms .footer-second .field--name-body .inline-button.terms a, .btn .path-privacy .footer-second .field--name-body .privacy, a.inline-button .path-privacy .footer-second .field--name-body .privacy, .path-terms .footer-second .field--name-body .inline-button.terms .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .btn .privacy, .path-privacy .footer-second .field--name-body a.inline-button .privacy, .path-privacy .footer-second .field--name-body .inline-button.privacy .privacy, .path-privacy .path-terms .footer-second .field--name-body .inline-button.terms .privacy, .path-terms .path-privacy .footer-second .field--name-body .inline-button.terms .privacy, .btn .path-terms .footer-second .field--name-body .terms, a.inline-button .path-terms .footer-second .field--name-body .terms, .path-privacy .footer-second .field--name-body .inline-button.privacy .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .btn .terms, .path-terms .footer-second .field--name-body a.inline-button .terms, .path-terms .path-privacy .footer-second .field--name-body .inline-button.privacy .terms, .path-privacy .path-terms .footer-second .field--name-body .inline-button.privacy .terms, .path-terms .footer-second .field--name-body .inline-button.terms .terms {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.btn a:hover, a.inline-button a:hover, .path-privacy .footer-second .field--name-body .inline-button.privacy a:hover, .path-terms .footer-second .field--name-body .inline-button.terms a:hover, .btn .path-privacy .footer-second .field--name-body .privacy:hover, a.inline-button .path-privacy .footer-second .field--name-body .privacy:hover, .path-terms .footer-second .field--name-body .inline-button.terms .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .btn .privacy:hover, .path-privacy .footer-second .field--name-body a.inline-button .privacy:hover, .path-privacy .footer-second .field--name-body .inline-button.privacy .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .inline-button.terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .inline-button.terms .privacy:hover, .btn .path-terms .footer-second .field--name-body .terms:hover, a.inline-button .path-terms .footer-second .field--name-body .terms:hover, .path-privacy .footer-second .field--name-body .inline-button.privacy .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .btn .terms:hover, .path-terms .footer-second .field--name-body a.inline-button .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .inline-button.privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .inline-button.privacy .terms:hover, .path-terms .footer-second .field--name-body .inline-button.terms .terms:hover {
  color: hsl(170, 45%, 60%) !important;
}
.btn a:active, a.inline-button a:active, .path-privacy .footer-second .field--name-body .inline-button.privacy a:active, .path-terms .footer-second .field--name-body .inline-button.terms a:active, .btn .path-privacy .footer-second .field--name-body .privacy:active, a.inline-button .path-privacy .footer-second .field--name-body .privacy:active, .path-terms .footer-second .field--name-body .inline-button.terms .path-privacy .footer-second .field--name-body .privacy:active, .path-privacy .footer-second .field--name-body .btn .privacy:active, .path-privacy .footer-second .field--name-body a.inline-button .privacy:active, .path-privacy .footer-second .field--name-body .inline-button.privacy .privacy:active, .path-privacy .path-terms .footer-second .field--name-body .inline-button.terms .privacy:active, .path-terms .path-privacy .footer-second .field--name-body .inline-button.terms .privacy:active, .btn .path-terms .footer-second .field--name-body .terms:active, a.inline-button .path-terms .footer-second .field--name-body .terms:active, .path-privacy .footer-second .field--name-body .inline-button.privacy .path-terms .footer-second .field--name-body .terms:active, .path-terms .footer-second .field--name-body .btn .terms:active, .path-terms .footer-second .field--name-body a.inline-button .terms:active, .path-terms .path-privacy .footer-second .field--name-body .inline-button.privacy .terms:active, .path-privacy .path-terms .footer-second .field--name-body .inline-button.privacy .terms:active, .path-terms .footer-second .field--name-body .inline-button.terms .terms:active {
  color: hsl(224, 58%, 35%) !important;
}

#block-junipersquare {
  position: absolute;
  top: -8em;
  right: 3em;
  z-index: 100;
}
@media only screen and (max-width: 959px) {
  #block-junipersquare {
    top: -7em;
  }
}

/* @group backgrounds */
.path {
  display: none;
}

.region-content {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 3.5em;
}
@media only screen and (max-width: 959px) {
  .region-content {
    background-position: 0 3em;
  }
}
@media only screen and (max-width: 767px) {
  .region-content {
    background-position: 0 2.5em;
  }
}
@media only screen and (max-width: 639px) {
  .region-content {
    background-position: 0 2.5em;
    margin-top: 5% !important;
  }
}
@media only screen and (max-width: 479px) {
  .region-content {
    background-position: 0 2em;
    margin-top: 0% !important;
    padding-top: 0 !important;
  }
}

/* @end */
/* @group video popup */
#colorbox {
  position: relative;
  top: 3em !important;
  margin-left: -1.35% !important;
  /*border: 1px solid blue;*/
}
@media only screen and (min-device-width: 1024px) {
  #colorbox .parent {
    width: calc(100% - 4px);
    max-width: 1280px;
    margin: 50px auto;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (min-resolution: 192dpi) {
  #colorbox {
    /* Retina-specific stuff here */
    max-width: 90%;
  }
}
@media only screen and (min-device-width: 1024px) {
  #colorbox .mask {
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 1000;
    top: -2px;
    left: -2px;
    border: 4px solid white;
  }
  #colorbox .overlay {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  #colorbox .overlay iframe {
    width: 100%;
    height: 180%;
    position: absolute;
    left: 0;
    top: -40%;
    z-index: -1;
  }
}

/* @end */
/* @group slideshow */
#block-homepageslideshow {
  position: relative;
}
#block-homepageslideshow .slideshow {
  max-height: 384px;
  overflow: hidden;
}
#block-homepageslideshow .slideshow img {
  width: 100%;
}
#block-homepageslideshow img:nth-child(n+2) {
  position: absolute;
  top: 0;
  z-index: -1;
}
#block-homepageslideshow #prev,
#block-homepageslideshow #next {
  position: absolute;
  left: -3%;
  top: 45%;
  font-size: 2em;
  text-decoration: none;
  color: silver;
}
#block-homepageslideshow #next {
  left: 101.25%;
}

/* @end */
/* @group front page */
.path-frontpage {
  /*
  .messages--status {
      position: relative;
      top: 20em;
       }
  */
}
.path-frontpage .region-content {
  background-image: none !important;
  padding-top: 1em;
}
.path-frontpage #block-hampshire-content {
  float: left;
  width: 67%;
  margin-right: 3%;
  margin-left: 3%;
  margin-top: 3.5em;
  padding-left: 1.5em;
  padding-right: 2em;
}
@media only screen and (max-width: 767px) {
  .path-frontpage #block-hampshire-content {
    margin-top: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }
}
.path-frontpage #block-hampshire-content .node__content p a, .path-frontpage #block-hampshire-content .node__content p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-frontpage #block-hampshire-content .node__content p .privacy, .path-frontpage #block-hampshire-content .node__content p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-frontpage #block-hampshire-content .node__content p .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-frontpage #block-hampshire-content p {
  font-size: 1.9em;
  line-height: 1.8em;
  font-size: 1.4em;
  line-height: 1.3;
}
@media screen and (min-width: 479px) {
  .path-frontpage #block-hampshire-content p {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 767px) {
  .path-frontpage #block-hampshire-content p {
    font-size: 1.75em;
    line-height: 1.6;
  }
}
@media screen and (min-width: 959px) {
  .path-frontpage #block-hampshire-content p {
    font-size: 1.8em;
    line-height: 1.7em;
  }
}
.path-frontpage #block-hampshire-content h2 {
  display: none;
}
.path-frontpage #block-hampshire-content p a:link, .path-frontpage #block-hampshire-content p .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-frontpage #block-hampshire-content p .privacy:link, .path-frontpage #block-hampshire-content p .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-frontpage #block-hampshire-content p .terms:link, .path-frontpage #block-hampshire-content p a:hover, .path-frontpage #block-hampshire-content p .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-frontpage #block-hampshire-content p .privacy:hover, .path-frontpage #block-hampshire-content p .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-frontpage #block-hampshire-content p .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-frontpage #block-hampshire-content .contextual-links,
.path-frontpage #block-hampshire-content button {
  left: 0;
}
.path-frontpage #block-hreanimation {
  z-index: 100;
  float: right;
  /*contain stage in Safari*/
  position: relative;
  margin-top: -11%;
  width: 25%;
}
.path-frontpage #block-frontpagepanel {
  clear: both;
  width: 100%;
}
.path-frontpage #block-frontpagepanel a:link, .path-frontpage #block-frontpagepanel .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .privacy:link, .path-frontpage #block-frontpagepanel .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .terms:link, .path-frontpage #block-frontpagepanel a:visited, .path-frontpage #block-frontpagepanel .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .privacy:visited, .path-frontpage #block-frontpagepanel .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .terms:visited, .path-frontpage #block-frontpagepanel a:hover, .path-frontpage #block-frontpagepanel .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .privacy:hover, .path-frontpage #block-frontpagepanel .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-frontpage #block-frontpagepanel a:link, .path-frontpage #block-frontpagepanel .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .privacy:link, .path-frontpage #block-frontpagepanel .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .terms:link, .path-frontpage #block-frontpagepanel a:visited, .path-frontpage #block-frontpagepanel .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .privacy:visited, .path-frontpage #block-frontpagepanel .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .terms:visited, .path-frontpage #block-frontpagepanel a:hover, .path-frontpage #block-frontpagepanel .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .privacy:hover, .path-frontpage #block-frontpagepanel .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-frontpage #block-frontpagepanel a:active,
.path-frontpage #block-frontpagepanel a.is-active,
.path-frontpage #block-frontpagepanel .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .privacy,
.path-frontpage #block-frontpagepanel .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-frontpage #block-frontpagepanel a.is-active, .path-frontpage #block-frontpagepanel .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .privacy, .path-frontpage #block-frontpagepanel .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .terms {
  font-style: italic;
  font-weight: 500;
}
.path-frontpage #block-frontpagepanel a:hover, .path-frontpage #block-frontpagepanel .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .privacy:hover, .path-frontpage #block-frontpagepanel .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .terms:hover {
  border-bottom: none;
}
.path-frontpage #block-frontpagepanel .featured {
  text-align: center;
}
.path-frontpage #block-frontpagepanel .featured h2,
.path-frontpage #block-frontpagepanel .featured p {
  padding: 0 3em;
}
.path-frontpage #block-frontpagepanel .featured h2 {
  padding-top: 1em;
  color: hsl(0, 0%, 30%);
  font-size: 1.75em;
  line-height: 1.1;
  padding-bottom: 0.5em;
  text-transform: inherit;
}
@media screen and (min-width: 479px) {
  .path-frontpage #block-frontpagepanel .featured h2 {
    font-size: 2em;
    line-height: 1;
  }
}
.path-frontpage #block-frontpagepanel .featured p {
  font-size: 1.4em;
  line-height: 1.3;
}
@media screen and (min-width: 767px) {
  .path-frontpage #block-frontpagepanel .featured p {
    font-size: 1.6em;
    line-height: 1.4;
  }
}
.path-frontpage #block-frontpagepanel .featured p.subhead {
  padding: 0;
  margin-bottom: 0;
}
.path-frontpage #block-frontpagepanel .featured p a:link, .path-frontpage #block-frontpagepanel .featured p .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .featured p .privacy:link, .path-frontpage #block-frontpagepanel .featured p .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .featured p .terms:link, .path-frontpage #block-frontpagepanel .featured p a:hover, .path-frontpage #block-frontpagepanel .featured p .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-frontpage #block-frontpagepanel .featured p .privacy:hover, .path-frontpage #block-frontpagepanel .featured p .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-frontpage #block-frontpagepanel .featured p .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-frontpage #block-frontpagepanel .featured img {
  width: 100%;
  padding-bottom: 0.5em;
}
.path-frontpage #block-frontpagepanel .featured .cards {
  width: 100%;
  display: flex;
}
.path-frontpage #block-frontpagepanel .featured .cards img {
  width: 100%;
  padding-right: 0.5em;
}
.path-frontpage #block-frontpagepanel .featured .cards img[alt=Multifamily] {
  padding-right: 0;
}
.path-frontpage #block-frontpagepanel .teasers {
  text-transform: uppercase;
  text-align: center;
}
.path-frontpage #block-frontpagepanel .teasers h2 {
  padding: 0.4em 0;
  font-size: 1.4em;
  color: hsl(0, 0%, 30%);
}
.path-frontpage #block-frontpagepanel .teasers div {
  margin-top: 0.5em;
  border-top: 1px solid #333;
  width: 48.5%;
}
.path-frontpage #block-frontpagepanel .teasers img {
  width: 100%;
  padding-bottom: 0.5em;
}
.path-frontpage #block-frontpagepanel .teasers div:nth-child(odd) {
  clear: both;
  float: left;
}
.path-frontpage #block-frontpagepanel .teasers div:nth-child(even) {
  float: right;
}
.path-frontpage .region-footer {
  padding: 0;
}

/* @end front page */
.path-vision .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/vision.jpg");
}
.path-vision .node__content {
  padding-bottom: 15em;
}
.path-vision .node__content:before {
  content: "";
  position: absolute;
  background-image: url("/sites/hampshire/files/images/backgrounds/hre.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 37%;
  padding-right: 18%;
  opacity: 0.5;
  top: 31em;
  left: 1.5em;
  animation-name: vision;
  animation-duration: 4s;
}
@media only screen and (max-width: 479px) {
  .path-vision .node__content:before {
    background-size: 70%;
  }
}
@keyframes vision {
  0% {
    top: -100%;
  }
  100% {
    top: 31em;
  }
}
@media only screen and (max-width: 767px) {
  .path-vision .node__content:before {
    top: 25em;
  }
  @keyframes vision {
    0% {
      top: -100%;
    }
    100% {
      top: 25em;
    }
  }
}
@media only screen and (max-width: 639px) {
  .path-vision .node__content:before {
    top: 20em;
    left: 1em;
  }
  @keyframes vision {
    0% {
      top: -100%;
    }
    100% {
      top: 20em;
    }
  }
}

.path-vision-story .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/story.jpg");
  background-size: 115%;
}
.path-vision-story .region-content h2 {
  font-size: 1.5em;
}
.path-vision-story .region-content .links p {
  line-height: 1.1em;
}
.path-vision-story .region-content .node__content:before {
  content: "";
  position: absolute;
  background-image: url("/sites/hampshire/files/images/backgrounds/hre.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 37%;
  padding-right: 18%;
  opacity: 0.5;
  left: 6%;
  top: 0;
  animation-name: story;
  animation-duration: 4s;
}
@media only screen and (max-width: 479px) {
  .path-vision-story .region-content .node__content:before {
    background-size: 70%;
  }
}
@media only screen and (max-width: 639px) {
  .path-vision-story .region-content .node__content:before {
    left: 5%;
  }
}
@media only screen and (max-width: 479px) {
  .path-vision-story .region-content .node__content:before {
    background-size: 70%;
    left: 3%;
  }
}
@keyframes story {
  0% {
    top: 80%;
    left: 110%;
    transform: rotate(-180deg);
  }
  0% {
    top: 80%;
    left: 110%;
  }
  50% {
    top: 30%;
  }
  100% {
    top: 0;
  }
}

/* @end */
.path-culture .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/culture.jpg");
}
@media only screen and (max-width: 767px) {
  .path-culture .region-content {
    background-image: url("/sites/hampshire/files/images/backgrounds/culture-small.jpg");
  }
}
.path-culture .region-content .node__content:before {
  content: "";
  position: absolute;
  background-image: url("/sites/hampshire/files/images/backgrounds/hre.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 37%;
  padding-right: 18%;
  opacity: 0.5;
  top: 40em;
  left: 2em;
  animation-name: culture;
  animation-duration: 4s;
  opacity: 1;
}
@media only screen and (max-width: 479px) {
  .path-culture .region-content .node__content:before {
    background-size: 70%;
  }
}
@keyframes culture {
  0% {
    top: -100%;
  }
  100% {
    top: 40em;
  }
}
@media only screen and (max-width: 959px) {
  .path-culture .region-content .node__content:before {
    top: 30em;
  }
  @keyframes culture {
    0% {
      top: -100%;
    }
    100% {
      top: 30em;
    }
  }
}
@media only screen and (max-width: 767px) {
  .path-culture .region-content .node__content:before {
    top: 25em;
  }
  @keyframes culture {
    0% {
      top: -100%;
    }
    100% {
      top: 25em;
    }
  }
}
@media only screen and (max-width: 639px) {
  .path-culture .region-content .node__content:before {
    top: 18em;
    left: 1em;
  }
  @keyframes culture {
    0% {
      top: -100%;
    }
    100% {
      top: 18em;
    }
  }
}

.path-platform {
  /* @group platform page arrows */
  /* @end */
}
.path-platform .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/platform.jpg");
}
.path-platform .node__content {
  min-height: 55em;
}
@media only screen and (max-width: 959px) {
  .path-platform .node__content {
    padding-bottom: 2em;
    min-height: inherit;
  }
}
.path-platform .investment_platform {
  width: 100%;
  background-color: hsla(235, 60%, 95%, 0.8);
  margin-bottom: -1.4em;
}
.path-platform .node__content:before {
  content: "";
  position: absolute;
  background-image: url("/sites/hampshire/files/images/backgrounds/hre.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 37%;
  padding-right: 18%;
  opacity: 0.5;
  left: 3%;
  top: 2em;
  animation-name: platform;
  animation-duration: 6s;
}
@media only screen and (max-width: 479px) {
  .path-platform .node__content:before {
    background-size: 70%;
  }
}
@keyframes platform {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.path-platform .arrow1, .path-platform .arrow2 {
  /*
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: .3em;
  */
  background-position-y: 1.7em;
  padding-left: 0.7em;
  padding-bottom: 1em;
  margin-bottom: 0em;
}
.path-platform .arrow1 img, .path-platform .arrow2 img {
  position: absolute;
  margin-top: 0.2em;
  width: 9px;
  margin-left: -0.7em;
}
.path-platform .arrow1 img {
  height: 4em;
}
.path-platform .arrow2 img {
  height: 4em;
}
.path-platform p.arrow-head {
  margin-bottom: 0;
}
.path-platform #privacy_policy {
  dislay: none;
}
.path-platform #privacy_policy .table {
  display: table;
  padding-bottom: 1em;
  width: 100%;
  padding-bottom: 1em;
}
.path-platform #privacy_policy .row {
  display: table-row;
}
.path-platform #privacy_policy .row:first-child {
  background-color: hsl(0, 0%, 93%);
}
.path-platform #privacy_policy .row:last-child .cell {
  border-bottom: thin silver solid;
}
.path-platform #privacy_policy .table.a .cell:nth-child(1) {
  background-color: hsl(0, 0%, 93%);
}
.path-platform #privacy_policy .table.a .cell:nth-child(2),
.path-platform #privacy_policy .table.c .cell:nth-child(2) {
  background-color: white;
}
.path-platform #privacy_policy .table.d .row:first-child .cell:nth-child(2),
.path-platform #privacy_policy .table.e .row:first-child .cell:nth-child(2),
.path-platform #privacy_policy .table.f .row:first-child .cell:nth-child(2) {
  border-left: none;
}
.path-platform #privacy_policy .cell:nth-child(1) {
  font-weight: 500;
}
.path-platform #privacy_policy .cell:last-child {
  border-right: thin silver solid;
}
.path-platform #privacy_policy .cell {
  display: table-cell;
  padding: 0.25em 0.25em 0.5em 0.5em;
  border-top: thin silver solid;
  border-left: thin silver solid;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.1em;
  color: hsl(0, 0%, 30%);
}

@media only screen and (max-width: 479px) {
  .path-investment header {
    margin-bottom: 6em;
  }
  .path-investment main p.btn, .path-investment main .path-privacy .footer-second .field--name-body p.inline-button.privacy, .path-privacy .footer-second .field--name-body .path-investment main p.inline-button.privacy, .path-investment main .path-terms .footer-second .field--name-body p.inline-button.terms, .path-terms .footer-second .field--name-body .path-investment main p.inline-button.terms {
    margin-left: -13em;
  }
}
.path-investment .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/investment.jpg");
}
.path-investment .node__content:before {
  content: "";
  position: absolute;
  background-image: url("/sites/hampshire/files/images/backgrounds/hre.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 37%;
  padding-right: 18%;
  opacity: 0.5;
  top: 47%;
  left: 3%;
  animation-name: investment;
  animation-duration: 4s;
}
@media only screen and (max-width: 479px) {
  .path-investment .node__content:before {
    background-size: 70%;
  }
}
@keyframes investment {
  0% {
    top: -100%;
  }
  100% {
    top: 47%;
  }
}
@media only screen and (max-width: 479px) {
  .path-investment .node__content:before {
    top: 30%;
  }
  @keyframes investment {
    0% {
      top: -100%;
    }
    100% {
      top: 30%;
    }
  }
}

/* @group Investment Pillars table */
/* typeset table not now in use with Jan 2019 redesign – svg image replaces it */
/* @end */
/* @group Case Histories table */
#block-casehistories {
  background-color: hsla(0, 0%, 100%, 0.8);
}

#assets {
  width: 100%;
  margin-left: 1.5%;
}
#assets li {
  font-size: 1.2em;
  line-height: 1.3;
}
#assets ul {
  position: relative;
  padding-left: 1em;
  list-style-type: none;
}
#assets ul > li {
  text-indent: -1em;
}
#assets ul :before {
  position: relative;
  content: url("../images/bullet_dot.png");
  top: -0.1em;
  padding-right: 0.5em;
  padding-left: 0.2em;
}
#assets div.button {
  margin: 2em 0;
  background-color: hsl(224, 58%, 35%);
  border-radius: 6px;
  height: auto;
  padding: 0.5em 1em;
  width: fit-content;
}
#assets div.button:active {
  background-color: hsl(170, 45%, 60%);
}
#assets div.button a, #assets div.button .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body #assets div.button .privacy, #assets div.button .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body #assets div.button .terms {
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none !important;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  #assets div.button a, #assets div.button .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body #assets div.button .privacy, #assets div.button .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body #assets div.button .terms {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
#assets div.button a:hover, #assets div.button .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body #assets div.button .privacy:hover, #assets div.button .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body #assets div.button .terms:hover {
  color: hsl(170, 45%, 60%) !important;
}
#assets div.button a:active, #assets div.button .path-privacy .footer-second .field--name-body .privacy:active, .path-privacy .footer-second .field--name-body #assets div.button .privacy:active, #assets div.button .path-terms .footer-second .field--name-body .terms:active, .path-terms .footer-second .field--name-body #assets div.button .terms:active {
  color: hsl(224, 58%, 35%) !important;
}
#assets .col {
  float: left;
  width: calc(25% - 1em);
  min-height: 42em;
  min-width: 100px;
  margin-bottom: 3%;
}
@media only screen and (max-width: 640px) {
  #assets .col {
    width: calc(50% - 1em);
  }
}
@media only screen and (max-width: 480px) {
  #assets .col {
    min-height: auto;
    width: 100%;
    margin-left: 0.5em;
  }
}
#assets .a,
#assets .b,
#assets .c,
#assets .d {
  border-right: 2px dotted gray;
  padding-right: 1em;
  margin-right: 1em;
}
@media only screen and (max-width: 480px) {
  #assets .a,
  #assets .b,
  #assets .c,
  #assets .d {
    border-right: none;
    padding-right: none;
    margin-right: none;
  }
}
#assets .d {
  border-right: none;
  min-height: 0;
}
#assets .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: hsl(224, 58%, 35%);
  font-size: 1.25em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#assets img {
  width: 100%;
  height: 100%;
  border: solid silver thin;
}

/* @end */
@media only screen and (min-width: 959px) {
  .path-people #block-ourpeople::before {
    content: "";
    position: absolute;
    background-image: url("/sites/hampshire/files/images/backgrounds/hre.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 37%;
    padding-right: 18%;
    opacity: 0.5;
    background-image: url("/sites/hampshire/files/images/backgrounds/hre-blue.png");
    z-index: 1;
    top: 31em;
    left: 45%;
    transform: rotate(-90deg) scale(0.8);
    animation-name: people;
    animation-duration: 4s;
  }
}
@media only screen and (min-width: 959px) and (max-width: 479px) {
  .path-people #block-ourpeople::before {
    background-size: 70%;
  }
}
@media only screen and (min-width: 959px) {
  @keyframes people {
    0% {
      left: -100%;
    }
    25% {
      left: -100%;
    }
    100% {
      left: 45%;
    }
  }
}
.path-people #block-hampshire-content > h2 {
  display: none;
}

.path-people #block-hampshire-content > h2 {
  display: none;
}

[class*=path-people] .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/people.jpg");
  margin-bottom: 0;
}
[class*=path-people] .links a:link, [class*=path-people] .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-people] .links .privacy:link, [class*=path-people] .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-people] .links .terms:link, [class*=path-people] .links a:visited, [class*=path-people] .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-people] .links .privacy:visited, [class*=path-people] .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-people] .links .terms:visited, [class*=path-people] .links a:hover, [class*=path-people] .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people] .links .privacy:hover, [class*=path-people] .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people] .links .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=path-people] .links a:link, [class*=path-people] .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-people] .links .privacy:link, [class*=path-people] .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-people] .links .terms:link, [class*=path-people] .links a:visited, [class*=path-people] .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-people] .links .privacy:visited, [class*=path-people] .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-people] .links .terms:visited, [class*=path-people] .links a:hover, [class*=path-people] .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people] .links .privacy:hover, [class*=path-people] .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people] .links .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=path-people] .links a:active,
[class*=path-people] .links a.is-active,
[class*=path-people] .links .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-people] .links .privacy,
[class*=path-people] .links .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-people] .links .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=path-people] .links a.is-active, [class*=path-people] .links .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-people] .links .privacy, [class*=path-people] .links .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-people] .links .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=path-people] #block-ourpeople > h2 {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: hsl(224, 58%, 35%);
  padding: 0 0.5em;
}
[class*=path-people] #block-ourpeople > h2 a:link, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy:link, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms:link, [class*=path-people] #block-ourpeople > h2 a:visited, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy:visited, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms:visited, [class*=path-people] #block-ourpeople > h2 a:hover, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy:hover, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=path-people] #block-ourpeople > h2 a:link, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy:link, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms:link, [class*=path-people] #block-ourpeople > h2 a:visited, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy:visited, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms:visited, [class*=path-people] #block-ourpeople > h2 a:hover, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy:hover, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=path-people] #block-ourpeople > h2 a:active,
[class*=path-people] #block-ourpeople > h2 a.is-active,
[class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy,
[class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=path-people] #block-ourpeople > h2 a.is-active, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=path-people] #block-ourpeople > h2 a:link, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy:link, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms:link, [class*=path-people] #block-ourpeople > h2 a:hover, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy:hover, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
[class*=path-people] #block-ourpeople > h2 a:hover, [class*=path-people] #block-ourpeople > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .privacy:hover, [class*=path-people] #block-ourpeople > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people] #block-ourpeople > h2 .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  [class*=path-people] #block-ourpeople > h2 {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  [class*=path-people] #block-ourpeople > h2 {
    min-width: 58%;
    margin-left: 27%;
  }
}
[class*=path-people] #block-ourpeople > h2 h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  [class*=path-people] #block-ourpeople > h2 h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  [class*=path-people] #block-ourpeople > h2 h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
[class*=path-people] #block-ourpeople > h2 h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
[class*=path-people] #block-ourpeople > h2 h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  [class*=path-people] #block-ourpeople > h2 h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  [class*=path-people] #block-ourpeople > h2 h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
[class*=path-people] #block-ourpeople > h2 h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
[class*=path-people] #block-ourpeople > h2 p,
[class*=path-people] #block-ourpeople > h2 li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  [class*=path-people] #block-ourpeople > h2 p,
  [class*=path-people] #block-ourpeople > h2 li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
[class*=path-people] #block-ourpeople > h2 ul {
  padding-left: 1em;
  list-style-type: none;
}
[class*=path-people] #block-ourpeople > h2 ul > li {
  text-indent: -0.8em;
}
[class*=path-people] #block-ourpeople > h2 ul :before {
  content: "– ";
}
[class*=path-people] #block-ourpeople > h2 p + ul {
  margin-top: -1.5em;
}
[class*=path-people] #block-ourpeople > h2 ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  [class*=path-people] #block-ourpeople > h2 p,
  [class*=path-people] #block-ourpeople > h2 ul,
  [class*=path-people] #block-ourpeople > h2 li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 479px) {
  [class*=path-people] #block-ourpeople > h2 {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  [class*=path-people] #block-ourpeople > h2 {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 959px) {
  [class*=path-people] #block-ourpeople > h2 {
    font-size: 3.5em;
    line-height: 1;
  }
}
[class*=path-people] #block-ourpeople > h2:before {
  content: "Real estate through a different lens";
  position: absolute;
  width: 50%;
  left: 0.1em;
  top: 1.2em;
  text-transform: initial;
  font-size: 0.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: hsl(0, 0%, 30%);
}
@media only screen and (max-width: 767px) {
  [class*=path-people] #block-ourpeople > h2:before {
    top: 1.5em;
    width: 40%;
    font-size: 0.35em;
  }
}
@media only screen and (max-width: 639px) {
  [class*=path-people] #block-ourpeople > h2:before {
    display: none;
  }
}
[class*=path-people] #block-ourpeople .field--name-body {
  min-height: 0;
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  background-color: hsla(0, 0%, 100%, 0.6);
}
[class*=path-people] #block-ourpeople .field--name-body a:link, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy:link, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms:link, [class*=path-people] #block-ourpeople .field--name-body a:visited, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy:visited, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms:visited, [class*=path-people] #block-ourpeople .field--name-body a:hover, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy:hover, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=path-people] #block-ourpeople .field--name-body a:link, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy:link, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms:link, [class*=path-people] #block-ourpeople .field--name-body a:visited, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy:visited, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms:visited, [class*=path-people] #block-ourpeople .field--name-body a:hover, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy:hover, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=path-people] #block-ourpeople .field--name-body a:active,
[class*=path-people] #block-ourpeople .field--name-body a.is-active,
[class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy,
[class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=path-people] #block-ourpeople .field--name-body a.is-active, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=path-people] #block-ourpeople .field--name-body a:link, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy:link, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms:link, [class*=path-people] #block-ourpeople .field--name-body a:hover, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy:hover, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
[class*=path-people] #block-ourpeople .field--name-body a:hover, [class*=path-people] #block-ourpeople .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second [class*=path-people] #block-ourpeople .field--name-body .privacy:hover, [class*=path-people] #block-ourpeople .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second [class*=path-people] #block-ourpeople .field--name-body .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  [class*=path-people] #block-ourpeople .field--name-body {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  [class*=path-people] #block-ourpeople .field--name-body {
    min-width: 58%;
    margin-left: 27%;
  }
}
[class*=path-people] #block-ourpeople .field--name-body h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  [class*=path-people] #block-ourpeople .field--name-body h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  [class*=path-people] #block-ourpeople .field--name-body h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
[class*=path-people] #block-ourpeople .field--name-body h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
[class*=path-people] #block-ourpeople .field--name-body h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  [class*=path-people] #block-ourpeople .field--name-body h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  [class*=path-people] #block-ourpeople .field--name-body h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
[class*=path-people] #block-ourpeople .field--name-body h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
[class*=path-people] #block-ourpeople .field--name-body p,
[class*=path-people] #block-ourpeople .field--name-body li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  [class*=path-people] #block-ourpeople .field--name-body p,
  [class*=path-people] #block-ourpeople .field--name-body li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
[class*=path-people] #block-ourpeople .field--name-body ul {
  padding-left: 1em;
  list-style-type: none;
}
[class*=path-people] #block-ourpeople .field--name-body ul > li {
  text-indent: -0.8em;
}
[class*=path-people] #block-ourpeople .field--name-body ul :before {
  content: "– ";
}
[class*=path-people] #block-ourpeople .field--name-body p + ul {
  margin-top: -1.5em;
}
[class*=path-people] #block-ourpeople .field--name-body ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  [class*=path-people] #block-ourpeople .field--name-body p,
  [class*=path-people] #block-ourpeople .field--name-body ul,
  [class*=path-people] #block-ourpeople .field--name-body li {
    color: black;
    /*  font-weight: 400 */
  }
}
[class*=path-people] #block-ourpeople .links p {
  margin-bottom: 0.5em;
}
[class*=path-people] #block-views-block-our-people-management,
[class*=path-people] #block-views-block-our-people-associates,
[class*=path-people] #block-views-block-our-people-in-memoriam {
  /*required by Safari to use z-index over #block-ourpeople, which masks links*/
  position: relative;
  z-index: 1;
  width: calc(50% + 0.5em);
  margin-left: -0.5em;
  top: 3.5em;
}
[class*=path-people] #block-views-block-our-people-management img,
[class*=path-people] #block-views-block-our-people-associates img,
[class*=path-people] #block-views-block-our-people-in-memoriam img {
  width: 100%;
  height: 100%;
}
[class*=path-people] #block-views-block-our-people-management .views-field,
[class*=path-people] #block-views-block-our-people-associates .views-field,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-field {
  position: relative;
}
[class*=path-people] #block-views-block-our-people-management .views-field-view-node a, [class*=path-people] #block-views-block-our-people-management .views-field-view-node .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-management .views-field-view-node .privacy, [class*=path-people] #block-views-block-our-people-management .views-field-view-node .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-management .views-field-view-node .terms,
[class*=path-people] #block-views-block-our-people-associates .views-field-view-node a,
[class*=path-people] #block-views-block-our-people-associates .views-field-view-node .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-associates .views-field-view-node .privacy,
[class*=path-people] #block-views-block-our-people-associates .views-field-view-node .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-associates .views-field-view-node .terms,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-field-view-node a,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-field-view-node .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-in-memoriam .views-field-view-node .privacy,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-field-view-node .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-in-memoriam .views-field-view-node .terms {
  float: right;
  margin-top: -1.25em;
  margin-right: 0.125em;
  color: white !important;
  font-size: 1.1em;
}
@media only screen and (max-width: 960px) {
  [class*=path-people] #block-views-block-our-people-management,
  [class*=path-people] #block-views-block-our-people-associates,
  [class*=path-people] #block-views-block-our-people-in-memoriam {
    top: 3.5em;
  }
}
@media only screen and (max-width: 640px) {
  [class*=path-people] #block-views-block-our-people-management,
  [class*=path-people] #block-views-block-our-people-associates,
  [class*=path-people] #block-views-block-our-people-in-memoriam {
    top: 2.5em;
  }
}
@media only screen and (max-width: 480px) {
  [class*=path-people] #block-views-block-our-people-management,
  [class*=path-people] #block-views-block-our-people-associates,
  [class*=path-people] #block-views-block-our-people-in-memoriam {
    top: 2em;
  }
}
[class*=path-people] #block-views-block-our-people-management .views-row,
[class*=path-people] #block-views-block-our-people-associates .views-row,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-row {
  background-color: hsla(0, 0%, 100%, 0.6);
  width: 25%;
  float: left;
  padding-left: 1em;
  padding-bottom: 0.25em;
  font-size: 0.8em;
  line-height: 1.1;
  min-height: 22em;
}
@media only screen and (max-width: 960px) {
  [class*=path-people] #block-views-block-our-people-management .views-row,
  [class*=path-people] #block-views-block-our-people-associates .views-row,
  [class*=path-people] #block-views-block-our-people-in-memoriam .views-row {
    min-height: 26em;
  }
}
@media only screen and (max-width: 768px) {
  [class*=path-people] #block-views-block-our-people-management .views-row,
  [class*=path-people] #block-views-block-our-people-associates .views-row,
  [class*=path-people] #block-views-block-our-people-in-memoriam .views-row {
    min-height: 30em;
  }
}
[class*=path-people] #block-views-block-our-people-management .views-row a, [class*=path-people] #block-views-block-our-people-management .views-row .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-management .views-row .privacy, [class*=path-people] #block-views-block-our-people-management .views-row .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-management .views-row .terms,
[class*=path-people] #block-views-block-our-people-associates .views-row a,
[class*=path-people] #block-views-block-our-people-associates .views-row .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-associates .views-row .privacy,
[class*=path-people] #block-views-block-our-people-associates .views-row .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-associates .views-row .terms,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-row a,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-row .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-in-memoriam .views-row .privacy,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-row .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-people] #block-views-block-our-people-in-memoriam .views-row .terms {
  text-decoration: none;
  color: hsl(0, 0%, 30%);
}
[class*=path-people] #block-views-block-our-people-management .views-row .views-field-field-title,
[class*=path-people] #block-views-block-our-people-associates .views-row .views-field-field-title,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-row .views-field-field-title {
  min-height: 4em;
}
[class*=path-people] #block-views-block-our-people-management .views-row .views-field-title,
[class*=path-people] #block-views-block-our-people-associates .views-row .views-field-title,
[class*=path-people] #block-views-block-our-people-in-memoriam .views-row .views-field-title {
  font-weight: 500;
  padding-bottom: 0;
}
[class*=path-people] #block-views-block-our-people-associates .view-content .views-row:first-child,
[class*=path-people] #block-views-block-our-people-in-memoriam .view-content .views-row:first-child {
  clear: both;
}
[class*=path-people] #block-views-block-our-people-associates .view-content .views-row,
[class*=path-people] #block-views-block-our-people-in-memoriam .view-content .views-row {
  min-height: 20em;
}
[class*=path-people] #block-views-block-our-people-associates .view-content .views-row .views-field-field-title,
[class*=path-people] #block-views-block-our-people-in-memoriam .view-content .views-row .views-field-field-title {
  min-height: 2em;
}
@media only screen and (max-width: 960px) {
  [class*=path-people] #block-views-block-our-people-associates .view-content,
  [class*=path-people] #block-views-block-our-people-in-memoriam .view-content {
    min-height: 22.5em;
  }
}
@media only screen and (max-width: 960px) {
  [class*=path-people] #block-ourpeople > h2,
  [class*=path-people] #block-ourpeople .field--name-body,
  [class*=path-people] #block-hampshire-content > h2,
  [class*=path-people] .node__content {
    min-width: 50%;
    margin-left: 50%;
  }
  [class*=path-people] #block-views-block-our-people-management,
  [class*=path-people] #block-views-block-our-people-associates,
  [class*=path-people] #block-views-block-our-people-in-memoriam,
  [class*=path-people] #block-ourpeople > h2:before {
    width: calc(50% + 0.5em);
    padding-left: 0.5em;
  }
  [class*=path-people] #block-views-block-our-people-management .views-row,
  [class*=path-people] #block-views-block-our-people-associates .views-row,
  [class*=path-people] #block-views-block-our-people-in-memoriam .views-row {
    width: 33.3%;
  }
}
@media only screen and (max-width: 768px) {
  [class*=path-people] #block-ourpeople > h2,
  [class*=path-people] #block-ourpeople .field--name-body,
  [class*=path-people] #block-hampshire-content > h2,
  [class*=path-people] .node__content {
    min-width: 50%;
    margin-left: 50%;
  }
  [class*=path-people] #block-views-block-our-people-management,
  [class*=path-people] #block-views-block-our-people-associates,
  [class*=path-people] #block-views-block-our-people-in-memoriam,
  [class*=path-people] #block-ourpeople > h2:before {
    width: calc(50% + 0.5em);
    padding-left: 0.5em;
  }
  [class*=path-people] #block-views-block-our-people-management .views-row,
  [class*=path-people] #block-views-block-our-people-associates .views-row,
  [class*=path-people] #block-views-block-our-people-in-memoriam .views-row {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  [class*=path-people] #block-ourpeople > h2,
  [class*=path-people] #block-ourpeople .field--name-body,
  [class*=path-people] #block-hampshire-content > h2,
  [class*=path-people] .node__content {
    min-width: 67%;
    margin-left: 30%;
  }
  [class*=path-people] #block-views-block-our-people-management,
  [class*=path-people] #block-views-block-our-people-associates,
  [class*=path-people] #block-views-block-our-people-in-memoriam {
    width: 30.5%;
    padding-left: 0.5em;
  }
  [class*=path-people] #block-ourpeople > h2:before {
    display: none;
  }
  [class*=path-people] #block-views-block-our-people-management .views-row,
  [class*=path-people] #block-views-block-our-people-associates .views-row,
  [class*=path-people] #block-views-block-our-people-in-memoriam .views-row {
    width: 100%;
    min-height: inherit;
  }
}
[class*=path-people] #block-views-block-our-people-in-memoriam .views-row {
  padding-bottom: 2em;
}
[class*=path-people] #block-views-block-our-people-in-memoriam .views-row::before {
  content: "In Memoriam";
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
  white-space: nowrap;
}

[class*=path-people] {
  /*
    #block-views-block-our-people-management,
    #block-views-block-our-people-associates {
      .views-row {
        min-height: 24em;
      }
    }
  */
}
[class*=path-people] .region-content #block-hampshire-content > h2 {
  display: none;
}
[class*=path-people] .region-content .node__content {
  padding-bottom: 1em;
  padding-top: 0;
  color: hsl(224, 58%, 35%);
  min-height: 0;
  width: 37%;
  background-color: hsla(0, 0%, 100%, 0.8);
}
[class*=path-people] .region-content .node--type-people p,
[class*=path-people] .region-content .node--type-people li,
[class*=path-people] .region-content .node--type-people .field--type-string {
  font-size: 1.1em;
  line-height: 1.2;
}
[class*=path-people] .region-content .node--type-people .field--name-field-image img {
  width: 100%;
  height: 100%;
}
[class*=path-people] .region-content .node--type-people .field--type-string {
  display: inline;
  font-weight: 500;
}
[class*=path-people] .region-content .node--type-people .field--name-field-last-name::after {
  content: ",";
}

[class*=path-people-management] #block-ourpeople .links .management a, [class*=path-people-management] #block-ourpeople .links .management .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .privacy, [class*=path-people-management] #block-ourpeople .links .management .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
[class*=path-people-management] #block-ourpeople .links .management a a:link, [class*=path-people-management] #block-ourpeople .links .management .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .privacy a:link, [class*=path-people-management] #block-ourpeople .links .management .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .terms a:link, [class*=path-people-management] #block-ourpeople .links .management a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management a .privacy:link, [class*=path-people-management] #block-ourpeople .links .management .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .privacy .privacy:link, [class*=path-people-management] #block-ourpeople .links .management .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=path-people-management] #block-ourpeople .links .management .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .terms .privacy:link, [class*=path-people-management] #block-ourpeople .links .management a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management a .terms:link, [class*=path-people-management] #block-ourpeople .links .management .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=path-people-management] #block-ourpeople .links .management .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .privacy .terms:link, [class*=path-people-management] #block-ourpeople .links .management .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .terms .terms:link, [class*=path-people-management] #block-ourpeople .links .management a a:hover, [class*=path-people-management] #block-ourpeople .links .management .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .privacy a:hover, [class*=path-people-management] #block-ourpeople .links .management .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .terms a:hover, [class*=path-people-management] #block-ourpeople .links .management a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management a .privacy:hover, [class*=path-people-management] #block-ourpeople .links .management .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .privacy .privacy:hover, [class*=path-people-management] #block-ourpeople .links .management .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=path-people-management] #block-ourpeople .links .management .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .terms .privacy:hover, [class*=path-people-management] #block-ourpeople .links .management a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management a .terms:hover, [class*=path-people-management] #block-ourpeople .links .management .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=path-people-management] #block-ourpeople .links .management .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .privacy .terms:hover, [class*=path-people-management] #block-ourpeople .links .management .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people-management] #block-ourpeople .links .management .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

[class*=path-people-management-] #block-ourpeople,
[class*=path-people-associate-] #block-ourpeople,
[class*=path-people-other-] #block-ourpeople {
  min-height: 80em;
}
[class*=path-people-management-] #block-ourpeople .field--name-body,
[class*=path-people-associate-] #block-ourpeople .field--name-body,
[class*=path-people-other-] #block-ourpeople .field--name-body {
  display: none;
}
[class*=path-people-management-] #block-views-block-our-people-management,
[class*=path-people-management-] #block-views-block-our-people-associates,
[class*=path-people-management-] #block-views-block-our-people-in-memoriam,
[class*=path-people-associate-] #block-views-block-our-people-management,
[class*=path-people-associate-] #block-views-block-our-people-associates,
[class*=path-people-associate-] #block-views-block-our-people-in-memoriam,
[class*=path-people-other-] #block-views-block-our-people-management,
[class*=path-people-other-] #block-views-block-our-people-associates,
[class*=path-people-other-] #block-views-block-our-people-in-memoriam {
  position: relative;
}
[class*=path-people-management-] #block-hampshire-content,
[class*=path-people-associate-] #block-hampshire-content,
[class*=path-people-other-] #block-hampshire-content {
  position: absolute;
  top: 3.5em;
  width: 100%;
  margin-left: 0;
}

.node-23 .thumbnailCaption-23,
.node-25 .thumbnailCaption-25,
.node-26 .thumbnailCaption-26,
.node-28 .thumbnailCaption-28,
.node-29 .thumbnailCaption-29,
.node-42 .thumbnailCaption-42,
.node-44 .thumbnailCaption-44,
.node-47 .thumbnailCaption-47,
.node-48 .thumbnailCaption-48,
.node-56 .thumbnailCaption-56,
.node-63 .thumbnailCaption-63,
.node-68 .thumbnailCaption-68,
.node-73 .thumbnailCaption-73,
.node-74 .thumbnailCaption-74,
.node-100 .thumbnailCaption-100,
.node-101 .thumbnailCaption-101,
.node-102 .thumbnailCaption-102,
.node-104 .thumbnailCaption-104,
.node-105 .thumbnailCaption-105,
.node-110 .thumbnailCaption-110,
.node-112 .thumbnailCaption-112,
.node-115 .thumbnailCaption-115,
.node-357 .thumbnailCaption-357,
.node-374 .thumbnailCaption-374,
.node-379 .thumbnailCaption-379,
.node-387 .thumbnailCaption-387,
.node-388 .thumbnailCaption-388,
.node-391 .thumbnailCaption-391,
.node-393 .thumbnailCaption-393,
.node-396 .thumbnailCaption-396,
.node-402 .thumbnailCaption-402,
.node-408 .thumbnailCaption-408,
.node-410 .thumbnailCaption-410,
.node-411 .thumbnailCaption-411,
.node-413 .thumbnailCaption-413,
.node-422 .thumbnailCaption-422,
.node-423 .thumbnailCaption-423,
.node-433 .thumbnailCaption-433,
.node-435 .thumbnailCaption-435,
.node-436 .thumbnailCaption-436,
.node-437 .thumbnailCaption-437,
.node-438 .thumbnailCaption-438,
.node-439 .thumbnailCaption-439,
.node-440 .thumbnailCaption-440,
.node-441 .thumbnailCaption-441,
.node-442 .thumbnailCaption-442,
.node-444 .thumbnailCaption-444,
.node-446 .thumbnailCaption-446,
.node-451 .thumbnailCaption-451,
.node-453 .thumbnailCaption-453,
.node-454 .thumbnailCaption-454,
.node-455 .thumbnailCaption-455,
.node-456 .thumbnailCaption-456,
.node-459 .thumbnailCaption-459,
.node-464 .thumbnailCaption-464,
.node-473 .thumbnailCaption-473,
.node-475 .thumbnailCaption-475 {
  background-color: hsl(224, 58%, 35%);
  padding: 0.3em;
}
.node-23 .thumbnailCaption-23 a:link, .node-23 .thumbnailCaption-23 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .node-23 .thumbnailCaption-23 .privacy:link, .node-23 .thumbnailCaption-23 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .node-23 .thumbnailCaption-23 .terms:link,
.node-23 .thumbnailCaption-23 a:visited,
.node-23 .thumbnailCaption-23 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-23 .thumbnailCaption-23 .privacy:visited,
.node-23 .thumbnailCaption-23 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-23 .thumbnailCaption-23 .terms:visited,
.node-23 .thumbnailCaption-23 a:hover,
.node-23 .thumbnailCaption-23 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-23 .thumbnailCaption-23 .privacy:hover,
.node-23 .thumbnailCaption-23 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-23 .thumbnailCaption-23 .terms:hover,
.node-25 .thumbnailCaption-25 a:link,
.node-25 .thumbnailCaption-25 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-25 .thumbnailCaption-25 .privacy:link,
.node-25 .thumbnailCaption-25 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-25 .thumbnailCaption-25 .terms:link,
.node-25 .thumbnailCaption-25 a:visited,
.node-25 .thumbnailCaption-25 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-25 .thumbnailCaption-25 .privacy:visited,
.node-25 .thumbnailCaption-25 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-25 .thumbnailCaption-25 .terms:visited,
.node-25 .thumbnailCaption-25 a:hover,
.node-25 .thumbnailCaption-25 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-25 .thumbnailCaption-25 .privacy:hover,
.node-25 .thumbnailCaption-25 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-25 .thumbnailCaption-25 .terms:hover,
.node-26 .thumbnailCaption-26 a:link,
.node-26 .thumbnailCaption-26 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-26 .thumbnailCaption-26 .privacy:link,
.node-26 .thumbnailCaption-26 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-26 .thumbnailCaption-26 .terms:link,
.node-26 .thumbnailCaption-26 a:visited,
.node-26 .thumbnailCaption-26 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-26 .thumbnailCaption-26 .privacy:visited,
.node-26 .thumbnailCaption-26 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-26 .thumbnailCaption-26 .terms:visited,
.node-26 .thumbnailCaption-26 a:hover,
.node-26 .thumbnailCaption-26 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-26 .thumbnailCaption-26 .privacy:hover,
.node-26 .thumbnailCaption-26 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-26 .thumbnailCaption-26 .terms:hover,
.node-28 .thumbnailCaption-28 a:link,
.node-28 .thumbnailCaption-28 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-28 .thumbnailCaption-28 .privacy:link,
.node-28 .thumbnailCaption-28 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-28 .thumbnailCaption-28 .terms:link,
.node-28 .thumbnailCaption-28 a:visited,
.node-28 .thumbnailCaption-28 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-28 .thumbnailCaption-28 .privacy:visited,
.node-28 .thumbnailCaption-28 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-28 .thumbnailCaption-28 .terms:visited,
.node-28 .thumbnailCaption-28 a:hover,
.node-28 .thumbnailCaption-28 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-28 .thumbnailCaption-28 .privacy:hover,
.node-28 .thumbnailCaption-28 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-28 .thumbnailCaption-28 .terms:hover,
.node-29 .thumbnailCaption-29 a:link,
.node-29 .thumbnailCaption-29 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-29 .thumbnailCaption-29 .privacy:link,
.node-29 .thumbnailCaption-29 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-29 .thumbnailCaption-29 .terms:link,
.node-29 .thumbnailCaption-29 a:visited,
.node-29 .thumbnailCaption-29 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-29 .thumbnailCaption-29 .privacy:visited,
.node-29 .thumbnailCaption-29 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-29 .thumbnailCaption-29 .terms:visited,
.node-29 .thumbnailCaption-29 a:hover,
.node-29 .thumbnailCaption-29 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-29 .thumbnailCaption-29 .privacy:hover,
.node-29 .thumbnailCaption-29 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-29 .thumbnailCaption-29 .terms:hover,
.node-42 .thumbnailCaption-42 a:link,
.node-42 .thumbnailCaption-42 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-42 .thumbnailCaption-42 .privacy:link,
.node-42 .thumbnailCaption-42 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-42 .thumbnailCaption-42 .terms:link,
.node-42 .thumbnailCaption-42 a:visited,
.node-42 .thumbnailCaption-42 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-42 .thumbnailCaption-42 .privacy:visited,
.node-42 .thumbnailCaption-42 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-42 .thumbnailCaption-42 .terms:visited,
.node-42 .thumbnailCaption-42 a:hover,
.node-42 .thumbnailCaption-42 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-42 .thumbnailCaption-42 .privacy:hover,
.node-42 .thumbnailCaption-42 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-42 .thumbnailCaption-42 .terms:hover,
.node-44 .thumbnailCaption-44 a:link,
.node-44 .thumbnailCaption-44 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-44 .thumbnailCaption-44 .privacy:link,
.node-44 .thumbnailCaption-44 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-44 .thumbnailCaption-44 .terms:link,
.node-44 .thumbnailCaption-44 a:visited,
.node-44 .thumbnailCaption-44 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-44 .thumbnailCaption-44 .privacy:visited,
.node-44 .thumbnailCaption-44 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-44 .thumbnailCaption-44 .terms:visited,
.node-44 .thumbnailCaption-44 a:hover,
.node-44 .thumbnailCaption-44 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-44 .thumbnailCaption-44 .privacy:hover,
.node-44 .thumbnailCaption-44 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-44 .thumbnailCaption-44 .terms:hover,
.node-47 .thumbnailCaption-47 a:link,
.node-47 .thumbnailCaption-47 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-47 .thumbnailCaption-47 .privacy:link,
.node-47 .thumbnailCaption-47 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-47 .thumbnailCaption-47 .terms:link,
.node-47 .thumbnailCaption-47 a:visited,
.node-47 .thumbnailCaption-47 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-47 .thumbnailCaption-47 .privacy:visited,
.node-47 .thumbnailCaption-47 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-47 .thumbnailCaption-47 .terms:visited,
.node-47 .thumbnailCaption-47 a:hover,
.node-47 .thumbnailCaption-47 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-47 .thumbnailCaption-47 .privacy:hover,
.node-47 .thumbnailCaption-47 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-47 .thumbnailCaption-47 .terms:hover,
.node-48 .thumbnailCaption-48 a:link,
.node-48 .thumbnailCaption-48 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-48 .thumbnailCaption-48 .privacy:link,
.node-48 .thumbnailCaption-48 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-48 .thumbnailCaption-48 .terms:link,
.node-48 .thumbnailCaption-48 a:visited,
.node-48 .thumbnailCaption-48 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-48 .thumbnailCaption-48 .privacy:visited,
.node-48 .thumbnailCaption-48 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-48 .thumbnailCaption-48 .terms:visited,
.node-48 .thumbnailCaption-48 a:hover,
.node-48 .thumbnailCaption-48 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-48 .thumbnailCaption-48 .privacy:hover,
.node-48 .thumbnailCaption-48 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-48 .thumbnailCaption-48 .terms:hover,
.node-56 .thumbnailCaption-56 a:link,
.node-56 .thumbnailCaption-56 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-56 .thumbnailCaption-56 .privacy:link,
.node-56 .thumbnailCaption-56 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-56 .thumbnailCaption-56 .terms:link,
.node-56 .thumbnailCaption-56 a:visited,
.node-56 .thumbnailCaption-56 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-56 .thumbnailCaption-56 .privacy:visited,
.node-56 .thumbnailCaption-56 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-56 .thumbnailCaption-56 .terms:visited,
.node-56 .thumbnailCaption-56 a:hover,
.node-56 .thumbnailCaption-56 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-56 .thumbnailCaption-56 .privacy:hover,
.node-56 .thumbnailCaption-56 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-56 .thumbnailCaption-56 .terms:hover,
.node-63 .thumbnailCaption-63 a:link,
.node-63 .thumbnailCaption-63 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-63 .thumbnailCaption-63 .privacy:link,
.node-63 .thumbnailCaption-63 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-63 .thumbnailCaption-63 .terms:link,
.node-63 .thumbnailCaption-63 a:visited,
.node-63 .thumbnailCaption-63 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-63 .thumbnailCaption-63 .privacy:visited,
.node-63 .thumbnailCaption-63 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-63 .thumbnailCaption-63 .terms:visited,
.node-63 .thumbnailCaption-63 a:hover,
.node-63 .thumbnailCaption-63 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-63 .thumbnailCaption-63 .privacy:hover,
.node-63 .thumbnailCaption-63 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-63 .thumbnailCaption-63 .terms:hover,
.node-68 .thumbnailCaption-68 a:link,
.node-68 .thumbnailCaption-68 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-68 .thumbnailCaption-68 .privacy:link,
.node-68 .thumbnailCaption-68 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-68 .thumbnailCaption-68 .terms:link,
.node-68 .thumbnailCaption-68 a:visited,
.node-68 .thumbnailCaption-68 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-68 .thumbnailCaption-68 .privacy:visited,
.node-68 .thumbnailCaption-68 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-68 .thumbnailCaption-68 .terms:visited,
.node-68 .thumbnailCaption-68 a:hover,
.node-68 .thumbnailCaption-68 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-68 .thumbnailCaption-68 .privacy:hover,
.node-68 .thumbnailCaption-68 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-68 .thumbnailCaption-68 .terms:hover,
.node-73 .thumbnailCaption-73 a:link,
.node-73 .thumbnailCaption-73 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-73 .thumbnailCaption-73 .privacy:link,
.node-73 .thumbnailCaption-73 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-73 .thumbnailCaption-73 .terms:link,
.node-73 .thumbnailCaption-73 a:visited,
.node-73 .thumbnailCaption-73 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-73 .thumbnailCaption-73 .privacy:visited,
.node-73 .thumbnailCaption-73 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-73 .thumbnailCaption-73 .terms:visited,
.node-73 .thumbnailCaption-73 a:hover,
.node-73 .thumbnailCaption-73 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-73 .thumbnailCaption-73 .privacy:hover,
.node-73 .thumbnailCaption-73 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-73 .thumbnailCaption-73 .terms:hover,
.node-74 .thumbnailCaption-74 a:link,
.node-74 .thumbnailCaption-74 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-74 .thumbnailCaption-74 .privacy:link,
.node-74 .thumbnailCaption-74 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-74 .thumbnailCaption-74 .terms:link,
.node-74 .thumbnailCaption-74 a:visited,
.node-74 .thumbnailCaption-74 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-74 .thumbnailCaption-74 .privacy:visited,
.node-74 .thumbnailCaption-74 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-74 .thumbnailCaption-74 .terms:visited,
.node-74 .thumbnailCaption-74 a:hover,
.node-74 .thumbnailCaption-74 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-74 .thumbnailCaption-74 .privacy:hover,
.node-74 .thumbnailCaption-74 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-74 .thumbnailCaption-74 .terms:hover,
.node-100 .thumbnailCaption-100 a:link,
.node-100 .thumbnailCaption-100 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-100 .thumbnailCaption-100 .privacy:link,
.node-100 .thumbnailCaption-100 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-100 .thumbnailCaption-100 .terms:link,
.node-100 .thumbnailCaption-100 a:visited,
.node-100 .thumbnailCaption-100 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-100 .thumbnailCaption-100 .privacy:visited,
.node-100 .thumbnailCaption-100 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-100 .thumbnailCaption-100 .terms:visited,
.node-100 .thumbnailCaption-100 a:hover,
.node-100 .thumbnailCaption-100 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-100 .thumbnailCaption-100 .privacy:hover,
.node-100 .thumbnailCaption-100 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-100 .thumbnailCaption-100 .terms:hover,
.node-101 .thumbnailCaption-101 a:link,
.node-101 .thumbnailCaption-101 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-101 .thumbnailCaption-101 .privacy:link,
.node-101 .thumbnailCaption-101 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-101 .thumbnailCaption-101 .terms:link,
.node-101 .thumbnailCaption-101 a:visited,
.node-101 .thumbnailCaption-101 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-101 .thumbnailCaption-101 .privacy:visited,
.node-101 .thumbnailCaption-101 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-101 .thumbnailCaption-101 .terms:visited,
.node-101 .thumbnailCaption-101 a:hover,
.node-101 .thumbnailCaption-101 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-101 .thumbnailCaption-101 .privacy:hover,
.node-101 .thumbnailCaption-101 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-101 .thumbnailCaption-101 .terms:hover,
.node-102 .thumbnailCaption-102 a:link,
.node-102 .thumbnailCaption-102 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-102 .thumbnailCaption-102 .privacy:link,
.node-102 .thumbnailCaption-102 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-102 .thumbnailCaption-102 .terms:link,
.node-102 .thumbnailCaption-102 a:visited,
.node-102 .thumbnailCaption-102 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-102 .thumbnailCaption-102 .privacy:visited,
.node-102 .thumbnailCaption-102 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-102 .thumbnailCaption-102 .terms:visited,
.node-102 .thumbnailCaption-102 a:hover,
.node-102 .thumbnailCaption-102 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-102 .thumbnailCaption-102 .privacy:hover,
.node-102 .thumbnailCaption-102 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-102 .thumbnailCaption-102 .terms:hover,
.node-104 .thumbnailCaption-104 a:link,
.node-104 .thumbnailCaption-104 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-104 .thumbnailCaption-104 .privacy:link,
.node-104 .thumbnailCaption-104 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-104 .thumbnailCaption-104 .terms:link,
.node-104 .thumbnailCaption-104 a:visited,
.node-104 .thumbnailCaption-104 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-104 .thumbnailCaption-104 .privacy:visited,
.node-104 .thumbnailCaption-104 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-104 .thumbnailCaption-104 .terms:visited,
.node-104 .thumbnailCaption-104 a:hover,
.node-104 .thumbnailCaption-104 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-104 .thumbnailCaption-104 .privacy:hover,
.node-104 .thumbnailCaption-104 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-104 .thumbnailCaption-104 .terms:hover,
.node-105 .thumbnailCaption-105 a:link,
.node-105 .thumbnailCaption-105 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-105 .thumbnailCaption-105 .privacy:link,
.node-105 .thumbnailCaption-105 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-105 .thumbnailCaption-105 .terms:link,
.node-105 .thumbnailCaption-105 a:visited,
.node-105 .thumbnailCaption-105 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-105 .thumbnailCaption-105 .privacy:visited,
.node-105 .thumbnailCaption-105 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-105 .thumbnailCaption-105 .terms:visited,
.node-105 .thumbnailCaption-105 a:hover,
.node-105 .thumbnailCaption-105 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-105 .thumbnailCaption-105 .privacy:hover,
.node-105 .thumbnailCaption-105 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-105 .thumbnailCaption-105 .terms:hover,
.node-110 .thumbnailCaption-110 a:link,
.node-110 .thumbnailCaption-110 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-110 .thumbnailCaption-110 .privacy:link,
.node-110 .thumbnailCaption-110 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-110 .thumbnailCaption-110 .terms:link,
.node-110 .thumbnailCaption-110 a:visited,
.node-110 .thumbnailCaption-110 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-110 .thumbnailCaption-110 .privacy:visited,
.node-110 .thumbnailCaption-110 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-110 .thumbnailCaption-110 .terms:visited,
.node-110 .thumbnailCaption-110 a:hover,
.node-110 .thumbnailCaption-110 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-110 .thumbnailCaption-110 .privacy:hover,
.node-110 .thumbnailCaption-110 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-110 .thumbnailCaption-110 .terms:hover,
.node-112 .thumbnailCaption-112 a:link,
.node-112 .thumbnailCaption-112 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-112 .thumbnailCaption-112 .privacy:link,
.node-112 .thumbnailCaption-112 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-112 .thumbnailCaption-112 .terms:link,
.node-112 .thumbnailCaption-112 a:visited,
.node-112 .thumbnailCaption-112 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-112 .thumbnailCaption-112 .privacy:visited,
.node-112 .thumbnailCaption-112 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-112 .thumbnailCaption-112 .terms:visited,
.node-112 .thumbnailCaption-112 a:hover,
.node-112 .thumbnailCaption-112 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-112 .thumbnailCaption-112 .privacy:hover,
.node-112 .thumbnailCaption-112 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-112 .thumbnailCaption-112 .terms:hover,
.node-115 .thumbnailCaption-115 a:link,
.node-115 .thumbnailCaption-115 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-115 .thumbnailCaption-115 .privacy:link,
.node-115 .thumbnailCaption-115 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-115 .thumbnailCaption-115 .terms:link,
.node-115 .thumbnailCaption-115 a:visited,
.node-115 .thumbnailCaption-115 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-115 .thumbnailCaption-115 .privacy:visited,
.node-115 .thumbnailCaption-115 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-115 .thumbnailCaption-115 .terms:visited,
.node-115 .thumbnailCaption-115 a:hover,
.node-115 .thumbnailCaption-115 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-115 .thumbnailCaption-115 .privacy:hover,
.node-115 .thumbnailCaption-115 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-115 .thumbnailCaption-115 .terms:hover,
.node-357 .thumbnailCaption-357 a:link,
.node-357 .thumbnailCaption-357 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-357 .thumbnailCaption-357 .privacy:link,
.node-357 .thumbnailCaption-357 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-357 .thumbnailCaption-357 .terms:link,
.node-357 .thumbnailCaption-357 a:visited,
.node-357 .thumbnailCaption-357 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-357 .thumbnailCaption-357 .privacy:visited,
.node-357 .thumbnailCaption-357 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-357 .thumbnailCaption-357 .terms:visited,
.node-357 .thumbnailCaption-357 a:hover,
.node-357 .thumbnailCaption-357 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-357 .thumbnailCaption-357 .privacy:hover,
.node-357 .thumbnailCaption-357 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-357 .thumbnailCaption-357 .terms:hover,
.node-374 .thumbnailCaption-374 a:link,
.node-374 .thumbnailCaption-374 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-374 .thumbnailCaption-374 .privacy:link,
.node-374 .thumbnailCaption-374 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-374 .thumbnailCaption-374 .terms:link,
.node-374 .thumbnailCaption-374 a:visited,
.node-374 .thumbnailCaption-374 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-374 .thumbnailCaption-374 .privacy:visited,
.node-374 .thumbnailCaption-374 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-374 .thumbnailCaption-374 .terms:visited,
.node-374 .thumbnailCaption-374 a:hover,
.node-374 .thumbnailCaption-374 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-374 .thumbnailCaption-374 .privacy:hover,
.node-374 .thumbnailCaption-374 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-374 .thumbnailCaption-374 .terms:hover,
.node-379 .thumbnailCaption-379 a:link,
.node-379 .thumbnailCaption-379 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-379 .thumbnailCaption-379 .privacy:link,
.node-379 .thumbnailCaption-379 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-379 .thumbnailCaption-379 .terms:link,
.node-379 .thumbnailCaption-379 a:visited,
.node-379 .thumbnailCaption-379 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-379 .thumbnailCaption-379 .privacy:visited,
.node-379 .thumbnailCaption-379 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-379 .thumbnailCaption-379 .terms:visited,
.node-379 .thumbnailCaption-379 a:hover,
.node-379 .thumbnailCaption-379 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-379 .thumbnailCaption-379 .privacy:hover,
.node-379 .thumbnailCaption-379 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-379 .thumbnailCaption-379 .terms:hover,
.node-387 .thumbnailCaption-387 a:link,
.node-387 .thumbnailCaption-387 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-387 .thumbnailCaption-387 .privacy:link,
.node-387 .thumbnailCaption-387 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-387 .thumbnailCaption-387 .terms:link,
.node-387 .thumbnailCaption-387 a:visited,
.node-387 .thumbnailCaption-387 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-387 .thumbnailCaption-387 .privacy:visited,
.node-387 .thumbnailCaption-387 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-387 .thumbnailCaption-387 .terms:visited,
.node-387 .thumbnailCaption-387 a:hover,
.node-387 .thumbnailCaption-387 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-387 .thumbnailCaption-387 .privacy:hover,
.node-387 .thumbnailCaption-387 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-387 .thumbnailCaption-387 .terms:hover,
.node-388 .thumbnailCaption-388 a:link,
.node-388 .thumbnailCaption-388 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-388 .thumbnailCaption-388 .privacy:link,
.node-388 .thumbnailCaption-388 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-388 .thumbnailCaption-388 .terms:link,
.node-388 .thumbnailCaption-388 a:visited,
.node-388 .thumbnailCaption-388 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-388 .thumbnailCaption-388 .privacy:visited,
.node-388 .thumbnailCaption-388 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-388 .thumbnailCaption-388 .terms:visited,
.node-388 .thumbnailCaption-388 a:hover,
.node-388 .thumbnailCaption-388 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-388 .thumbnailCaption-388 .privacy:hover,
.node-388 .thumbnailCaption-388 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-388 .thumbnailCaption-388 .terms:hover,
.node-391 .thumbnailCaption-391 a:link,
.node-391 .thumbnailCaption-391 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-391 .thumbnailCaption-391 .privacy:link,
.node-391 .thumbnailCaption-391 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-391 .thumbnailCaption-391 .terms:link,
.node-391 .thumbnailCaption-391 a:visited,
.node-391 .thumbnailCaption-391 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-391 .thumbnailCaption-391 .privacy:visited,
.node-391 .thumbnailCaption-391 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-391 .thumbnailCaption-391 .terms:visited,
.node-391 .thumbnailCaption-391 a:hover,
.node-391 .thumbnailCaption-391 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-391 .thumbnailCaption-391 .privacy:hover,
.node-391 .thumbnailCaption-391 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-391 .thumbnailCaption-391 .terms:hover,
.node-393 .thumbnailCaption-393 a:link,
.node-393 .thumbnailCaption-393 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-393 .thumbnailCaption-393 .privacy:link,
.node-393 .thumbnailCaption-393 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-393 .thumbnailCaption-393 .terms:link,
.node-393 .thumbnailCaption-393 a:visited,
.node-393 .thumbnailCaption-393 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-393 .thumbnailCaption-393 .privacy:visited,
.node-393 .thumbnailCaption-393 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-393 .thumbnailCaption-393 .terms:visited,
.node-393 .thumbnailCaption-393 a:hover,
.node-393 .thumbnailCaption-393 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-393 .thumbnailCaption-393 .privacy:hover,
.node-393 .thumbnailCaption-393 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-393 .thumbnailCaption-393 .terms:hover,
.node-396 .thumbnailCaption-396 a:link,
.node-396 .thumbnailCaption-396 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-396 .thumbnailCaption-396 .privacy:link,
.node-396 .thumbnailCaption-396 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-396 .thumbnailCaption-396 .terms:link,
.node-396 .thumbnailCaption-396 a:visited,
.node-396 .thumbnailCaption-396 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-396 .thumbnailCaption-396 .privacy:visited,
.node-396 .thumbnailCaption-396 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-396 .thumbnailCaption-396 .terms:visited,
.node-396 .thumbnailCaption-396 a:hover,
.node-396 .thumbnailCaption-396 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-396 .thumbnailCaption-396 .privacy:hover,
.node-396 .thumbnailCaption-396 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-396 .thumbnailCaption-396 .terms:hover,
.node-402 .thumbnailCaption-402 a:link,
.node-402 .thumbnailCaption-402 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-402 .thumbnailCaption-402 .privacy:link,
.node-402 .thumbnailCaption-402 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-402 .thumbnailCaption-402 .terms:link,
.node-402 .thumbnailCaption-402 a:visited,
.node-402 .thumbnailCaption-402 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-402 .thumbnailCaption-402 .privacy:visited,
.node-402 .thumbnailCaption-402 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-402 .thumbnailCaption-402 .terms:visited,
.node-402 .thumbnailCaption-402 a:hover,
.node-402 .thumbnailCaption-402 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-402 .thumbnailCaption-402 .privacy:hover,
.node-402 .thumbnailCaption-402 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-402 .thumbnailCaption-402 .terms:hover,
.node-408 .thumbnailCaption-408 a:link,
.node-408 .thumbnailCaption-408 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-408 .thumbnailCaption-408 .privacy:link,
.node-408 .thumbnailCaption-408 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-408 .thumbnailCaption-408 .terms:link,
.node-408 .thumbnailCaption-408 a:visited,
.node-408 .thumbnailCaption-408 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-408 .thumbnailCaption-408 .privacy:visited,
.node-408 .thumbnailCaption-408 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-408 .thumbnailCaption-408 .terms:visited,
.node-408 .thumbnailCaption-408 a:hover,
.node-408 .thumbnailCaption-408 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-408 .thumbnailCaption-408 .privacy:hover,
.node-408 .thumbnailCaption-408 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-408 .thumbnailCaption-408 .terms:hover,
.node-410 .thumbnailCaption-410 a:link,
.node-410 .thumbnailCaption-410 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-410 .thumbnailCaption-410 .privacy:link,
.node-410 .thumbnailCaption-410 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-410 .thumbnailCaption-410 .terms:link,
.node-410 .thumbnailCaption-410 a:visited,
.node-410 .thumbnailCaption-410 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-410 .thumbnailCaption-410 .privacy:visited,
.node-410 .thumbnailCaption-410 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-410 .thumbnailCaption-410 .terms:visited,
.node-410 .thumbnailCaption-410 a:hover,
.node-410 .thumbnailCaption-410 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-410 .thumbnailCaption-410 .privacy:hover,
.node-410 .thumbnailCaption-410 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-410 .thumbnailCaption-410 .terms:hover,
.node-411 .thumbnailCaption-411 a:link,
.node-411 .thumbnailCaption-411 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-411 .thumbnailCaption-411 .privacy:link,
.node-411 .thumbnailCaption-411 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-411 .thumbnailCaption-411 .terms:link,
.node-411 .thumbnailCaption-411 a:visited,
.node-411 .thumbnailCaption-411 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-411 .thumbnailCaption-411 .privacy:visited,
.node-411 .thumbnailCaption-411 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-411 .thumbnailCaption-411 .terms:visited,
.node-411 .thumbnailCaption-411 a:hover,
.node-411 .thumbnailCaption-411 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-411 .thumbnailCaption-411 .privacy:hover,
.node-411 .thumbnailCaption-411 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-411 .thumbnailCaption-411 .terms:hover,
.node-413 .thumbnailCaption-413 a:link,
.node-413 .thumbnailCaption-413 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-413 .thumbnailCaption-413 .privacy:link,
.node-413 .thumbnailCaption-413 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-413 .thumbnailCaption-413 .terms:link,
.node-413 .thumbnailCaption-413 a:visited,
.node-413 .thumbnailCaption-413 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-413 .thumbnailCaption-413 .privacy:visited,
.node-413 .thumbnailCaption-413 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-413 .thumbnailCaption-413 .terms:visited,
.node-413 .thumbnailCaption-413 a:hover,
.node-413 .thumbnailCaption-413 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-413 .thumbnailCaption-413 .privacy:hover,
.node-413 .thumbnailCaption-413 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-413 .thumbnailCaption-413 .terms:hover,
.node-422 .thumbnailCaption-422 a:link,
.node-422 .thumbnailCaption-422 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-422 .thumbnailCaption-422 .privacy:link,
.node-422 .thumbnailCaption-422 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-422 .thumbnailCaption-422 .terms:link,
.node-422 .thumbnailCaption-422 a:visited,
.node-422 .thumbnailCaption-422 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-422 .thumbnailCaption-422 .privacy:visited,
.node-422 .thumbnailCaption-422 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-422 .thumbnailCaption-422 .terms:visited,
.node-422 .thumbnailCaption-422 a:hover,
.node-422 .thumbnailCaption-422 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-422 .thumbnailCaption-422 .privacy:hover,
.node-422 .thumbnailCaption-422 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-422 .thumbnailCaption-422 .terms:hover,
.node-423 .thumbnailCaption-423 a:link,
.node-423 .thumbnailCaption-423 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-423 .thumbnailCaption-423 .privacy:link,
.node-423 .thumbnailCaption-423 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-423 .thumbnailCaption-423 .terms:link,
.node-423 .thumbnailCaption-423 a:visited,
.node-423 .thumbnailCaption-423 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-423 .thumbnailCaption-423 .privacy:visited,
.node-423 .thumbnailCaption-423 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-423 .thumbnailCaption-423 .terms:visited,
.node-423 .thumbnailCaption-423 a:hover,
.node-423 .thumbnailCaption-423 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-423 .thumbnailCaption-423 .privacy:hover,
.node-423 .thumbnailCaption-423 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-423 .thumbnailCaption-423 .terms:hover,
.node-433 .thumbnailCaption-433 a:link,
.node-433 .thumbnailCaption-433 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-433 .thumbnailCaption-433 .privacy:link,
.node-433 .thumbnailCaption-433 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-433 .thumbnailCaption-433 .terms:link,
.node-433 .thumbnailCaption-433 a:visited,
.node-433 .thumbnailCaption-433 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-433 .thumbnailCaption-433 .privacy:visited,
.node-433 .thumbnailCaption-433 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-433 .thumbnailCaption-433 .terms:visited,
.node-433 .thumbnailCaption-433 a:hover,
.node-433 .thumbnailCaption-433 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-433 .thumbnailCaption-433 .privacy:hover,
.node-433 .thumbnailCaption-433 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-433 .thumbnailCaption-433 .terms:hover,
.node-435 .thumbnailCaption-435 a:link,
.node-435 .thumbnailCaption-435 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-435 .thumbnailCaption-435 .privacy:link,
.node-435 .thumbnailCaption-435 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-435 .thumbnailCaption-435 .terms:link,
.node-435 .thumbnailCaption-435 a:visited,
.node-435 .thumbnailCaption-435 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-435 .thumbnailCaption-435 .privacy:visited,
.node-435 .thumbnailCaption-435 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-435 .thumbnailCaption-435 .terms:visited,
.node-435 .thumbnailCaption-435 a:hover,
.node-435 .thumbnailCaption-435 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-435 .thumbnailCaption-435 .privacy:hover,
.node-435 .thumbnailCaption-435 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-435 .thumbnailCaption-435 .terms:hover,
.node-436 .thumbnailCaption-436 a:link,
.node-436 .thumbnailCaption-436 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-436 .thumbnailCaption-436 .privacy:link,
.node-436 .thumbnailCaption-436 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-436 .thumbnailCaption-436 .terms:link,
.node-436 .thumbnailCaption-436 a:visited,
.node-436 .thumbnailCaption-436 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-436 .thumbnailCaption-436 .privacy:visited,
.node-436 .thumbnailCaption-436 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-436 .thumbnailCaption-436 .terms:visited,
.node-436 .thumbnailCaption-436 a:hover,
.node-436 .thumbnailCaption-436 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-436 .thumbnailCaption-436 .privacy:hover,
.node-436 .thumbnailCaption-436 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-436 .thumbnailCaption-436 .terms:hover,
.node-437 .thumbnailCaption-437 a:link,
.node-437 .thumbnailCaption-437 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-437 .thumbnailCaption-437 .privacy:link,
.node-437 .thumbnailCaption-437 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-437 .thumbnailCaption-437 .terms:link,
.node-437 .thumbnailCaption-437 a:visited,
.node-437 .thumbnailCaption-437 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-437 .thumbnailCaption-437 .privacy:visited,
.node-437 .thumbnailCaption-437 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-437 .thumbnailCaption-437 .terms:visited,
.node-437 .thumbnailCaption-437 a:hover,
.node-437 .thumbnailCaption-437 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-437 .thumbnailCaption-437 .privacy:hover,
.node-437 .thumbnailCaption-437 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-437 .thumbnailCaption-437 .terms:hover,
.node-438 .thumbnailCaption-438 a:link,
.node-438 .thumbnailCaption-438 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-438 .thumbnailCaption-438 .privacy:link,
.node-438 .thumbnailCaption-438 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-438 .thumbnailCaption-438 .terms:link,
.node-438 .thumbnailCaption-438 a:visited,
.node-438 .thumbnailCaption-438 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-438 .thumbnailCaption-438 .privacy:visited,
.node-438 .thumbnailCaption-438 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-438 .thumbnailCaption-438 .terms:visited,
.node-438 .thumbnailCaption-438 a:hover,
.node-438 .thumbnailCaption-438 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-438 .thumbnailCaption-438 .privacy:hover,
.node-438 .thumbnailCaption-438 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-438 .thumbnailCaption-438 .terms:hover,
.node-439 .thumbnailCaption-439 a:link,
.node-439 .thumbnailCaption-439 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-439 .thumbnailCaption-439 .privacy:link,
.node-439 .thumbnailCaption-439 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-439 .thumbnailCaption-439 .terms:link,
.node-439 .thumbnailCaption-439 a:visited,
.node-439 .thumbnailCaption-439 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-439 .thumbnailCaption-439 .privacy:visited,
.node-439 .thumbnailCaption-439 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-439 .thumbnailCaption-439 .terms:visited,
.node-439 .thumbnailCaption-439 a:hover,
.node-439 .thumbnailCaption-439 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-439 .thumbnailCaption-439 .privacy:hover,
.node-439 .thumbnailCaption-439 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-439 .thumbnailCaption-439 .terms:hover,
.node-440 .thumbnailCaption-440 a:link,
.node-440 .thumbnailCaption-440 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-440 .thumbnailCaption-440 .privacy:link,
.node-440 .thumbnailCaption-440 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-440 .thumbnailCaption-440 .terms:link,
.node-440 .thumbnailCaption-440 a:visited,
.node-440 .thumbnailCaption-440 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-440 .thumbnailCaption-440 .privacy:visited,
.node-440 .thumbnailCaption-440 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-440 .thumbnailCaption-440 .terms:visited,
.node-440 .thumbnailCaption-440 a:hover,
.node-440 .thumbnailCaption-440 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-440 .thumbnailCaption-440 .privacy:hover,
.node-440 .thumbnailCaption-440 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-440 .thumbnailCaption-440 .terms:hover,
.node-441 .thumbnailCaption-441 a:link,
.node-441 .thumbnailCaption-441 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-441 .thumbnailCaption-441 .privacy:link,
.node-441 .thumbnailCaption-441 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-441 .thumbnailCaption-441 .terms:link,
.node-441 .thumbnailCaption-441 a:visited,
.node-441 .thumbnailCaption-441 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-441 .thumbnailCaption-441 .privacy:visited,
.node-441 .thumbnailCaption-441 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-441 .thumbnailCaption-441 .terms:visited,
.node-441 .thumbnailCaption-441 a:hover,
.node-441 .thumbnailCaption-441 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-441 .thumbnailCaption-441 .privacy:hover,
.node-441 .thumbnailCaption-441 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-441 .thumbnailCaption-441 .terms:hover,
.node-442 .thumbnailCaption-442 a:link,
.node-442 .thumbnailCaption-442 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-442 .thumbnailCaption-442 .privacy:link,
.node-442 .thumbnailCaption-442 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-442 .thumbnailCaption-442 .terms:link,
.node-442 .thumbnailCaption-442 a:visited,
.node-442 .thumbnailCaption-442 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-442 .thumbnailCaption-442 .privacy:visited,
.node-442 .thumbnailCaption-442 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-442 .thumbnailCaption-442 .terms:visited,
.node-442 .thumbnailCaption-442 a:hover,
.node-442 .thumbnailCaption-442 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-442 .thumbnailCaption-442 .privacy:hover,
.node-442 .thumbnailCaption-442 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-442 .thumbnailCaption-442 .terms:hover,
.node-444 .thumbnailCaption-444 a:link,
.node-444 .thumbnailCaption-444 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-444 .thumbnailCaption-444 .privacy:link,
.node-444 .thumbnailCaption-444 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-444 .thumbnailCaption-444 .terms:link,
.node-444 .thumbnailCaption-444 a:visited,
.node-444 .thumbnailCaption-444 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-444 .thumbnailCaption-444 .privacy:visited,
.node-444 .thumbnailCaption-444 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-444 .thumbnailCaption-444 .terms:visited,
.node-444 .thumbnailCaption-444 a:hover,
.node-444 .thumbnailCaption-444 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-444 .thumbnailCaption-444 .privacy:hover,
.node-444 .thumbnailCaption-444 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-444 .thumbnailCaption-444 .terms:hover,
.node-446 .thumbnailCaption-446 a:link,
.node-446 .thumbnailCaption-446 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-446 .thumbnailCaption-446 .privacy:link,
.node-446 .thumbnailCaption-446 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-446 .thumbnailCaption-446 .terms:link,
.node-446 .thumbnailCaption-446 a:visited,
.node-446 .thumbnailCaption-446 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-446 .thumbnailCaption-446 .privacy:visited,
.node-446 .thumbnailCaption-446 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-446 .thumbnailCaption-446 .terms:visited,
.node-446 .thumbnailCaption-446 a:hover,
.node-446 .thumbnailCaption-446 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-446 .thumbnailCaption-446 .privacy:hover,
.node-446 .thumbnailCaption-446 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-446 .thumbnailCaption-446 .terms:hover,
.node-451 .thumbnailCaption-451 a:link,
.node-451 .thumbnailCaption-451 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-451 .thumbnailCaption-451 .privacy:link,
.node-451 .thumbnailCaption-451 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-451 .thumbnailCaption-451 .terms:link,
.node-451 .thumbnailCaption-451 a:visited,
.node-451 .thumbnailCaption-451 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-451 .thumbnailCaption-451 .privacy:visited,
.node-451 .thumbnailCaption-451 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-451 .thumbnailCaption-451 .terms:visited,
.node-451 .thumbnailCaption-451 a:hover,
.node-451 .thumbnailCaption-451 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-451 .thumbnailCaption-451 .privacy:hover,
.node-451 .thumbnailCaption-451 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-451 .thumbnailCaption-451 .terms:hover,
.node-453 .thumbnailCaption-453 a:link,
.node-453 .thumbnailCaption-453 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-453 .thumbnailCaption-453 .privacy:link,
.node-453 .thumbnailCaption-453 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-453 .thumbnailCaption-453 .terms:link,
.node-453 .thumbnailCaption-453 a:visited,
.node-453 .thumbnailCaption-453 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-453 .thumbnailCaption-453 .privacy:visited,
.node-453 .thumbnailCaption-453 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-453 .thumbnailCaption-453 .terms:visited,
.node-453 .thumbnailCaption-453 a:hover,
.node-453 .thumbnailCaption-453 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-453 .thumbnailCaption-453 .privacy:hover,
.node-453 .thumbnailCaption-453 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-453 .thumbnailCaption-453 .terms:hover,
.node-454 .thumbnailCaption-454 a:link,
.node-454 .thumbnailCaption-454 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-454 .thumbnailCaption-454 .privacy:link,
.node-454 .thumbnailCaption-454 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-454 .thumbnailCaption-454 .terms:link,
.node-454 .thumbnailCaption-454 a:visited,
.node-454 .thumbnailCaption-454 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-454 .thumbnailCaption-454 .privacy:visited,
.node-454 .thumbnailCaption-454 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-454 .thumbnailCaption-454 .terms:visited,
.node-454 .thumbnailCaption-454 a:hover,
.node-454 .thumbnailCaption-454 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-454 .thumbnailCaption-454 .privacy:hover,
.node-454 .thumbnailCaption-454 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-454 .thumbnailCaption-454 .terms:hover,
.node-455 .thumbnailCaption-455 a:link,
.node-455 .thumbnailCaption-455 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-455 .thumbnailCaption-455 .privacy:link,
.node-455 .thumbnailCaption-455 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-455 .thumbnailCaption-455 .terms:link,
.node-455 .thumbnailCaption-455 a:visited,
.node-455 .thumbnailCaption-455 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-455 .thumbnailCaption-455 .privacy:visited,
.node-455 .thumbnailCaption-455 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-455 .thumbnailCaption-455 .terms:visited,
.node-455 .thumbnailCaption-455 a:hover,
.node-455 .thumbnailCaption-455 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-455 .thumbnailCaption-455 .privacy:hover,
.node-455 .thumbnailCaption-455 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-455 .thumbnailCaption-455 .terms:hover,
.node-456 .thumbnailCaption-456 a:link,
.node-456 .thumbnailCaption-456 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-456 .thumbnailCaption-456 .privacy:link,
.node-456 .thumbnailCaption-456 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-456 .thumbnailCaption-456 .terms:link,
.node-456 .thumbnailCaption-456 a:visited,
.node-456 .thumbnailCaption-456 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-456 .thumbnailCaption-456 .privacy:visited,
.node-456 .thumbnailCaption-456 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-456 .thumbnailCaption-456 .terms:visited,
.node-456 .thumbnailCaption-456 a:hover,
.node-456 .thumbnailCaption-456 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-456 .thumbnailCaption-456 .privacy:hover,
.node-456 .thumbnailCaption-456 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-456 .thumbnailCaption-456 .terms:hover,
.node-459 .thumbnailCaption-459 a:link,
.node-459 .thumbnailCaption-459 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-459 .thumbnailCaption-459 .privacy:link,
.node-459 .thumbnailCaption-459 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-459 .thumbnailCaption-459 .terms:link,
.node-459 .thumbnailCaption-459 a:visited,
.node-459 .thumbnailCaption-459 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-459 .thumbnailCaption-459 .privacy:visited,
.node-459 .thumbnailCaption-459 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-459 .thumbnailCaption-459 .terms:visited,
.node-459 .thumbnailCaption-459 a:hover,
.node-459 .thumbnailCaption-459 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-459 .thumbnailCaption-459 .privacy:hover,
.node-459 .thumbnailCaption-459 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-459 .thumbnailCaption-459 .terms:hover,
.node-464 .thumbnailCaption-464 a:link,
.node-464 .thumbnailCaption-464 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-464 .thumbnailCaption-464 .privacy:link,
.node-464 .thumbnailCaption-464 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-464 .thumbnailCaption-464 .terms:link,
.node-464 .thumbnailCaption-464 a:visited,
.node-464 .thumbnailCaption-464 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-464 .thumbnailCaption-464 .privacy:visited,
.node-464 .thumbnailCaption-464 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-464 .thumbnailCaption-464 .terms:visited,
.node-464 .thumbnailCaption-464 a:hover,
.node-464 .thumbnailCaption-464 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-464 .thumbnailCaption-464 .privacy:hover,
.node-464 .thumbnailCaption-464 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-464 .thumbnailCaption-464 .terms:hover,
.node-473 .thumbnailCaption-473 a:link,
.node-473 .thumbnailCaption-473 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-473 .thumbnailCaption-473 .privacy:link,
.node-473 .thumbnailCaption-473 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-473 .thumbnailCaption-473 .terms:link,
.node-473 .thumbnailCaption-473 a:visited,
.node-473 .thumbnailCaption-473 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-473 .thumbnailCaption-473 .privacy:visited,
.node-473 .thumbnailCaption-473 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-473 .thumbnailCaption-473 .terms:visited,
.node-473 .thumbnailCaption-473 a:hover,
.node-473 .thumbnailCaption-473 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-473 .thumbnailCaption-473 .privacy:hover,
.node-473 .thumbnailCaption-473 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-473 .thumbnailCaption-473 .terms:hover,
.node-475 .thumbnailCaption-475 a:link,
.node-475 .thumbnailCaption-475 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node-475 .thumbnailCaption-475 .privacy:link,
.node-475 .thumbnailCaption-475 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node-475 .thumbnailCaption-475 .terms:link,
.node-475 .thumbnailCaption-475 a:visited,
.node-475 .thumbnailCaption-475 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node-475 .thumbnailCaption-475 .privacy:visited,
.node-475 .thumbnailCaption-475 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node-475 .thumbnailCaption-475 .terms:visited,
.node-475 .thumbnailCaption-475 a:hover,
.node-475 .thumbnailCaption-475 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node-475 .thumbnailCaption-475 .privacy:hover,
.node-475 .thumbnailCaption-475 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node-475 .thumbnailCaption-475 .terms:hover {
  color: white !important;
}

/*
[class*="associate"] {
  #block-views-block-our-people-management {
    opacity: 0.4;
  }

  #block-ourpeople .links .associate a {
    @include internal_link-active-page;
  }
}

[class*="management"] {
  #block-views-block-our-people-associates {
    opacity: 0.4;
  }
}
*/
[class*=path-people-careers] #block-views-block-our-people-management,
[class*=path-people-careers] #block-views-block-our-people-associates,
[class*=path-people-careers] #block-views-block-our-people-in-memoriam {
  display: none;
}
[class*=path-people-careers] #block-ourpeople .links .careers a, [class*=path-people-careers] #block-ourpeople .links .careers .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .privacy, [class*=path-people-careers] #block-ourpeople .links .careers .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
[class*=path-people-careers] #block-ourpeople .links .careers a a:link, [class*=path-people-careers] #block-ourpeople .links .careers .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .privacy a:link, [class*=path-people-careers] #block-ourpeople .links .careers .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .terms a:link, [class*=path-people-careers] #block-ourpeople .links .careers a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers a .privacy:link, [class*=path-people-careers] #block-ourpeople .links .careers .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .privacy .privacy:link, [class*=path-people-careers] #block-ourpeople .links .careers .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=path-people-careers] #block-ourpeople .links .careers .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .terms .privacy:link, [class*=path-people-careers] #block-ourpeople .links .careers a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers a .terms:link, [class*=path-people-careers] #block-ourpeople .links .careers .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=path-people-careers] #block-ourpeople .links .careers .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .privacy .terms:link, [class*=path-people-careers] #block-ourpeople .links .careers .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .terms .terms:link, [class*=path-people-careers] #block-ourpeople .links .careers a a:hover, [class*=path-people-careers] #block-ourpeople .links .careers .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .privacy a:hover, [class*=path-people-careers] #block-ourpeople .links .careers .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .terms a:hover, [class*=path-people-careers] #block-ourpeople .links .careers a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers a .privacy:hover, [class*=path-people-careers] #block-ourpeople .links .careers .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .privacy .privacy:hover, [class*=path-people-careers] #block-ourpeople .links .careers .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=path-people-careers] #block-ourpeople .links .careers .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .terms .privacy:hover, [class*=path-people-careers] #block-ourpeople .links .careers a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers a .terms:hover, [class*=path-people-careers] #block-ourpeople .links .careers .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=path-people-careers] #block-ourpeople .links .careers .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .privacy .terms:hover, [class*=path-people-careers] #block-ourpeople .links .careers .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=path-people-careers] #block-ourpeople .links .careers .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-people-careers .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/careers.jpg");
}
.path-people-careers .region-content #block-hampshire-content > h2 {
  display: block;
}
.path-people-careers .region-content .node__content {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  color: hsl(0, 0%, 30%);
  padding-bottom: 6em;
}
.path-people-careers .region-content .node__content a:link, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy:link, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms:link, .path-people-careers .region-content .node__content a:visited, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy:visited, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms:visited, .path-people-careers .region-content .node__content a:hover, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy:hover, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-people-careers .region-content .node__content a:link, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy:link, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms:link, .path-people-careers .region-content .node__content a:visited, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy:visited, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms:visited, .path-people-careers .region-content .node__content a:hover, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy:hover, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-people-careers .region-content .node__content a:active,
.path-people-careers .region-content .node__content a.is-active,
.path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy,
.path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-people-careers .region-content .node__content a.is-active, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms {
  font-style: italic;
  font-weight: 500;
}
.path-people-careers .region-content .node__content a:link, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy:link, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms:link, .path-people-careers .region-content .node__content a:hover, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy:hover, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-people-careers .region-content .node__content a:hover, .path-people-careers .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-people-careers .region-content .node__content .privacy:hover, .path-people-careers .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-people-careers .region-content .node__content .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-people-careers .region-content .node__content {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-people-careers .region-content .node__content {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-people-careers .region-content .node__content h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-people-careers .region-content .node__content h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-people-careers .region-content .node__content h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-people-careers .region-content .node__content h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-people-careers .region-content .node__content h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-people-careers .region-content .node__content h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-people-careers .region-content .node__content h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-people-careers .region-content .node__content h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-people-careers .region-content .node__content p,
.path-people-careers .region-content .node__content li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-people-careers .region-content .node__content p,
  .path-people-careers .region-content .node__content li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-people-careers .region-content .node__content ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-people-careers .region-content .node__content ul > li {
  text-indent: -0.8em;
}
.path-people-careers .region-content .node__content ul :before {
  content: "– ";
}
.path-people-careers .region-content .node__content p + ul {
  margin-top: -1.5em;
}
.path-people-careers .region-content .node__content ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-people-careers .region-content .node__content p,
  .path-people-careers .region-content .node__content ul,
  .path-people-careers .region-content .node__content li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media only screen and (min-width: 960px) {
  .path-people-careers .region-content .node__content {
    height: 64em;
  }
}
.path-people-careers .region-content .button {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  background-color: hsl(0, 0%, 75%);
  margin-bottom: 0.5em;
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .path-people-careers .region-content .button {
    font-size: 1.1em;
  }
}
.path-people-careers .region-content .node__content:before {
  content: "";
  position: absolute;
  background-image: url("/sites/hampshire/files/images/backgrounds/hre.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 37%;
  padding-right: 18%;
  opacity: 0.5;
  left: 3%;
  top: 53%;
  animation-name: careers;
  animation-duration: 4s;
}
@media only screen and (max-width: 479px) {
  .path-people-careers .region-content .node__content:before {
    background-size: 70%;
  }
}
@media only screen and (max-width: 960px) {
  .path-people-careers .region-content .node__content:before {
    top: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .path-people-careers .region-content .node__content:before {
    top: 26%;
  }
}
@media only screen and (max-width: 480px) {
  .path-people-careers .region-content .node__content:before {
    background-size: 80%;
    top: 20%;
  }
}
@keyframes careers {
  0% {
    left: 100%;
    transform: rotateZ(-180deg);
  }
  25% {
    left: 100%;
    transform: rotateZ(-180deg);
  }
  100% {
    left: 3%;
    transform: rotateZ(-360deg);
  }
}

.path-lens .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/lens.jpg");
}
.path-lens .node__content:before {
  content: "";
  position: absolute;
  background-image: url("/sites/hampshire/files/images/backgrounds/hre.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 37%;
  padding-right: 18%;
  opacity: 0.5;
  left: 3%;
  top: 35%;
  animation-name: lens;
  animation-delay: 2s;
  animation-duration: 0.5s;
}
@media only screen and (max-width: 479px) {
  .path-lens .node__content:before {
    background-size: 70%;
  }
}
@media only screen and (max-width: 959px) {
  .path-lens .node__content:before {
    top: 25%;
  }
}
@media only screen and (max-width: 639px) {
  .path-lens .node__content:before {
    top: 18%;
  }
}
@media only screen and (max-width: 479px) {
  .path-lens .node__content:before {
    background-size: 70%;
    top: 19%;
  }
}
@keyframes lens {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.path-lens-archives-request p.title {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0.25em;
  border-top: solid black thin;
}
.path-lens-archives-request p.title a:link, .path-lens-archives-request p.title .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-lens-archives-request p.title .privacy:link, .path-lens-archives-request p.title .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-lens-archives-request p.title .terms:link {
  border-bottom: none;
}
.path-lens-archives-request p.date {
  font-size: 1.1em;
  line-height: 1.2;
}
.path-lens-archives-request time {
  display: none;
}

.node--type-news .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/lens-clipped.jpg");
  margin-bottom: 0;
}
.node--type-news .region-content #block-hampshire-content {
  padding-top: 32%;
}
.node--type-news .region-content #block-hampshire-content > h2,
.node--type-news .region-content #block-hampshire-content .node__content {
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
  padding: 0;
}
.node--type-news .region-content #block-hampshire-content > h2 {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 500;
  color: hsl(0, 0%, 30%);
  padding-bottom: 0.5em;
  text-transform: inherit;
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .node--type-news .region-content #block-hampshire-content > h2 {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.node--type-news .region-content #block-hampshire-content > h2::before {
  display: none;
}
.node--type-news .region-content #block-hampshire-content .field--name-field-subtitle {
  font-size: 1.1em;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 1em;
}
@media screen and (min-width: 767px) {
  .node--type-news .region-content #block-hampshire-content .field--name-field-subtitle {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.node--type-news .region-content #block-hampshire-content .field--name-field-location,
.node--type-news .region-content #block-hampshire-content .field--name-field-date {
  display: inline;
  font-size: 1.1em;
  line-height: 1.2;
}
.node--type-news .region-content #block-hampshire-content .field--name-field-location::after {
  content: " – ";
}
.node--type-news .region-content #block-hampshire-content .field--name-body {
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.1;
}
.node--type-news .region-content #block-hampshire-content .field--name-body strong {
  font-size: 0.9em;
  line-height: 1.1;
}
.node--type-news .region-content #block-hampshire-content .field--name-body ul {
  padding-top: 0.5em;
}
.node--type-news .region-content #block-hampshire-content .field--name-body a:link, .node--type-news .region-content #block-hampshire-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .node--type-news .region-content #block-hampshire-content .field--name-body .privacy:link, .node--type-news .region-content #block-hampshire-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .node--type-news .region-content #block-hampshire-content .field--name-body .terms:link,
.node--type-news .region-content #block-hampshire-content .field--name-body a:hover,
.node--type-news .region-content #block-hampshire-content .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .node--type-news .region-content #block-hampshire-content .field--name-body .privacy:hover,
.node--type-news .region-content #block-hampshire-content .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .node--type-news .region-content #block-hampshire-content .field--name-body .terms:hover {
  padding-bottom: 0;
}
.node--type-news .region-content #block-ourlens > h2 {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: hsl(224, 58%, 35%);
  padding: 0 0.5em;
}
.node--type-news .region-content #block-ourlens > h2 a:link, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy:link, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms:link, .node--type-news .region-content #block-ourlens > h2 a:visited, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy:visited, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms:visited, .node--type-news .region-content #block-ourlens > h2 a:hover, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy:hover, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .node--type-news .region-content #block-ourlens > h2 a:link, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy:link, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms:link, .node--type-news .region-content #block-ourlens > h2 a:visited, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy:visited, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms:visited, .node--type-news .region-content #block-ourlens > h2 a:hover, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy:hover, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.node--type-news .region-content #block-ourlens > h2 a:active,
.node--type-news .region-content #block-ourlens > h2 a.is-active,
.node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy,
.node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.node--type-news .region-content #block-ourlens > h2 a.is-active, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms {
  font-style: italic;
  font-weight: 500;
}
.node--type-news .region-content #block-ourlens > h2 a:link, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy:link, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms:link, .node--type-news .region-content #block-ourlens > h2 a:hover, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy:hover, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.node--type-news .region-content #block-ourlens > h2 a:hover, .node--type-news .region-content #block-ourlens > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .privacy:hover, .node--type-news .region-content #block-ourlens > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .node--type-news .region-content #block-ourlens > h2 .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .node--type-news .region-content #block-ourlens > h2 {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .node--type-news .region-content #block-ourlens > h2 {
    min-width: 58%;
    margin-left: 27%;
  }
}
.node--type-news .region-content #block-ourlens > h2 h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .node--type-news .region-content #block-ourlens > h2 h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .node--type-news .region-content #block-ourlens > h2 h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.node--type-news .region-content #block-ourlens > h2 h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.node--type-news .region-content #block-ourlens > h2 h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .node--type-news .region-content #block-ourlens > h2 h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .node--type-news .region-content #block-ourlens > h2 h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.node--type-news .region-content #block-ourlens > h2 h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.node--type-news .region-content #block-ourlens > h2 p,
.node--type-news .region-content #block-ourlens > h2 li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .node--type-news .region-content #block-ourlens > h2 p,
  .node--type-news .region-content #block-ourlens > h2 li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.node--type-news .region-content #block-ourlens > h2 ul {
  padding-left: 1em;
  list-style-type: none;
}
.node--type-news .region-content #block-ourlens > h2 ul > li {
  text-indent: -0.8em;
}
.node--type-news .region-content #block-ourlens > h2 ul :before {
  content: "– ";
}
.node--type-news .region-content #block-ourlens > h2 p + ul {
  margin-top: -1.5em;
}
.node--type-news .region-content #block-ourlens > h2 ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .node--type-news .region-content #block-ourlens > h2 p,
  .node--type-news .region-content #block-ourlens > h2 ul,
  .node--type-news .region-content #block-ourlens > h2 li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 479px) {
  .node--type-news .region-content #block-ourlens > h2 {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  .node--type-news .region-content #block-ourlens > h2 {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 959px) {
  .node--type-news .region-content #block-ourlens > h2 {
    font-size: 3.5em;
    line-height: 1;
  }
}
.node--type-news .region-content #block-ourlens > h2:before {
  content: "Real estate through a different lens";
  position: absolute;
  width: 50%;
  left: 0.1em;
  top: 1.2em;
  text-transform: initial;
  font-size: 0.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: hsl(0, 0%, 30%);
}
@media only screen and (max-width: 767px) {
  .node--type-news .region-content #block-ourlens > h2:before {
    top: 1.5em;
    width: 40%;
    font-size: 0.35em;
  }
}
@media only screen and (max-width: 639px) {
  .node--type-news .region-content #block-ourlens > h2:before {
    display: none;
  }
}
.node--type-news #block-lens-submenu {
  position: absolute;
  width: 20%;
  top: 24em;
  z-index: 1;
  left: 5%;
}
.node--type-news #block-lens-submenu p {
  margin-bottom: 0.5em;
}
.node--type-news #block-lens-submenu p a, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .node--type-news #block-lens-submenu p a, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.node--type-news #block-lens-submenu p a a:link, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a:link, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a:link, .node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy:link, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy:link, .node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:link, .node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms:link, .node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:link, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms:link, .node--type-news #block-lens-submenu p a a:visited, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a:visited, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a:visited, .node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy:visited, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy:visited, .node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:visited, .node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms:visited, .node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:visited, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms:visited, .node--type-news #block-lens-submenu p a a:hover, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a:hover, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a:hover, .node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy:hover, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy:hover, .node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:hover, .node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms:hover, .node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:hover, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .node--type-news #block-lens-submenu p a a:link, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a:link, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a:link, .node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy:link, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy:link, .node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:link, .node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms:link, .node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:link, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms:link, .node--type-news #block-lens-submenu p a a:visited, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a:visited, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a:visited, .node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy:visited, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy:visited, .node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:visited, .node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms:visited, .node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:visited, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms:visited, .node--type-news #block-lens-submenu p a a:hover, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a:hover, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a:hover, .node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy:hover, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy:hover, .node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:hover, .node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms:hover, .node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:hover, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.node--type-news #block-lens-submenu p a a:active, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a:active, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a:active, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a:active, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a:active,
.node--type-news #block-lens-submenu p a a.is-active,
.node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a.is-active,
.node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a.is-active,
.node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy,
.node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy,
.node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy,
.node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms,
.node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms,
.node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.node--type-news #block-lens-submenu p a a.is-active, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a.is-active, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a.is-active, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a.is-active, .node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy, .node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy, .path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy, .node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms, .node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms, .path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms {
  font-style: italic;
  font-weight: 500;
}
.node--type-news #block-lens-submenu p a a:link, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a:link, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a:link, .node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy:link, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy:link, .node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:link, .node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms:link, .node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:link, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms:link, .node--type-news #block-lens-submenu p a a:hover, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy a:hover, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms a:hover, .node--type-news #block-lens-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p a .privacy:hover, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .privacy:hover, .node--type-news #block-lens-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .privacy:hover, .node--type-news #block-lens-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p a .terms:hover, .node--type-news #block-lens-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy .terms:hover, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
@media only screen and (max-width: 959px) {
  .node--type-news #block-lens-submenu {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .node--type-news #block-lens-submenu {
    top: 18em;
  }
}
@media only screen and (max-width: 479px) {
  .node--type-news #block-lens-submenu {
    top: 14em;
    font-size: 0.8em;
    line-height: 1em;
  }
  .node--type-news #block-lens-submenu p a, .node--type-news #block-lens-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .node--type-news #block-lens-submenu p .privacy, .node--type-news #block-lens-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .node--type-news #block-lens-submenu p .terms {
    padding-bottom: 0;
    margin-right: 3%;
  }
}

[class*=path-lens-] #block-lens-submenu .news a, [class*=path-lens-] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .privacy, [class*=path-lens-] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
[class*=path-lens-] #block-lens-submenu .news a a:link, [class*=path-lens-] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .privacy a:link, [class*=path-lens-] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .terms a:link, [class*=path-lens-] #block-lens-submenu .news a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news a .privacy:link, [class*=path-lens-] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .privacy .privacy:link, [class*=path-lens-] #block-lens-submenu .news .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=path-lens-] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .terms .privacy:link, [class*=path-lens-] #block-lens-submenu .news a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news a .terms:link, [class*=path-lens-] #block-lens-submenu .news .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=path-lens-] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .privacy .terms:link, [class*=path-lens-] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .terms .terms:link, [class*=path-lens-] #block-lens-submenu .news a a:hover, [class*=path-lens-] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .privacy a:hover, [class*=path-lens-] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .terms a:hover, [class*=path-lens-] #block-lens-submenu .news a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news a .privacy:hover, [class*=path-lens-] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .privacy .privacy:hover, [class*=path-lens-] #block-lens-submenu .news .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=path-lens-] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .terms .privacy:hover, [class*=path-lens-] #block-lens-submenu .news a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news a .terms:hover, [class*=path-lens-] #block-lens-submenu .news .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=path-lens-] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .privacy .terms:hover, [class*=path-lens-] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=path-lens-] #block-lens-submenu .news .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-lens-news #block-lens-submenu .news a, .path-lens-news #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .privacy, .path-lens-news #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
.path-lens-news #block-lens-submenu .news a a:link, .path-lens-news #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .privacy a:link, .path-lens-news #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .terms a:link, .path-lens-news #block-lens-submenu .news a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news a .privacy:link, .path-lens-news #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .privacy .privacy:link, .path-lens-news #block-lens-submenu .news .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-lens-news #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .terms .privacy:link, .path-lens-news #block-lens-submenu .news a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news a .terms:link, .path-lens-news #block-lens-submenu .news .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-lens-news #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .privacy .terms:link, .path-lens-news #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .terms .terms:link, .path-lens-news #block-lens-submenu .news a a:hover, .path-lens-news #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .privacy a:hover, .path-lens-news #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .terms a:hover, .path-lens-news #block-lens-submenu .news a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news a .privacy:hover, .path-lens-news #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .privacy .privacy:hover, .path-lens-news #block-lens-submenu .news .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-lens-news #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .terms .privacy:hover, .path-lens-news #block-lens-submenu .news a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news a .terms:hover, .path-lens-news #block-lens-submenu .news .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-lens-news #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .privacy .terms:hover, .path-lens-news #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news #block-lens-submenu .news .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-lens-news-archive #block-lens-submenu .archive a, .path-lens-news-archive #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .privacy, .path-lens-news-archive #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .terms,
[class*=lens-2015] #block-lens-submenu .archive a,
[class*=lens-2015] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .privacy,
[class*=lens-2015] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .terms,
[class*=lens-2014] #block-lens-submenu .archive a,
[class*=lens-2014] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .privacy,
[class*=lens-2014] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .terms,
[class*=lens-2013] #block-lens-submenu .archive a,
[class*=lens-2013] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .privacy,
[class*=lens-2013] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .terms,
[class*=lens-2012] #block-lens-submenu .archive a,
[class*=lens-2012] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .privacy,
[class*=lens-2012] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .terms,
[class*=lens-2011] #block-lens-submenu .archive a,
[class*=lens-2011] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .privacy,
[class*=lens-2011] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .terms,
[class*=lens-2010] #block-lens-submenu .archive a,
[class*=lens-2010] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .privacy,
[class*=lens-2010] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .terms,
[class*=lens-2009] #block-lens-submenu .archive a,
[class*=lens-2009] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .privacy,
[class*=lens-2009] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .terms,
[class*=lens-2008] #block-lens-submenu .archive a,
[class*=lens-2008] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .privacy,
[class*=lens-2008] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
.path-lens-news-archive #block-lens-submenu .archive a a:link, .path-lens-news-archive #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .privacy a:link, .path-lens-news-archive #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .terms a:link, .path-lens-news-archive #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive a .privacy:link, .path-lens-news-archive #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .privacy .privacy:link, .path-lens-news-archive #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-lens-news-archive #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .terms .privacy:link, .path-lens-news-archive #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive a .terms:link, .path-lens-news-archive #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-lens-news-archive #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .privacy .terms:link, .path-lens-news-archive #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .terms .terms:link, .path-lens-news-archive #block-lens-submenu .archive a a:hover, .path-lens-news-archive #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .privacy a:hover, .path-lens-news-archive #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .terms a:hover, .path-lens-news-archive #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive a .privacy:hover, .path-lens-news-archive #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .privacy .privacy:hover, .path-lens-news-archive #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-lens-news-archive #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .terms .privacy:hover, .path-lens-news-archive #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive a .terms:hover, .path-lens-news-archive #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-lens-news-archive #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .privacy .terms:hover, .path-lens-news-archive #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .archive .terms .terms:hover,
[class*=lens-2015] #block-lens-submenu .archive a a:link,
[class*=lens-2015] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .privacy a:link,
[class*=lens-2015] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .terms a:link,
[class*=lens-2015] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive a .privacy:link,
[class*=lens-2015] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .privacy .privacy:link,
[class*=lens-2015] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy [class*=lens-2015] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .terms .privacy:link,
[class*=lens-2015] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive a .terms:link,
[class*=lens-2015] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=lens-2015] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .privacy .terms:link,
[class*=lens-2015] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .terms .terms:link,
[class*=lens-2015] #block-lens-submenu .archive a a:hover,
[class*=lens-2015] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .privacy a:hover,
[class*=lens-2015] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .terms a:hover,
[class*=lens-2015] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive a .privacy:hover,
[class*=lens-2015] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .privacy .privacy:hover,
[class*=lens-2015] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy [class*=lens-2015] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .terms .privacy:hover,
[class*=lens-2015] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive a .terms:hover,
[class*=lens-2015] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=lens-2015] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .privacy .terms:hover,
[class*=lens-2015] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .archive .terms .terms:hover,
[class*=lens-2014] #block-lens-submenu .archive a a:link,
[class*=lens-2014] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .privacy a:link,
[class*=lens-2014] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .terms a:link,
[class*=lens-2014] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive a .privacy:link,
[class*=lens-2014] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .privacy .privacy:link,
[class*=lens-2014] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy [class*=lens-2014] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .terms .privacy:link,
[class*=lens-2014] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive a .terms:link,
[class*=lens-2014] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=lens-2014] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .privacy .terms:link,
[class*=lens-2014] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .terms .terms:link,
[class*=lens-2014] #block-lens-submenu .archive a a:hover,
[class*=lens-2014] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .privacy a:hover,
[class*=lens-2014] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .terms a:hover,
[class*=lens-2014] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive a .privacy:hover,
[class*=lens-2014] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .privacy .privacy:hover,
[class*=lens-2014] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy [class*=lens-2014] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .terms .privacy:hover,
[class*=lens-2014] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive a .terms:hover,
[class*=lens-2014] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=lens-2014] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .privacy .terms:hover,
[class*=lens-2014] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .archive .terms .terms:hover,
[class*=lens-2013] #block-lens-submenu .archive a a:link,
[class*=lens-2013] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .privacy a:link,
[class*=lens-2013] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .terms a:link,
[class*=lens-2013] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive a .privacy:link,
[class*=lens-2013] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .privacy .privacy:link,
[class*=lens-2013] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy [class*=lens-2013] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .terms .privacy:link,
[class*=lens-2013] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive a .terms:link,
[class*=lens-2013] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=lens-2013] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .privacy .terms:link,
[class*=lens-2013] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .terms .terms:link,
[class*=lens-2013] #block-lens-submenu .archive a a:hover,
[class*=lens-2013] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .privacy a:hover,
[class*=lens-2013] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .terms a:hover,
[class*=lens-2013] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive a .privacy:hover,
[class*=lens-2013] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .privacy .privacy:hover,
[class*=lens-2013] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy [class*=lens-2013] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .terms .privacy:hover,
[class*=lens-2013] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive a .terms:hover,
[class*=lens-2013] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=lens-2013] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .privacy .terms:hover,
[class*=lens-2013] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .archive .terms .terms:hover,
[class*=lens-2012] #block-lens-submenu .archive a a:link,
[class*=lens-2012] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .privacy a:link,
[class*=lens-2012] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .terms a:link,
[class*=lens-2012] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive a .privacy:link,
[class*=lens-2012] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .privacy .privacy:link,
[class*=lens-2012] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy [class*=lens-2012] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .terms .privacy:link,
[class*=lens-2012] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive a .terms:link,
[class*=lens-2012] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=lens-2012] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .privacy .terms:link,
[class*=lens-2012] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .terms .terms:link,
[class*=lens-2012] #block-lens-submenu .archive a a:hover,
[class*=lens-2012] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .privacy a:hover,
[class*=lens-2012] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .terms a:hover,
[class*=lens-2012] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive a .privacy:hover,
[class*=lens-2012] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .privacy .privacy:hover,
[class*=lens-2012] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy [class*=lens-2012] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .terms .privacy:hover,
[class*=lens-2012] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive a .terms:hover,
[class*=lens-2012] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=lens-2012] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .privacy .terms:hover,
[class*=lens-2012] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .archive .terms .terms:hover,
[class*=lens-2011] #block-lens-submenu .archive a a:link,
[class*=lens-2011] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .privacy a:link,
[class*=lens-2011] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .terms a:link,
[class*=lens-2011] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive a .privacy:link,
[class*=lens-2011] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .privacy .privacy:link,
[class*=lens-2011] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy [class*=lens-2011] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .terms .privacy:link,
[class*=lens-2011] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive a .terms:link,
[class*=lens-2011] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=lens-2011] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .privacy .terms:link,
[class*=lens-2011] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .terms .terms:link,
[class*=lens-2011] #block-lens-submenu .archive a a:hover,
[class*=lens-2011] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .privacy a:hover,
[class*=lens-2011] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .terms a:hover,
[class*=lens-2011] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive a .privacy:hover,
[class*=lens-2011] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .privacy .privacy:hover,
[class*=lens-2011] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy [class*=lens-2011] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .terms .privacy:hover,
[class*=lens-2011] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive a .terms:hover,
[class*=lens-2011] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=lens-2011] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .privacy .terms:hover,
[class*=lens-2011] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .archive .terms .terms:hover,
[class*=lens-2010] #block-lens-submenu .archive a a:link,
[class*=lens-2010] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .privacy a:link,
[class*=lens-2010] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .terms a:link,
[class*=lens-2010] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive a .privacy:link,
[class*=lens-2010] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .privacy .privacy:link,
[class*=lens-2010] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy [class*=lens-2010] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .terms .privacy:link,
[class*=lens-2010] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive a .terms:link,
[class*=lens-2010] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=lens-2010] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .privacy .terms:link,
[class*=lens-2010] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .terms .terms:link,
[class*=lens-2010] #block-lens-submenu .archive a a:hover,
[class*=lens-2010] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .privacy a:hover,
[class*=lens-2010] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .terms a:hover,
[class*=lens-2010] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive a .privacy:hover,
[class*=lens-2010] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .privacy .privacy:hover,
[class*=lens-2010] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy [class*=lens-2010] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .terms .privacy:hover,
[class*=lens-2010] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive a .terms:hover,
[class*=lens-2010] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=lens-2010] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .privacy .terms:hover,
[class*=lens-2010] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .archive .terms .terms:hover,
[class*=lens-2009] #block-lens-submenu .archive a a:link,
[class*=lens-2009] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .privacy a:link,
[class*=lens-2009] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .terms a:link,
[class*=lens-2009] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive a .privacy:link,
[class*=lens-2009] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .privacy .privacy:link,
[class*=lens-2009] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy [class*=lens-2009] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .terms .privacy:link,
[class*=lens-2009] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive a .terms:link,
[class*=lens-2009] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=lens-2009] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .privacy .terms:link,
[class*=lens-2009] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .terms .terms:link,
[class*=lens-2009] #block-lens-submenu .archive a a:hover,
[class*=lens-2009] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .privacy a:hover,
[class*=lens-2009] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .terms a:hover,
[class*=lens-2009] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive a .privacy:hover,
[class*=lens-2009] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .privacy .privacy:hover,
[class*=lens-2009] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy [class*=lens-2009] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .terms .privacy:hover,
[class*=lens-2009] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive a .terms:hover,
[class*=lens-2009] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=lens-2009] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .privacy .terms:hover,
[class*=lens-2009] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .archive .terms .terms:hover,
[class*=lens-2008] #block-lens-submenu .archive a a:link,
[class*=lens-2008] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .privacy a:link,
[class*=lens-2008] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .terms a:link,
[class*=lens-2008] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive a .privacy:link,
[class*=lens-2008] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .privacy .privacy:link,
[class*=lens-2008] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy [class*=lens-2008] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .terms .privacy:link,
[class*=lens-2008] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive a .terms:link,
[class*=lens-2008] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms [class*=lens-2008] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .privacy .terms:link,
[class*=lens-2008] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .terms .terms:link,
[class*=lens-2008] #block-lens-submenu .archive a a:hover,
[class*=lens-2008] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .privacy a:hover,
[class*=lens-2008] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .terms a:hover,
[class*=lens-2008] #block-lens-submenu .archive a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive a .privacy:hover,
[class*=lens-2008] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .privacy .privacy:hover,
[class*=lens-2008] #block-lens-submenu .archive .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy [class*=lens-2008] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .terms .privacy:hover,
[class*=lens-2008] #block-lens-submenu .archive a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive a .terms:hover,
[class*=lens-2008] #block-lens-submenu .archive .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms [class*=lens-2008] #block-lens-submenu .archive .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .privacy .terms:hover,
[class*=lens-2008] #block-lens-submenu .archive .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .archive .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-lens-news-archive #block-lens-submenu .news a, .path-lens-news-archive #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .news .privacy, .path-lens-news-archive #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .news .terms,
[class*=lens-2015] #block-lens-submenu .news a,
[class*=lens-2015] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .news .privacy,
[class*=lens-2015] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .news .terms,
[class*=lens-2014] #block-lens-submenu .news a,
[class*=lens-2014] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .news .privacy,
[class*=lens-2014] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .news .terms,
[class*=lens-2013] #block-lens-submenu .news a,
[class*=lens-2013] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .news .privacy,
[class*=lens-2013] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .news .terms,
[class*=lens-2012] #block-lens-submenu .news a,
[class*=lens-2012] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .news .privacy,
[class*=lens-2012] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .news .terms,
[class*=lens-2011] #block-lens-submenu .news a,
[class*=lens-2011] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .news .privacy,
[class*=lens-2011] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .news .terms,
[class*=lens-2010] #block-lens-submenu .news a,
[class*=lens-2010] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .news .privacy,
[class*=lens-2010] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .news .terms,
[class*=lens-2009] #block-lens-submenu .news a,
[class*=lens-2009] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .news .privacy,
[class*=lens-2009] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .news .terms,
[class*=lens-2008] #block-lens-submenu .news a,
[class*=lens-2008] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .news .privacy,
[class*=lens-2008] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .news .terms {
  font-style: inherit;
  font-weight: 300;
  color: hsl(0, 0%, 60%);
  border-color: hsl(0, 0%, 60%);
}
.path-lens-news-archive #block-lens-submenu .news a:hover, .path-lens-news-archive #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .news .privacy:hover, .path-lens-news-archive #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news-archive #block-lens-submenu .news .terms:hover,
[class*=lens-2015] #block-lens-submenu .news a:hover,
[class*=lens-2015] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .news .privacy:hover,
[class*=lens-2015] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2015] #block-lens-submenu .news .terms:hover,
[class*=lens-2014] #block-lens-submenu .news a:hover,
[class*=lens-2014] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .news .privacy:hover,
[class*=lens-2014] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2014] #block-lens-submenu .news .terms:hover,
[class*=lens-2013] #block-lens-submenu .news a:hover,
[class*=lens-2013] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .news .privacy:hover,
[class*=lens-2013] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2013] #block-lens-submenu .news .terms:hover,
[class*=lens-2012] #block-lens-submenu .news a:hover,
[class*=lens-2012] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .news .privacy:hover,
[class*=lens-2012] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2012] #block-lens-submenu .news .terms:hover,
[class*=lens-2011] #block-lens-submenu .news a:hover,
[class*=lens-2011] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .news .privacy:hover,
[class*=lens-2011] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2011] #block-lens-submenu .news .terms:hover,
[class*=lens-2010] #block-lens-submenu .news a:hover,
[class*=lens-2010] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .news .privacy:hover,
[class*=lens-2010] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2010] #block-lens-submenu .news .terms:hover,
[class*=lens-2009] #block-lens-submenu .news a:hover,
[class*=lens-2009] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .news .privacy:hover,
[class*=lens-2009] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2009] #block-lens-submenu .news .terms:hover,
[class*=lens-2008] #block-lens-submenu .news a:hover,
[class*=lens-2008] #block-lens-submenu .news .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .news .privacy:hover,
[class*=lens-2008] #block-lens-submenu .news .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=lens-2008] #block-lens-submenu .news .terms:hover {
  color: hsl(225, 50%, 50%);
}

.path-lens-news .region-content #block-hampshire-content > h2,
.path-lens-news .region-content #block-hampshire-content .node__content,
.path-lens-news .region-content #block-hampshire-content time,
.path-lens-news-archive .region-content #block-hampshire-content > h2,
.path-lens-news-archive .region-content #block-hampshire-content .node__content,
.path-lens-news-archive .region-content #block-hampshire-content time {
  display: none;
}
.path-lens-news .view-news .view-content,
.path-lens-news-archive .view-news .view-content {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
  padding: 0;
}
.path-lens-news .view-news .view-content a:link, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy:link, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms:link, .path-lens-news .view-news .view-content a:visited, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy:visited, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms:visited, .path-lens-news .view-news .view-content a:hover, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy:hover, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms:hover,
.path-lens-news-archive .view-news .view-content a:link,
.path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy:link,
.path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms:link,
.path-lens-news-archive .view-news .view-content a:visited,
.path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy:visited,
.path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms:visited,
.path-lens-news-archive .view-news .view-content a:hover,
.path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy:hover,
.path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-lens-news .view-news .view-content a:link, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy:link, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms:link, .path-lens-news .view-news .view-content a:visited, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy:visited, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms:visited, .path-lens-news .view-news .view-content a:hover, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy:hover, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms:hover,
  .path-lens-news-archive .view-news .view-content a:link,
  .path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy:link,
  .path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms:link,
  .path-lens-news-archive .view-news .view-content a:visited,
  .path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy:visited,
  .path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms:visited,
  .path-lens-news-archive .view-news .view-content a:hover,
  .path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy:hover,
  .path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-lens-news .view-news .view-content a:active,
.path-lens-news .view-news .view-content a.is-active,
.path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy,
.path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms,
.path-lens-news-archive .view-news .view-content a:active,
.path-lens-news-archive .view-news .view-content a.is-active,
.path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy,
.path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-lens-news .view-news .view-content a.is-active, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms,
.path-lens-news-archive .view-news .view-content a.is-active,
.path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy,
.path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms {
  font-style: italic;
  font-weight: 500;
}
.path-lens-news .view-news .view-content a:link, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy:link, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms:link, .path-lens-news .view-news .view-content a:hover, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy:hover, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms:hover,
.path-lens-news-archive .view-news .view-content a:link,
.path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy:link,
.path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms:link,
.path-lens-news-archive .view-news .view-content a:hover,
.path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy:hover,
.path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-lens-news .view-news .view-content a:hover, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .privacy:hover, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .terms:hover,
.path-lens-news-archive .view-news .view-content a:hover,
.path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .privacy:hover,
.path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-lens-news .view-news .view-content,
  .path-lens-news-archive .view-news .view-content {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-lens-news .view-news .view-content,
  .path-lens-news-archive .view-news .view-content {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-lens-news .view-news .view-content h1,
.path-lens-news-archive .view-news .view-content h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-lens-news .view-news .view-content h1,
  .path-lens-news-archive .view-news .view-content h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-lens-news .view-news .view-content h1,
  .path-lens-news-archive .view-news .view-content h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-lens-news .view-news .view-content h1:first-of-type,
.path-lens-news-archive .view-news .view-content h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-lens-news .view-news .view-content h2,
.path-lens-news-archive .view-news .view-content h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-lens-news .view-news .view-content h2,
  .path-lens-news-archive .view-news .view-content h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-lens-news .view-news .view-content h2,
  .path-lens-news-archive .view-news .view-content h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-lens-news .view-news .view-content h3,
.path-lens-news-archive .view-news .view-content h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-lens-news .view-news .view-content p,
.path-lens-news .view-news .view-content li,
.path-lens-news-archive .view-news .view-content p,
.path-lens-news-archive .view-news .view-content li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-lens-news .view-news .view-content p,
  .path-lens-news .view-news .view-content li,
  .path-lens-news-archive .view-news .view-content p,
  .path-lens-news-archive .view-news .view-content li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-lens-news .view-news .view-content ul,
.path-lens-news-archive .view-news .view-content ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-lens-news .view-news .view-content ul > li,
.path-lens-news-archive .view-news .view-content ul > li {
  text-indent: -0.8em;
}
.path-lens-news .view-news .view-content ul :before,
.path-lens-news-archive .view-news .view-content ul :before {
  content: "– ";
}
.path-lens-news .view-news .view-content p + ul,
.path-lens-news-archive .view-news .view-content p + ul {
  margin-top: -1.5em;
}
.path-lens-news .view-news .view-content ul + p,
.path-lens-news-archive .view-news .view-content ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-lens-news .view-news .view-content p,
  .path-lens-news .view-news .view-content ul,
  .path-lens-news .view-news .view-content li,
  .path-lens-news-archive .view-news .view-content p,
  .path-lens-news-archive .view-news .view-content ul,
  .path-lens-news-archive .view-news .view-content li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-lens-news .view-news .view-content .views-row,
.path-lens-news-archive .view-news .view-content .views-row {
  padding-bottom: 0;
  margin-bottom: 0.5em;
  border-bottom: solid black thin;
}
.path-lens-news .view-news .view-content .views-field-title a, .path-lens-news .view-news .view-content .views-field-title .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .views-field-title .privacy, .path-lens-news .view-news .view-content .views-field-title .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .views-field-title .terms,
.path-lens-news-archive .view-news .view-content .views-field-title a,
.path-lens-news-archive .view-news .view-content .views-field-title .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .views-field-title .privacy,
.path-lens-news-archive .view-news .view-content .views-field-title .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .views-field-title .terms {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 500;
  color: hsl(0, 0%, 30%);
  padding-bottom: 0.5em;
  text-transform: inherit;
  border: none;
}
.path-lens-news .view-news .view-content .views-field-title a:hover, .path-lens-news .view-news .view-content .views-field-title .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .views-field-title .privacy:hover, .path-lens-news .view-news .view-content .views-field-title .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .views-field-title .terms:hover,
.path-lens-news-archive .view-news .view-content .views-field-title a:hover,
.path-lens-news-archive .view-news .view-content .views-field-title .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .views-field-title .privacy:hover,
.path-lens-news-archive .view-news .view-content .views-field-title .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .views-field-title .terms:hover {
  color: hsl(224, 58%, 35%);
}
.path-lens-news .view-news .view-content .views-field-title,
.path-lens-news-archive .view-news .view-content .views-field-title {
  padding-bottom: 0.375em;
}
.path-lens-news .view-news .view-content .views-field-field-date,
.path-lens-news .view-news .view-content .views-field-field-location,
.path-lens-news .view-news .view-content .views-field-field-location .field-content,
.path-lens-news .view-news .view-content .views-field-field-location::before,
.path-lens-news-archive .view-news .view-content .views-field-field-date,
.path-lens-news-archive .view-news .view-content .views-field-field-location,
.path-lens-news-archive .view-news .view-content .views-field-field-location .field-content,
.path-lens-news-archive .view-news .view-content .views-field-field-location::before {
  display: inline;
}
.path-lens-news .view-news .view-content .views-field-field-location::before,
.path-lens-news-archive .view-news .view-content .views-field-field-location::before {
  content: "–";
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.path-lens-news .view-news .view-content .views-row,
.path-lens-news .view-news .view-content .views-field-body,
.path-lens-news-archive .view-news .view-content .views-row,
.path-lens-news-archive .view-news .view-content .views-field-body {
  clear: both;
}
.path-lens-news .view-news .view-content .views-field-body,
.path-lens-news-archive .view-news .view-content .views-field-body {
  padding-top: 0.25em;
}
.path-lens-news .view-news .view-content .views-field-body p,
.path-lens-news-archive .view-news .view-content .views-field-body p {
  font-size: 1.1em;
  line-height: 1.2;
}
.path-lens-news .view-news .view-content .views-field-body a, .path-lens-news .view-news .view-content .views-field-body .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .views-field-body .privacy, .path-lens-news .view-news .view-content .views-field-body .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .views-field-body .terms,
.path-lens-news-archive .view-news .view-content .views-field-body a,
.path-lens-news-archive .view-news .view-content .views-field-body .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .views-field-body .privacy,
.path-lens-news-archive .view-news .view-content .views-field-body .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .views-field-body .terms {
  font-size: 1em;
  border: none;
}
.path-lens-news .view-news .view-content a.views-more-link, .path-lens-news .view-news .view-content .path-privacy .footer-second .field--name-body .views-more-link.privacy, .path-privacy .footer-second .field--name-body .path-lens-news .view-news .view-content .views-more-link.privacy, .path-lens-news .view-news .view-content .path-terms .footer-second .field--name-body .views-more-link.terms, .path-terms .footer-second .field--name-body .path-lens-news .view-news .view-content .views-more-link.terms,
.path-lens-news-archive .view-news .view-content a.views-more-link,
.path-lens-news-archive .view-news .view-content .path-privacy .footer-second .field--name-body .views-more-link.privacy,
.path-privacy .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .views-more-link.privacy,
.path-lens-news-archive .view-news .view-content .path-terms .footer-second .field--name-body .views-more-link.terms,
.path-terms .footer-second .field--name-body .path-lens-news-archive .view-news .view-content .views-more-link.terms {
  padding-bottom: 0;
  font-size: 0.9em;
  font-style: italic;
  border-bottom: 1px solid silver;
}

.path-lens-news-archive .views-row {
  padding-bottom: 1em !important;
}

.path-lens .node__content {
  padding-bottom: 0;
}
.path-lens #block-lens-submenu .field--name-body {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  padding-top: 0;
}
.path-lens #block-lens-submenu .field--name-body a:link, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy:link, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms:link, .path-lens #block-lens-submenu .field--name-body a:visited, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy:visited, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms:visited, .path-lens #block-lens-submenu .field--name-body a:hover, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy:hover, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-lens #block-lens-submenu .field--name-body a:link, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy:link, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms:link, .path-lens #block-lens-submenu .field--name-body a:visited, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy:visited, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms:visited, .path-lens #block-lens-submenu .field--name-body a:hover, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy:hover, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-lens #block-lens-submenu .field--name-body a:active,
.path-lens #block-lens-submenu .field--name-body a.is-active,
.path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy,
.path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-lens #block-lens-submenu .field--name-body a.is-active, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms {
  font-style: italic;
  font-weight: 500;
}
.path-lens #block-lens-submenu .field--name-body a:link, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy:link, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms:link, .path-lens #block-lens-submenu .field--name-body a:hover, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy:hover, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-lens #block-lens-submenu .field--name-body a:hover, .path-lens #block-lens-submenu .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-lens #block-lens-submenu .field--name-body .privacy:hover, .path-lens #block-lens-submenu .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-lens #block-lens-submenu .field--name-body .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-lens #block-lens-submenu .field--name-body {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-lens #block-lens-submenu .field--name-body {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-lens #block-lens-submenu .field--name-body h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-lens #block-lens-submenu .field--name-body h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-lens #block-lens-submenu .field--name-body h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-lens #block-lens-submenu .field--name-body h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-lens #block-lens-submenu .field--name-body h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-lens #block-lens-submenu .field--name-body h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-lens #block-lens-submenu .field--name-body h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-lens #block-lens-submenu .field--name-body h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-lens #block-lens-submenu .field--name-body p,
.path-lens #block-lens-submenu .field--name-body li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-lens #block-lens-submenu .field--name-body p,
  .path-lens #block-lens-submenu .field--name-body li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-lens #block-lens-submenu .field--name-body ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-lens #block-lens-submenu .field--name-body ul > li {
  text-indent: -0.8em;
}
.path-lens #block-lens-submenu .field--name-body ul :before {
  content: "– ";
}
.path-lens #block-lens-submenu .field--name-body p + ul {
  margin-top: -1.5em;
}
.path-lens #block-lens-submenu .field--name-body ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-lens #block-lens-submenu .field--name-body p,
  .path-lens #block-lens-submenu .field--name-body ul,
  .path-lens #block-lens-submenu .field--name-body li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-lens #block-lens-submenu .field--name-body p {
  margin-bottom: 0.5em;
}

.node--type-news article .image img {
  width: 100%;
  height: auto;
}
.node--type-news article .image.left {
  float: left;
  width: 70%;
  padding-right: 1em;
}
.node--type-news article .image .caption {
  margin-top: -1em;
  padding-bottom: 0.5em;
  font-size: 1.1em;
  font-style: italic;
}

/*
.path-investors-login.user-logged-in #block-investors-submenu .field--name-body {
  padding-bottom: 33em;

  @media only screen and (max-width: $break-medium + 1px) {
    padding-bottom: 20em;
  }

  @media only screen and (max-width: $break-medium-small + 1px) {
    padding-bottom: 16em;
  }

  @media only screen and (max-width: $break-small + 1px) {
    padding-bottom: 5em;
  }
}      
*/
/*
<script language=javascript> 
//<!--
var linktext = ""; 
var email1 = "info"; 
var email2 = "hampshireco.com";
var email3 = "Inquiry&nbsp;from&nbsp;Hampshireco.com";
document.write("<a href=" + "mail" + "to:" + email1 + "@" + email2 + "?subject=" + email3 +">" + linktext + "</a>")
//--> 
</script>
*/
[class*=path-contact] .region-content {
  /*
      @media only screen and (max-width: $break-medium-small) {
        #block-hampshire-content > h2::before {
          width: 20%;
          margin-left: $margins;
        }
      }

      @media only screen and (max-width: $break-small) {
        top: 1.5em;
      }
  */
}
[class*=path-contact] .region-content #block-contact-submenu {
  position: absolute;
  width: 20%;
  top: 24em;
  z-index: 1;
  left: 5%;
}
[class*=path-contact] .region-content #block-contact-submenu p {
  margin-bottom: 0.5em;
}
[class*=path-contact] .region-content #block-contact-submenu p a, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  [class*=path-contact] .region-content #block-contact-submenu p a, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
[class*=path-contact] .region-content #block-contact-submenu p a a:link, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a:link, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a:link, [class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy:link, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy:link, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:link, [class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms:link, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:link, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms:link, [class*=path-contact] .region-content #block-contact-submenu p a a:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a:visited, [class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:visited, [class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms:visited, [class*=path-contact] .region-content #block-contact-submenu p a a:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a:hover, [class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:hover, [class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=path-contact] .region-content #block-contact-submenu p a a:link, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a:link, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a:link, [class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy:link, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy:link, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:link, [class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms:link, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:link, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms:link, [class*=path-contact] .region-content #block-contact-submenu p a a:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a:visited, [class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:visited, [class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:visited, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms:visited, [class*=path-contact] .region-content #block-contact-submenu p a a:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a:hover, [class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:hover, [class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=path-contact] .region-content #block-contact-submenu p a a:active, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a:active, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a:active, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a:active, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a:active,
[class*=path-contact] .region-content #block-contact-submenu p a a.is-active,
[class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a.is-active,
[class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a.is-active,
[class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy,
[class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy,
[class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy,
[class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms,
[class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms,
[class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=path-contact] .region-content #block-contact-submenu p a a.is-active, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a.is-active, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a.is-active, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a.is-active, [class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy, .path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy, [class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms, .path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=path-contact] .region-content #block-contact-submenu p a a:link, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a:link, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a:link, [class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy:link, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy:link, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:link, [class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms:link, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:link, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms:link, [class*=path-contact] .region-content #block-contact-submenu p a a:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy a:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms a:hover, [class*=path-contact] .region-content #block-contact-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .privacy:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .privacy:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .privacy:hover, [class*=path-contact] .region-content #block-contact-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p a .terms:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy .terms:hover, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
@media only screen and (max-width: 959px) {
  [class*=path-contact] .region-content #block-contact-submenu {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  [class*=path-contact] .region-content #block-contact-submenu {
    top: 18em;
  }
}
@media only screen and (max-width: 479px) {
  [class*=path-contact] .region-content #block-contact-submenu {
    top: 14em;
    font-size: 0.8em;
    line-height: 1em;
  }
  [class*=path-contact] .region-content #block-contact-submenu p a, [class*=path-contact] .region-content #block-contact-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .privacy, [class*=path-contact] .region-content #block-contact-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-contact] .region-content #block-contact-submenu p .terms {
    padding-bottom: 0;
    margin-right: 3%;
  }
}

.path-contact .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/contact.jpg");
  /*
    .node__content {
      padding-bottom: 4em;
    }
  */
}

[class*=path-contact-] .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/contact-clipped.jpg");
}
[class*=path-contact-] .region-content .node__content {
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
}

.path-contact-feedback #block-contact-submenu p:nth-child(1) a, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .privacy, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
.path-contact-feedback #block-contact-submenu p:nth-child(1) a a:link, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .privacy a:link, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .terms a:link, .path-contact-feedback #block-contact-submenu p:nth-child(1) a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) a .privacy:link, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .privacy .privacy:link, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .terms .privacy:link, .path-contact-feedback #block-contact-submenu p:nth-child(1) a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) a .terms:link, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .privacy .terms:link, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .terms .terms:link, .path-contact-feedback #block-contact-submenu p:nth-child(1) a a:hover, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .privacy a:hover, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .terms a:hover, .path-contact-feedback #block-contact-submenu p:nth-child(1) a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) a .privacy:hover, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .privacy .privacy:hover, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .terms .privacy:hover, .path-contact-feedback #block-contact-submenu p:nth-child(1) a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) a .terms:hover, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .privacy .terms:hover, .path-contact-feedback #block-contact-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-contact-feedback #block-contact-submenu p:nth-child(1) .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-contact-team #block-contact-submenu p:nth-child(2) a, .path-contact-team #block-contact-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .privacy, .path-contact-team #block-contact-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
.path-contact-team #block-contact-submenu p:nth-child(2) a a:link, .path-contact-team #block-contact-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .privacy a:link, .path-contact-team #block-contact-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .terms a:link, .path-contact-team #block-contact-submenu p:nth-child(2) a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) a .privacy:link, .path-contact-team #block-contact-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .privacy .privacy:link, .path-contact-team #block-contact-submenu p:nth-child(2) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-contact-team #block-contact-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .terms .privacy:link, .path-contact-team #block-contact-submenu p:nth-child(2) a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) a .terms:link, .path-contact-team #block-contact-submenu p:nth-child(2) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-contact-team #block-contact-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .privacy .terms:link, .path-contact-team #block-contact-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .terms .terms:link, .path-contact-team #block-contact-submenu p:nth-child(2) a a:hover, .path-contact-team #block-contact-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .privacy a:hover, .path-contact-team #block-contact-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .terms a:hover, .path-contact-team #block-contact-submenu p:nth-child(2) a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) a .privacy:hover, .path-contact-team #block-contact-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .privacy .privacy:hover, .path-contact-team #block-contact-submenu p:nth-child(2) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-contact-team #block-contact-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .terms .privacy:hover, .path-contact-team #block-contact-submenu p:nth-child(2) a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) a .terms:hover, .path-contact-team #block-contact-submenu p:nth-child(2) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-contact-team #block-contact-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .privacy .terms:hover, .path-contact-team #block-contact-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-contact-team #block-contact-submenu p:nth-child(2) .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-contact-directions #block-contact-submenu p:nth-child(3) a, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .privacy, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
.path-contact-directions #block-contact-submenu p:nth-child(3) a a:link, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .privacy a:link, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .terms a:link, .path-contact-directions #block-contact-submenu p:nth-child(3) a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) a .privacy:link, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .privacy .privacy:link, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-contact-directions #block-contact-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .terms .privacy:link, .path-contact-directions #block-contact-submenu p:nth-child(3) a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) a .terms:link, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-contact-directions #block-contact-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .privacy .terms:link, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .terms .terms:link, .path-contact-directions #block-contact-submenu p:nth-child(3) a a:hover, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .privacy a:hover, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .terms a:hover, .path-contact-directions #block-contact-submenu p:nth-child(3) a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) a .privacy:hover, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .privacy .privacy:hover, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-contact-directions #block-contact-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .terms .privacy:hover, .path-contact-directions #block-contact-submenu p:nth-child(3) a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) a .terms:hover, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-contact-directions #block-contact-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .privacy .terms:hover, .path-contact-directions #block-contact-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-contact-directions #block-contact-submenu p:nth-child(3) .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-contact-feedback .region-content {
  /*
      .field--name-field-hear-about.form-wrapper input {
      width: 100%;
    }

    .field--name-field-hear-about.form-wrapper label {
      width: 100%;
    }
  */
  /*
    .field--name-subject.form-wrapper {
      display: none;

    }
      .field--name-subject label {
      //display: none;
  font-weight: 600;
  font-size: .9em;    
    }
  */
}
.path-contact-feedback .region-content #block-hampshire-content {
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
}
.path-contact-feedback .region-content #block-hampshire-content > h2 {
  display: none;
}
.path-contact-feedback .region-content #block-inquiry > h2,
.path-contact-feedback .region-content #block-investorsregistration > h2 {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: hsl(224, 58%, 35%);
  padding: 0 0.5em;
}
.path-contact-feedback .region-content #block-inquiry > h2 a:link, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy:link, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms:link, .path-contact-feedback .region-content #block-inquiry > h2 a:visited, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy:visited, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms:visited, .path-contact-feedback .region-content #block-inquiry > h2 a:hover, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy:hover, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms:hover,
.path-contact-feedback .region-content #block-investorsregistration > h2 a:link,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy:link,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms:link,
.path-contact-feedback .region-content #block-investorsregistration > h2 a:visited,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy:visited,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms:visited,
.path-contact-feedback .region-content #block-investorsregistration > h2 a:hover,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy:hover,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry > h2 a:link, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy:link, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms:link, .path-contact-feedback .region-content #block-inquiry > h2 a:visited, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy:visited, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms:visited, .path-contact-feedback .region-content #block-inquiry > h2 a:hover, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy:hover, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms:hover,
  .path-contact-feedback .region-content #block-investorsregistration > h2 a:link,
  .path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy:link,
  .path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms:link,
  .path-contact-feedback .region-content #block-investorsregistration > h2 a:visited,
  .path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy:visited,
  .path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms:visited,
  .path-contact-feedback .region-content #block-investorsregistration > h2 a:hover,
  .path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy:hover,
  .path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-contact-feedback .region-content #block-inquiry > h2 a:active,
.path-contact-feedback .region-content #block-inquiry > h2 a.is-active,
.path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy,
.path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms,
.path-contact-feedback .region-content #block-investorsregistration > h2 a:active,
.path-contact-feedback .region-content #block-investorsregistration > h2 a.is-active,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-contact-feedback .region-content #block-inquiry > h2 a.is-active, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms,
.path-contact-feedback .region-content #block-investorsregistration > h2 a.is-active,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms {
  font-style: italic;
  font-weight: 500;
}
.path-contact-feedback .region-content #block-inquiry > h2 a:link, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy:link, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms:link, .path-contact-feedback .region-content #block-inquiry > h2 a:hover, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy:hover, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms:hover,
.path-contact-feedback .region-content #block-investorsregistration > h2 a:link,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy:link,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms:link,
.path-contact-feedback .region-content #block-investorsregistration > h2 a:hover,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy:hover,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-contact-feedback .region-content #block-inquiry > h2 a:hover, .path-contact-feedback .region-content #block-inquiry > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .privacy:hover, .path-contact-feedback .region-content #block-inquiry > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-inquiry > h2 .terms:hover,
.path-contact-feedback .region-content #block-investorsregistration > h2 a:hover,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .privacy:hover,
.path-contact-feedback .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-contact-feedback .region-content #block-investorsregistration > h2 .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry > h2,
  .path-contact-feedback .region-content #block-investorsregistration > h2 {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-contact-feedback .region-content #block-inquiry > h2,
  .path-contact-feedback .region-content #block-investorsregistration > h2 {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-contact-feedback .region-content #block-inquiry > h2 h1,
.path-contact-feedback .region-content #block-investorsregistration > h2 h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-contact-feedback .region-content #block-inquiry > h2 h1,
  .path-contact-feedback .region-content #block-investorsregistration > h2 h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-contact-feedback .region-content #block-inquiry > h2 h1,
  .path-contact-feedback .region-content #block-investorsregistration > h2 h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-contact-feedback .region-content #block-inquiry > h2 h1:first-of-type,
.path-contact-feedback .region-content #block-investorsregistration > h2 h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-contact-feedback .region-content #block-inquiry > h2 h2,
.path-contact-feedback .region-content #block-investorsregistration > h2 h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-contact-feedback .region-content #block-inquiry > h2 h2,
  .path-contact-feedback .region-content #block-investorsregistration > h2 h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-contact-feedback .region-content #block-inquiry > h2 h2,
  .path-contact-feedback .region-content #block-investorsregistration > h2 h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-contact-feedback .region-content #block-inquiry > h2 h3,
.path-contact-feedback .region-content #block-investorsregistration > h2 h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-contact-feedback .region-content #block-inquiry > h2 p,
.path-contact-feedback .region-content #block-inquiry > h2 li,
.path-contact-feedback .region-content #block-investorsregistration > h2 p,
.path-contact-feedback .region-content #block-investorsregistration > h2 li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry > h2 p,
  .path-contact-feedback .region-content #block-inquiry > h2 li,
  .path-contact-feedback .region-content #block-investorsregistration > h2 p,
  .path-contact-feedback .region-content #block-investorsregistration > h2 li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-contact-feedback .region-content #block-inquiry > h2 ul,
.path-contact-feedback .region-content #block-investorsregistration > h2 ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-contact-feedback .region-content #block-inquiry > h2 ul > li,
.path-contact-feedback .region-content #block-investorsregistration > h2 ul > li {
  text-indent: -0.8em;
}
.path-contact-feedback .region-content #block-inquiry > h2 ul :before,
.path-contact-feedback .region-content #block-investorsregistration > h2 ul :before {
  content: "– ";
}
.path-contact-feedback .region-content #block-inquiry > h2 p + ul,
.path-contact-feedback .region-content #block-investorsregistration > h2 p + ul {
  margin-top: -1.5em;
}
.path-contact-feedback .region-content #block-inquiry > h2 ul + p,
.path-contact-feedback .region-content #block-investorsregistration > h2 ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry > h2 p,
  .path-contact-feedback .region-content #block-inquiry > h2 ul,
  .path-contact-feedback .region-content #block-inquiry > h2 li,
  .path-contact-feedback .region-content #block-investorsregistration > h2 p,
  .path-contact-feedback .region-content #block-investorsregistration > h2 ul,
  .path-contact-feedback .region-content #block-investorsregistration > h2 li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 479px) {
  .path-contact-feedback .region-content #block-inquiry > h2,
  .path-contact-feedback .region-content #block-investorsregistration > h2 {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry > h2,
  .path-contact-feedback .region-content #block-investorsregistration > h2 {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 959px) {
  .path-contact-feedback .region-content #block-inquiry > h2,
  .path-contact-feedback .region-content #block-investorsregistration > h2 {
    font-size: 3.5em;
    line-height: 1;
  }
}
.path-contact-feedback .region-content #block-inquiry > h2::before,
.path-contact-feedback .region-content #block-investorsregistration > h2::before {
  content: "Real estate through a different lens";
  position: absolute;
  width: 50%;
  left: 0.1em;
  top: 1.2em;
  text-transform: initial;
  font-size: 0.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: hsl(0, 0%, 30%);
}
@media only screen and (max-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry > h2::before,
  .path-contact-feedback .region-content #block-investorsregistration > h2::before {
    top: 1.5em;
    width: 40%;
    font-size: 0.35em;
  }
}
@media only screen and (max-width: 639px) {
  .path-contact-feedback .region-content #block-inquiry > h2::before,
  .path-contact-feedback .region-content #block-investorsregistration > h2::before {
    display: none;
  }
}
.path-contact-feedback .region-content #block-inquiry .field--name-body {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  padding-top: 32%;
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
}
.path-contact-feedback .region-content #block-inquiry .field--name-body a:link, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy:link, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms:link, .path-contact-feedback .region-content #block-inquiry .field--name-body a:visited, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy:visited, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms:visited, .path-contact-feedback .region-content #block-inquiry .field--name-body a:hover, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy:hover, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry .field--name-body a:link, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy:link, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms:link, .path-contact-feedback .region-content #block-inquiry .field--name-body a:visited, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy:visited, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms:visited, .path-contact-feedback .region-content #block-inquiry .field--name-body a:hover, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy:hover, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-contact-feedback .region-content #block-inquiry .field--name-body a:active,
.path-contact-feedback .region-content #block-inquiry .field--name-body a.is-active,
.path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy,
.path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-contact-feedback .region-content #block-inquiry .field--name-body a.is-active, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms {
  font-style: italic;
  font-weight: 500;
}
.path-contact-feedback .region-content #block-inquiry .field--name-body a:link, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy:link, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms:link, .path-contact-feedback .region-content #block-inquiry .field--name-body a:hover, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy:hover, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-contact-feedback .region-content #block-inquiry .field--name-body a:hover, .path-contact-feedback .region-content #block-inquiry .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .privacy:hover, .path-contact-feedback .region-content #block-inquiry .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-contact-feedback .region-content #block-inquiry .field--name-body .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry .field--name-body {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-contact-feedback .region-content #block-inquiry .field--name-body {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-contact-feedback .region-content #block-inquiry .field--name-body h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-contact-feedback .region-content #block-inquiry .field--name-body h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-contact-feedback .region-content #block-inquiry .field--name-body h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-contact-feedback .region-content #block-inquiry .field--name-body h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-contact-feedback .region-content #block-inquiry .field--name-body h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-contact-feedback .region-content #block-inquiry .field--name-body h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-contact-feedback .region-content #block-inquiry .field--name-body h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-contact-feedback .region-content #block-inquiry .field--name-body h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-contact-feedback .region-content #block-inquiry .field--name-body p,
.path-contact-feedback .region-content #block-inquiry .field--name-body li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry .field--name-body p,
  .path-contact-feedback .region-content #block-inquiry .field--name-body li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-contact-feedback .region-content #block-inquiry .field--name-body ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-contact-feedback .region-content #block-inquiry .field--name-body ul > li {
  text-indent: -0.8em;
}
.path-contact-feedback .region-content #block-inquiry .field--name-body ul :before {
  content: "– ";
}
.path-contact-feedback .region-content #block-inquiry .field--name-body p + ul {
  margin-top: -1.5em;
}
.path-contact-feedback .region-content #block-inquiry .field--name-body ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-contact-feedback .region-content #block-inquiry .field--name-body p,
  .path-contact-feedback .region-content #block-inquiry .field--name-body ul,
  .path-contact-feedback .region-content #block-inquiry .field--name-body li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-contact-feedback .region-content #block-inquiry .links p {
  margin-bottom: 0.5em;
}
.path-contact-feedback .region-content .field--name-field-full-name label,
.path-contact-feedback .region-content .field--name-field-first-name label,
.path-contact-feedback .region-content .field--name-field-last-name label,
.path-contact-feedback .region-content .form-item-name label,
.path-contact-feedback .region-content .form-item-mail label,
.path-contact-feedback .region-content .form-textarea-wrapper::before {
  font-weight: 500;
}
.path-contact-feedback .region-content .field--name-field-full-name {
  display: none;
}
.path-contact-feedback .region-content .form-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.path-contact-feedback .region-content label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-align: right;
  padding-right: 0.5em;
  width: 40%;
}
.path-contact-feedback .region-content input,
.path-contact-feedback .region-content .form-textarea-wrapper {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 70%;
}
.path-contact-feedback .region-content .form-type-textfield input[style] {
  background-image: none !important;
}
.path-contact-feedback .region-content .form-textarea-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .path-contact-feedback .region-content .field--name-field-company label {
    visibility: hidden;
    font-size: 0px;
  }
  .path-contact-feedback .region-content .field--name-field-company label::before {
    visibility: visible;
    content: "Company ";
    font-size: 16px;
  }
}
.path-contact-feedback .region-content .field--name-field-hear-about .form-item {
  width: 100%;
  display: block;
}
.path-contact-feedback .region-content .field--name-message .form-textarea-wrapper::before,
.path-contact-feedback .region-content .field--name-field-message .form-textarea-wrapper::before {
  content: "Your question or comment";
  font-size: 1.1em;
}
.path-contact-feedback .region-content .field--name-message label,
.path-contact-feedback .region-content .form-required::after,
.path-contact-feedback .region-content .field--name-field-message label,
.path-contact-feedback .region-content .form-required::after {
  display: none;
}
.path-contact-feedback .region-content input.form-checkbox {
  margin-top: 0.35em;
}
.path-contact-feedback .region-content .form-textarea-wrapper textarea {
  border: 1px solid silver;
}
.path-contact-feedback .region-content .form-actions #edit-preview,
.path-contact-feedback .region-content .form-actions #edit-submit {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  background-color: hsl(0, 0%, 75%);
  margin-bottom: 0.5em;
  width: inherit;
  float: right;
}
.path-contact-feedback .region-content .form-actions #edit-submit {
  background-color: hsl(170, 45%, 60%);
}
.path-contact-feedback .region-content .captcha summary,
.path-contact-feedback .region-content .captcha .details-description,
.path-contact-feedback .region-content .captcha .form-item .description {
  display: none;
}
.path-contact-feedback .region-content .captcha img {
  border: 1px solid silver;
  display: inline;
}
.path-contact-feedback .region-content .captcha .details-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -1.5em;
}
.path-contact-feedback .region-content .captcha label {
  display: none;
}
.path-contact-feedback .region-content .captcha input#edit-captcha-response.form-text.required {
  height: 1.75em;
  margin-top: 0.5em;
}
.path-contact-feedback .region-content .captcha .form-item-captcha-response {
  display: inline;
  padding-left: 2em;
}
.path-contact-feedback .region-content .captcha .form-item-captcha-response::before {
  content: "Enter anti-spam calculation below:";
  text-align: right;
  font-weight: 500;
}
.path-contact-feedback .region-content .captcha .form-item {
  margin: 0;
}

.contact-message-feedback-form {
  padding-bottom: 2em;
}

[class*=path-contact].user-logged-in #edit-name, [class*=path-contact].user-logged-in #edit-mail {
  margin-left: 30%;
  font-weight: 500;
  color: hsl(224, 58%, 35%);
  display: inline;
}
[class*=path-contact].user-logged-in #edit-name label, [class*=path-contact].user-logged-in #edit-mail label {
  font-weight: 300;
  order: inherit;
}

[class*=path-contact].user-not-logged-in .messages--error {
  position: fixed;
  top: 50%;
  width: 30%;
}

.path-contact-directions .region-content .node__content {
  padding-top: 32%;
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
}

.path-contact-team .region-content .node__content {
  padding-top: 32%;
}
.path-contact-team .region-content #block-views-block-contacts {
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-contact-team .region-content #block-views-block-contacts {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-contact-team .region-content #block-views-block-contacts .view-content a:link, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy:link, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms:link, .path-contact-team .region-content #block-views-block-contacts .view-content a:visited, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy:visited, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms:visited, .path-contact-team .region-content #block-views-block-contacts .view-content a:hover, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy:hover, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-contact-team .region-content #block-views-block-contacts .view-content a:link, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy:link, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms:link, .path-contact-team .region-content #block-views-block-contacts .view-content a:visited, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy:visited, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms:visited, .path-contact-team .region-content #block-views-block-contacts .view-content a:hover, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy:hover, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-contact-team .region-content #block-views-block-contacts .view-content a:active,
.path-contact-team .region-content #block-views-block-contacts .view-content a.is-active,
.path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy,
.path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-contact-team .region-content #block-views-block-contacts .view-content a.is-active, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms {
  font-style: italic;
  font-weight: 500;
}
.path-contact-team .region-content #block-views-block-contacts .view-content .views-field-title a:hover, .path-contact-team .region-content #block-views-block-contacts .view-content .views-field-title .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .views-field-title .privacy:hover, .path-contact-team .region-content #block-views-block-contacts .view-content .views-field-title .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .views-field-title .terms:hover {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-contact-team .region-content #block-views-block-contacts .view-content a:link, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy:link, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms:link, .path-contact-team .region-content #block-views-block-contacts .view-content a:visited, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy:visited, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms:visited, .path-contact-team .region-content #block-views-block-contacts .view-content a:hover, .path-contact-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .privacy:hover, .path-contact-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-contact-team .region-content #block-views-block-contacts .view-content .terms:hover {
  color: hsl(0, 0%, 30%);
}
.path-contact-team .region-content #block-views-block-contacts .view-our-people {
  display: table;
  width: 100%;
}
.path-contact-team .region-content #block-views-block-contacts .views-row {
  display: flex;
  border-top: dotted 2px black;
  padding: 0.3em 0;
}
@media only screen and (max-width: 479px) {
  .path-contact-team .region-content #block-views-block-contacts .views-row {
    font-size: 0.8em;
    line-height: 1.1;
    position: relative;
    left: -3%;
  }
}
.path-contact-team .region-content #block-views-block-contacts .views-field-title {
  display: table-cell;
  width: 30%;
  font-weight: 500;
}
.path-contact-team .region-content #block-views-block-contacts .views-field-field-title {
  display: table-cell;
  width: 40%;
}
.path-contact-team .region-content #block-views-block-contacts .views-field-field-telephone {
  display: table-cell;
  width: 30%;
  text-align: right;
}

@media only screen and (max-width: 479px) {
  .path-investors-login header {
    margin-bottom: 6em;
  }
  .path-investors-login main p.btn, .path-investors-login main .path-privacy .footer-second .field--name-body p.inline-button.privacy, .path-privacy .footer-second .field--name-body .path-investors-login main p.inline-button.privacy, .path-investors-login main .path-terms .footer-second .field--name-body p.inline-button.terms, .path-terms .footer-second .field--name-body .path-investors-login main p.inline-button.terms {
    margin-left: -13em;
  }
}
.path-investors-login .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/investors.jpg");
}
.path-investors-login .region-content .node__content {
  padding-bottom: 0;
}
.path-investors-login .region-content .node__content a:link, .path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy:link, .path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms:link, .path-investors-login .region-content .node__content a:visited, .path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy:visited, .path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms:visited, .path-investors-login .region-content .node__content a:hover, .path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy:hover, .path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-investors-login .region-content .node__content a:link, .path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy:link, .path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms:link, .path-investors-login .region-content .node__content a:visited, .path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy:visited, .path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms:visited, .path-investors-login .region-content .node__content a:hover, .path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy:hover, .path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-investors-login .region-content .node__content a:active,
.path-investors-login .region-content .node__content a.is-active,
.path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy,
.path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-investors-login .region-content .node__content a.is-active, .path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy, .path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms {
  font-style: italic;
  font-weight: 500;
}
.path-investors-login .region-content .node__content a:link, .path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy:link, .path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms:link, .path-investors-login .region-content .node__content a:hover, .path-investors-login .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-login .region-content .node__content .privacy:hover, .path-investors-login .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-login .region-content .node__content .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-investors-login #block-userlogin {
  /*
    .item-list a.create-account-link::before,
    .item-list a.request-password-link::before {
      visibility: visible;
      padding-top: 0;
      margin-top: 0;
      border-bottom: $link_border;
      font-size: 20px;
    }
  */
  /*
    .create-account-link {
      padding-bottom: 1em;
    }
  */
  /*

    .item-list a.create-account-link::before {
      content: "Create a new account";
    }

    .item-list a.request-password-link::before {
      content: "Forgot your user name or password?";
    }
  */
}
.path-investors-login #block-userlogin h2 {
  display: none;
}
.path-investors-login #block-userlogin label {
  display: none;
}
.path-investors-login #block-userlogin ul > li {
  line-height: 1.3;
}
.path-investors-login #block-userlogin input {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  background-color: hsl(0, 0%, 75%);
  margin-bottom: 0.5em;
  width: 60%;
}
@media only screen and (max-width: 479px) {
  .path-investors-login #block-userlogin input {
    width: 80%;
  }
}
.path-investors-login #block-userlogin .form-item:nth-child(2),
.path-investors-login #block-userlogin .form-actions {
  display: inline;
}
.path-investors-login #block-userlogin .form-actions {
  padding-left: 1em;
}
.path-investors-login #block-userlogin #edit-submit {
  width: 25%;
  background-color: hsl(170, 45%, 60%);
}
@media only screen and (max-width: 479px) {
  .path-investors-login #block-userlogin #edit-submit {
    display: block;
    width: 50%;
  }
}
.path-investors-login #block-userlogin input[type=text]:-moz-placeholder,
.path-investors-login #block-userlogin input[type=text]::-moz-placeholder,
.path-investors-login #block-userlogin input[type=text]:-ms-input-placeholder,
.path-investors-login #block-userlogin input[type=text]::-webkit-input-placeholder {
  color: white;
}
.path-investors-login #block-userlogin .item-list ul {
  margin: 0;
}
.path-investors-login #block-userlogin .item-list li::before {
  display: none;
}
.path-investors-login #block-userlogin ul > li {
  text-indent: 0;
  margin-left: -0.8em;
}
.path-investors-login #block-userlogin ul > li {
  padding-bottom: 0.5em;
}
.path-investors-login #block-userlogin input#edit-pass {
  letter-spacing: 0px;
}
.path-investors-login form,
.path-investors-login .item-list {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  padding-top: 1em;
  padding-bottom: 0;
}
.path-investors-login form a:link, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy:link, .path-investors-login form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-login form .terms:link, .path-investors-login form a:visited, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy:visited, .path-investors-login form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-login form .terms:visited, .path-investors-login form a:hover, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy:hover, .path-investors-login form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-login form .terms:hover,
.path-investors-login .item-list a:link,
.path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy:link,
.path-investors-login .item-list .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-investors-login .item-list .terms:link,
.path-investors-login .item-list a:visited,
.path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy:visited,
.path-investors-login .item-list .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-investors-login .item-list .terms:visited,
.path-investors-login .item-list a:hover,
.path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy:hover,
.path-investors-login .item-list .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-investors-login .item-list .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-investors-login form a:link, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy:link, .path-investors-login form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-login form .terms:link, .path-investors-login form a:visited, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy:visited, .path-investors-login form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-login form .terms:visited, .path-investors-login form a:hover, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy:hover, .path-investors-login form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-login form .terms:hover,
  .path-investors-login .item-list a:link,
  .path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy:link,
  .path-investors-login .item-list .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-investors-login .item-list .terms:link,
  .path-investors-login .item-list a:visited,
  .path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy:visited,
  .path-investors-login .item-list .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-investors-login .item-list .terms:visited,
  .path-investors-login .item-list a:hover,
  .path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy:hover,
  .path-investors-login .item-list .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-investors-login .item-list .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-investors-login form a:active,
.path-investors-login form a.is-active,
.path-investors-login form .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-login form .privacy,
.path-investors-login form .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-login form .terms,
.path-investors-login .item-list a:active,
.path-investors-login .item-list a.is-active,
.path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy,
.path-investors-login .item-list .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-login .item-list .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-investors-login form a.is-active, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy, .path-investors-login form .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-login form .terms,
.path-investors-login .item-list a.is-active,
.path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy,
.path-investors-login .item-list .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-login .item-list .terms {
  font-style: italic;
  font-weight: 500;
}
.path-investors-login form a:link, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy:link, .path-investors-login form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-login form .terms:link, .path-investors-login form a:hover, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy:hover, .path-investors-login form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-login form .terms:hover,
.path-investors-login .item-list a:link,
.path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy:link,
.path-investors-login .item-list .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-investors-login .item-list .terms:link,
.path-investors-login .item-list a:hover,
.path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy:hover,
.path-investors-login .item-list .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-investors-login .item-list .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-investors-login form a:hover, .path-investors-login form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-login form .privacy:hover, .path-investors-login form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-login form .terms:hover,
.path-investors-login .item-list a:hover,
.path-investors-login .item-list .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-investors-login .item-list .privacy:hover,
.path-investors-login .item-list .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-investors-login .item-list .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-investors-login form,
  .path-investors-login .item-list {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-investors-login form,
  .path-investors-login .item-list {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-investors-login form h1,
.path-investors-login .item-list h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-investors-login form h1,
  .path-investors-login .item-list h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-investors-login form h1,
  .path-investors-login .item-list h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-investors-login form h1:first-of-type,
.path-investors-login .item-list h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-investors-login form h2,
.path-investors-login .item-list h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-investors-login form h2,
  .path-investors-login .item-list h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-investors-login form h2,
  .path-investors-login .item-list h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-investors-login form h3,
.path-investors-login .item-list h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-investors-login form p,
.path-investors-login form li,
.path-investors-login .item-list p,
.path-investors-login .item-list li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-investors-login form p,
  .path-investors-login form li,
  .path-investors-login .item-list p,
  .path-investors-login .item-list li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-investors-login form ul,
.path-investors-login .item-list ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-investors-login form ul > li,
.path-investors-login .item-list ul > li {
  text-indent: -0.8em;
}
.path-investors-login form ul :before,
.path-investors-login .item-list ul :before {
  content: "– ";
}
.path-investors-login form p + ul,
.path-investors-login .item-list p + ul {
  margin-top: -1.5em;
}
.path-investors-login form ul + p,
.path-investors-login .item-list ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-investors-login form p,
  .path-investors-login form ul,
  .path-investors-login form li,
  .path-investors-login .item-list p,
  .path-investors-login .item-list ul,
  .path-investors-login .item-list li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-investors-login form li,
.path-investors-login .item-list li {
  margin: 0;
  line-height: 0.8;
}
.path-investors-login .node__content:before {
  content: "";
  position: absolute;
  background-image: url("/sites/hampshire/files/images/backgrounds/hre.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 37%;
  padding-right: 18%;
  opacity: 0.5;
  top: 32.5em;
  left: 17%;
  animation-name: login;
  animation-duration: 4s;
}
@media only screen and (max-width: 479px) {
  .path-investors-login .node__content:before {
    background-size: 70%;
  }
}
@keyframes login {
  0% {
    top: -25em;
  }
  100% {
    top: 32.5em;
  }
}
@media only screen and (max-width: 959px) {
  .path-investors-login .node__content:before {
    top: 24.5em;
  }
  @keyframes login {
    0% {
      top: -25em;
    }
    100% {
      top: 24.5em;
    }
  }
}
@media only screen and (max-width: 767px) {
  .path-investors-login .node__content:before {
    left: 12%;
    top: 21.75em;
  }
  @keyframes login {
    0% {
      top: -25em;
    }
    100% {
      top: 21.75em;
    }
  }
}
@media only screen and (max-width: 639px) {
  .path-investors-login .node__content:before {
    top: 16em;
    left: 6%;
  }
  @keyframes login {
    0% {
      top: -25em;
    }
    100% {
      top: 16em;
    }
  }
}
@media only screen and (max-width: 479px) {
  .path-investors-login .node__content:before {
    top: 15em;
    left: 8%;
  }
  @keyframes login {
    0% {
      top: -25em;
    }
    100% {
      top: 15em;
    }
  }
}

.path-investors-login #block-investors-submenu .field--name-body,
.path-user- #block-investors-submenu .field--name-body {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  padding-bottom: 12em;
}
.path-investors-login #block-investors-submenu .field--name-body a:link, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy:link, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms:link, .path-investors-login #block-investors-submenu .field--name-body a:visited, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy:visited, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms:visited, .path-investors-login #block-investors-submenu .field--name-body a:hover, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy:hover, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms:hover,
.path-user- #block-investors-submenu .field--name-body a:link,
.path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy:link,
.path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms:link,
.path-user- #block-investors-submenu .field--name-body a:visited,
.path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy:visited,
.path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms:visited,
.path-user- #block-investors-submenu .field--name-body a:hover,
.path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy:hover,
.path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-investors-login #block-investors-submenu .field--name-body a:link, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy:link, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms:link, .path-investors-login #block-investors-submenu .field--name-body a:visited, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy:visited, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms:visited, .path-investors-login #block-investors-submenu .field--name-body a:hover, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy:hover, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms:hover,
  .path-user- #block-investors-submenu .field--name-body a:link,
  .path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy:link,
  .path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms:link,
  .path-user- #block-investors-submenu .field--name-body a:visited,
  .path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy:visited,
  .path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms:visited,
  .path-user- #block-investors-submenu .field--name-body a:hover,
  .path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy:hover,
  .path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-investors-login #block-investors-submenu .field--name-body a:active,
.path-investors-login #block-investors-submenu .field--name-body a.is-active,
.path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy,
.path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms,
.path-user- #block-investors-submenu .field--name-body a:active,
.path-user- #block-investors-submenu .field--name-body a.is-active,
.path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy,
.path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-investors-login #block-investors-submenu .field--name-body a.is-active, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms,
.path-user- #block-investors-submenu .field--name-body a.is-active,
.path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy,
.path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms {
  font-style: italic;
  font-weight: 500;
}
.path-investors-login #block-investors-submenu .field--name-body a:link, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy:link, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms:link, .path-investors-login #block-investors-submenu .field--name-body a:hover, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy:hover, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms:hover,
.path-user- #block-investors-submenu .field--name-body a:link,
.path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy:link,
.path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms:link,
.path-user- #block-investors-submenu .field--name-body a:hover,
.path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy:hover,
.path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-investors-login #block-investors-submenu .field--name-body a:hover, .path-investors-login #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-investors-login #block-investors-submenu .field--name-body .privacy:hover, .path-investors-login #block-investors-submenu .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-investors-login #block-investors-submenu .field--name-body .terms:hover,
.path-user- #block-investors-submenu .field--name-body a:hover,
.path-user- #block-investors-submenu .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user- #block-investors-submenu .field--name-body .privacy:hover,
.path-user- #block-investors-submenu .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user- #block-investors-submenu .field--name-body .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-investors-login #block-investors-submenu .field--name-body,
  .path-user- #block-investors-submenu .field--name-body {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-investors-login #block-investors-submenu .field--name-body,
  .path-user- #block-investors-submenu .field--name-body {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-investors-login #block-investors-submenu .field--name-body h1,
.path-user- #block-investors-submenu .field--name-body h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-investors-login #block-investors-submenu .field--name-body h1,
  .path-user- #block-investors-submenu .field--name-body h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-investors-login #block-investors-submenu .field--name-body h1,
  .path-user- #block-investors-submenu .field--name-body h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-investors-login #block-investors-submenu .field--name-body h1:first-of-type,
.path-user- #block-investors-submenu .field--name-body h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-investors-login #block-investors-submenu .field--name-body h2,
.path-user- #block-investors-submenu .field--name-body h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-investors-login #block-investors-submenu .field--name-body h2,
  .path-user- #block-investors-submenu .field--name-body h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-investors-login #block-investors-submenu .field--name-body h2,
  .path-user- #block-investors-submenu .field--name-body h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-investors-login #block-investors-submenu .field--name-body h3,
.path-user- #block-investors-submenu .field--name-body h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-investors-login #block-investors-submenu .field--name-body p,
.path-investors-login #block-investors-submenu .field--name-body li,
.path-user- #block-investors-submenu .field--name-body p,
.path-user- #block-investors-submenu .field--name-body li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-investors-login #block-investors-submenu .field--name-body p,
  .path-investors-login #block-investors-submenu .field--name-body li,
  .path-user- #block-investors-submenu .field--name-body p,
  .path-user- #block-investors-submenu .field--name-body li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-investors-login #block-investors-submenu .field--name-body ul,
.path-user- #block-investors-submenu .field--name-body ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-investors-login #block-investors-submenu .field--name-body ul > li,
.path-user- #block-investors-submenu .field--name-body ul > li {
  text-indent: -0.8em;
}
.path-investors-login #block-investors-submenu .field--name-body ul :before,
.path-user- #block-investors-submenu .field--name-body ul :before {
  content: "– ";
}
.path-investors-login #block-investors-submenu .field--name-body p + ul,
.path-user- #block-investors-submenu .field--name-body p + ul {
  margin-top: -1.5em;
}
.path-investors-login #block-investors-submenu .field--name-body ul + p,
.path-user- #block-investors-submenu .field--name-body ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-investors-login #block-investors-submenu .field--name-body p,
  .path-investors-login #block-investors-submenu .field--name-body ul,
  .path-investors-login #block-investors-submenu .field--name-body li,
  .path-user- #block-investors-submenu .field--name-body p,
  .path-user- #block-investors-submenu .field--name-body ul,
  .path-user- #block-investors-submenu .field--name-body li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-investors-login #block-investors-submenu .field--name-body p,
.path-user- #block-investors-submenu .field--name-body p {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .path-investors-login #block-investors-submenu .field--name-body,
  .path-user- #block-investors-submenu .field--name-body {
    padding-bottom: 0;
  }
}

.path-investors-login.user-logged-in #block-investors-submenu .field--name-body {
  padding-bottom: 33.5em;
}
@media only screen and (max-width: 768px) {
  .path-investors-login.user-logged-in #block-investors-submenu .field--name-body {
    padding-bottom: 20em;
  }
}
@media only screen and (max-width: 640px) {
  .path-investors-login.user-logged-in #block-investors-submenu .field--name-body {
    padding-bottom: 16em;
  }
}
@media only screen and (max-width: 480px) {
  .path-investors-login.user-logged-in #block-investors-submenu .field--name-body {
    padding-bottom: 5em;
  }
}

.path-investors-login.user-not-logged-in #block-investors-submenu .field--name-body {
  padding-bottom: 20em;
}

.user-not-logged-in .field--name-body p.logged-in {
  display: none;
}

.user-logged-in .field--name-body p.logged-out {
  display: none;
}

a.inline-button, .path-privacy .footer-second .field--name-body .inline-button.privacy, .path-terms .footer-second .field--name-body .inline-button.terms {
  padding: 0 0.25em 0.1em !important;
}
a.inline-button:link, .path-privacy .footer-second .field--name-body .inline-button.privacy:link, .path-terms .footer-second .field--name-body .inline-button.terms:link, a.inline-button:visited, .path-privacy .footer-second .field--name-body .inline-button.privacy:visited, .path-terms .footer-second .field--name-body .inline-button.terms:visited {
  color: white !important;
}
a.inline-button:hover, .path-privacy .footer-second .field--name-body .inline-button.privacy:hover, .path-terms .footer-second .field--name-body .inline-button.terms:hover {
  color: hsl(170, 45%, 60%) !important;
}

.role-administrator.path-user #block-investors-submenu,
.role-moderator.path-user #block-investors-submenu {
  display: none;
}

.path-investors-index #block-investors-submenu p:nth-child(1) a, .path-investors-index #block-investors-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .privacy, .path-investors-index #block-investors-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
.path-investors-index #block-investors-submenu p:nth-child(1) a a:link, .path-investors-index #block-investors-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .privacy a:link, .path-investors-index #block-investors-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .terms a:link, .path-investors-index #block-investors-submenu p:nth-child(1) a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) a .privacy:link, .path-investors-index #block-investors-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .privacy .privacy:link, .path-investors-index #block-investors-submenu p:nth-child(1) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-index #block-investors-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .terms .privacy:link, .path-investors-index #block-investors-submenu p:nth-child(1) a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) a .terms:link, .path-investors-index #block-investors-submenu p:nth-child(1) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-index #block-investors-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .privacy .terms:link, .path-investors-index #block-investors-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .terms .terms:link, .path-investors-index #block-investors-submenu p:nth-child(1) a a:hover, .path-investors-index #block-investors-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .privacy a:hover, .path-investors-index #block-investors-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .terms a:hover, .path-investors-index #block-investors-submenu p:nth-child(1) a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) a .privacy:hover, .path-investors-index #block-investors-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .privacy .privacy:hover, .path-investors-index #block-investors-submenu p:nth-child(1) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-index #block-investors-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .terms .privacy:hover, .path-investors-index #block-investors-submenu p:nth-child(1) a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) a .terms:hover, .path-investors-index #block-investors-submenu p:nth-child(1) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-index #block-investors-submenu p:nth-child(1) .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .privacy .terms:hover, .path-investors-index #block-investors-submenu p:nth-child(1) .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-index #block-investors-submenu p:nth-child(1) .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-investors-team #block-investors-submenu p:nth-child(2) a, .path-investors-team #block-investors-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .privacy, .path-investors-team #block-investors-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
.path-investors-team #block-investors-submenu p:nth-child(2) a a:link, .path-investors-team #block-investors-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .privacy a:link, .path-investors-team #block-investors-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .terms a:link, .path-investors-team #block-investors-submenu p:nth-child(2) a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) a .privacy:link, .path-investors-team #block-investors-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .privacy .privacy:link, .path-investors-team #block-investors-submenu p:nth-child(2) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-team #block-investors-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .terms .privacy:link, .path-investors-team #block-investors-submenu p:nth-child(2) a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) a .terms:link, .path-investors-team #block-investors-submenu p:nth-child(2) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-team #block-investors-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .privacy .terms:link, .path-investors-team #block-investors-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .terms .terms:link, .path-investors-team #block-investors-submenu p:nth-child(2) a a:hover, .path-investors-team #block-investors-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .privacy a:hover, .path-investors-team #block-investors-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .terms a:hover, .path-investors-team #block-investors-submenu p:nth-child(2) a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) a .privacy:hover, .path-investors-team #block-investors-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .privacy .privacy:hover, .path-investors-team #block-investors-submenu p:nth-child(2) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-team #block-investors-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .terms .privacy:hover, .path-investors-team #block-investors-submenu p:nth-child(2) a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) a .terms:hover, .path-investors-team #block-investors-submenu p:nth-child(2) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-team #block-investors-submenu p:nth-child(2) .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .privacy .terms:hover, .path-investors-team #block-investors-submenu p:nth-child(2) .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team #block-investors-submenu p:nth-child(2) .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-investors-profile #block-investors-submenu p:nth-child(3) a, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .privacy, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .terms,
.path-investors-profile #block-investors-submenu p:nth-child(4) a,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .privacy,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
.path-investors-profile #block-investors-submenu p:nth-child(3) a a:link, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .privacy a:link, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .terms a:link, .path-investors-profile #block-investors-submenu p:nth-child(3) a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) a .privacy:link, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .privacy .privacy:link, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-profile #block-investors-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .terms .privacy:link, .path-investors-profile #block-investors-submenu p:nth-child(3) a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) a .terms:link, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-profile #block-investors-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .privacy .terms:link, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .terms .terms:link, .path-investors-profile #block-investors-submenu p:nth-child(3) a a:hover, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .privacy a:hover, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .terms a:hover, .path-investors-profile #block-investors-submenu p:nth-child(3) a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) a .privacy:hover, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .privacy .privacy:hover, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-profile #block-investors-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .terms .privacy:hover, .path-investors-profile #block-investors-submenu p:nth-child(3) a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) a .terms:hover, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-profile #block-investors-submenu p:nth-child(3) .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .privacy .terms:hover, .path-investors-profile #block-investors-submenu p:nth-child(3) .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(3) .terms .terms:hover,
.path-investors-profile #block-investors-submenu p:nth-child(4) a a:link,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .privacy a:link,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .terms a:link,
.path-investors-profile #block-investors-submenu p:nth-child(4) a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) a .privacy:link,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .privacy .privacy:link,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy .path-investors-profile #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .terms .privacy:link,
.path-investors-profile #block-investors-submenu p:nth-child(4) a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) a .terms:link,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms .path-investors-profile #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .privacy .terms:link,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .terms .terms:link,
.path-investors-profile #block-investors-submenu p:nth-child(4) a a:hover,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .privacy a:hover,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .terms a:hover,
.path-investors-profile #block-investors-submenu p:nth-child(4) a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) a .privacy:hover,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .privacy .privacy:hover,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy .path-investors-profile #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .terms .privacy:hover,
.path-investors-profile #block-investors-submenu p:nth-child(4) a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) a .terms:hover,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms .path-investors-profile #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .privacy .terms:hover,
.path-investors-profile #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body .path-investors-profile #block-investors-submenu p:nth-child(4) .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-investors-login #block-investors-submenu p:nth-child(5) a, .path-investors-login #block-investors-submenu p:nth-child(5) .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .privacy, .path-investors-login #block-investors-submenu p:nth-child(5) .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
  color: hsl(224, 58%, 35%) !important;
}
.path-investors-login #block-investors-submenu p:nth-child(5) a a:link, .path-investors-login #block-investors-submenu p:nth-child(5) .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .privacy a:link, .path-investors-login #block-investors-submenu p:nth-child(5) .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .terms a:link, .path-investors-login #block-investors-submenu p:nth-child(5) a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) a .privacy:link, .path-investors-login #block-investors-submenu p:nth-child(5) .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .privacy .privacy:link, .path-investors-login #block-investors-submenu p:nth-child(5) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-login #block-investors-submenu p:nth-child(5) .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .terms .privacy:link, .path-investors-login #block-investors-submenu p:nth-child(5) a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) a .terms:link, .path-investors-login #block-investors-submenu p:nth-child(5) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-login #block-investors-submenu p:nth-child(5) .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .privacy .terms:link, .path-investors-login #block-investors-submenu p:nth-child(5) .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .terms .terms:link, .path-investors-login #block-investors-submenu p:nth-child(5) a a:hover, .path-investors-login #block-investors-submenu p:nth-child(5) .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .privacy a:hover, .path-investors-login #block-investors-submenu p:nth-child(5) .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .terms a:hover, .path-investors-login #block-investors-submenu p:nth-child(5) a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) a .privacy:hover, .path-investors-login #block-investors-submenu p:nth-child(5) .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .privacy .privacy:hover, .path-investors-login #block-investors-submenu p:nth-child(5) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-login #block-investors-submenu p:nth-child(5) .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .terms .privacy:hover, .path-investors-login #block-investors-submenu p:nth-child(5) a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) a .terms:hover, .path-investors-login #block-investors-submenu p:nth-child(5) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-login #block-investors-submenu p:nth-child(5) .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .privacy .terms:hover, .path-investors-login #block-investors-submenu p:nth-child(5) .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-login #block-investors-submenu p:nth-child(5) .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-investors-login #block-investors-submenu p:nth-child(6) {
  margin-top: 1.5em;
}

.path-investors-login #block-investors-submenu p:nth-child(7) {
  margin-top: 3em;
}

.path-investors-team .region-content,
.path-investors-profile .region-content,
.node--type-investors .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/investors-clipped.jpg");
}
.path-investors-team .region-content #block-investors-submenu,
.path-investors-profile .region-content #block-investors-submenu,
.node--type-investors .region-content #block-investors-submenu {
  position: absolute;
  width: 20%;
  top: 24em;
  z-index: 1;
  left: 5%;
}
.path-investors-team .region-content #block-investors-submenu p,
.path-investors-profile .region-content #block-investors-submenu p,
.node--type-investors .region-content #block-investors-submenu p {
  margin-bottom: 0.5em;
}
.path-investors-team .region-content #block-investors-submenu p a, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms,
.path-investors-profile .region-content #block-investors-submenu p a,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms,
.node--type-investors .region-content #block-investors-submenu p a,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-investors-team .region-content #block-investors-submenu p a, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms,
  .path-investors-profile .region-content #block-investors-submenu p a,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms,
  .node--type-investors .region-content #block-investors-submenu p a,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-investors-team .region-content #block-investors-submenu p a a:link, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a:link, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a:link, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy:link, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy:link, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:link, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms:link, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:link, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms:link, .path-investors-team .region-content #block-investors-submenu p a a:visited, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a:visited, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a:visited, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy:visited, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy:visited, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:visited, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms:visited, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:visited, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms:visited, .path-investors-team .region-content #block-investors-submenu p a a:hover, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a:hover, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a:hover, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy:hover, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy:hover, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:hover, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms:hover, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:hover, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms:hover,
.path-investors-profile .region-content #block-investors-submenu p a a:link,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a:link,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a:link,
.path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy:link,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy:link,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:link,
.path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms:link,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:link,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms:link,
.path-investors-profile .region-content #block-investors-submenu p a a:visited,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a:visited,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a:visited,
.path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy:visited,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy:visited,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited,
.path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:visited,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:visited,
.path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms:visited,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited,
.path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:visited,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:visited,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms:visited,
.path-investors-profile .region-content #block-investors-submenu p a a:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a:hover,
.path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:hover,
.path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms:hover,
.node--type-investors .region-content #block-investors-submenu p a a:link,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a:link,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a:link,
.node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy:link,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy:link,
.node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:link,
.node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms:link,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:link,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms:link,
.node--type-investors .region-content #block-investors-submenu p a a:visited,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a:visited,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a:visited,
.node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy:visited,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy:visited,
.node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited,
.path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:visited,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:visited,
.node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms:visited,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited,
.path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:visited,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:visited,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms:visited,
.node--type-investors .region-content #block-investors-submenu p a a:hover,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a:hover,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a:hover,
.node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy:hover,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy:hover,
.node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:hover,
.node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms:hover,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:hover,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-investors-team .region-content #block-investors-submenu p a a:link, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a:link, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a:link, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy:link, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy:link, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:link, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms:link, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:link, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms:link, .path-investors-team .region-content #block-investors-submenu p a a:visited, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a:visited, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a:visited, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy:visited, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy:visited, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:visited, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms:visited, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:visited, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms:visited, .path-investors-team .region-content #block-investors-submenu p a a:hover, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a:hover, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a:hover, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy:hover, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy:hover, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:hover, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms:hover, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:hover, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms:hover,
  .path-investors-profile .region-content #block-investors-submenu p a a:link,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a:link,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a:link,
  .path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy:link,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy:link,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
  .path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link,
  .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:link,
  .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:link,
  .path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms:link,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
  .path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link,
  .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:link,
  .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:link,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms:link,
  .path-investors-profile .region-content #block-investors-submenu p a a:visited,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a:visited,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a:visited,
  .path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy:visited,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy:visited,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited,
  .path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited,
  .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:visited,
  .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:visited,
  .path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms:visited,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited,
  .path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited,
  .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:visited,
  .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:visited,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms:visited,
  .path-investors-profile .region-content #block-investors-submenu p a a:hover,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a:hover,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a:hover,
  .path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy:hover,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy:hover,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
  .path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover,
  .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:hover,
  .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:hover,
  .path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms:hover,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
  .path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover,
  .path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:hover,
  .path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:hover,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms:hover,
  .node--type-investors .region-content #block-investors-submenu p a a:link,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a:link,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a:link,
  .node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy:link,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy:link,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
  .path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link,
  .path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:link,
  .path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:link,
  .node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms:link,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
  .path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link,
  .path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:link,
  .path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:link,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms:link,
  .node--type-investors .region-content #block-investors-submenu p a a:visited,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a:visited,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a:visited,
  .node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy:visited,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy:visited,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited,
  .path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited,
  .path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:visited,
  .path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:visited,
  .node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms:visited,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited,
  .path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited,
  .path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:visited,
  .path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:visited,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms:visited,
  .node--type-investors .region-content #block-investors-submenu p a a:hover,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a:hover,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a:hover,
  .node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy:hover,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy:hover,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
  .path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover,
  .path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:hover,
  .path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:hover,
  .node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms:hover,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
  .path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover,
  .path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:hover,
  .path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:hover,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-investors-team .region-content #block-investors-submenu p a a:active, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:active, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a:active, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:active, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a:active, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:active, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy:active, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:active, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy:active, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:active, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:active, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:active, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:active, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:active, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms:active, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:active, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:active, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:active, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:active, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:active, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms:active,
.path-investors-team .region-content #block-investors-submenu p a a.is-active,
.path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a.is-active,
.path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a.is-active,
.path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy,
.path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy,
.path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy,
.path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms,
.path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms,
.path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms,
.path-investors-profile .region-content #block-investors-submenu p a a:active,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:active,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a:active,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:active,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a:active,
.path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy:active,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:active,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy:active,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:active,
.path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:active,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:active,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:active,
.path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms:active,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:active,
.path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:active,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:active,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:active,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:active,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms:active,
.path-investors-profile .region-content #block-investors-submenu p a a.is-active,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a.is-active,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a.is-active,
.path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy,
.path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms,
.node--type-investors .region-content #block-investors-submenu p a a:active,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:active,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a:active,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:active,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a:active,
.node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy:active,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:active,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy:active,
.node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:active,
.path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:active,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:active,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:active,
.node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms:active,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:active,
.path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:active,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:active,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:active,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:active,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms:active,
.node--type-investors .region-content #block-investors-submenu p a a.is-active,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a.is-active,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a.is-active,
.node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy,
.node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy,
.node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-investors-team .region-content #block-investors-submenu p a a.is-active, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a.is-active, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a.is-active, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms,
.path-investors-profile .region-content #block-investors-submenu p a a.is-active,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a.is-active,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a.is-active,
.path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy,
.path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms,
.node--type-investors .region-content #block-investors-submenu p a a.is-active,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a.is-active,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a.is-active,
.node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy,
.node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy,
.node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms {
  font-style: italic;
  font-weight: 500;
}
.path-investors-team .region-content #block-investors-submenu p a a:link, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a:link, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a:link, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy:link, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy:link, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:link, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms:link, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:link, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms:link, .path-investors-team .region-content #block-investors-submenu p a a:hover, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy a:hover, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms a:hover, .path-investors-team .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .privacy:hover, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .privacy:hover, .path-investors-team .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .privacy:hover, .path-investors-team .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p a .terms:hover, .path-investors-team .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy .terms:hover, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms .terms:hover,
.path-investors-profile .region-content #block-investors-submenu p a a:link,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a:link,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a:link,
.path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy:link,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy:link,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:link,
.path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms:link,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:link,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms:link,
.path-investors-profile .region-content #block-investors-submenu p a a:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy a:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms a:hover,
.path-investors-profile .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .privacy:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .privacy:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .privacy:hover,
.path-investors-profile .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p a .terms:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy .terms:hover,
.path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms .terms:hover,
.node--type-investors .region-content #block-investors-submenu p a a:link,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a:link,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a:link,
.node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy:link,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy:link,
.node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:link,
.node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms:link,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:link,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms:link,
.node--type-investors .region-content #block-investors-submenu p a a:hover,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy a:hover,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms a:hover,
.node--type-investors .region-content #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .privacy:hover,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .privacy:hover,
.node--type-investors .region-content #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .privacy:hover,
.node--type-investors .region-content #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p a .terms:hover,
.node--type-investors .region-content #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy .terms:hover,
.node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
@media only screen and (max-width: 959px) {
  .path-investors-team .region-content #block-investors-submenu,
  .path-investors-profile .region-content #block-investors-submenu,
  .node--type-investors .region-content #block-investors-submenu {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .path-investors-team .region-content #block-investors-submenu,
  .path-investors-profile .region-content #block-investors-submenu,
  .node--type-investors .region-content #block-investors-submenu {
    top: 18em;
  }
}
@media only screen and (max-width: 479px) {
  .path-investors-team .region-content #block-investors-submenu,
  .path-investors-profile .region-content #block-investors-submenu,
  .node--type-investors .region-content #block-investors-submenu {
    top: 14em;
    font-size: 0.8em;
    line-height: 1em;
  }
  .path-investors-team .region-content #block-investors-submenu p a, .path-investors-team .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .privacy, .path-investors-team .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-investors-submenu p .terms,
  .path-investors-profile .region-content #block-investors-submenu p a,
  .path-investors-profile .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .privacy,
  .path-investors-profile .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investors-submenu p .terms,
  .node--type-investors .region-content #block-investors-submenu p a,
  .node--type-investors .region-content #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .privacy,
  .node--type-investors .region-content #block-investors-submenu p .path-terms .footer-second .field--name-body .terms,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content #block-investors-submenu p .terms {
    padding-bottom: 0;
    margin-right: 3%;
  }
}
.path-investors-team .region-content .node__content,
.path-investors-profile .region-content .node__content,
.node--type-investors .region-content .node__content {
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
  padding-top: 32%;
}
.path-investors-team .region-content .node__content .field__label,
.path-investors-profile .region-content .node__content .field__label,
.node--type-investors .region-content .node__content .field__label {
  font-size: 1.1em;
  line-height: 1.2;
  padding-top: 1em;
  padding-bottom: 0.25em;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .path-investors-team .region-content .node__content .field__label,
  .path-investors-profile .region-content .node__content .field__label,
  .node--type-investors .region-content .node__content .field__label {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-investors-team .region-content .node__content .field__items .field__item [class*=file--],
.path-investors-profile .region-content .node__content .field__items .field__item [class*=file--],
.node--type-investors .region-content .node__content .field__items .field__item [class*=file--] {
  padding-left: 1.5em;
}
.path-investors-team .region-content .node__content .field__items .field__item a, .path-investors-team .region-content .node__content .field__items .field__item .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-team .region-content .node__content .field__items .field__item .privacy, .path-investors-team .region-content .node__content .field__items .field__item .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-team .region-content .node__content .field__items .field__item .terms,
.path-investors-profile .region-content .node__content .field__items .field__item a,
.path-investors-profile .region-content .node__content .field__items .field__item .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content .node__content .field__items .field__item .privacy,
.path-investors-profile .region-content .node__content .field__items .field__item .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content .node__content .field__items .field__item .terms,
.node--type-investors .region-content .node__content .field__items .field__item a,
.node--type-investors .region-content .node__content .field__items .field__item .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .node--type-investors .region-content .node__content .field__items .field__item .privacy,
.node--type-investors .region-content .node__content .field__items .field__item .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .node--type-investors .region-content .node__content .field__items .field__item .terms {
  display: block;
  font-size: 1.1em;
  line-height: 1.2;
  padding-bottom: 0;
  margin: 0.25em 0;
}
@media screen and (min-width: 767px) {
  .path-investors-team .region-content .node__content .field__items .field__item a, .path-investors-team .region-content .node__content .field__items .field__item .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-team .region-content .node__content .field__items .field__item .privacy, .path-investors-team .region-content .node__content .field__items .field__item .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-team .region-content .node__content .field__items .field__item .terms,
  .path-investors-profile .region-content .node__content .field__items .field__item a,
  .path-investors-profile .region-content .node__content .field__items .field__item .path-privacy .footer-second .field--name-body .privacy,
  .path-privacy .footer-second .field--name-body .path-investors-profile .region-content .node__content .field__items .field__item .privacy,
  .path-investors-profile .region-content .node__content .field__items .field__item .path-terms .footer-second .field--name-body .terms,
  .path-terms .footer-second .field--name-body .path-investors-profile .region-content .node__content .field__items .field__item .terms,
  .node--type-investors .region-content .node__content .field__items .field__item a,
  .node--type-investors .region-content .node__content .field__items .field__item .path-privacy .footer-second .field--name-body .privacy,
  .path-privacy .footer-second .field--name-body .node--type-investors .region-content .node__content .field__items .field__item .privacy,
  .node--type-investors .region-content .node__content .field__items .field__item .path-terms .footer-second .field--name-body .terms,
  .path-terms .footer-second .field--name-body .node--type-investors .region-content .node__content .field__items .field__item .terms {
    font-size: 1.3em;
    line-height: 1.3;
  }
}

.path-investors-index .partners_fund_viii,
.path-investors-index .partners_fund_vii,
.path-investors-index .partners_fund_vi,
.path-investors-index .generational_fund {
  display: none;
}

.role-hpf_viii .partners_fund_viii,
.role-hpf_vii .partners_fund_vii,
.role-hpf_vi .partners_fund_vi,
.role-hgf .generational_fund {
  display: block;
}

.path-investors-partners-fund-viii,
.path-investors-partners-fund-vii,
.path-investors-partners-fund-vi,
.path-investors-generational-fund {
  display: none;
}

.role-hpf_viii.path-investors-partners-fund-viii,
.role-hpf_vii.path-investors-partners-fund-vii,
.role-hpf_vi.path-investors-partners-fund-vi,
.role-hgf.path-investors-generational-fund {
  display: block;
}

.node--type-investors article .contextual {
  margin-top: 32%;
  right: -8em;
  top: -6px;
}

.path-investors-team .region-content .node__content {
  display: none;
}
.path-investors-team .region-content #block-views-block-contacts {
  padding-top: 32%;
  margin-top: 1em;
}
.path-investors-team .region-content #block-views-block-contacts {
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-investors-team .region-content #block-views-block-contacts {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-investors-team .region-content #block-views-block-contacts .view-content a:link, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy:link, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms:link, .path-investors-team .region-content #block-views-block-contacts .view-content a:visited, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy:visited, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms:visited, .path-investors-team .region-content #block-views-block-contacts .view-content a:hover, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy:hover, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-investors-team .region-content #block-views-block-contacts .view-content a:link, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy:link, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms:link, .path-investors-team .region-content #block-views-block-contacts .view-content a:visited, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy:visited, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms:visited, .path-investors-team .region-content #block-views-block-contacts .view-content a:hover, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy:hover, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-investors-team .region-content #block-views-block-contacts .view-content a:active,
.path-investors-team .region-content #block-views-block-contacts .view-content a.is-active,
.path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy,
.path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-investors-team .region-content #block-views-block-contacts .view-content a.is-active, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms {
  font-style: italic;
  font-weight: 500;
}
.path-investors-team .region-content #block-views-block-contacts .view-content .views-field-title a:hover, .path-investors-team .region-content #block-views-block-contacts .view-content .views-field-title .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .views-field-title .privacy:hover, .path-investors-team .region-content #block-views-block-contacts .view-content .views-field-title .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .views-field-title .terms:hover {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-investors-team .region-content #block-views-block-contacts .view-content a:link, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy:link, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms:link, .path-investors-team .region-content #block-views-block-contacts .view-content a:visited, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy:visited, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms:visited, .path-investors-team .region-content #block-views-block-contacts .view-content a:hover, .path-investors-team .region-content #block-views-block-contacts .view-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .privacy:hover, .path-investors-team .region-content #block-views-block-contacts .view-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-team .region-content #block-views-block-contacts .view-content .terms:hover {
  color: hsl(0, 0%, 30%);
}
.path-investors-team .region-content #block-views-block-contacts .view-our-people {
  display: table;
  width: 100%;
}
.path-investors-team .region-content #block-views-block-contacts .views-row {
  display: flex;
  border-top: dotted 2px black;
  padding: 0.3em 0;
}
@media only screen and (max-width: 479px) {
  .path-investors-team .region-content #block-views-block-contacts .views-row {
    font-size: 0.8em;
    line-height: 1.1;
    position: relative;
    left: -3%;
  }
}
.path-investors-team .region-content #block-views-block-contacts .views-field-title {
  display: table-cell;
  width: 30%;
  font-weight: 500;
}
.path-investors-team .region-content #block-views-block-contacts .views-field-field-title {
  display: table-cell;
  width: 40%;
}
.path-investors-team .region-content #block-views-block-contacts .views-field-field-telephone {
  display: table-cell;
  width: 30%;
  text-align: right;
}

[class*=path-investors-login].user-not-logged-in .messages--error {
  position: fixed;
  top: 30%;
  width: 35%;
}

.path-investors-profile .region-content {
  /*
      .field--name-field-hear-about.form-wrapper input {
      width: 100%;
    }

    .field--name-field-hear-about.form-wrapper label {
      width: 100%;
    }
  */
  /*
    .field--name-subject.form-wrapper {
      display: none;

    }
      .field--name-subject label {
      //display: none;
  font-weight: 600;
  font-size: .9em;    
    }
  */
}
.path-investors-profile .region-content #block-investorsregistration > h2 {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: hsl(224, 58%, 35%);
  padding: 0 0.5em;
}
.path-investors-profile .region-content #block-investorsregistration > h2 a:link, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy:link, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms:link, .path-investors-profile .region-content #block-investorsregistration > h2 a:visited, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy:visited, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms:visited, .path-investors-profile .region-content #block-investorsregistration > h2 a:hover, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy:hover, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 a:link, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy:link, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms:link, .path-investors-profile .region-content #block-investorsregistration > h2 a:visited, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy:visited, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms:visited, .path-investors-profile .region-content #block-investorsregistration > h2 a:hover, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy:hover, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-investors-profile .region-content #block-investorsregistration > h2 a:active,
.path-investors-profile .region-content #block-investorsregistration > h2 a.is-active,
.path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy,
.path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-investors-profile .region-content #block-investorsregistration > h2 a.is-active, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms {
  font-style: italic;
  font-weight: 500;
}
.path-investors-profile .region-content #block-investorsregistration > h2 a:link, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy:link, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms:link, .path-investors-profile .region-content #block-investorsregistration > h2 a:hover, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy:hover, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-investors-profile .region-content #block-investorsregistration > h2 a:hover, .path-investors-profile .region-content #block-investorsregistration > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .privacy:hover, .path-investors-profile .region-content #block-investorsregistration > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-profile .region-content #block-investorsregistration > h2 .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-investors-profile .region-content #block-investorsregistration > h2 h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-investors-profile .region-content #block-investorsregistration > h2 h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-investors-profile .region-content #block-investorsregistration > h2 h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-investors-profile .region-content #block-investorsregistration > h2 h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-investors-profile .region-content #block-investorsregistration > h2 p,
.path-investors-profile .region-content #block-investorsregistration > h2 li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 p,
  .path-investors-profile .region-content #block-investorsregistration > h2 li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-investors-profile .region-content #block-investorsregistration > h2 ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-investors-profile .region-content #block-investorsregistration > h2 ul > li {
  text-indent: -0.8em;
}
.path-investors-profile .region-content #block-investorsregistration > h2 ul :before {
  content: "– ";
}
.path-investors-profile .region-content #block-investorsregistration > h2 p + ul {
  margin-top: -1.5em;
}
.path-investors-profile .region-content #block-investorsregistration > h2 ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 p,
  .path-investors-profile .region-content #block-investorsregistration > h2 ul,
  .path-investors-profile .region-content #block-investorsregistration > h2 li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 479px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 959px) {
  .path-investors-profile .region-content #block-investorsregistration > h2 {
    font-size: 3.5em;
    line-height: 1;
  }
}
.path-investors-profile .region-content #block-investorsregistration > h2::before {
  content: "Real estate through a different lens";
  position: absolute;
  width: 50%;
  left: 0.1em;
  top: 1.2em;
  text-transform: initial;
  font-size: 0.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: hsl(0, 0%, 30%);
}
@media only screen and (max-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration > h2::before {
    top: 1.5em;
    width: 40%;
    font-size: 0.35em;
  }
}
@media only screen and (max-width: 639px) {
  .path-investors-profile .region-content #block-investorsregistration > h2::before {
    display: none;
  }
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  padding-top: 1.5em;
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body a:link, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy:link, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms:link, .path-investors-profile .region-content #block-investorsregistration .field--name-body a:visited, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy:visited, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms:visited, .path-investors-profile .region-content #block-investorsregistration .field--name-body a:hover, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy:hover, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration .field--name-body a:link, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy:link, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms:link, .path-investors-profile .region-content #block-investorsregistration .field--name-body a:visited, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy:visited, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms:visited, .path-investors-profile .region-content #block-investorsregistration .field--name-body a:hover, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy:hover, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body a:active,
.path-investors-profile .region-content #block-investorsregistration .field--name-body a.is-active,
.path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy,
.path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body a.is-active, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms {
  font-style: italic;
  font-weight: 500;
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body a:link, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy:link, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms:link, .path-investors-profile .region-content #block-investorsregistration .field--name-body a:hover, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy:hover, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body a:hover, .path-investors-profile .region-content #block-investorsregistration .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .privacy:hover, .path-investors-profile .region-content #block-investorsregistration .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-investors-profile .region-content #block-investorsregistration .field--name-body .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration .field--name-body {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-investors-profile .region-content #block-investorsregistration .field--name-body {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-investors-profile .region-content #block-investorsregistration .field--name-body h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-investors-profile .region-content #block-investorsregistration .field--name-body h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-investors-profile .region-content #block-investorsregistration .field--name-body h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-investors-profile .region-content #block-investorsregistration .field--name-body h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body p,
.path-investors-profile .region-content #block-investorsregistration .field--name-body li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration .field--name-body p,
  .path-investors-profile .region-content #block-investorsregistration .field--name-body li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body ul > li {
  text-indent: -0.8em;
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body ul :before {
  content: "– ";
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body p + ul {
  margin-top: -1.5em;
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-investors-profile .region-content #block-investorsregistration .field--name-body p,
  .path-investors-profile .region-content #block-investorsregistration .field--name-body ul,
  .path-investors-profile .region-content #block-investorsregistration .field--name-body li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-investors-profile .region-content #block-investorsregistration .field--name-body p {
  font-size: 1.1em;
}
.path-investors-profile .region-content #block-investorsregistration .links p {
  margin-bottom: 0.5em;
}
.path-investors-profile .region-content .field--name-field-full-name label,
.path-investors-profile .region-content .field--name-field-first-name label,
.path-investors-profile .region-content .field--name-field-last-name label,
.path-investors-profile .region-content .form-item-name label,
.path-investors-profile .region-content .form-item-mail label,
.path-investors-profile .region-content .form-textarea-wrapper::before {
  font-weight: 500;
}
.path-investors-profile .region-content .field--name-field-full-name {
  display: none;
}
.path-investors-profile .region-content .form-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.path-investors-profile .region-content label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-align: right;
  padding-right: 0.5em;
  width: 40%;
}
.path-investors-profile .region-content input,
.path-investors-profile .region-content .form-textarea-wrapper {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 70%;
}
.path-investors-profile .region-content .form-type-textfield input[style] {
  background-image: none !important;
}
.path-investors-profile .region-content .form-textarea-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .path-investors-profile .region-content .field--name-field-company label {
    visibility: hidden;
    font-size: 0px;
  }
  .path-investors-profile .region-content .field--name-field-company label::before {
    visibility: visible;
    content: "Company ";
    font-size: 16px;
  }
}
.path-investors-profile .region-content .field--name-field-hear-about .form-item {
  width: 100%;
  display: block;
}
.path-investors-profile .region-content .field--name-message .form-textarea-wrapper::before,
.path-investors-profile .region-content .field--name-field-message .form-textarea-wrapper::before {
  content: "Your question or comment";
  font-size: 1.1em;
}
.path-investors-profile .region-content .field--name-message label,
.path-investors-profile .region-content .form-required::after,
.path-investors-profile .region-content .field--name-field-message label,
.path-investors-profile .region-content .form-required::after {
  display: none;
}
.path-investors-profile .region-content input.form-checkbox {
  margin-top: 0.35em;
}
.path-investors-profile .region-content .form-textarea-wrapper textarea {
  border: 1px solid silver;
}
.path-investors-profile .region-content .form-actions #edit-preview,
.path-investors-profile .region-content .form-actions #edit-submit {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  background-color: hsl(0, 0%, 75%);
  margin-bottom: 0.5em;
  width: inherit;
  float: right;
}
.path-investors-profile .region-content .form-actions #edit-submit {
  background-color: hsl(170, 45%, 60%);
}
.path-investors-profile .region-content .captcha summary,
.path-investors-profile .region-content .captcha .details-description,
.path-investors-profile .region-content .captcha .form-item .description {
  display: none;
}
.path-investors-profile .region-content .captcha img {
  border: 1px solid silver;
  display: inline;
}
.path-investors-profile .region-content .captcha .details-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -1.5em;
}
.path-investors-profile .region-content .captcha label {
  display: none;
}
.path-investors-profile .region-content .captcha input#edit-captcha-response.form-text.required {
  height: 1.75em;
  margin-top: 0.5em;
}
.path-investors-profile .region-content .captcha .form-item-captcha-response {
  display: inline;
  padding-left: 2em;
}
.path-investors-profile .region-content .captcha .form-item-captcha-response::before {
  content: "Enter anti-spam calculation below:";
  text-align: right;
  font-weight: 500;
}
.path-investors-profile .region-content .captcha .form-item {
  margin: 0;
}
.path-investors-profile .region-content form {
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
}
.path-investors-profile .region-content .description {
  display: none;
}
.path-investors-profile .region-content .field--name-field-message .form-textarea-wrapper::before {
  font-weight: 300;
}

[class*=path-destination-properties] .region-content .contextual button,
[class*=path-destination-properties] .region-content .contextual .contextual-links {
  left: inherit !important;
}
[class*=path-destination-properties] .region-content #block-destinationpropertieslink {
  position: absolute;
  top: -1.5em;
}
[class*=path-destination-properties] .region-content #block-destinationpropertieslink img {
  width: 15em;
  height: 5em;
}
[class*=path-destination-properties] .region-content #block-hampshire-content > h2 {
  margin-left: 30%;
  width: 72%;
  text-align: left;
  text-transform: inherit;
  font-size: 3em;
}
@media only screen and (max-width: 959px) {
  [class*=path-destination-properties] .region-content #block-hampshire-content > h2 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content #block-hampshire-content > h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 639px) {
  [class*=path-destination-properties] .region-content #block-hampshire-content > h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 479px) {
  [class*=path-destination-properties] .region-content #block-hampshire-content > h2 {
    font-size: 1.25em;
  }
}
[class*=path-destination-properties] .region-content #block-hampshire-content > h2::before {
  content: url(../images/destination_properties-heading.svg);
  width: 25%;
  top: -1em;
  padding-left: 0.5em;
  display: inherit;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow,
[class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow {
  position: absolute;
  top: 3.5em;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow .slideshow,
[class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow .slideshow {
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  [class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow {
    top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow {
    top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow {
    top: 2em;
  }
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow .slideshow,
[class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow .slideshow {
  max-height: 384px;
  overflow: hidden;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow .slideshow img,
[class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow .slideshow img {
  width: 100%;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow img:nth-child(n+2),
[class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow img:nth-child(n+2) {
  position: absolute;
  top: 0;
  z-index: -1;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow #prev,
[class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow #next,
[class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow #prev,
[class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow #next {
  position: absolute;
  left: -3%;
  top: 45%;
  font-size: 2em;
  text-decoration: none;
  color: silver;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesslideshow #next,
[class*=path-destination-properties] .region-content #block-destinationpropertiesbernardsinnslideshow #next {
  left: 101.25%;
}
[class*=path-destination-properties] .region-content .node__content,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  background-color: hsla(0, 0%, 95%, 0.8);
  width: 90% !important;
  margin-left: 5% !important;
}
[class*=path-destination-properties] .region-content .node__content a:link, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy:link, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms:link, [class*=path-destination-properties] .region-content .node__content a:visited, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy:visited, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms:visited, [class*=path-destination-properties] .region-content .node__content a:hover, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy:hover, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms:hover,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:link,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy:link,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms:link,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:visited,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy:visited,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms:visited,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:hover,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy:hover,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content a:link, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy:link, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms:link, [class*=path-destination-properties] .region-content .node__content a:visited, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy:visited, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms:visited, [class*=path-destination-properties] .region-content .node__content a:hover, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy:hover, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms:hover,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:link,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy:link,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms:link,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:visited,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy:visited,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms:visited,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:hover,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy:hover,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=path-destination-properties] .region-content .node__content a:active,
[class*=path-destination-properties] .region-content .node__content a.is-active,
[class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy,
[class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:active,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a.is-active,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=path-destination-properties] .region-content .node__content a.is-active, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a.is-active,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=path-destination-properties] .region-content .node__content a:link, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy:link, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms:link, [class*=path-destination-properties] .region-content .node__content a:hover, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy:hover, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms:hover,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:link,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy:link,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms:link,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:hover,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy:hover,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
[class*=path-destination-properties] .region-content .node__content a:hover, [class*=path-destination-properties] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .privacy:hover, [class*=path-destination-properties] .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content .node__content .terms:hover,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content a:hover,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .privacy:hover,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  [class*=path-destination-properties] .region-content .node__content,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content {
    min-width: 58%;
    margin-left: 27%;
  }
}
[class*=path-destination-properties] .region-content .node__content h1,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  [class*=path-destination-properties] .region-content .node__content h1,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  [class*=path-destination-properties] .region-content .node__content h1,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
[class*=path-destination-properties] .region-content .node__content h1:first-of-type,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
[class*=path-destination-properties] .region-content .node__content h2,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  [class*=path-destination-properties] .region-content .node__content h2,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  [class*=path-destination-properties] .region-content .node__content h2,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
[class*=path-destination-properties] .region-content .node__content h3,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
[class*=path-destination-properties] .region-content .node__content p,
[class*=path-destination-properties] .region-content .node__content li,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content p,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content p,
  [class*=path-destination-properties] .region-content .node__content li,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content p,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
[class*=path-destination-properties] .region-content .node__content ul,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content ul {
  padding-left: 1em;
  list-style-type: none;
}
[class*=path-destination-properties] .region-content .node__content ul > li,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content ul > li {
  text-indent: -0.8em;
}
[class*=path-destination-properties] .region-content .node__content ul :before,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content ul :before {
  content: "– ";
}
[class*=path-destination-properties] .region-content .node__content p + ul,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content p + ul {
  margin-top: -1.5em;
}
[class*=path-destination-properties] .region-content .node__content ul + p,
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content p,
  [class*=path-destination-properties] .region-content .node__content ul,
  [class*=path-destination-properties] .region-content .node__content li,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content p,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content ul,
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .block-content li {
    color: black;
    /*  font-weight: 400 */
  }
}
[class*=path-destination-properties] .region-content .node__content {
  margin-top: 24.75%;
  padding-top: 0.7em;
}
@media only screen and (max-width: 959px) {
  [class*=path-destination-properties] .region-content .node__content {
    margin-top: 24%;
  }
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content {
    padding-top: 0.45em;
  }
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content {
    padding-top: 0.25em;
  }
}
[class*=path-destination-properties] .region-content .node__content img {
  float: right;
  position: relative;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content img {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 479px) {
  [class*=path-destination-properties] .region-content .node__content img {
    float: none;
    text-align: center;
    width: 100%;
  }
}
[class*=path-destination-properties] .region-content .node__content .side-by-side {
  float: left;
  width: 60%;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content .side-by-side {
    float: inherit;
    width: inherit;
  }
}
[class*=path-destination-properties] .region-content .node__content .bio {
  float: right;
  width: 40%;
  margin: 0 -0.9em 0.9em 0.9em;
  padding: 0.9em;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content .bio {
    float: inherit;
    width: inherit;
    margin-left: -0.9em;
    padding-top: 2em;
  }
}
[class*=path-destination-properties] .region-content .node__content .bio img {
  float: right;
  width: 50%;
  max-width: 200px;
  padding: 0.5em 0 1em 0.5em;
  margin-right: -0.9em;
}
[class*=path-destination-properties] .region-content .node__content .bio p {
  font-size: 1.1em;
}
[class*=path-destination-properties] .region-content .node__content .badges {
  width: 60%;
  margin-top: 1em;
  display: grid;
  grid-template-columns: 45% 55%;
  column-gap: 0.5em;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content .badges {
    width: inherit;
  }
}
[class*=path-destination-properties] .region-content .node__content .badges .award img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content .hero {
    padding-top: 0em;
  }
}
[class*=path-destination-properties] .region-content .node__content .hero img {
  width: 100%;
  padding-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content .node__content .hero img {
    padding-bottom: 0.5em;
  }
}
[class*=path-destination-properties] .region-content .node__content .hero p {
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
}
[class*=path-destination-properties] .region-content .node__content p.address {
  clear: both;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets {
  text-align: center;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets p {
  font-weight: 500;
  color: hsl(224, 58%, 35%);
  margin-bottom: 0;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets span {
  font-size: 0.65em;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets hr {
  border-bottom: 1px solid black !important;
  margin-bottom: 1.5em;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .assets {
  display: grid;
  grid-template-columns: auto 38% auto;
  align-items: center;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .assets a:link, [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .assets .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .assets .privacy:link, [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .assets .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .assets .terms:link {
  border-bottom: none !important;
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .assets img {
  padding: 0 4%;
}
@media only screen and (max-width: 767px) {
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .assets img {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 639px) {
  [class*=path-destination-properties] .region-content #block-destinationpropertiesassets .assets img {
    width: 100%;
    padding: 1em;
  }
}
[class*=path-destination-properties] .region-content #block-destinationpropertiesassets .hdp.link {
  position: absolute;
  margin-top: 3em;
}

.path-destination-properties #block-destinationpropertieslink {
  cursor: pointer;
}
.path-destination-properties .hdp.link {
  display: none;
}

.path-destination-properties-station .region-content {
  background-image: url("/sites/hampshire/files/destination_properties/backgrounds/station-hero.jpg");
}

.path-destination-properties-bellas .region-content {
  background-image: url("/sites/hampshire/files/destination_properties/backgrounds/bellas-hero.jpg");
}

.path-destination-properties #block-destinationpropertiesassets {
  margin-top: -2em;
}
.path-destination-properties #block-destinationpropertiesassets img.off {
  display: none;
}

.path-destination-properties-bernards-inn #block-destinationpropertiesassets img.on,
.path-destination-properties-bernards-inn #block-destinationpropertiesassets img.bernards.off {
  display: none;
}
.path-destination-properties-bernards-inn #block-destinationpropertiesassets img.bernards.on {
  display: inline;
}

.path-destination-properties-station #block-destinationpropertiesassets img.on,
.path-destination-properties-station #block-destinationpropertiesassets img.station.off {
  display: none;
}
.path-destination-properties-station #block-destinationpropertiesassets img.station.on {
  display: inline;
}

.path-destination-properties-bellas #block-destinationpropertiesassets img.on,
.path-destination-properties-bellas #block-destinationpropertiesassets img.bellas.off {
  display: none;
}
.path-destination-properties-bellas #block-destinationpropertiesassets img.bellas.on {
  display: inline;
}

[class*=path-privacy] .region-content, [class*=path-terms] .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/legal.jpg");
}
[class*=path-privacy] .region-content .node__content, [class*=path-terms] .region-content .node__content {
  background-color: inherit;
  width: 75%;
  margin-left: 10%;
  padding-top: 33%;
}
[class*=path-privacy] .region-content .node__content div, [class*=path-privacy] .region-content .node__content p, [class*=path-privacy] .region-content .node__content ul li, [class*=path-terms] .region-content .node__content div, [class*=path-terms] .region-content .node__content p, [class*=path-terms] .region-content .node__content ul li {
  font-size: 0.9em;
  line-height: 1.4;
}
[class*=path-privacy] .region-content .node__content span, [class*=path-terms] .region-content .node__content span {
  font-size: 0px;
}
[class*=path-privacy] .region-content .node__content a:link, [class*=path-privacy] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .privacy:link, [class*=path-privacy] .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .terms:link, [class*=path-privacy] .region-content .node__content a:visited, [class*=path-privacy] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .privacy:visited, [class*=path-privacy] .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .terms:visited, [class*=path-privacy] .region-content .node__content a:hover, [class*=path-privacy] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .privacy:hover, [class*=path-privacy] .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .terms:hover, [class*=path-terms] .region-content .node__content a:link, [class*=path-terms] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-terms] .region-content .node__content .privacy:link, [class*=path-terms] .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-terms] .region-content .node__content .terms:link, [class*=path-terms] .region-content .node__content a:visited, [class*=path-terms] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-terms] .region-content .node__content .privacy:visited, [class*=path-terms] .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-terms] .region-content .node__content .terms:visited, [class*=path-terms] .region-content .node__content a:hover, [class*=path-terms] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-terms] .region-content .node__content .privacy:hover, [class*=path-terms] .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-terms] .region-content .node__content .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=path-privacy] .region-content .node__content a:link, [class*=path-privacy] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .privacy:link, [class*=path-privacy] .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .terms:link, [class*=path-privacy] .region-content .node__content a:visited, [class*=path-privacy] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .privacy:visited, [class*=path-privacy] .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .terms:visited, [class*=path-privacy] .region-content .node__content a:hover, [class*=path-privacy] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .privacy:hover, [class*=path-privacy] .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .terms:hover, [class*=path-terms] .region-content .node__content a:link, [class*=path-terms] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-terms] .region-content .node__content .privacy:link, [class*=path-terms] .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-terms] .region-content .node__content .terms:link, [class*=path-terms] .region-content .node__content a:visited, [class*=path-terms] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=path-terms] .region-content .node__content .privacy:visited, [class*=path-terms] .region-content .node__content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=path-terms] .region-content .node__content .terms:visited, [class*=path-terms] .region-content .node__content a:hover, [class*=path-terms] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=path-terms] .region-content .node__content .privacy:hover, [class*=path-terms] .region-content .node__content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=path-terms] .region-content .node__content .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=path-privacy] .region-content .node__content a:active,
[class*=path-privacy] .region-content .node__content a.is-active,
[class*=path-privacy] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .privacy,
[class*=path-privacy] .region-content .node__content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .terms, [class*=path-terms] .region-content .node__content a:active,
[class*=path-terms] .region-content .node__content a.is-active,
[class*=path-terms] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-terms] .region-content .node__content .privacy,
[class*=path-terms] .region-content .node__content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-terms] .region-content .node__content .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=path-privacy] .region-content .node__content a.is-active, [class*=path-privacy] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .privacy, [class*=path-privacy] .region-content .node__content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .terms, [class*=path-terms] .region-content .node__content a.is-active, [class*=path-terms] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=path-terms] .region-content .node__content .privacy, [class*=path-terms] .region-content .node__content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=path-terms] .region-content .node__content .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=path-privacy] .region-content .node__content a:link, [class*=path-privacy] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .privacy:link, [class*=path-privacy] .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-privacy] .region-content .node__content .terms:link, [class*=path-terms] .region-content .node__content a:link, [class*=path-terms] .region-content .node__content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=path-terms] .region-content .node__content .privacy:link, [class*=path-terms] .region-content .node__content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=path-terms] .region-content .node__content .terms:link {
  color: hsl(224, 58%, 35%);
}
[class*=path-privacy] #privacy-policy .table, [class*=path-terms] #privacy-policy .table {
  display: table;
  padding-bottom: 1em;
  width: 100%;
}
[class*=path-privacy] #privacy-policy .row, [class*=path-terms] #privacy-policy .row {
  display: table-row;
}
[class*=path-privacy] #privacy-policy .row:first-child, [class*=path-terms] #privacy-policy .row:first-child {
  background-color: hsl(0, 0%, 93%);
}
[class*=path-privacy] #privacy-policy .row:last-child .cell, [class*=path-terms] #privacy-policy .row:last-child .cell {
  border-bottom: thin silver solid;
}
[class*=path-privacy] #privacy-policy .table.a .cell:nth-child(1), [class*=path-terms] #privacy-policy .table.a .cell:nth-child(1) {
  background-color: hsl(0, 0%, 93%);
}
[class*=path-privacy] #privacy-policy .table.a .cell:nth-child(2),
[class*=path-privacy] #privacy-policy .table.c .cell:nth-child(2), [class*=path-terms] #privacy-policy .table.a .cell:nth-child(2),
[class*=path-terms] #privacy-policy .table.c .cell:nth-child(2) {
  background-color: white;
}
[class*=path-privacy] #privacy-policy .table.d .row:first-child .cell:nth-child(2),
[class*=path-privacy] #privacy-policy .table.e .row:first-child .cell:nth-child(2),
[class*=path-privacy] #privacy-policy .table.f .row:first-child .cell:nth-child(2), [class*=path-terms] #privacy-policy .table.d .row:first-child .cell:nth-child(2),
[class*=path-terms] #privacy-policy .table.e .row:first-child .cell:nth-child(2),
[class*=path-terms] #privacy-policy .table.f .row:first-child .cell:nth-child(2) {
  border-left: none;
}
[class*=path-privacy] #privacy-policy .cell:nth-child(1), [class*=path-terms] #privacy-policy .cell:nth-child(1) {
  font-weight: 500;
}
[class*=path-privacy] #privacy-policy .cell:last-child, [class*=path-terms] #privacy-policy .cell:last-child {
  border-right: thin silver solid;
}
[class*=path-privacy] #privacy-policy .cell, [class*=path-terms] #privacy-policy .cell {
  display: table-cell;
  padding: 0.25em 0.25em 0.5em 0.5em;
  border-top: thin silver solid;
  border-left: thin silver solid;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.1em;
  color: hsl(0, 0%, 30%);
}

/* @end */
.path-user .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/investors-clipped.jpg");
}
.path-user article.profile .field {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  padding-bottom: 0.5em;
  padding-top: 0;
  font-size: 1.1em;
  line-height: 1.2;
}
.path-user article.profile .field a:link, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy:link, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms:link, .path-user article.profile .field a:visited, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy:visited, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms:visited, .path-user article.profile .field a:hover, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy:hover, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-user article.profile .field a:link, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy:link, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms:link, .path-user article.profile .field a:visited, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy:visited, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms:visited, .path-user article.profile .field a:hover, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy:hover, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-user article.profile .field a:active,
.path-user article.profile .field a.is-active,
.path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy,
.path-user article.profile .field .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user article.profile .field .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-user article.profile .field a.is-active, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms {
  font-style: italic;
  font-weight: 500;
}
.path-user article.profile .field a:link, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy:link, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms:link, .path-user article.profile .field a:hover, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy:hover, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-user article.profile .field a:hover, .path-user article.profile .field .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user article.profile .field .privacy:hover, .path-user article.profile .field .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user article.profile .field .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-user article.profile .field {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-user article.profile .field {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-user article.profile .field h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-user article.profile .field h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-user article.profile .field h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-user article.profile .field h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-user article.profile .field h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-user article.profile .field h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-user article.profile .field h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-user article.profile .field h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-user article.profile .field p,
.path-user article.profile .field li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-user article.profile .field p,
  .path-user article.profile .field li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-user article.profile .field ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-user article.profile .field ul > li {
  text-indent: -0.8em;
}
.path-user article.profile .field ul :before {
  content: "– ";
}
.path-user article.profile .field p + ul {
  margin-top: -1.5em;
}
.path-user article.profile .field ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-user article.profile .field p,
  .path-user article.profile .field ul,
  .path-user article.profile .field li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 767px) {
  .path-user article.profile .field {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-user article.profile .field:first-child::before {
  white-space: pre;
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: hsl(224, 58%, 35%);
  padding: 0 0.5em;
  background-color: initial;
  display: table-row;
  font-size: 2.5em !important;
  content: "Your Profile\a";
}
.path-user article.profile .field:first-child::before a:link, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy:link, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms:link, .path-user article.profile .field:first-child::before a:visited, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy:visited, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms:visited, .path-user article.profile .field:first-child::before a:hover, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy:hover, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-user article.profile .field:first-child::before a:link, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy:link, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms:link, .path-user article.profile .field:first-child::before a:visited, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy:visited, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms:visited, .path-user article.profile .field:first-child::before a:hover, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy:hover, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-user article.profile .field:first-child::before a:active,
.path-user article.profile .field:first-child::before a.is-active,
.path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy,
.path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-user article.profile .field:first-child::before a.is-active, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms {
  font-style: italic;
  font-weight: 500;
}
.path-user article.profile .field:first-child::before a:link, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy:link, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms:link, .path-user article.profile .field:first-child::before a:hover, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy:hover, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-user article.profile .field:first-child::before a:hover, .path-user article.profile .field:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user article.profile .field:first-child::before .privacy:hover, .path-user article.profile .field:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user article.profile .field:first-child::before .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-user article.profile .field:first-child::before {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-user article.profile .field:first-child::before {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-user article.profile .field:first-child::before h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-user article.profile .field:first-child::before h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-user article.profile .field:first-child::before h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-user article.profile .field:first-child::before h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-user article.profile .field:first-child::before h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-user article.profile .field:first-child::before h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-user article.profile .field:first-child::before h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-user article.profile .field:first-child::before h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-user article.profile .field:first-child::before p,
.path-user article.profile .field:first-child::before li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-user article.profile .field:first-child::before p,
  .path-user article.profile .field:first-child::before li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-user article.profile .field:first-child::before ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-user article.profile .field:first-child::before ul > li {
  text-indent: -0.8em;
}
.path-user article.profile .field:first-child::before ul :before {
  content: "– ";
}
.path-user article.profile .field:first-child::before p + ul {
  margin-top: -1.5em;
}
.path-user article.profile .field:first-child::before ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-user article.profile .field:first-child::before p,
  .path-user article.profile .field:first-child::before ul,
  .path-user article.profile .field:first-child::before li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 479px) {
  .path-user article.profile .field:first-child::before {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  .path-user article.profile .field:first-child::before {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 959px) {
  .path-user article.profile .field:first-child::before {
    font-size: 3.5em;
    line-height: 1;
  }
}
@media only screen and (max-width: 480px) {
  .path-user article.profile .field:first-child::before {
    font-size: 2.1em !important;
  }
}
.path-user article.profile .field--name-field-first-name .field__label:first-child {
  padding-top: 1em;
}
.path-user article.profile .field__label {
  font-weight: 300;
  font-size: 0.8em;
  line-height: 1.1;
}
.path-user article.profile .field--name-field-full-name .field__label {
  padding-top: 0;
  margin-top: -1em;
}
.path-user article.profile .field__item {
  font-weight: 400;
}
.path-user article.profile .field:last-child {
  padding-bottom: 10em;
}

.path-investors-index.user-not-logged-in .region-content {
  min-height: 30em;
}

.path-investors-index.user-not-logged-in #block-investors-submenu,
.path-user #block-investors-submenu {
  position: absolute;
  width: 20%;
  top: 24em;
  z-index: 1;
  left: 5%;
}
.path-investors-index.user-not-logged-in #block-investors-submenu p,
.path-user #block-investors-submenu p {
  margin-bottom: 0.5em;
}
.path-investors-index.user-not-logged-in #block-investors-submenu p a, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms,
.path-user #block-investors-submenu p a,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-investors-index.user-not-logged-in #block-investors-submenu p a, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms,
  .path-user #block-investors-submenu p a,
  .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy,
  .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-investors-index.user-not-logged-in #block-investors-submenu p a a:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a:link, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:link, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms:link, .path-investors-index.user-not-logged-in #block-investors-submenu p a a:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p a a:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms:hover,
.path-user #block-investors-submenu p a a:link,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a:link,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a:link,
.path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy:link,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy:link,
.path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:link,
.path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms:link,
.path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:link,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms:link,
.path-user #block-investors-submenu p a a:visited,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a:visited,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a:visited,
.path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy:visited,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy:visited,
.path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited,
.path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:visited,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:visited,
.path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms:visited,
.path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited,
.path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:visited,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:visited,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms:visited,
.path-user #block-investors-submenu p a a:hover,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a:hover,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a:hover,
.path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy:hover,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy:hover,
.path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:hover,
.path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms:hover,
.path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:hover,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-investors-index.user-not-logged-in #block-investors-submenu p a a:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a:link, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:link, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms:link, .path-investors-index.user-not-logged-in #block-investors-submenu p a a:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms:visited, .path-investors-index.user-not-logged-in #block-investors-submenu p a a:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms:hover,
  .path-user #block-investors-submenu p a a:link,
  .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a:link,
  .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a:link,
  .path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy:link,
  .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy:link,
  .path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
  .path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link,
  .path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:link,
  .path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:link,
  .path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms:link,
  .path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
  .path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link,
  .path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:link,
  .path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:link,
  .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms:link,
  .path-user #block-investors-submenu p a a:visited,
  .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a:visited,
  .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a:visited,
  .path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy:visited,
  .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy:visited,
  .path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited,
  .path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited,
  .path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:visited,
  .path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:visited,
  .path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms:visited,
  .path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited,
  .path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited,
  .path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:visited,
  .path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:visited,
  .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms:visited,
  .path-user #block-investors-submenu p a a:hover,
  .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a:hover,
  .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a:hover,
  .path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy:hover,
  .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy:hover,
  .path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
  .path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover,
  .path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:hover,
  .path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:hover,
  .path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms:hover,
  .path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
  .path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover,
  .path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:hover,
  .path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:hover,
  .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-investors-index.user-not-logged-in #block-investors-submenu p a a:active, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:active, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a:active, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:active, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a:active,
.path-investors-index.user-not-logged-in #block-investors-submenu p a a.is-active,
.path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a.is-active,
.path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a.is-active,
.path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy,
.path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy,
.path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy,
.path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms,
.path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms,
.path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms,
.path-user #block-investors-submenu p a a:active,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:active,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a:active,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:active,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a:active,
.path-user #block-investors-submenu p a a.is-active,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a.is-active,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a.is-active,
.path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy,
.path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy,
.path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms,
.path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-investors-index.user-not-logged-in #block-investors-submenu p a a.is-active, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a.is-active, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a.is-active, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy, .path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms, .path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms,
.path-user #block-investors-submenu p a a.is-active,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a.is-active,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a.is-active,
.path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy,
.path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy,
.path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms,
.path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms {
  font-style: italic;
  font-weight: 500;
}
.path-investors-index.user-not-logged-in #block-investors-submenu p a a:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a:link, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:link, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:link, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms:link, .path-investors-index.user-not-logged-in #block-investors-submenu p a a:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy a:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms a:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .privacy:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .privacy:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .privacy:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p a .terms:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy .terms:hover, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms .terms:hover,
.path-user #block-investors-submenu p a a:link,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a:link,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a:link,
.path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy:link,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy:link,
.path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link,
.path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:link,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:link,
.path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms:link,
.path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link,
.path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:link,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:link,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms:link,
.path-user #block-investors-submenu p a a:hover,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy a:hover,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms a:hover,
.path-user #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p a .privacy:hover,
.path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .privacy:hover,
.path-user #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover,
.path-privacy .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .privacy:hover,
.path-user #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p a .terms:hover,
.path-user #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover,
.path-terms .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover,
.path-privacy .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:hover,
.path-terms .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy .terms:hover,
.path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover,
.path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
@media only screen and (max-width: 959px) {
  .path-investors-index.user-not-logged-in #block-investors-submenu,
  .path-user #block-investors-submenu {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .path-investors-index.user-not-logged-in #block-investors-submenu,
  .path-user #block-investors-submenu {
    top: 18em;
  }
}
@media only screen and (max-width: 479px) {
  .path-investors-index.user-not-logged-in #block-investors-submenu,
  .path-user #block-investors-submenu {
    top: 14em;
    font-size: 0.8em;
    line-height: 1em;
  }
  .path-investors-index.user-not-logged-in #block-investors-submenu p a, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .privacy, .path-investors-index.user-not-logged-in #block-investors-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-investors-index.user-not-logged-in #block-investors-submenu p .terms,
  .path-user #block-investors-submenu p a,
  .path-user #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy,
  .path-privacy .footer-second .field--name-body .path-user #block-investors-submenu p .privacy,
  .path-user #block-investors-submenu p .path-terms .footer-second .field--name-body .terms,
  .path-terms .footer-second .field--name-body .path-user #block-investors-submenu p .terms {
    padding-bottom: 0;
    margin-right: 3%;
  }
}

.path-user-login .region-content, .path-user-password .region-content, .path-user-1 .region-content,
[class*=path-user-reset] .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/investors.jpg");
}
.path-user-login .links a:link, .path-user-login .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login .links .privacy:link, .path-user-login .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login .links .terms:link, .path-user-login .links a:visited, .path-user-login .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login .links .privacy:visited, .path-user-login .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login .links .terms:visited, .path-user-login .links a:hover, .path-user-login .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login .links .privacy:hover, .path-user-login .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login .links .terms:hover, .path-user-password .links a:link, .path-user-password .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password .links .privacy:link, .path-user-password .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password .links .terms:link, .path-user-password .links a:visited, .path-user-password .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password .links .privacy:visited, .path-user-password .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password .links .terms:visited, .path-user-password .links a:hover, .path-user-password .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password .links .privacy:hover, .path-user-password .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password .links .terms:hover, .path-user-1 .links a:link, .path-user-1 .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 .links .privacy:link, .path-user-1 .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 .links .terms:link, .path-user-1 .links a:visited, .path-user-1 .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 .links .privacy:visited, .path-user-1 .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 .links .terms:visited, .path-user-1 .links a:hover, .path-user-1 .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 .links .privacy:hover, .path-user-1 .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 .links .terms:hover,
[class*=path-user-reset] .links a:link,
[class*=path-user-reset] .links .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] .links .privacy:link,
[class*=path-user-reset] .links .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] .links .terms:link,
[class*=path-user-reset] .links a:visited,
[class*=path-user-reset] .links .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] .links .privacy:visited,
[class*=path-user-reset] .links .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body [class*=path-user-reset] .links .terms:visited,
[class*=path-user-reset] .links a:hover,
[class*=path-user-reset] .links .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] .links .privacy:hover,
[class*=path-user-reset] .links .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] .links .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-user-login .links a:link, .path-user-login .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login .links .privacy:link, .path-user-login .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login .links .terms:link, .path-user-login .links a:visited, .path-user-login .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login .links .privacy:visited, .path-user-login .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login .links .terms:visited, .path-user-login .links a:hover, .path-user-login .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login .links .privacy:hover, .path-user-login .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login .links .terms:hover, .path-user-password .links a:link, .path-user-password .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password .links .privacy:link, .path-user-password .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password .links .terms:link, .path-user-password .links a:visited, .path-user-password .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password .links .privacy:visited, .path-user-password .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password .links .terms:visited, .path-user-password .links a:hover, .path-user-password .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password .links .privacy:hover, .path-user-password .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password .links .terms:hover, .path-user-1 .links a:link, .path-user-1 .links .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 .links .privacy:link, .path-user-1 .links .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 .links .terms:link, .path-user-1 .links a:visited, .path-user-1 .links .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 .links .privacy:visited, .path-user-1 .links .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 .links .terms:visited, .path-user-1 .links a:hover, .path-user-1 .links .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 .links .privacy:hover, .path-user-1 .links .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 .links .terms:hover,
  [class*=path-user-reset] .links a:link,
  [class*=path-user-reset] .links .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] .links .privacy:link,
  [class*=path-user-reset] .links .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] .links .terms:link,
  [class*=path-user-reset] .links a:visited,
  [class*=path-user-reset] .links .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] .links .privacy:visited,
  [class*=path-user-reset] .links .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] .links .terms:visited,
  [class*=path-user-reset] .links a:hover,
  [class*=path-user-reset] .links .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] .links .privacy:hover,
  [class*=path-user-reset] .links .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] .links .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-user-login .links a:active,
.path-user-login .links a.is-active,
.path-user-login .links .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-login .links .privacy,
.path-user-login .links .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-login .links .terms, .path-user-password .links a:active,
.path-user-password .links a.is-active,
.path-user-password .links .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-password .links .privacy,
.path-user-password .links .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-password .links .terms, .path-user-1 .links a:active,
.path-user-1 .links a.is-active,
.path-user-1 .links .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-1 .links .privacy,
.path-user-1 .links .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-1 .links .terms,
[class*=path-user-reset] .links a:active,
[class*=path-user-reset] .links a.is-active,
[class*=path-user-reset] .links .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] .links .privacy,
[class*=path-user-reset] .links .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] .links .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-user-login .links a.is-active, .path-user-login .links .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-login .links .privacy, .path-user-login .links .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-login .links .terms, .path-user-password .links a.is-active, .path-user-password .links .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-password .links .privacy, .path-user-password .links .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-password .links .terms, .path-user-1 .links a.is-active, .path-user-1 .links .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-1 .links .privacy, .path-user-1 .links .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-1 .links .terms,
[class*=path-user-reset] .links a.is-active,
[class*=path-user-reset] .links .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] .links .privacy,
[class*=path-user-reset] .links .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] .links .terms {
  font-style: italic;
  font-weight: 500;
}
.path-user-login #block-administrator-account .field--name-body,
.path-user-login #block-login .field--name-body,
.path-user-login #block-passwordreset .field--name-body, .path-user-password #block-administrator-account .field--name-body,
.path-user-password #block-login .field--name-body,
.path-user-password #block-passwordreset .field--name-body, .path-user-1 #block-administrator-account .field--name-body,
.path-user-1 #block-login .field--name-body,
.path-user-1 #block-passwordreset .field--name-body,
[class*=path-user-reset] #block-administrator-account .field--name-body,
[class*=path-user-reset] #block-login .field--name-body,
[class*=path-user-reset] #block-passwordreset .field--name-body {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  background-color: rgba(255, 255, 255, 0.95);
}
.path-user-login #block-administrator-account .field--name-body a:link, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:link, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:link, .path-user-login #block-administrator-account .field--name-body a:visited, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:visited, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:visited, .path-user-login #block-administrator-account .field--name-body a:hover, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:hover, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:hover,
.path-user-login #block-login .field--name-body a:link,
.path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:link,
.path-user-login #block-login .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-login #block-login .field--name-body .terms:link,
.path-user-login #block-login .field--name-body a:visited,
.path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:visited,
.path-user-login #block-login .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .path-user-login #block-login .field--name-body .terms:visited,
.path-user-login #block-login .field--name-body a:hover,
.path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:hover,
.path-user-login #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-login #block-login .field--name-body .terms:hover,
.path-user-login #block-passwordreset .field--name-body a:link,
.path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:link,
.path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:link,
.path-user-login #block-passwordreset .field--name-body a:visited,
.path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:visited,
.path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:visited,
.path-user-login #block-passwordreset .field--name-body a:hover,
.path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:hover,
.path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:hover, .path-user-password #block-administrator-account .field--name-body a:link, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:link, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:link, .path-user-password #block-administrator-account .field--name-body a:visited, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:visited, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:visited, .path-user-password #block-administrator-account .field--name-body a:hover, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:hover, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:hover,
.path-user-password #block-login .field--name-body a:link,
.path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:link,
.path-user-password #block-login .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-password #block-login .field--name-body .terms:link,
.path-user-password #block-login .field--name-body a:visited,
.path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:visited,
.path-user-password #block-login .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .path-user-password #block-login .field--name-body .terms:visited,
.path-user-password #block-login .field--name-body a:hover,
.path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:hover,
.path-user-password #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-password #block-login .field--name-body .terms:hover,
.path-user-password #block-passwordreset .field--name-body a:link,
.path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:link,
.path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:link,
.path-user-password #block-passwordreset .field--name-body a:visited,
.path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:visited,
.path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:visited,
.path-user-password #block-passwordreset .field--name-body a:hover,
.path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:hover,
.path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:hover, .path-user-1 #block-administrator-account .field--name-body a:link, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:link, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:link, .path-user-1 #block-administrator-account .field--name-body a:visited, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:visited, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:visited, .path-user-1 #block-administrator-account .field--name-body a:hover, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:hover, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:hover,
.path-user-1 #block-login .field--name-body a:link,
.path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:link,
.path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:link,
.path-user-1 #block-login .field--name-body a:visited,
.path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:visited,
.path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:visited,
.path-user-1 #block-login .field--name-body a:hover,
.path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:hover,
.path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:hover,
.path-user-1 #block-passwordreset .field--name-body a:link,
.path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:link,
.path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:link,
.path-user-1 #block-passwordreset .field--name-body a:visited,
.path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:visited,
.path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:visited,
.path-user-1 #block-passwordreset .field--name-body a:hover,
.path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:hover,
.path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:hover,
[class*=path-user-reset] #block-administrator-account .field--name-body a:link,
[class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:link,
[class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:link,
[class*=path-user-reset] #block-administrator-account .field--name-body a:visited,
[class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:visited,
[class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:visited,
[class*=path-user-reset] #block-administrator-account .field--name-body a:hover,
[class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:hover,
[class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:hover,
[class*=path-user-reset] #block-login .field--name-body a:link,
[class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:link,
[class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:link,
[class*=path-user-reset] #block-login .field--name-body a:visited,
[class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:visited,
[class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:visited,
[class*=path-user-reset] #block-login .field--name-body a:hover,
[class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:hover,
[class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:hover,
[class*=path-user-reset] #block-passwordreset .field--name-body a:link,
[class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:link,
[class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:link,
[class*=path-user-reset] #block-passwordreset .field--name-body a:visited,
[class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:visited,
[class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:visited,
[class*=path-user-reset] #block-passwordreset .field--name-body a:hover,
[class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:hover,
[class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-user-login #block-administrator-account .field--name-body a:link, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:link, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:link, .path-user-login #block-administrator-account .field--name-body a:visited, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:visited, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:visited, .path-user-login #block-administrator-account .field--name-body a:hover, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:hover, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:hover,
  .path-user-login #block-login .field--name-body a:link,
  .path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:link,
  .path-user-login #block-login .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .path-user-login #block-login .field--name-body .terms:link,
  .path-user-login #block-login .field--name-body a:visited,
  .path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:visited,
  .path-user-login #block-login .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .path-user-login #block-login .field--name-body .terms:visited,
  .path-user-login #block-login .field--name-body a:hover,
  .path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:hover,
  .path-user-login #block-login .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .path-user-login #block-login .field--name-body .terms:hover,
  .path-user-login #block-passwordreset .field--name-body a:link,
  .path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:link,
  .path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:link,
  .path-user-login #block-passwordreset .field--name-body a:visited,
  .path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:visited,
  .path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:visited,
  .path-user-login #block-passwordreset .field--name-body a:hover,
  .path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:hover,
  .path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:hover, .path-user-password #block-administrator-account .field--name-body a:link, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:link, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:link, .path-user-password #block-administrator-account .field--name-body a:visited, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:visited, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:visited, .path-user-password #block-administrator-account .field--name-body a:hover, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:hover, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:hover,
  .path-user-password #block-login .field--name-body a:link,
  .path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:link,
  .path-user-password #block-login .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .path-user-password #block-login .field--name-body .terms:link,
  .path-user-password #block-login .field--name-body a:visited,
  .path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:visited,
  .path-user-password #block-login .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .path-user-password #block-login .field--name-body .terms:visited,
  .path-user-password #block-login .field--name-body a:hover,
  .path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:hover,
  .path-user-password #block-login .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .path-user-password #block-login .field--name-body .terms:hover,
  .path-user-password #block-passwordreset .field--name-body a:link,
  .path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:link,
  .path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:link,
  .path-user-password #block-passwordreset .field--name-body a:visited,
  .path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:visited,
  .path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:visited,
  .path-user-password #block-passwordreset .field--name-body a:hover,
  .path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:hover,
  .path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:hover, .path-user-1 #block-administrator-account .field--name-body a:link, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:link, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:link, .path-user-1 #block-administrator-account .field--name-body a:visited, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:visited, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:visited, .path-user-1 #block-administrator-account .field--name-body a:hover, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:hover, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:hover,
  .path-user-1 #block-login .field--name-body a:link,
  .path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:link,
  .path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:link,
  .path-user-1 #block-login .field--name-body a:visited,
  .path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:visited,
  .path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:visited,
  .path-user-1 #block-login .field--name-body a:hover,
  .path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:hover,
  .path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:hover,
  .path-user-1 #block-passwordreset .field--name-body a:link,
  .path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:link,
  .path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:link,
  .path-user-1 #block-passwordreset .field--name-body a:visited,
  .path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:visited,
  .path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:visited,
  .path-user-1 #block-passwordreset .field--name-body a:hover,
  .path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:hover,
  .path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:hover,
  [class*=path-user-reset] #block-administrator-account .field--name-body a:link,
  [class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:link,
  [class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:link,
  [class*=path-user-reset] #block-administrator-account .field--name-body a:visited,
  [class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:visited,
  [class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:visited,
  [class*=path-user-reset] #block-administrator-account .field--name-body a:hover,
  [class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:hover,
  [class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:hover,
  [class*=path-user-reset] #block-login .field--name-body a:link,
  [class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:link,
  [class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:link,
  [class*=path-user-reset] #block-login .field--name-body a:visited,
  [class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:visited,
  [class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:visited,
  [class*=path-user-reset] #block-login .field--name-body a:hover,
  [class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:hover,
  [class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:hover,
  [class*=path-user-reset] #block-passwordreset .field--name-body a:link,
  [class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:link,
  [class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:link,
  [class*=path-user-reset] #block-passwordreset .field--name-body a:visited,
  [class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:visited,
  [class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:visited,
  [class*=path-user-reset] #block-passwordreset .field--name-body a:hover,
  [class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:hover,
  [class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-user-login #block-administrator-account .field--name-body a:active, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:active, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:active, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:active, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:active,
.path-user-login #block-administrator-account .field--name-body a.is-active,
.path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy,
.path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms,
.path-user-login #block-login .field--name-body a:active,
.path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:active,
.path-user-login #block-login .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .path-user-login #block-login .field--name-body .terms:active,
.path-user-login #block-login .field--name-body a.is-active,
.path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy,
.path-user-login #block-login .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-login #block-login .field--name-body .terms,
.path-user-login #block-passwordreset .field--name-body a:active,
.path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:active,
.path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:active,
.path-user-login #block-passwordreset .field--name-body a.is-active,
.path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy,
.path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms, .path-user-password #block-administrator-account .field--name-body a:active, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:active, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:active, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:active, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:active,
.path-user-password #block-administrator-account .field--name-body a.is-active,
.path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy,
.path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms,
.path-user-password #block-login .field--name-body a:active,
.path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:active,
.path-user-password #block-login .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .path-user-password #block-login .field--name-body .terms:active,
.path-user-password #block-login .field--name-body a.is-active,
.path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy,
.path-user-password #block-login .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-password #block-login .field--name-body .terms,
.path-user-password #block-passwordreset .field--name-body a:active,
.path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:active,
.path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:active,
.path-user-password #block-passwordreset .field--name-body a.is-active,
.path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy,
.path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms, .path-user-1 #block-administrator-account .field--name-body a:active, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:active, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:active, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:active, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:active,
.path-user-1 #block-administrator-account .field--name-body a.is-active,
.path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy,
.path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms,
.path-user-1 #block-login .field--name-body a:active,
.path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:active,
.path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:active,
.path-user-1 #block-login .field--name-body a.is-active,
.path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy,
.path-user-1 #block-login .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-1 #block-login .field--name-body .terms,
.path-user-1 #block-passwordreset .field--name-body a:active,
.path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:active,
.path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:active,
.path-user-1 #block-passwordreset .field--name-body a.is-active,
.path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy,
.path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms,
[class*=path-user-reset] #block-administrator-account .field--name-body a:active,
[class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:active,
[class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:active,
[class*=path-user-reset] #block-administrator-account .field--name-body a.is-active,
[class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy,
[class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms,
[class*=path-user-reset] #block-login .field--name-body a:active,
[class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:active,
[class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:active,
[class*=path-user-reset] #block-login .field--name-body a.is-active,
[class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy,
[class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms,
[class*=path-user-reset] #block-passwordreset .field--name-body a:active,
[class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:active,
[class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:active,
[class*=path-user-reset] #block-passwordreset .field--name-body a.is-active,
[class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy,
[class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-user-login #block-administrator-account .field--name-body a.is-active, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms,
.path-user-login #block-login .field--name-body a.is-active,
.path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy,
.path-user-login #block-login .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-login #block-login .field--name-body .terms,
.path-user-login #block-passwordreset .field--name-body a.is-active,
.path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy,
.path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms, .path-user-password #block-administrator-account .field--name-body a.is-active, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms,
.path-user-password #block-login .field--name-body a.is-active,
.path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy,
.path-user-password #block-login .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-password #block-login .field--name-body .terms,
.path-user-password #block-passwordreset .field--name-body a.is-active,
.path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy,
.path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms, .path-user-1 #block-administrator-account .field--name-body a.is-active, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms,
.path-user-1 #block-login .field--name-body a.is-active,
.path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy,
.path-user-1 #block-login .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-1 #block-login .field--name-body .terms,
.path-user-1 #block-passwordreset .field--name-body a.is-active,
.path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy,
.path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms,
[class*=path-user-reset] #block-administrator-account .field--name-body a.is-active,
[class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy,
[class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms,
[class*=path-user-reset] #block-login .field--name-body a.is-active,
[class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy,
[class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms,
[class*=path-user-reset] #block-passwordreset .field--name-body a.is-active,
[class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy,
[class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms {
  font-style: italic;
  font-weight: 500;
}
.path-user-login #block-administrator-account .field--name-body a:link, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:link, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:link, .path-user-login #block-administrator-account .field--name-body a:hover, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:hover, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:hover,
.path-user-login #block-login .field--name-body a:link,
.path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:link,
.path-user-login #block-login .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-login #block-login .field--name-body .terms:link,
.path-user-login #block-login .field--name-body a:hover,
.path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:hover,
.path-user-login #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-login #block-login .field--name-body .terms:hover,
.path-user-login #block-passwordreset .field--name-body a:link,
.path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:link,
.path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:link,
.path-user-login #block-passwordreset .field--name-body a:hover,
.path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:hover,
.path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:hover, .path-user-password #block-administrator-account .field--name-body a:link, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:link, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:link, .path-user-password #block-administrator-account .field--name-body a:hover, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:hover, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:hover,
.path-user-password #block-login .field--name-body a:link,
.path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:link,
.path-user-password #block-login .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-password #block-login .field--name-body .terms:link,
.path-user-password #block-login .field--name-body a:hover,
.path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:hover,
.path-user-password #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-password #block-login .field--name-body .terms:hover,
.path-user-password #block-passwordreset .field--name-body a:link,
.path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:link,
.path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:link,
.path-user-password #block-passwordreset .field--name-body a:hover,
.path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:hover,
.path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:hover, .path-user-1 #block-administrator-account .field--name-body a:link, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:link, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:link, .path-user-1 #block-administrator-account .field--name-body a:hover, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:hover, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:hover,
.path-user-1 #block-login .field--name-body a:link,
.path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:link,
.path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:link,
.path-user-1 #block-login .field--name-body a:hover,
.path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:hover,
.path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:hover,
.path-user-1 #block-passwordreset .field--name-body a:link,
.path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:link,
.path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:link,
.path-user-1 #block-passwordreset .field--name-body a:hover,
.path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:hover,
.path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:hover,
[class*=path-user-reset] #block-administrator-account .field--name-body a:link,
[class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:link,
[class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:link,
[class*=path-user-reset] #block-administrator-account .field--name-body a:hover,
[class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:hover,
[class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:hover,
[class*=path-user-reset] #block-login .field--name-body a:link,
[class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:link,
[class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:link,
[class*=path-user-reset] #block-login .field--name-body a:hover,
[class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:hover,
[class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:hover,
[class*=path-user-reset] #block-passwordreset .field--name-body a:link,
[class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:link,
[class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:link,
[class*=path-user-reset] #block-passwordreset .field--name-body a:hover,
[class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:hover,
[class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-user-login #block-administrator-account .field--name-body a:hover, .path-user-login #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-login #block-administrator-account .field--name-body .privacy:hover, .path-user-login #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-login #block-administrator-account .field--name-body .terms:hover,
.path-user-login #block-login .field--name-body a:hover,
.path-user-login #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-login #block-login .field--name-body .privacy:hover,
.path-user-login #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-login #block-login .field--name-body .terms:hover,
.path-user-login #block-passwordreset .field--name-body a:hover,
.path-user-login #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-login #block-passwordreset .field--name-body .privacy:hover,
.path-user-login #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-login #block-passwordreset .field--name-body .terms:hover, .path-user-password #block-administrator-account .field--name-body a:hover, .path-user-password #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-password #block-administrator-account .field--name-body .privacy:hover, .path-user-password #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-password #block-administrator-account .field--name-body .terms:hover,
.path-user-password #block-login .field--name-body a:hover,
.path-user-password #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-password #block-login .field--name-body .privacy:hover,
.path-user-password #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-password #block-login .field--name-body .terms:hover,
.path-user-password #block-passwordreset .field--name-body a:hover,
.path-user-password #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-password #block-passwordreset .field--name-body .privacy:hover,
.path-user-password #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-password #block-passwordreset .field--name-body .terms:hover, .path-user-1 #block-administrator-account .field--name-body a:hover, .path-user-1 #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .path-user-1 #block-administrator-account .field--name-body .privacy:hover, .path-user-1 #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .path-user-1 #block-administrator-account .field--name-body .terms:hover,
.path-user-1 #block-login .field--name-body a:hover,
.path-user-1 #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-1 #block-login .field--name-body .privacy:hover,
.path-user-1 #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-1 #block-login .field--name-body .terms:hover,
.path-user-1 #block-passwordreset .field--name-body a:hover,
.path-user-1 #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .path-user-1 #block-passwordreset .field--name-body .privacy:hover,
.path-user-1 #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .path-user-1 #block-passwordreset .field--name-body .terms:hover,
[class*=path-user-reset] #block-administrator-account .field--name-body a:hover,
[class*=path-user-reset] #block-administrator-account .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .privacy:hover,
[class*=path-user-reset] #block-administrator-account .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second [class*=path-user-reset] #block-administrator-account .field--name-body .terms:hover,
[class*=path-user-reset] #block-login .field--name-body a:hover,
[class*=path-user-reset] #block-login .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second [class*=path-user-reset] #block-login .field--name-body .privacy:hover,
[class*=path-user-reset] #block-login .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second [class*=path-user-reset] #block-login .field--name-body .terms:hover,
[class*=path-user-reset] #block-passwordreset .field--name-body a:hover,
[class*=path-user-reset] #block-passwordreset .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .privacy:hover,
[class*=path-user-reset] #block-passwordreset .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second [class*=path-user-reset] #block-passwordreset .field--name-body .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-user-login #block-administrator-account .field--name-body,
  .path-user-login #block-login .field--name-body,
  .path-user-login #block-passwordreset .field--name-body, .path-user-password #block-administrator-account .field--name-body,
  .path-user-password #block-login .field--name-body,
  .path-user-password #block-passwordreset .field--name-body, .path-user-1 #block-administrator-account .field--name-body,
  .path-user-1 #block-login .field--name-body,
  .path-user-1 #block-passwordreset .field--name-body,
  [class*=path-user-reset] #block-administrator-account .field--name-body,
  [class*=path-user-reset] #block-login .field--name-body,
  [class*=path-user-reset] #block-passwordreset .field--name-body {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-user-login #block-administrator-account .field--name-body,
  .path-user-login #block-login .field--name-body,
  .path-user-login #block-passwordreset .field--name-body, .path-user-password #block-administrator-account .field--name-body,
  .path-user-password #block-login .field--name-body,
  .path-user-password #block-passwordreset .field--name-body, .path-user-1 #block-administrator-account .field--name-body,
  .path-user-1 #block-login .field--name-body,
  .path-user-1 #block-passwordreset .field--name-body,
  [class*=path-user-reset] #block-administrator-account .field--name-body,
  [class*=path-user-reset] #block-login .field--name-body,
  [class*=path-user-reset] #block-passwordreset .field--name-body {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-user-login #block-administrator-account .field--name-body h1,
.path-user-login #block-login .field--name-body h1,
.path-user-login #block-passwordreset .field--name-body h1, .path-user-password #block-administrator-account .field--name-body h1,
.path-user-password #block-login .field--name-body h1,
.path-user-password #block-passwordreset .field--name-body h1, .path-user-1 #block-administrator-account .field--name-body h1,
.path-user-1 #block-login .field--name-body h1,
.path-user-1 #block-passwordreset .field--name-body h1,
[class*=path-user-reset] #block-administrator-account .field--name-body h1,
[class*=path-user-reset] #block-login .field--name-body h1,
[class*=path-user-reset] #block-passwordreset .field--name-body h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-user-login #block-administrator-account .field--name-body h1,
  .path-user-login #block-login .field--name-body h1,
  .path-user-login #block-passwordreset .field--name-body h1, .path-user-password #block-administrator-account .field--name-body h1,
  .path-user-password #block-login .field--name-body h1,
  .path-user-password #block-passwordreset .field--name-body h1, .path-user-1 #block-administrator-account .field--name-body h1,
  .path-user-1 #block-login .field--name-body h1,
  .path-user-1 #block-passwordreset .field--name-body h1,
  [class*=path-user-reset] #block-administrator-account .field--name-body h1,
  [class*=path-user-reset] #block-login .field--name-body h1,
  [class*=path-user-reset] #block-passwordreset .field--name-body h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login #block-administrator-account .field--name-body h1,
  .path-user-login #block-login .field--name-body h1,
  .path-user-login #block-passwordreset .field--name-body h1, .path-user-password #block-administrator-account .field--name-body h1,
  .path-user-password #block-login .field--name-body h1,
  .path-user-password #block-passwordreset .field--name-body h1, .path-user-1 #block-administrator-account .field--name-body h1,
  .path-user-1 #block-login .field--name-body h1,
  .path-user-1 #block-passwordreset .field--name-body h1,
  [class*=path-user-reset] #block-administrator-account .field--name-body h1,
  [class*=path-user-reset] #block-login .field--name-body h1,
  [class*=path-user-reset] #block-passwordreset .field--name-body h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-user-login #block-administrator-account .field--name-body h1:first-of-type,
.path-user-login #block-login .field--name-body h1:first-of-type,
.path-user-login #block-passwordreset .field--name-body h1:first-of-type, .path-user-password #block-administrator-account .field--name-body h1:first-of-type,
.path-user-password #block-login .field--name-body h1:first-of-type,
.path-user-password #block-passwordreset .field--name-body h1:first-of-type, .path-user-1 #block-administrator-account .field--name-body h1:first-of-type,
.path-user-1 #block-login .field--name-body h1:first-of-type,
.path-user-1 #block-passwordreset .field--name-body h1:first-of-type,
[class*=path-user-reset] #block-administrator-account .field--name-body h1:first-of-type,
[class*=path-user-reset] #block-login .field--name-body h1:first-of-type,
[class*=path-user-reset] #block-passwordreset .field--name-body h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-user-login #block-administrator-account .field--name-body h2,
.path-user-login #block-login .field--name-body h2,
.path-user-login #block-passwordreset .field--name-body h2, .path-user-password #block-administrator-account .field--name-body h2,
.path-user-password #block-login .field--name-body h2,
.path-user-password #block-passwordreset .field--name-body h2, .path-user-1 #block-administrator-account .field--name-body h2,
.path-user-1 #block-login .field--name-body h2,
.path-user-1 #block-passwordreset .field--name-body h2,
[class*=path-user-reset] #block-administrator-account .field--name-body h2,
[class*=path-user-reset] #block-login .field--name-body h2,
[class*=path-user-reset] #block-passwordreset .field--name-body h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-user-login #block-administrator-account .field--name-body h2,
  .path-user-login #block-login .field--name-body h2,
  .path-user-login #block-passwordreset .field--name-body h2, .path-user-password #block-administrator-account .field--name-body h2,
  .path-user-password #block-login .field--name-body h2,
  .path-user-password #block-passwordreset .field--name-body h2, .path-user-1 #block-administrator-account .field--name-body h2,
  .path-user-1 #block-login .field--name-body h2,
  .path-user-1 #block-passwordreset .field--name-body h2,
  [class*=path-user-reset] #block-administrator-account .field--name-body h2,
  [class*=path-user-reset] #block-login .field--name-body h2,
  [class*=path-user-reset] #block-passwordreset .field--name-body h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login #block-administrator-account .field--name-body h2,
  .path-user-login #block-login .field--name-body h2,
  .path-user-login #block-passwordreset .field--name-body h2, .path-user-password #block-administrator-account .field--name-body h2,
  .path-user-password #block-login .field--name-body h2,
  .path-user-password #block-passwordreset .field--name-body h2, .path-user-1 #block-administrator-account .field--name-body h2,
  .path-user-1 #block-login .field--name-body h2,
  .path-user-1 #block-passwordreset .field--name-body h2,
  [class*=path-user-reset] #block-administrator-account .field--name-body h2,
  [class*=path-user-reset] #block-login .field--name-body h2,
  [class*=path-user-reset] #block-passwordreset .field--name-body h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-user-login #block-administrator-account .field--name-body h3,
.path-user-login #block-login .field--name-body h3,
.path-user-login #block-passwordreset .field--name-body h3, .path-user-password #block-administrator-account .field--name-body h3,
.path-user-password #block-login .field--name-body h3,
.path-user-password #block-passwordreset .field--name-body h3, .path-user-1 #block-administrator-account .field--name-body h3,
.path-user-1 #block-login .field--name-body h3,
.path-user-1 #block-passwordreset .field--name-body h3,
[class*=path-user-reset] #block-administrator-account .field--name-body h3,
[class*=path-user-reset] #block-login .field--name-body h3,
[class*=path-user-reset] #block-passwordreset .field--name-body h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-user-login #block-administrator-account .field--name-body p,
.path-user-login #block-administrator-account .field--name-body li,
.path-user-login #block-login .field--name-body p,
.path-user-login #block-login .field--name-body li,
.path-user-login #block-passwordreset .field--name-body p,
.path-user-login #block-passwordreset .field--name-body li, .path-user-password #block-administrator-account .field--name-body p,
.path-user-password #block-administrator-account .field--name-body li,
.path-user-password #block-login .field--name-body p,
.path-user-password #block-login .field--name-body li,
.path-user-password #block-passwordreset .field--name-body p,
.path-user-password #block-passwordreset .field--name-body li, .path-user-1 #block-administrator-account .field--name-body p,
.path-user-1 #block-administrator-account .field--name-body li,
.path-user-1 #block-login .field--name-body p,
.path-user-1 #block-login .field--name-body li,
.path-user-1 #block-passwordreset .field--name-body p,
.path-user-1 #block-passwordreset .field--name-body li,
[class*=path-user-reset] #block-administrator-account .field--name-body p,
[class*=path-user-reset] #block-administrator-account .field--name-body li,
[class*=path-user-reset] #block-login .field--name-body p,
[class*=path-user-reset] #block-login .field--name-body li,
[class*=path-user-reset] #block-passwordreset .field--name-body p,
[class*=path-user-reset] #block-passwordreset .field--name-body li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-user-login #block-administrator-account .field--name-body p,
  .path-user-login #block-administrator-account .field--name-body li,
  .path-user-login #block-login .field--name-body p,
  .path-user-login #block-login .field--name-body li,
  .path-user-login #block-passwordreset .field--name-body p,
  .path-user-login #block-passwordreset .field--name-body li, .path-user-password #block-administrator-account .field--name-body p,
  .path-user-password #block-administrator-account .field--name-body li,
  .path-user-password #block-login .field--name-body p,
  .path-user-password #block-login .field--name-body li,
  .path-user-password #block-passwordreset .field--name-body p,
  .path-user-password #block-passwordreset .field--name-body li, .path-user-1 #block-administrator-account .field--name-body p,
  .path-user-1 #block-administrator-account .field--name-body li,
  .path-user-1 #block-login .field--name-body p,
  .path-user-1 #block-login .field--name-body li,
  .path-user-1 #block-passwordreset .field--name-body p,
  .path-user-1 #block-passwordreset .field--name-body li,
  [class*=path-user-reset] #block-administrator-account .field--name-body p,
  [class*=path-user-reset] #block-administrator-account .field--name-body li,
  [class*=path-user-reset] #block-login .field--name-body p,
  [class*=path-user-reset] #block-login .field--name-body li,
  [class*=path-user-reset] #block-passwordreset .field--name-body p,
  [class*=path-user-reset] #block-passwordreset .field--name-body li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-user-login #block-administrator-account .field--name-body ul,
.path-user-login #block-login .field--name-body ul,
.path-user-login #block-passwordreset .field--name-body ul, .path-user-password #block-administrator-account .field--name-body ul,
.path-user-password #block-login .field--name-body ul,
.path-user-password #block-passwordreset .field--name-body ul, .path-user-1 #block-administrator-account .field--name-body ul,
.path-user-1 #block-login .field--name-body ul,
.path-user-1 #block-passwordreset .field--name-body ul,
[class*=path-user-reset] #block-administrator-account .field--name-body ul,
[class*=path-user-reset] #block-login .field--name-body ul,
[class*=path-user-reset] #block-passwordreset .field--name-body ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-user-login #block-administrator-account .field--name-body ul > li,
.path-user-login #block-login .field--name-body ul > li,
.path-user-login #block-passwordreset .field--name-body ul > li, .path-user-password #block-administrator-account .field--name-body ul > li,
.path-user-password #block-login .field--name-body ul > li,
.path-user-password #block-passwordreset .field--name-body ul > li, .path-user-1 #block-administrator-account .field--name-body ul > li,
.path-user-1 #block-login .field--name-body ul > li,
.path-user-1 #block-passwordreset .field--name-body ul > li,
[class*=path-user-reset] #block-administrator-account .field--name-body ul > li,
[class*=path-user-reset] #block-login .field--name-body ul > li,
[class*=path-user-reset] #block-passwordreset .field--name-body ul > li {
  text-indent: -0.8em;
}
.path-user-login #block-administrator-account .field--name-body ul :before,
.path-user-login #block-login .field--name-body ul :before,
.path-user-login #block-passwordreset .field--name-body ul :before, .path-user-password #block-administrator-account .field--name-body ul :before,
.path-user-password #block-login .field--name-body ul :before,
.path-user-password #block-passwordreset .field--name-body ul :before, .path-user-1 #block-administrator-account .field--name-body ul :before,
.path-user-1 #block-login .field--name-body ul :before,
.path-user-1 #block-passwordreset .field--name-body ul :before,
[class*=path-user-reset] #block-administrator-account .field--name-body ul :before,
[class*=path-user-reset] #block-login .field--name-body ul :before,
[class*=path-user-reset] #block-passwordreset .field--name-body ul :before {
  content: "– ";
}
.path-user-login #block-administrator-account .field--name-body p + ul,
.path-user-login #block-login .field--name-body p + ul,
.path-user-login #block-passwordreset .field--name-body p + ul, .path-user-password #block-administrator-account .field--name-body p + ul,
.path-user-password #block-login .field--name-body p + ul,
.path-user-password #block-passwordreset .field--name-body p + ul, .path-user-1 #block-administrator-account .field--name-body p + ul,
.path-user-1 #block-login .field--name-body p + ul,
.path-user-1 #block-passwordreset .field--name-body p + ul,
[class*=path-user-reset] #block-administrator-account .field--name-body p + ul,
[class*=path-user-reset] #block-login .field--name-body p + ul,
[class*=path-user-reset] #block-passwordreset .field--name-body p + ul {
  margin-top: -1.5em;
}
.path-user-login #block-administrator-account .field--name-body ul + p,
.path-user-login #block-login .field--name-body ul + p,
.path-user-login #block-passwordreset .field--name-body ul + p, .path-user-password #block-administrator-account .field--name-body ul + p,
.path-user-password #block-login .field--name-body ul + p,
.path-user-password #block-passwordreset .field--name-body ul + p, .path-user-1 #block-administrator-account .field--name-body ul + p,
.path-user-1 #block-login .field--name-body ul + p,
.path-user-1 #block-passwordreset .field--name-body ul + p,
[class*=path-user-reset] #block-administrator-account .field--name-body ul + p,
[class*=path-user-reset] #block-login .field--name-body ul + p,
[class*=path-user-reset] #block-passwordreset .field--name-body ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-user-login #block-administrator-account .field--name-body p,
  .path-user-login #block-administrator-account .field--name-body ul,
  .path-user-login #block-administrator-account .field--name-body li,
  .path-user-login #block-login .field--name-body p,
  .path-user-login #block-login .field--name-body ul,
  .path-user-login #block-login .field--name-body li,
  .path-user-login #block-passwordreset .field--name-body p,
  .path-user-login #block-passwordreset .field--name-body ul,
  .path-user-login #block-passwordreset .field--name-body li, .path-user-password #block-administrator-account .field--name-body p,
  .path-user-password #block-administrator-account .field--name-body ul,
  .path-user-password #block-administrator-account .field--name-body li,
  .path-user-password #block-login .field--name-body p,
  .path-user-password #block-login .field--name-body ul,
  .path-user-password #block-login .field--name-body li,
  .path-user-password #block-passwordreset .field--name-body p,
  .path-user-password #block-passwordreset .field--name-body ul,
  .path-user-password #block-passwordreset .field--name-body li, .path-user-1 #block-administrator-account .field--name-body p,
  .path-user-1 #block-administrator-account .field--name-body ul,
  .path-user-1 #block-administrator-account .field--name-body li,
  .path-user-1 #block-login .field--name-body p,
  .path-user-1 #block-login .field--name-body ul,
  .path-user-1 #block-login .field--name-body li,
  .path-user-1 #block-passwordreset .field--name-body p,
  .path-user-1 #block-passwordreset .field--name-body ul,
  .path-user-1 #block-passwordreset .field--name-body li,
  [class*=path-user-reset] #block-administrator-account .field--name-body p,
  [class*=path-user-reset] #block-administrator-account .field--name-body ul,
  [class*=path-user-reset] #block-administrator-account .field--name-body li,
  [class*=path-user-reset] #block-login .field--name-body p,
  [class*=path-user-reset] #block-login .field--name-body ul,
  [class*=path-user-reset] #block-login .field--name-body li,
  [class*=path-user-reset] #block-passwordreset .field--name-body p,
  [class*=path-user-reset] #block-passwordreset .field--name-body ul,
  [class*=path-user-reset] #block-passwordreset .field--name-body li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-user-login #block-administrator-account > h2,
.path-user-login #block-login > h2,
.path-user-login #block-passwordreset > h2, .path-user-password #block-administrator-account > h2,
.path-user-password #block-login > h2,
.path-user-password #block-passwordreset > h2, .path-user-1 #block-administrator-account > h2,
.path-user-1 #block-login > h2,
.path-user-1 #block-passwordreset > h2,
[class*=path-user-reset] #block-administrator-account > h2,
[class*=path-user-reset] #block-login > h2,
[class*=path-user-reset] #block-passwordreset > h2 {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: hsl(224, 58%, 35%);
  padding: 0 0.5em;
  font-size: 3em !important;
  padding-top: 0.1em;
}
.path-user-login #block-administrator-account > h2 a:link, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:link, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:link, .path-user-login #block-administrator-account > h2 a:visited, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:visited, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:visited, .path-user-login #block-administrator-account > h2 a:hover, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:hover, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:hover,
.path-user-login #block-login > h2 a:link,
.path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:link,
.path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:link,
.path-user-login #block-login > h2 a:visited,
.path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:visited,
.path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:visited,
.path-user-login #block-login > h2 a:hover,
.path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:hover,
.path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:hover,
.path-user-login #block-passwordreset > h2 a:link,
.path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:link,
.path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:link,
.path-user-login #block-passwordreset > h2 a:visited,
.path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:visited,
.path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:visited,
.path-user-login #block-passwordreset > h2 a:hover,
.path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:hover,
.path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:hover, .path-user-password #block-administrator-account > h2 a:link, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:link, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:link, .path-user-password #block-administrator-account > h2 a:visited, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:visited, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:visited, .path-user-password #block-administrator-account > h2 a:hover, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:hover, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:hover,
.path-user-password #block-login > h2 a:link,
.path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:link,
.path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:link,
.path-user-password #block-login > h2 a:visited,
.path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:visited,
.path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:visited,
.path-user-password #block-login > h2 a:hover,
.path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:hover,
.path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:hover,
.path-user-password #block-passwordreset > h2 a:link,
.path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:link,
.path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:link,
.path-user-password #block-passwordreset > h2 a:visited,
.path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:visited,
.path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:visited,
.path-user-password #block-passwordreset > h2 a:hover,
.path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:hover,
.path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:hover, .path-user-1 #block-administrator-account > h2 a:link, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:link, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:link, .path-user-1 #block-administrator-account > h2 a:visited, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:visited, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:visited, .path-user-1 #block-administrator-account > h2 a:hover, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:hover, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:hover,
.path-user-1 #block-login > h2 a:link,
.path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:link,
.path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:link,
.path-user-1 #block-login > h2 a:visited,
.path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:visited,
.path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:visited,
.path-user-1 #block-login > h2 a:hover,
.path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:hover,
.path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:hover,
.path-user-1 #block-passwordreset > h2 a:link,
.path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:link,
.path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:link,
.path-user-1 #block-passwordreset > h2 a:visited,
.path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:visited,
.path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:visited,
.path-user-1 #block-passwordreset > h2 a:hover,
.path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:hover,
.path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:hover,
[class*=path-user-reset] #block-administrator-account > h2 a:link,
[class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:link,
[class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:link,
[class*=path-user-reset] #block-administrator-account > h2 a:visited,
[class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:visited,
[class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:visited,
[class*=path-user-reset] #block-administrator-account > h2 a:hover,
[class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:hover,
[class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:hover,
[class*=path-user-reset] #block-login > h2 a:link,
[class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:link,
[class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:link,
[class*=path-user-reset] #block-login > h2 a:visited,
[class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:visited,
[class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:visited,
[class*=path-user-reset] #block-login > h2 a:hover,
[class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:hover,
[class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:hover,
[class*=path-user-reset] #block-passwordreset > h2 a:link,
[class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:link,
[class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:link,
[class*=path-user-reset] #block-passwordreset > h2 a:visited,
[class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:visited,
[class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:visited,
[class*=path-user-reset] #block-passwordreset > h2 a:hover,
[class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:hover,
[class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-user-login #block-administrator-account > h2 a:link, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:link, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:link, .path-user-login #block-administrator-account > h2 a:visited, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:visited, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:visited, .path-user-login #block-administrator-account > h2 a:hover, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:hover, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:hover,
  .path-user-login #block-login > h2 a:link,
  .path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:link,
  .path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:link,
  .path-user-login #block-login > h2 a:visited,
  .path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:visited,
  .path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:visited,
  .path-user-login #block-login > h2 a:hover,
  .path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:hover,
  .path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:hover,
  .path-user-login #block-passwordreset > h2 a:link,
  .path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:link,
  .path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:link,
  .path-user-login #block-passwordreset > h2 a:visited,
  .path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:visited,
  .path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:visited,
  .path-user-login #block-passwordreset > h2 a:hover,
  .path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:hover,
  .path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:hover, .path-user-password #block-administrator-account > h2 a:link, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:link, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:link, .path-user-password #block-administrator-account > h2 a:visited, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:visited, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:visited, .path-user-password #block-administrator-account > h2 a:hover, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:hover, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:hover,
  .path-user-password #block-login > h2 a:link,
  .path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:link,
  .path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:link,
  .path-user-password #block-login > h2 a:visited,
  .path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:visited,
  .path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:visited,
  .path-user-password #block-login > h2 a:hover,
  .path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:hover,
  .path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:hover,
  .path-user-password #block-passwordreset > h2 a:link,
  .path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:link,
  .path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:link,
  .path-user-password #block-passwordreset > h2 a:visited,
  .path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:visited,
  .path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:visited,
  .path-user-password #block-passwordreset > h2 a:hover,
  .path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:hover,
  .path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:hover, .path-user-1 #block-administrator-account > h2 a:link, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:link, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:link, .path-user-1 #block-administrator-account > h2 a:visited, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:visited, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:visited, .path-user-1 #block-administrator-account > h2 a:hover, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:hover, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:hover,
  .path-user-1 #block-login > h2 a:link,
  .path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:link,
  .path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:link,
  .path-user-1 #block-login > h2 a:visited,
  .path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:visited,
  .path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:visited,
  .path-user-1 #block-login > h2 a:hover,
  .path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:hover,
  .path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:hover,
  .path-user-1 #block-passwordreset > h2 a:link,
  .path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:link,
  .path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:link,
  .path-user-1 #block-passwordreset > h2 a:visited,
  .path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:visited,
  .path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:visited,
  .path-user-1 #block-passwordreset > h2 a:hover,
  .path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:hover,
  .path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:hover,
  [class*=path-user-reset] #block-administrator-account > h2 a:link,
  [class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:link,
  [class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:link,
  [class*=path-user-reset] #block-administrator-account > h2 a:visited,
  [class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:visited,
  [class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:visited,
  [class*=path-user-reset] #block-administrator-account > h2 a:hover,
  [class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:hover,
  [class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:hover,
  [class*=path-user-reset] #block-login > h2 a:link,
  [class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:link,
  [class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:link,
  [class*=path-user-reset] #block-login > h2 a:visited,
  [class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:visited,
  [class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:visited,
  [class*=path-user-reset] #block-login > h2 a:hover,
  [class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:hover,
  [class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:hover,
  [class*=path-user-reset] #block-passwordreset > h2 a:link,
  [class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:link,
  [class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:link,
  [class*=path-user-reset] #block-passwordreset > h2 a:visited,
  [class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:visited,
  [class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:visited,
  [class*=path-user-reset] #block-passwordreset > h2 a:hover,
  [class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:hover,
  [class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-user-login #block-administrator-account > h2 a:active, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:active, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:active, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:active, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:active,
.path-user-login #block-administrator-account > h2 a.is-active,
.path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy,
.path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms,
.path-user-login #block-login > h2 a:active,
.path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:active,
.path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:active,
.path-user-login #block-login > h2 a.is-active,
.path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy,
.path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms,
.path-user-login #block-passwordreset > h2 a:active,
.path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:active,
.path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:active,
.path-user-login #block-passwordreset > h2 a.is-active,
.path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy,
.path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms, .path-user-password #block-administrator-account > h2 a:active, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:active, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:active, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:active, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:active,
.path-user-password #block-administrator-account > h2 a.is-active,
.path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy,
.path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms,
.path-user-password #block-login > h2 a:active,
.path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:active,
.path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:active,
.path-user-password #block-login > h2 a.is-active,
.path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy,
.path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms,
.path-user-password #block-passwordreset > h2 a:active,
.path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:active,
.path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:active,
.path-user-password #block-passwordreset > h2 a.is-active,
.path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy,
.path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms, .path-user-1 #block-administrator-account > h2 a:active, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:active, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:active, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:active, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:active,
.path-user-1 #block-administrator-account > h2 a.is-active,
.path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy,
.path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms,
.path-user-1 #block-login > h2 a:active,
.path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:active,
.path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:active,
.path-user-1 #block-login > h2 a.is-active,
.path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy,
.path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms,
.path-user-1 #block-passwordreset > h2 a:active,
.path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:active,
.path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:active,
.path-user-1 #block-passwordreset > h2 a.is-active,
.path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy,
.path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms,
[class*=path-user-reset] #block-administrator-account > h2 a:active,
[class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:active,
[class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:active,
[class*=path-user-reset] #block-administrator-account > h2 a.is-active,
[class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy,
[class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms,
[class*=path-user-reset] #block-login > h2 a:active,
[class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:active,
[class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:active,
[class*=path-user-reset] #block-login > h2 a.is-active,
[class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy,
[class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms,
[class*=path-user-reset] #block-passwordreset > h2 a:active,
[class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:active,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:active,
[class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:active,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:active,
[class*=path-user-reset] #block-passwordreset > h2 a.is-active,
[class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy,
[class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-user-login #block-administrator-account > h2 a.is-active, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms,
.path-user-login #block-login > h2 a.is-active,
.path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy,
.path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms,
.path-user-login #block-passwordreset > h2 a.is-active,
.path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy,
.path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms, .path-user-password #block-administrator-account > h2 a.is-active, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms,
.path-user-password #block-login > h2 a.is-active,
.path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy,
.path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms,
.path-user-password #block-passwordreset > h2 a.is-active,
.path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy,
.path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms, .path-user-1 #block-administrator-account > h2 a.is-active, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms,
.path-user-1 #block-login > h2 a.is-active,
.path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy,
.path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms,
.path-user-1 #block-passwordreset > h2 a.is-active,
.path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy,
.path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms,
[class*=path-user-reset] #block-administrator-account > h2 a.is-active,
[class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy,
[class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms,
[class*=path-user-reset] #block-login > h2 a.is-active,
[class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy,
[class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms,
[class*=path-user-reset] #block-passwordreset > h2 a.is-active,
[class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy,
[class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms {
  font-style: italic;
  font-weight: 500;
}
.path-user-login #block-administrator-account > h2 a:link, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:link, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:link, .path-user-login #block-administrator-account > h2 a:hover, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:hover, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:hover,
.path-user-login #block-login > h2 a:link,
.path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:link,
.path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:link,
.path-user-login #block-login > h2 a:hover,
.path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:hover,
.path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:hover,
.path-user-login #block-passwordreset > h2 a:link,
.path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:link,
.path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:link,
.path-user-login #block-passwordreset > h2 a:hover,
.path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:hover,
.path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:hover, .path-user-password #block-administrator-account > h2 a:link, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:link, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:link, .path-user-password #block-administrator-account > h2 a:hover, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:hover, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:hover,
.path-user-password #block-login > h2 a:link,
.path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:link,
.path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:link,
.path-user-password #block-login > h2 a:hover,
.path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:hover,
.path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:hover,
.path-user-password #block-passwordreset > h2 a:link,
.path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:link,
.path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:link,
.path-user-password #block-passwordreset > h2 a:hover,
.path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:hover,
.path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:hover, .path-user-1 #block-administrator-account > h2 a:link, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:link, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:link, .path-user-1 #block-administrator-account > h2 a:hover, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:hover, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:hover,
.path-user-1 #block-login > h2 a:link,
.path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:link,
.path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:link,
.path-user-1 #block-login > h2 a:hover,
.path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:hover,
.path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:hover,
.path-user-1 #block-passwordreset > h2 a:link,
.path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:link,
.path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:link,
.path-user-1 #block-passwordreset > h2 a:hover,
.path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:hover,
.path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:hover,
[class*=path-user-reset] #block-administrator-account > h2 a:link,
[class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:link,
[class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:link,
[class*=path-user-reset] #block-administrator-account > h2 a:hover,
[class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:hover,
[class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:hover,
[class*=path-user-reset] #block-login > h2 a:link,
[class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:link,
[class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:link,
[class*=path-user-reset] #block-login > h2 a:hover,
[class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:hover,
[class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:hover,
[class*=path-user-reset] #block-passwordreset > h2 a:link,
[class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:link,
[class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:link,
[class*=path-user-reset] #block-passwordreset > h2 a:hover,
[class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:hover,
[class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-user-login #block-administrator-account > h2 a:hover, .path-user-login #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .privacy:hover, .path-user-login #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login #block-administrator-account > h2 .terms:hover,
.path-user-login #block-login > h2 a:hover,
.path-user-login #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-login #block-login > h2 .privacy:hover,
.path-user-login #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-login #block-login > h2 .terms:hover,
.path-user-login #block-passwordreset > h2 a:hover,
.path-user-login #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .privacy:hover,
.path-user-login #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-login #block-passwordreset > h2 .terms:hover, .path-user-password #block-administrator-account > h2 a:hover, .path-user-password #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .privacy:hover, .path-user-password #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password #block-administrator-account > h2 .terms:hover,
.path-user-password #block-login > h2 a:hover,
.path-user-password #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-password #block-login > h2 .privacy:hover,
.path-user-password #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-password #block-login > h2 .terms:hover,
.path-user-password #block-passwordreset > h2 a:hover,
.path-user-password #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .privacy:hover,
.path-user-password #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-password #block-passwordreset > h2 .terms:hover, .path-user-1 #block-administrator-account > h2 a:hover, .path-user-1 #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .privacy:hover, .path-user-1 #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 #block-administrator-account > h2 .terms:hover,
.path-user-1 #block-login > h2 a:hover,
.path-user-1 #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-1 #block-login > h2 .privacy:hover,
.path-user-1 #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-1 #block-login > h2 .terms:hover,
.path-user-1 #block-passwordreset > h2 a:hover,
.path-user-1 #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .privacy:hover,
.path-user-1 #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body .path-user-1 #block-passwordreset > h2 .terms:hover,
[class*=path-user-reset] #block-administrator-account > h2 a:hover,
[class*=path-user-reset] #block-administrator-account > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .privacy:hover,
[class*=path-user-reset] #block-administrator-account > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-administrator-account > h2 .terms:hover,
[class*=path-user-reset] #block-login > h2 a:hover,
[class*=path-user-reset] #block-login > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .privacy:hover,
[class*=path-user-reset] #block-login > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-login > h2 .terms:hover,
[class*=path-user-reset] #block-passwordreset > h2 a:hover,
[class*=path-user-reset] #block-passwordreset > h2 .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .privacy:hover,
[class*=path-user-reset] #block-passwordreset > h2 .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] #block-passwordreset > h2 .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-user-login #block-administrator-account > h2,
  .path-user-login #block-login > h2,
  .path-user-login #block-passwordreset > h2, .path-user-password #block-administrator-account > h2,
  .path-user-password #block-login > h2,
  .path-user-password #block-passwordreset > h2, .path-user-1 #block-administrator-account > h2,
  .path-user-1 #block-login > h2,
  .path-user-1 #block-passwordreset > h2,
  [class*=path-user-reset] #block-administrator-account > h2,
  [class*=path-user-reset] #block-login > h2,
  [class*=path-user-reset] #block-passwordreset > h2 {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-user-login #block-administrator-account > h2,
  .path-user-login #block-login > h2,
  .path-user-login #block-passwordreset > h2, .path-user-password #block-administrator-account > h2,
  .path-user-password #block-login > h2,
  .path-user-password #block-passwordreset > h2, .path-user-1 #block-administrator-account > h2,
  .path-user-1 #block-login > h2,
  .path-user-1 #block-passwordreset > h2,
  [class*=path-user-reset] #block-administrator-account > h2,
  [class*=path-user-reset] #block-login > h2,
  [class*=path-user-reset] #block-passwordreset > h2 {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-user-login #block-administrator-account > h2 h1,
.path-user-login #block-login > h2 h1,
.path-user-login #block-passwordreset > h2 h1, .path-user-password #block-administrator-account > h2 h1,
.path-user-password #block-login > h2 h1,
.path-user-password #block-passwordreset > h2 h1, .path-user-1 #block-administrator-account > h2 h1,
.path-user-1 #block-login > h2 h1,
.path-user-1 #block-passwordreset > h2 h1,
[class*=path-user-reset] #block-administrator-account > h2 h1,
[class*=path-user-reset] #block-login > h2 h1,
[class*=path-user-reset] #block-passwordreset > h2 h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-user-login #block-administrator-account > h2 h1,
  .path-user-login #block-login > h2 h1,
  .path-user-login #block-passwordreset > h2 h1, .path-user-password #block-administrator-account > h2 h1,
  .path-user-password #block-login > h2 h1,
  .path-user-password #block-passwordreset > h2 h1, .path-user-1 #block-administrator-account > h2 h1,
  .path-user-1 #block-login > h2 h1,
  .path-user-1 #block-passwordreset > h2 h1,
  [class*=path-user-reset] #block-administrator-account > h2 h1,
  [class*=path-user-reset] #block-login > h2 h1,
  [class*=path-user-reset] #block-passwordreset > h2 h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login #block-administrator-account > h2 h1,
  .path-user-login #block-login > h2 h1,
  .path-user-login #block-passwordreset > h2 h1, .path-user-password #block-administrator-account > h2 h1,
  .path-user-password #block-login > h2 h1,
  .path-user-password #block-passwordreset > h2 h1, .path-user-1 #block-administrator-account > h2 h1,
  .path-user-1 #block-login > h2 h1,
  .path-user-1 #block-passwordreset > h2 h1,
  [class*=path-user-reset] #block-administrator-account > h2 h1,
  [class*=path-user-reset] #block-login > h2 h1,
  [class*=path-user-reset] #block-passwordreset > h2 h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-user-login #block-administrator-account > h2 h1:first-of-type,
.path-user-login #block-login > h2 h1:first-of-type,
.path-user-login #block-passwordreset > h2 h1:first-of-type, .path-user-password #block-administrator-account > h2 h1:first-of-type,
.path-user-password #block-login > h2 h1:first-of-type,
.path-user-password #block-passwordreset > h2 h1:first-of-type, .path-user-1 #block-administrator-account > h2 h1:first-of-type,
.path-user-1 #block-login > h2 h1:first-of-type,
.path-user-1 #block-passwordreset > h2 h1:first-of-type,
[class*=path-user-reset] #block-administrator-account > h2 h1:first-of-type,
[class*=path-user-reset] #block-login > h2 h1:first-of-type,
[class*=path-user-reset] #block-passwordreset > h2 h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-user-login #block-administrator-account > h2 h2,
.path-user-login #block-login > h2 h2,
.path-user-login #block-passwordreset > h2 h2, .path-user-password #block-administrator-account > h2 h2,
.path-user-password #block-login > h2 h2,
.path-user-password #block-passwordreset > h2 h2, .path-user-1 #block-administrator-account > h2 h2,
.path-user-1 #block-login > h2 h2,
.path-user-1 #block-passwordreset > h2 h2,
[class*=path-user-reset] #block-administrator-account > h2 h2,
[class*=path-user-reset] #block-login > h2 h2,
[class*=path-user-reset] #block-passwordreset > h2 h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-user-login #block-administrator-account > h2 h2,
  .path-user-login #block-login > h2 h2,
  .path-user-login #block-passwordreset > h2 h2, .path-user-password #block-administrator-account > h2 h2,
  .path-user-password #block-login > h2 h2,
  .path-user-password #block-passwordreset > h2 h2, .path-user-1 #block-administrator-account > h2 h2,
  .path-user-1 #block-login > h2 h2,
  .path-user-1 #block-passwordreset > h2 h2,
  [class*=path-user-reset] #block-administrator-account > h2 h2,
  [class*=path-user-reset] #block-login > h2 h2,
  [class*=path-user-reset] #block-passwordreset > h2 h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login #block-administrator-account > h2 h2,
  .path-user-login #block-login > h2 h2,
  .path-user-login #block-passwordreset > h2 h2, .path-user-password #block-administrator-account > h2 h2,
  .path-user-password #block-login > h2 h2,
  .path-user-password #block-passwordreset > h2 h2, .path-user-1 #block-administrator-account > h2 h2,
  .path-user-1 #block-login > h2 h2,
  .path-user-1 #block-passwordreset > h2 h2,
  [class*=path-user-reset] #block-administrator-account > h2 h2,
  [class*=path-user-reset] #block-login > h2 h2,
  [class*=path-user-reset] #block-passwordreset > h2 h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-user-login #block-administrator-account > h2 h3,
.path-user-login #block-login > h2 h3,
.path-user-login #block-passwordreset > h2 h3, .path-user-password #block-administrator-account > h2 h3,
.path-user-password #block-login > h2 h3,
.path-user-password #block-passwordreset > h2 h3, .path-user-1 #block-administrator-account > h2 h3,
.path-user-1 #block-login > h2 h3,
.path-user-1 #block-passwordreset > h2 h3,
[class*=path-user-reset] #block-administrator-account > h2 h3,
[class*=path-user-reset] #block-login > h2 h3,
[class*=path-user-reset] #block-passwordreset > h2 h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-user-login #block-administrator-account > h2 p,
.path-user-login #block-administrator-account > h2 li,
.path-user-login #block-login > h2 p,
.path-user-login #block-login > h2 li,
.path-user-login #block-passwordreset > h2 p,
.path-user-login #block-passwordreset > h2 li, .path-user-password #block-administrator-account > h2 p,
.path-user-password #block-administrator-account > h2 li,
.path-user-password #block-login > h2 p,
.path-user-password #block-login > h2 li,
.path-user-password #block-passwordreset > h2 p,
.path-user-password #block-passwordreset > h2 li, .path-user-1 #block-administrator-account > h2 p,
.path-user-1 #block-administrator-account > h2 li,
.path-user-1 #block-login > h2 p,
.path-user-1 #block-login > h2 li,
.path-user-1 #block-passwordreset > h2 p,
.path-user-1 #block-passwordreset > h2 li,
[class*=path-user-reset] #block-administrator-account > h2 p,
[class*=path-user-reset] #block-administrator-account > h2 li,
[class*=path-user-reset] #block-login > h2 p,
[class*=path-user-reset] #block-login > h2 li,
[class*=path-user-reset] #block-passwordreset > h2 p,
[class*=path-user-reset] #block-passwordreset > h2 li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-user-login #block-administrator-account > h2 p,
  .path-user-login #block-administrator-account > h2 li,
  .path-user-login #block-login > h2 p,
  .path-user-login #block-login > h2 li,
  .path-user-login #block-passwordreset > h2 p,
  .path-user-login #block-passwordreset > h2 li, .path-user-password #block-administrator-account > h2 p,
  .path-user-password #block-administrator-account > h2 li,
  .path-user-password #block-login > h2 p,
  .path-user-password #block-login > h2 li,
  .path-user-password #block-passwordreset > h2 p,
  .path-user-password #block-passwordreset > h2 li, .path-user-1 #block-administrator-account > h2 p,
  .path-user-1 #block-administrator-account > h2 li,
  .path-user-1 #block-login > h2 p,
  .path-user-1 #block-login > h2 li,
  .path-user-1 #block-passwordreset > h2 p,
  .path-user-1 #block-passwordreset > h2 li,
  [class*=path-user-reset] #block-administrator-account > h2 p,
  [class*=path-user-reset] #block-administrator-account > h2 li,
  [class*=path-user-reset] #block-login > h2 p,
  [class*=path-user-reset] #block-login > h2 li,
  [class*=path-user-reset] #block-passwordreset > h2 p,
  [class*=path-user-reset] #block-passwordreset > h2 li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-user-login #block-administrator-account > h2 ul,
.path-user-login #block-login > h2 ul,
.path-user-login #block-passwordreset > h2 ul, .path-user-password #block-administrator-account > h2 ul,
.path-user-password #block-login > h2 ul,
.path-user-password #block-passwordreset > h2 ul, .path-user-1 #block-administrator-account > h2 ul,
.path-user-1 #block-login > h2 ul,
.path-user-1 #block-passwordreset > h2 ul,
[class*=path-user-reset] #block-administrator-account > h2 ul,
[class*=path-user-reset] #block-login > h2 ul,
[class*=path-user-reset] #block-passwordreset > h2 ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-user-login #block-administrator-account > h2 ul > li,
.path-user-login #block-login > h2 ul > li,
.path-user-login #block-passwordreset > h2 ul > li, .path-user-password #block-administrator-account > h2 ul > li,
.path-user-password #block-login > h2 ul > li,
.path-user-password #block-passwordreset > h2 ul > li, .path-user-1 #block-administrator-account > h2 ul > li,
.path-user-1 #block-login > h2 ul > li,
.path-user-1 #block-passwordreset > h2 ul > li,
[class*=path-user-reset] #block-administrator-account > h2 ul > li,
[class*=path-user-reset] #block-login > h2 ul > li,
[class*=path-user-reset] #block-passwordreset > h2 ul > li {
  text-indent: -0.8em;
}
.path-user-login #block-administrator-account > h2 ul :before,
.path-user-login #block-login > h2 ul :before,
.path-user-login #block-passwordreset > h2 ul :before, .path-user-password #block-administrator-account > h2 ul :before,
.path-user-password #block-login > h2 ul :before,
.path-user-password #block-passwordreset > h2 ul :before, .path-user-1 #block-administrator-account > h2 ul :before,
.path-user-1 #block-login > h2 ul :before,
.path-user-1 #block-passwordreset > h2 ul :before,
[class*=path-user-reset] #block-administrator-account > h2 ul :before,
[class*=path-user-reset] #block-login > h2 ul :before,
[class*=path-user-reset] #block-passwordreset > h2 ul :before {
  content: "– ";
}
.path-user-login #block-administrator-account > h2 p + ul,
.path-user-login #block-login > h2 p + ul,
.path-user-login #block-passwordreset > h2 p + ul, .path-user-password #block-administrator-account > h2 p + ul,
.path-user-password #block-login > h2 p + ul,
.path-user-password #block-passwordreset > h2 p + ul, .path-user-1 #block-administrator-account > h2 p + ul,
.path-user-1 #block-login > h2 p + ul,
.path-user-1 #block-passwordreset > h2 p + ul,
[class*=path-user-reset] #block-administrator-account > h2 p + ul,
[class*=path-user-reset] #block-login > h2 p + ul,
[class*=path-user-reset] #block-passwordreset > h2 p + ul {
  margin-top: -1.5em;
}
.path-user-login #block-administrator-account > h2 ul + p,
.path-user-login #block-login > h2 ul + p,
.path-user-login #block-passwordreset > h2 ul + p, .path-user-password #block-administrator-account > h2 ul + p,
.path-user-password #block-login > h2 ul + p,
.path-user-password #block-passwordreset > h2 ul + p, .path-user-1 #block-administrator-account > h2 ul + p,
.path-user-1 #block-login > h2 ul + p,
.path-user-1 #block-passwordreset > h2 ul + p,
[class*=path-user-reset] #block-administrator-account > h2 ul + p,
[class*=path-user-reset] #block-login > h2 ul + p,
[class*=path-user-reset] #block-passwordreset > h2 ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-user-login #block-administrator-account > h2 p,
  .path-user-login #block-administrator-account > h2 ul,
  .path-user-login #block-administrator-account > h2 li,
  .path-user-login #block-login > h2 p,
  .path-user-login #block-login > h2 ul,
  .path-user-login #block-login > h2 li,
  .path-user-login #block-passwordreset > h2 p,
  .path-user-login #block-passwordreset > h2 ul,
  .path-user-login #block-passwordreset > h2 li, .path-user-password #block-administrator-account > h2 p,
  .path-user-password #block-administrator-account > h2 ul,
  .path-user-password #block-administrator-account > h2 li,
  .path-user-password #block-login > h2 p,
  .path-user-password #block-login > h2 ul,
  .path-user-password #block-login > h2 li,
  .path-user-password #block-passwordreset > h2 p,
  .path-user-password #block-passwordreset > h2 ul,
  .path-user-password #block-passwordreset > h2 li, .path-user-1 #block-administrator-account > h2 p,
  .path-user-1 #block-administrator-account > h2 ul,
  .path-user-1 #block-administrator-account > h2 li,
  .path-user-1 #block-login > h2 p,
  .path-user-1 #block-login > h2 ul,
  .path-user-1 #block-login > h2 li,
  .path-user-1 #block-passwordreset > h2 p,
  .path-user-1 #block-passwordreset > h2 ul,
  .path-user-1 #block-passwordreset > h2 li,
  [class*=path-user-reset] #block-administrator-account > h2 p,
  [class*=path-user-reset] #block-administrator-account > h2 ul,
  [class*=path-user-reset] #block-administrator-account > h2 li,
  [class*=path-user-reset] #block-login > h2 p,
  [class*=path-user-reset] #block-login > h2 ul,
  [class*=path-user-reset] #block-login > h2 li,
  [class*=path-user-reset] #block-passwordreset > h2 p,
  [class*=path-user-reset] #block-passwordreset > h2 ul,
  [class*=path-user-reset] #block-passwordreset > h2 li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 479px) {
  .path-user-login #block-administrator-account > h2,
  .path-user-login #block-login > h2,
  .path-user-login #block-passwordreset > h2, .path-user-password #block-administrator-account > h2,
  .path-user-password #block-login > h2,
  .path-user-password #block-passwordreset > h2, .path-user-1 #block-administrator-account > h2,
  .path-user-1 #block-login > h2,
  .path-user-1 #block-passwordreset > h2,
  [class*=path-user-reset] #block-administrator-account > h2,
  [class*=path-user-reset] #block-login > h2,
  [class*=path-user-reset] #block-passwordreset > h2 {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  .path-user-login #block-administrator-account > h2,
  .path-user-login #block-login > h2,
  .path-user-login #block-passwordreset > h2, .path-user-password #block-administrator-account > h2,
  .path-user-password #block-login > h2,
  .path-user-password #block-passwordreset > h2, .path-user-1 #block-administrator-account > h2,
  .path-user-1 #block-login > h2,
  .path-user-1 #block-passwordreset > h2,
  [class*=path-user-reset] #block-administrator-account > h2,
  [class*=path-user-reset] #block-login > h2,
  [class*=path-user-reset] #block-passwordreset > h2 {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login #block-administrator-account > h2,
  .path-user-login #block-login > h2,
  .path-user-login #block-passwordreset > h2, .path-user-password #block-administrator-account > h2,
  .path-user-password #block-login > h2,
  .path-user-password #block-passwordreset > h2, .path-user-1 #block-administrator-account > h2,
  .path-user-1 #block-login > h2,
  .path-user-1 #block-passwordreset > h2,
  [class*=path-user-reset] #block-administrator-account > h2,
  [class*=path-user-reset] #block-login > h2,
  [class*=path-user-reset] #block-passwordreset > h2 {
    font-size: 3.5em;
    line-height: 1;
  }
}
@media only screen and (max-width: 480px) {
  .path-user-login #block-administrator-account > h2,
  .path-user-login #block-login > h2,
  .path-user-login #block-passwordreset > h2, .path-user-password #block-administrator-account > h2,
  .path-user-password #block-login > h2,
  .path-user-password #block-passwordreset > h2, .path-user-1 #block-administrator-account > h2,
  .path-user-1 #block-login > h2,
  .path-user-1 #block-passwordreset > h2,
  [class*=path-user-reset] #block-administrator-account > h2,
  [class*=path-user-reset] #block-login > h2,
  [class*=path-user-reset] #block-passwordreset > h2 {
    font-size: 2.1em !important;
  }
}
.path-user-login #block-administrator-account > h2::before,
.path-user-login #block-login > h2::before,
.path-user-login #block-passwordreset > h2::before, .path-user-password #block-administrator-account > h2::before,
.path-user-password #block-login > h2::before,
.path-user-password #block-passwordreset > h2::before, .path-user-1 #block-administrator-account > h2::before,
.path-user-1 #block-login > h2::before,
.path-user-1 #block-passwordreset > h2::before,
[class*=path-user-reset] #block-administrator-account > h2::before,
[class*=path-user-reset] #block-login > h2::before,
[class*=path-user-reset] #block-passwordreset > h2::before {
  content: "Real estate through a different lens";
  position: absolute;
  width: 50%;
  left: 0.1em;
  top: 1.2em;
  text-transform: initial;
  font-size: 0.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: hsl(0, 0%, 30%);
  font-size: 0.47em;
}
@media only screen and (max-width: 767px) {
  .path-user-login #block-administrator-account > h2::before,
  .path-user-login #block-login > h2::before,
  .path-user-login #block-passwordreset > h2::before, .path-user-password #block-administrator-account > h2::before,
  .path-user-password #block-login > h2::before,
  .path-user-password #block-passwordreset > h2::before, .path-user-1 #block-administrator-account > h2::before,
  .path-user-1 #block-login > h2::before,
  .path-user-1 #block-passwordreset > h2::before,
  [class*=path-user-reset] #block-administrator-account > h2::before,
  [class*=path-user-reset] #block-login > h2::before,
  [class*=path-user-reset] #block-passwordreset > h2::before {
    top: 1.5em;
    width: 40%;
    font-size: 0.35em;
  }
}
@media only screen and (max-width: 639px) {
  .path-user-login #block-administrator-account > h2::before,
  .path-user-login #block-login > h2::before,
  .path-user-login #block-passwordreset > h2::before, .path-user-password #block-administrator-account > h2::before,
  .path-user-password #block-login > h2::before,
  .path-user-password #block-passwordreset > h2::before, .path-user-1 #block-administrator-account > h2::before,
  .path-user-1 #block-login > h2::before,
  .path-user-1 #block-passwordreset > h2::before,
  [class*=path-user-reset] #block-administrator-account > h2::before,
  [class*=path-user-reset] #block-login > h2::before,
  [class*=path-user-reset] #block-passwordreset > h2::before {
    display: none;
  }
}
.path-user-login #block-login p, .path-user-password #block-login p, .path-user-1 #block-login p,
[class*=path-user-reset] #block-login p {
  margin-bottom: -2em;
  padding-bottom: 0;
}
.path-user-login article .form-item, .path-user-password article .form-item, .path-user-1 article .form-item,
[class*=path-user-reset] article .form-item {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  margin-top: 0;
}
.path-user-login article .form-item a:link, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy:link, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms:link, .path-user-login article .form-item a:visited, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy:visited, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms:visited, .path-user-login article .form-item a:hover, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy:hover, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms:hover, .path-user-password article .form-item a:link, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy:link, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms:link, .path-user-password article .form-item a:visited, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy:visited, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms:visited, .path-user-password article .form-item a:hover, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy:hover, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms:hover, .path-user-1 article .form-item a:link, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy:link, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms:link, .path-user-1 article .form-item a:visited, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy:visited, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms:visited, .path-user-1 article .form-item a:hover, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy:hover, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms:hover,
[class*=path-user-reset] article .form-item a:link,
[class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy:link,
[class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms:link,
[class*=path-user-reset] article .form-item a:visited,
[class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy:visited,
[class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms:visited,
[class*=path-user-reset] article .form-item a:hover,
[class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy:hover,
[class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-user-login article .form-item a:link, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy:link, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms:link, .path-user-login article .form-item a:visited, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy:visited, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms:visited, .path-user-login article .form-item a:hover, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy:hover, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms:hover, .path-user-password article .form-item a:link, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy:link, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms:link, .path-user-password article .form-item a:visited, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy:visited, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms:visited, .path-user-password article .form-item a:hover, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy:hover, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms:hover, .path-user-1 article .form-item a:link, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy:link, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms:link, .path-user-1 article .form-item a:visited, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy:visited, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms:visited, .path-user-1 article .form-item a:hover, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy:hover, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms:hover,
  [class*=path-user-reset] article .form-item a:link,
  [class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy:link,
  [class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms:link,
  [class*=path-user-reset] article .form-item a:visited,
  [class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy:visited,
  [class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms:visited,
  [class*=path-user-reset] article .form-item a:hover,
  [class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy:hover,
  [class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-user-login article .form-item a:active,
.path-user-login article .form-item a.is-active,
.path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy,
.path-user-login article .form-item .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-login article .form-item .terms, .path-user-password article .form-item a:active,
.path-user-password article .form-item a.is-active,
.path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy,
.path-user-password article .form-item .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-password article .form-item .terms, .path-user-1 article .form-item a:active,
.path-user-1 article .form-item a.is-active,
.path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy,
.path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms,
[class*=path-user-reset] article .form-item a:active,
[class*=path-user-reset] article .form-item a.is-active,
[class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy,
[class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-user-login article .form-item a.is-active, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms, .path-user-password article .form-item a.is-active, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms, .path-user-1 article .form-item a.is-active, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms,
[class*=path-user-reset] article .form-item a.is-active,
[class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy,
[class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms {
  font-style: italic;
  font-weight: 500;
}
.path-user-login article .form-item a:link, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy:link, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms:link, .path-user-login article .form-item a:hover, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy:hover, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms:hover, .path-user-password article .form-item a:link, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy:link, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms:link, .path-user-password article .form-item a:hover, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy:hover, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms:hover, .path-user-1 article .form-item a:link, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy:link, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms:link, .path-user-1 article .form-item a:hover, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy:hover, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms:hover,
[class*=path-user-reset] article .form-item a:link,
[class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy:link,
[class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms:link,
[class*=path-user-reset] article .form-item a:hover,
[class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy:hover,
[class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-user-login article .form-item a:hover, .path-user-login article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login article .form-item .privacy:hover, .path-user-login article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login article .form-item .terms:hover, .path-user-password article .form-item a:hover, .path-user-password article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password article .form-item .privacy:hover, .path-user-password article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password article .form-item .terms:hover, .path-user-1 article .form-item a:hover, .path-user-1 article .form-item .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 article .form-item .privacy:hover, .path-user-1 article .form-item .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 article .form-item .terms:hover,
[class*=path-user-reset] article .form-item a:hover,
[class*=path-user-reset] article .form-item .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] article .form-item .privacy:hover,
[class*=path-user-reset] article .form-item .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] article .form-item .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-user-login article .form-item, .path-user-password article .form-item, .path-user-1 article .form-item,
  [class*=path-user-reset] article .form-item {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-user-login article .form-item, .path-user-password article .form-item, .path-user-1 article .form-item,
  [class*=path-user-reset] article .form-item {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-user-login article .form-item h1, .path-user-password article .form-item h1, .path-user-1 article .form-item h1,
[class*=path-user-reset] article .form-item h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-user-login article .form-item h1, .path-user-password article .form-item h1, .path-user-1 article .form-item h1,
  [class*=path-user-reset] article .form-item h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login article .form-item h1, .path-user-password article .form-item h1, .path-user-1 article .form-item h1,
  [class*=path-user-reset] article .form-item h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-user-login article .form-item h1:first-of-type, .path-user-password article .form-item h1:first-of-type, .path-user-1 article .form-item h1:first-of-type,
[class*=path-user-reset] article .form-item h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-user-login article .form-item h2, .path-user-password article .form-item h2, .path-user-1 article .form-item h2,
[class*=path-user-reset] article .form-item h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-user-login article .form-item h2, .path-user-password article .form-item h2, .path-user-1 article .form-item h2,
  [class*=path-user-reset] article .form-item h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login article .form-item h2, .path-user-password article .form-item h2, .path-user-1 article .form-item h2,
  [class*=path-user-reset] article .form-item h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-user-login article .form-item h3, .path-user-password article .form-item h3, .path-user-1 article .form-item h3,
[class*=path-user-reset] article .form-item h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-user-login article .form-item p,
.path-user-login article .form-item li, .path-user-password article .form-item p,
.path-user-password article .form-item li, .path-user-1 article .form-item p,
.path-user-1 article .form-item li,
[class*=path-user-reset] article .form-item p,
[class*=path-user-reset] article .form-item li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-user-login article .form-item p,
  .path-user-login article .form-item li, .path-user-password article .form-item p,
  .path-user-password article .form-item li, .path-user-1 article .form-item p,
  .path-user-1 article .form-item li,
  [class*=path-user-reset] article .form-item p,
  [class*=path-user-reset] article .form-item li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-user-login article .form-item ul, .path-user-password article .form-item ul, .path-user-1 article .form-item ul,
[class*=path-user-reset] article .form-item ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-user-login article .form-item ul > li, .path-user-password article .form-item ul > li, .path-user-1 article .form-item ul > li,
[class*=path-user-reset] article .form-item ul > li {
  text-indent: -0.8em;
}
.path-user-login article .form-item ul :before, .path-user-password article .form-item ul :before, .path-user-1 article .form-item ul :before,
[class*=path-user-reset] article .form-item ul :before {
  content: "– ";
}
.path-user-login article .form-item p + ul, .path-user-password article .form-item p + ul, .path-user-1 article .form-item p + ul,
[class*=path-user-reset] article .form-item p + ul {
  margin-top: -1.5em;
}
.path-user-login article .form-item ul + p, .path-user-password article .form-item ul + p, .path-user-1 article .form-item ul + p,
[class*=path-user-reset] article .form-item ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-user-login article .form-item p,
  .path-user-login article .form-item ul,
  .path-user-login article .form-item li, .path-user-password article .form-item p,
  .path-user-password article .form-item ul,
  .path-user-password article .form-item li, .path-user-1 article .form-item p,
  .path-user-1 article .form-item ul,
  .path-user-1 article .form-item li,
  [class*=path-user-reset] article .form-item p,
  [class*=path-user-reset] article .form-item ul,
  [class*=path-user-reset] article .form-item li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-user-login form, .path-user-password form, .path-user-1 form,
[class*=path-user-reset] form {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  /*
    .item-list a.create-account-link::before,
    .item-list a.request-password-link::before {
      visibility: visible;
      padding-top: 0;
      margin-top: 0;
      border-bottom: $link_border;
      font-size: 20px;
    }
  */
  /*
    .create-account-link {
      padding-bottom: 1em;
    }
  */
  /*

    .item-list a.create-account-link::before {
      content: "Create a new account";
    }

    .item-list a.request-password-link::before {
      content: "Forgot your user name or password?";
    }
  */
  min-height: 30em;
}
.path-user-login form a:link, .path-user-login form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login form .privacy:link, .path-user-login form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login form .terms:link, .path-user-login form a:visited, .path-user-login form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login form .privacy:visited, .path-user-login form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login form .terms:visited, .path-user-login form a:hover, .path-user-login form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login form .privacy:hover, .path-user-login form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login form .terms:hover, .path-user-password form a:link, .path-user-password form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password form .privacy:link, .path-user-password form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password form .terms:link, .path-user-password form a:visited, .path-user-password form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password form .privacy:visited, .path-user-password form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password form .terms:visited, .path-user-password form a:hover, .path-user-password form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password form .privacy:hover, .path-user-password form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password form .terms:hover, .path-user-1 form a:link, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy:link, .path-user-1 form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 form .terms:link, .path-user-1 form a:visited, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy:visited, .path-user-1 form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 form .terms:visited, .path-user-1 form a:hover, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy:hover, .path-user-1 form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 form .terms:hover,
[class*=path-user-reset] form a:link,
[class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy:link,
[class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms:link,
[class*=path-user-reset] form a:visited,
[class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy:visited,
[class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms:visited,
[class*=path-user-reset] form a:hover,
[class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy:hover,
[class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-user-login form a:link, .path-user-login form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login form .privacy:link, .path-user-login form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login form .terms:link, .path-user-login form a:visited, .path-user-login form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login form .privacy:visited, .path-user-login form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login form .terms:visited, .path-user-login form a:hover, .path-user-login form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login form .privacy:hover, .path-user-login form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login form .terms:hover, .path-user-password form a:link, .path-user-password form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password form .privacy:link, .path-user-password form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password form .terms:link, .path-user-password form a:visited, .path-user-password form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password form .privacy:visited, .path-user-password form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password form .terms:visited, .path-user-password form a:hover, .path-user-password form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password form .privacy:hover, .path-user-password form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password form .terms:hover, .path-user-1 form a:link, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy:link, .path-user-1 form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 form .terms:link, .path-user-1 form a:visited, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy:visited, .path-user-1 form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 form .terms:visited, .path-user-1 form a:hover, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy:hover, .path-user-1 form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 form .terms:hover,
  [class*=path-user-reset] form a:link,
  [class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy:link,
  [class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms:link,
  [class*=path-user-reset] form a:visited,
  [class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy:visited,
  [class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms:visited,
  [class*=path-user-reset] form a:hover,
  [class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy:hover,
  [class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-user-login form a:active,
.path-user-login form a.is-active,
.path-user-login form .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-login form .privacy,
.path-user-login form .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-login form .terms, .path-user-password form a:active,
.path-user-password form a.is-active,
.path-user-password form .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-password form .privacy,
.path-user-password form .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-password form .terms, .path-user-1 form a:active,
.path-user-1 form a.is-active,
.path-user-1 form .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-1 form .privacy,
.path-user-1 form .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-1 form .terms,
[class*=path-user-reset] form a:active,
[class*=path-user-reset] form a.is-active,
[class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy,
[class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-user-login form a.is-active, .path-user-login form .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-login form .privacy, .path-user-login form .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-login form .terms, .path-user-password form a.is-active, .path-user-password form .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-password form .privacy, .path-user-password form .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-password form .terms, .path-user-1 form a.is-active, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy, .path-user-1 form .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-1 form .terms,
[class*=path-user-reset] form a.is-active,
[class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy,
[class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms {
  font-style: italic;
  font-weight: 500;
}
.path-user-login form a:link, .path-user-login form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login form .privacy:link, .path-user-login form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login form .terms:link, .path-user-login form a:hover, .path-user-login form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login form .privacy:hover, .path-user-login form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login form .terms:hover, .path-user-password form a:link, .path-user-password form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password form .privacy:link, .path-user-password form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password form .terms:link, .path-user-password form a:hover, .path-user-password form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password form .privacy:hover, .path-user-password form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password form .terms:hover, .path-user-1 form a:link, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy:link, .path-user-1 form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 form .terms:link, .path-user-1 form a:hover, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy:hover, .path-user-1 form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 form .terms:hover,
[class*=path-user-reset] form a:link,
[class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy:link,
[class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms:link,
[class*=path-user-reset] form a:hover,
[class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy:hover,
[class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-user-login form a:hover, .path-user-login form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login form .privacy:hover, .path-user-login form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login form .terms:hover, .path-user-password form a:hover, .path-user-password form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password form .privacy:hover, .path-user-password form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password form .terms:hover, .path-user-1 form a:hover, .path-user-1 form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 form .privacy:hover, .path-user-1 form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 form .terms:hover,
[class*=path-user-reset] form a:hover,
[class*=path-user-reset] form .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form .privacy:hover,
[class*=path-user-reset] form .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-user-login form, .path-user-password form, .path-user-1 form,
  [class*=path-user-reset] form {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-user-login form, .path-user-password form, .path-user-1 form,
  [class*=path-user-reset] form {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-user-login form h1, .path-user-password form h1, .path-user-1 form h1,
[class*=path-user-reset] form h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-user-login form h1, .path-user-password form h1, .path-user-1 form h1,
  [class*=path-user-reset] form h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login form h1, .path-user-password form h1, .path-user-1 form h1,
  [class*=path-user-reset] form h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-user-login form h1:first-of-type, .path-user-password form h1:first-of-type, .path-user-1 form h1:first-of-type,
[class*=path-user-reset] form h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-user-login form h2, .path-user-password form h2, .path-user-1 form h2,
[class*=path-user-reset] form h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-user-login form h2, .path-user-password form h2, .path-user-1 form h2,
  [class*=path-user-reset] form h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login form h2, .path-user-password form h2, .path-user-1 form h2,
  [class*=path-user-reset] form h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-user-login form h3, .path-user-password form h3, .path-user-1 form h3,
[class*=path-user-reset] form h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-user-login form p,
.path-user-login form li, .path-user-password form p,
.path-user-password form li, .path-user-1 form p,
.path-user-1 form li,
[class*=path-user-reset] form p,
[class*=path-user-reset] form li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-user-login form p,
  .path-user-login form li, .path-user-password form p,
  .path-user-password form li, .path-user-1 form p,
  .path-user-1 form li,
  [class*=path-user-reset] form p,
  [class*=path-user-reset] form li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-user-login form ul, .path-user-password form ul, .path-user-1 form ul,
[class*=path-user-reset] form ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-user-login form ul > li, .path-user-password form ul > li, .path-user-1 form ul > li,
[class*=path-user-reset] form ul > li {
  text-indent: -0.8em;
}
.path-user-login form ul :before, .path-user-password form ul :before, .path-user-1 form ul :before,
[class*=path-user-reset] form ul :before {
  content: "– ";
}
.path-user-login form p + ul, .path-user-password form p + ul, .path-user-1 form p + ul,
[class*=path-user-reset] form p + ul {
  margin-top: -1.5em;
}
.path-user-login form ul + p, .path-user-password form ul + p, .path-user-1 form ul + p,
[class*=path-user-reset] form ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-user-login form p,
  .path-user-login form ul,
  .path-user-login form li, .path-user-password form p,
  .path-user-password form ul,
  .path-user-password form li, .path-user-1 form p,
  .path-user-1 form ul,
  .path-user-1 form li,
  [class*=path-user-reset] form p,
  [class*=path-user-reset] form ul,
  [class*=path-user-reset] form li {
    color: black;
    /*  font-weight: 400 */
  }
}
.path-user-login form h2, .path-user-password form h2, .path-user-1 form h2,
[class*=path-user-reset] form h2 {
  display: none;
}
.path-user-login form label, .path-user-password form label, .path-user-1 form label,
[class*=path-user-reset] form label {
  display: none;
}
.path-user-login form ul > li, .path-user-password form ul > li, .path-user-1 form ul > li,
[class*=path-user-reset] form ul > li {
  line-height: 1.3;
}
.path-user-login form input, .path-user-password form input, .path-user-1 form input,
[class*=path-user-reset] form input {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  background-color: hsl(0, 0%, 75%);
  margin-bottom: 0.5em;
  width: 60%;
}
@media only screen and (max-width: 479px) {
  .path-user-login form input, .path-user-password form input, .path-user-1 form input,
  [class*=path-user-reset] form input {
    width: 80%;
  }
}
.path-user-login form .form-item:nth-child(2),
.path-user-login form .form-actions, .path-user-password form .form-item:nth-child(2),
.path-user-password form .form-actions, .path-user-1 form .form-item:nth-child(2),
.path-user-1 form .form-actions,
[class*=path-user-reset] form .form-item:nth-child(2),
[class*=path-user-reset] form .form-actions {
  display: inline;
}
.path-user-login form .form-actions, .path-user-password form .form-actions, .path-user-1 form .form-actions,
[class*=path-user-reset] form .form-actions {
  padding-left: 1em;
}
.path-user-login form #edit-submit, .path-user-password form #edit-submit, .path-user-1 form #edit-submit,
[class*=path-user-reset] form #edit-submit {
  width: 25%;
  background-color: hsl(170, 45%, 60%);
}
@media only screen and (max-width: 479px) {
  .path-user-login form #edit-submit, .path-user-password form #edit-submit, .path-user-1 form #edit-submit,
  [class*=path-user-reset] form #edit-submit {
    display: block;
    width: 50%;
  }
}
.path-user-login form input[type=text]:-moz-placeholder,
.path-user-login form input[type=text]::-moz-placeholder,
.path-user-login form input[type=text]:-ms-input-placeholder,
.path-user-login form input[type=text]::-webkit-input-placeholder, .path-user-password form input[type=text]:-moz-placeholder,
.path-user-password form input[type=text]::-moz-placeholder,
.path-user-password form input[type=text]:-ms-input-placeholder,
.path-user-password form input[type=text]::-webkit-input-placeholder, .path-user-1 form input[type=text]:-moz-placeholder,
.path-user-1 form input[type=text]::-moz-placeholder,
.path-user-1 form input[type=text]:-ms-input-placeholder,
.path-user-1 form input[type=text]::-webkit-input-placeholder,
[class*=path-user-reset] form input[type=text]:-moz-placeholder,
[class*=path-user-reset] form input[type=text]::-moz-placeholder,
[class*=path-user-reset] form input[type=text]:-ms-input-placeholder,
[class*=path-user-reset] form input[type=text]::-webkit-input-placeholder {
  color: white;
}
.path-user-login form .item-list ul, .path-user-password form .item-list ul, .path-user-1 form .item-list ul,
[class*=path-user-reset] form .item-list ul {
  margin: 0;
}
.path-user-login form .item-list li::before, .path-user-password form .item-list li::before, .path-user-1 form .item-list li::before,
[class*=path-user-reset] form .item-list li::before {
  display: none;
}
.path-user-login form ul > li, .path-user-password form ul > li, .path-user-1 form ul > li,
[class*=path-user-reset] form ul > li {
  text-indent: 0;
  margin-left: -0.8em;
}
.path-user-login form .description, .path-user-password form .description, .path-user-1 form .description,
[class*=path-user-reset] form .description {
  display: none;
}
.path-user-login form.user-pass label, .path-user-password form.user-pass label, .path-user-1 form.user-pass label,
[class*=path-user-reset] form.user-pass label {
  display: block;
  font-size: 1.1em;
}
.path-user-login form.user-pass input#edit-name, .path-user-password form.user-pass input#edit-name, .path-user-1 form.user-pass input#edit-name,
[class*=path-user-reset] form.user-pass input#edit-name {
  width: 80%;
  margin-top: 0.25em;
}
.path-user-login form.user-pass-reset, .path-user-password form.user-pass-reset, .path-user-1 form.user-pass-reset,
[class*=path-user-reset] form.user-pass-reset {
  padding-top: 0.25em;
  min-height: 36.5em;
}
.path-user-login form.user-pass-reset p:first-child::before, .path-user-password form.user-pass-reset p:first-child::before, .path-user-1 form.user-pass-reset p:first-child::before,
[class*=path-user-reset] form.user-pass-reset p:first-child::before {
  white-space: pre;
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: hsl(224, 58%, 35%);
  padding: 0 0.5em;
  background-color: initial;
  display: table-row;
  font-size: 2.5em !important;
  content: "  Welcome! \a  Set your \a  password\a\a";
}
.path-user-login form.user-pass-reset p:first-child::before a:link, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy:link, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms:link, .path-user-login form.user-pass-reset p:first-child::before a:visited, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy:visited, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms:visited, .path-user-login form.user-pass-reset p:first-child::before a:hover, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy:hover, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms:hover, .path-user-password form.user-pass-reset p:first-child::before a:link, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy:link, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms:link, .path-user-password form.user-pass-reset p:first-child::before a:visited, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy:visited, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms:visited, .path-user-password form.user-pass-reset p:first-child::before a:hover, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy:hover, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms:hover, .path-user-1 form.user-pass-reset p:first-child::before a:link, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy:link, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms:link, .path-user-1 form.user-pass-reset p:first-child::before a:visited, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy:visited, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms:visited, .path-user-1 form.user-pass-reset p:first-child::before a:hover, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy:hover, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms:hover,
[class*=path-user-reset] form.user-pass-reset p:first-child::before a:link,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy:link,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms:link,
[class*=path-user-reset] form.user-pass-reset p:first-child::before a:visited,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy:visited,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:visited,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms:visited,
[class*=path-user-reset] form.user-pass-reset p:first-child::before a:hover,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy:hover,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-user-login form.user-pass-reset p:first-child::before a:link, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy:link, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms:link, .path-user-login form.user-pass-reset p:first-child::before a:visited, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy:visited, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms:visited, .path-user-login form.user-pass-reset p:first-child::before a:hover, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy:hover, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms:hover, .path-user-password form.user-pass-reset p:first-child::before a:link, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy:link, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms:link, .path-user-password form.user-pass-reset p:first-child::before a:visited, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy:visited, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms:visited, .path-user-password form.user-pass-reset p:first-child::before a:hover, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy:hover, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms:hover, .path-user-1 form.user-pass-reset p:first-child::before a:link, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy:link, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms:link, .path-user-1 form.user-pass-reset p:first-child::before a:visited, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy:visited, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms:visited, .path-user-1 form.user-pass-reset p:first-child::before a:hover, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy:hover, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms:hover,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before a:link,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy:link,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms:link,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before a:visited,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:visited,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy:visited,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:visited,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms:visited,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before a:hover,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover,
  .path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy:hover,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover,
  .path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-user-login form.user-pass-reset p:first-child::before a:active,
.path-user-login form.user-pass-reset p:first-child::before a.is-active,
.path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy,
.path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms, .path-user-password form.user-pass-reset p:first-child::before a:active,
.path-user-password form.user-pass-reset p:first-child::before a.is-active,
.path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy,
.path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms, .path-user-1 form.user-pass-reset p:first-child::before a:active,
.path-user-1 form.user-pass-reset p:first-child::before a.is-active,
.path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy,
.path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms,
[class*=path-user-reset] form.user-pass-reset p:first-child::before a:active,
[class*=path-user-reset] form.user-pass-reset p:first-child::before a.is-active,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-user-login form.user-pass-reset p:first-child::before a.is-active, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms, .path-user-password form.user-pass-reset p:first-child::before a.is-active, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms, .path-user-1 form.user-pass-reset p:first-child::before a.is-active, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms,
[class*=path-user-reset] form.user-pass-reset p:first-child::before a.is-active,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms {
  font-style: italic;
  font-weight: 500;
}
.path-user-login form.user-pass-reset p:first-child::before a:link, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy:link, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms:link, .path-user-login form.user-pass-reset p:first-child::before a:hover, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy:hover, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms:hover, .path-user-password form.user-pass-reset p:first-child::before a:link, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy:link, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms:link, .path-user-password form.user-pass-reset p:first-child::before a:hover, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy:hover, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms:hover, .path-user-1 form.user-pass-reset p:first-child::before a:link, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy:link, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms:link, .path-user-1 form.user-pass-reset p:first-child::before a:hover, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy:hover, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms:hover,
[class*=path-user-reset] form.user-pass-reset p:first-child::before a:link,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:link,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy:link,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:link,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms:link,
[class*=path-user-reset] form.user-pass-reset p:first-child::before a:hover,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy:hover,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-user-login form.user-pass-reset p:first-child::before a:hover, .path-user-login form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .privacy:hover, .path-user-login form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-login form.user-pass-reset p:first-child::before .terms:hover, .path-user-password form.user-pass-reset p:first-child::before a:hover, .path-user-password form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .privacy:hover, .path-user-password form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-password form.user-pass-reset p:first-child::before .terms:hover, .path-user-1 form.user-pass-reset p:first-child::before a:hover, .path-user-1 form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .privacy:hover, .path-user-1 form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-user-1 form.user-pass-reset p:first-child::before .terms:hover,
[class*=path-user-reset] form.user-pass-reset p:first-child::before a:hover,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-privacy .footer-second .field--name-body .privacy:hover,
.path-privacy .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .privacy:hover,
[class*=path-user-reset] form.user-pass-reset p:first-child::before .path-terms .footer-second .field--name-body .terms:hover,
.path-terms .footer-second .field--name-body [class*=path-user-reset] form.user-pass-reset p:first-child::before .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-user-login form.user-pass-reset p:first-child::before, .path-user-password form.user-pass-reset p:first-child::before, .path-user-1 form.user-pass-reset p:first-child::before,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-user-login form.user-pass-reset p:first-child::before, .path-user-password form.user-pass-reset p:first-child::before, .path-user-1 form.user-pass-reset p:first-child::before,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-user-login form.user-pass-reset p:first-child::before h1, .path-user-password form.user-pass-reset p:first-child::before h1, .path-user-1 form.user-pass-reset p:first-child::before h1,
[class*=path-user-reset] form.user-pass-reset p:first-child::before h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-user-login form.user-pass-reset p:first-child::before h1, .path-user-password form.user-pass-reset p:first-child::before h1, .path-user-1 form.user-pass-reset p:first-child::before h1,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login form.user-pass-reset p:first-child::before h1, .path-user-password form.user-pass-reset p:first-child::before h1, .path-user-1 form.user-pass-reset p:first-child::before h1,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-user-login form.user-pass-reset p:first-child::before h1:first-of-type, .path-user-password form.user-pass-reset p:first-child::before h1:first-of-type, .path-user-1 form.user-pass-reset p:first-child::before h1:first-of-type,
[class*=path-user-reset] form.user-pass-reset p:first-child::before h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-user-login form.user-pass-reset p:first-child::before h2, .path-user-password form.user-pass-reset p:first-child::before h2, .path-user-1 form.user-pass-reset p:first-child::before h2,
[class*=path-user-reset] form.user-pass-reset p:first-child::before h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-user-login form.user-pass-reset p:first-child::before h2, .path-user-password form.user-pass-reset p:first-child::before h2, .path-user-1 form.user-pass-reset p:first-child::before h2,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login form.user-pass-reset p:first-child::before h2, .path-user-password form.user-pass-reset p:first-child::before h2, .path-user-1 form.user-pass-reset p:first-child::before h2,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-user-login form.user-pass-reset p:first-child::before h3, .path-user-password form.user-pass-reset p:first-child::before h3, .path-user-1 form.user-pass-reset p:first-child::before h3,
[class*=path-user-reset] form.user-pass-reset p:first-child::before h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-user-login form.user-pass-reset p:first-child::before p,
.path-user-login form.user-pass-reset p:first-child::before li, .path-user-password form.user-pass-reset p:first-child::before p,
.path-user-password form.user-pass-reset p:first-child::before li, .path-user-1 form.user-pass-reset p:first-child::before p,
.path-user-1 form.user-pass-reset p:first-child::before li,
[class*=path-user-reset] form.user-pass-reset p:first-child::before p,
[class*=path-user-reset] form.user-pass-reset p:first-child::before li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-user-login form.user-pass-reset p:first-child::before p,
  .path-user-login form.user-pass-reset p:first-child::before li, .path-user-password form.user-pass-reset p:first-child::before p,
  .path-user-password form.user-pass-reset p:first-child::before li, .path-user-1 form.user-pass-reset p:first-child::before p,
  .path-user-1 form.user-pass-reset p:first-child::before li,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before p,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-user-login form.user-pass-reset p:first-child::before ul, .path-user-password form.user-pass-reset p:first-child::before ul, .path-user-1 form.user-pass-reset p:first-child::before ul,
[class*=path-user-reset] form.user-pass-reset p:first-child::before ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-user-login form.user-pass-reset p:first-child::before ul > li, .path-user-password form.user-pass-reset p:first-child::before ul > li, .path-user-1 form.user-pass-reset p:first-child::before ul > li,
[class*=path-user-reset] form.user-pass-reset p:first-child::before ul > li {
  text-indent: -0.8em;
}
.path-user-login form.user-pass-reset p:first-child::before ul :before, .path-user-password form.user-pass-reset p:first-child::before ul :before, .path-user-1 form.user-pass-reset p:first-child::before ul :before,
[class*=path-user-reset] form.user-pass-reset p:first-child::before ul :before {
  content: "– ";
}
.path-user-login form.user-pass-reset p:first-child::before p + ul, .path-user-password form.user-pass-reset p:first-child::before p + ul, .path-user-1 form.user-pass-reset p:first-child::before p + ul,
[class*=path-user-reset] form.user-pass-reset p:first-child::before p + ul {
  margin-top: -1.5em;
}
.path-user-login form.user-pass-reset p:first-child::before ul + p, .path-user-password form.user-pass-reset p:first-child::before ul + p, .path-user-1 form.user-pass-reset p:first-child::before ul + p,
[class*=path-user-reset] form.user-pass-reset p:first-child::before ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-user-login form.user-pass-reset p:first-child::before p,
  .path-user-login form.user-pass-reset p:first-child::before ul,
  .path-user-login form.user-pass-reset p:first-child::before li, .path-user-password form.user-pass-reset p:first-child::before p,
  .path-user-password form.user-pass-reset p:first-child::before ul,
  .path-user-password form.user-pass-reset p:first-child::before li, .path-user-1 form.user-pass-reset p:first-child::before p,
  .path-user-1 form.user-pass-reset p:first-child::before ul,
  .path-user-1 form.user-pass-reset p:first-child::before li,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before p,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before ul,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 479px) {
  .path-user-login form.user-pass-reset p:first-child::before, .path-user-password form.user-pass-reset p:first-child::before, .path-user-1 form.user-pass-reset p:first-child::before,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  .path-user-login form.user-pass-reset p:first-child::before, .path-user-password form.user-pass-reset p:first-child::before, .path-user-1 form.user-pass-reset p:first-child::before,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 959px) {
  .path-user-login form.user-pass-reset p:first-child::before, .path-user-password form.user-pass-reset p:first-child::before, .path-user-1 form.user-pass-reset p:first-child::before,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before {
    font-size: 3.5em;
    line-height: 1;
  }
}
@media only screen and (max-width: 480px) {
  .path-user-login form.user-pass-reset p:first-child::before, .path-user-password form.user-pass-reset p:first-child::before, .path-user-1 form.user-pass-reset p:first-child::before,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before {
    font-size: 2.1em !important;
  }
}
@media only screen and (max-width: 480px) {
  .path-user-login form.user-pass-reset p:first-child::before, .path-user-password form.user-pass-reset p:first-child::before, .path-user-1 form.user-pass-reset p:first-child::before,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before {
    content: "Reset Your\aPassword\a\a";
  }
}
@media all and (-ms-high-contrast: none) {
  .path-user-login form.user-pass-reset p:first-child::before, .path-user-password form.user-pass-reset p:first-child::before, .path-user-1 form.user-pass-reset p:first-child::before,
  [class*=path-user-reset] form.user-pass-reset p:first-child::before {
    font-size: 48px !important;
    display: inherit;
    margin-left: -12px;
  }
}
.path-user-login form.user-pass-reset #edit-submit, .path-user-password form.user-pass-reset #edit-submit, .path-user-1 form.user-pass-reset #edit-submit,
[class*=path-user-reset] form.user-pass-reset #edit-submit {
  margin-left: -0.75em;
}

.path-user-password #edit-actions {
  padding-left: 0;
}

[class*=path-user].user-not-logged-in .messages--error {
  position: fixed;
  top: 10em;
}

.path-user-1 article.profile .field:first-child::before {
  display: none !important;
}

[class*=user][class*=-edit] .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/investors-clipped.jpg");
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  padding-top: 15%;
  padding-bottom: 1em;
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:link, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy:link, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms:link, [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:visited, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy:visited, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms:visited, [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:hover, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy:hover, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:link, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy:link, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms:link, [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:visited, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy:visited, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms:visited, [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:hover, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy:hover, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:active,
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a.is-active,
[class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy,
[class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a.is-active, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:link, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy:link, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms:link, [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:hover, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy:hover, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body a:hover, [class*=user][class*=-edit] .region-content #block-editprofile .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .privacy:hover, [class*=user][class*=-edit] .region-content #block-editprofile .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body {
    min-width: 58%;
    margin-left: 27%;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body p,
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body p,
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body ul {
  padding-left: 1em;
  list-style-type: none;
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body ul > li {
  text-indent: -0.8em;
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body ul :before {
  content: "– ";
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body p + ul {
  margin-top: -1.5em;
}
[class*=user][class*=-edit] .region-content #block-editprofile .field--name-body ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body p,
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body ul,
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media only screen and (max-width: 480px) {
  [class*=user][class*=-edit] .region-content #block-editprofile .field--name-body {
    padding-top: 5%;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  color: hsl(224, 58%, 35%);
  padding: 0 0.5em;
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 a:link, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy:link, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms:link, [class*=user][class*=-edit] .region-content #block-editprofile > h2 a:visited, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy:visited, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms:visited, [class*=user][class*=-edit] .region-content #block-editprofile > h2 a:hover, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy:hover, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 a:link, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy:link, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms:link, [class*=user][class*=-edit] .region-content #block-editprofile > h2 a:visited, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy:visited, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms:visited, [class*=user][class*=-edit] .region-content #block-editprofile > h2 a:hover, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy:hover, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 a:active,
[class*=user][class*=-edit] .region-content #block-editprofile > h2 a.is-active,
[class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy,
[class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 a.is-active, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 a:link, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy:link, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms:link, [class*=user][class*=-edit] .region-content #block-editprofile > h2 a:hover, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy:hover, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 a:hover, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .privacy:hover, [class*=user][class*=-edit] .region-content #block-editprofile > h2 .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .region-content #block-editprofile > h2 .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 {
    min-width: 58%;
    margin-left: 27%;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 p,
[class*=user][class*=-edit] .region-content #block-editprofile > h2 li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 p,
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 ul {
  padding-left: 1em;
  list-style-type: none;
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 ul > li {
  text-indent: -0.8em;
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 ul :before {
  content: "– ";
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 p + ul {
  margin-top: -1.5em;
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2 ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 p,
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 ul,
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 479px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 {
    font-size: 2.5em;
    line-height: 1;
  }
}
@media screen and (min-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 {
    font-size: 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 959px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2 {
    font-size: 3.5em;
    line-height: 1;
  }
}
[class*=user][class*=-edit] .region-content #block-editprofile > h2::before {
  content: "Real estate through a different lens";
  position: absolute;
  width: 50%;
  left: 0.1em;
  top: 1.2em;
  text-transform: initial;
  font-size: 0.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: hsl(0, 0%, 30%);
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2::before {
    top: 1.5em;
    width: 40%;
    font-size: 0.35em;
  }
}
@media only screen and (max-width: 639px) {
  [class*=user][class*=-edit] .region-content #block-editprofile > h2::before {
    display: none;
  }
}
[class*=user][class*=-edit] .user-form {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  background-color: inherit;
  width: 65%;
  margin-left: 30%;
  padding-left: 0;
  /*
      .field--name-field-hear-about.form-wrapper input {
      width: 100%;
    }

    .field--name-field-hear-about.form-wrapper label {
      width: 100%;
    }
  */
  /*
    .field--name-subject.form-wrapper {
      display: none;

    }
      .field--name-subject label {
      //display: none;
  font-weight: 600;
  font-size: .9em;    
    }
  */
}
[class*=user][class*=-edit] .user-form input {
  margin-left: 0;
}
[class*=user][class*=-edit] .user-form a:link, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy:link, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms:link, [class*=user][class*=-edit] .user-form a:visited, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy:visited, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms:visited, [class*=user][class*=-edit] .user-form a:hover, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy:hover, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .user-form a:link, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy:link, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms:link, [class*=user][class*=-edit] .user-form a:visited, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy:visited, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms:visited, [class*=user][class*=-edit] .user-form a:hover, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy:hover, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=user][class*=-edit] .user-form a:active,
[class*=user][class*=-edit] .user-form a.is-active,
[class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy,
[class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=user][class*=-edit] .user-form a.is-active, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=user][class*=-edit] .user-form a:link, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy:link, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms:link, [class*=user][class*=-edit] .user-form a:hover, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy:hover, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
[class*=user][class*=-edit] .user-form a:hover, [class*=user][class*=-edit] .user-form .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] .user-form .privacy:hover, [class*=user][class*=-edit] .user-form .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] .user-form .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .user-form {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  [class*=user][class*=-edit] .user-form {
    min-width: 58%;
    margin-left: 27%;
  }
}
[class*=user][class*=-edit] .user-form h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  [class*=user][class*=-edit] .user-form h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  [class*=user][class*=-edit] .user-form h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
[class*=user][class*=-edit] .user-form h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
[class*=user][class*=-edit] .user-form h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  [class*=user][class*=-edit] .user-form h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  [class*=user][class*=-edit] .user-form h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
[class*=user][class*=-edit] .user-form h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
[class*=user][class*=-edit] .user-form p,
[class*=user][class*=-edit] .user-form li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  [class*=user][class*=-edit] .user-form p,
  [class*=user][class*=-edit] .user-form li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
[class*=user][class*=-edit] .user-form ul {
  padding-left: 1em;
  list-style-type: none;
}
[class*=user][class*=-edit] .user-form ul > li {
  text-indent: -0.8em;
}
[class*=user][class*=-edit] .user-form ul :before {
  content: "– ";
}
[class*=user][class*=-edit] .user-form p + ul {
  margin-top: -1.5em;
}
[class*=user][class*=-edit] .user-form ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .user-form p,
  [class*=user][class*=-edit] .user-form ul,
  [class*=user][class*=-edit] .user-form li {
    color: black;
    /*  font-weight: 400 */
  }
}
[class*=user][class*=-edit] .user-form .field--name-field-full-name label,
[class*=user][class*=-edit] .user-form .field--name-field-first-name label,
[class*=user][class*=-edit] .user-form .field--name-field-last-name label,
[class*=user][class*=-edit] .user-form .form-item-name label,
[class*=user][class*=-edit] .user-form .form-item-mail label,
[class*=user][class*=-edit] .user-form .form-textarea-wrapper::before {
  font-weight: 500;
}
[class*=user][class*=-edit] .user-form .field--name-field-full-name {
  display: none;
}
[class*=user][class*=-edit] .user-form .form-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
[class*=user][class*=-edit] .user-form label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-align: right;
  padding-right: 0.5em;
  width: 40%;
}
[class*=user][class*=-edit] .user-form input,
[class*=user][class*=-edit] .user-form .form-textarea-wrapper {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 70%;
}
[class*=user][class*=-edit] .user-form .form-type-textfield input[style] {
  background-image: none !important;
}
[class*=user][class*=-edit] .user-form .form-textarea-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] .user-form .field--name-field-company label {
    visibility: hidden;
    font-size: 0px;
  }
  [class*=user][class*=-edit] .user-form .field--name-field-company label::before {
    visibility: visible;
    content: "Company ";
    font-size: 16px;
  }
}
[class*=user][class*=-edit] .user-form .field--name-field-hear-about .form-item {
  width: 100%;
  display: block;
}
[class*=user][class*=-edit] .user-form .field--name-message .form-textarea-wrapper::before,
[class*=user][class*=-edit] .user-form .field--name-field-message .form-textarea-wrapper::before {
  content: "Your question or comment";
  font-size: 1.1em;
}
[class*=user][class*=-edit] .user-form .field--name-message label,
[class*=user][class*=-edit] .user-form .form-required::after,
[class*=user][class*=-edit] .user-form .field--name-field-message label,
[class*=user][class*=-edit] .user-form .form-required::after {
  display: none;
}
[class*=user][class*=-edit] .user-form input.form-checkbox {
  margin-top: 0.35em;
}
[class*=user][class*=-edit] .user-form .form-textarea-wrapper textarea {
  border: 1px solid silver;
}
[class*=user][class*=-edit] .user-form .form-actions #edit-preview,
[class*=user][class*=-edit] .user-form .form-actions #edit-submit {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: 1.2em;
  background-color: hsl(0, 0%, 75%);
  margin-bottom: 0.5em;
  width: inherit;
  float: right;
}
[class*=user][class*=-edit] .user-form .form-actions #edit-submit {
  background-color: hsl(170, 45%, 60%);
}
@media only screen and (max-width: 479px) {
  [class*=user][class*=-edit] .user-form {
    width: 85%;
    margin-left: 15%;
  }
}
[class*=user][class*=-edit] .user-form .description {
  display: block;
  line-height: 1.25em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.8em;
  line-height: 1.1;
}
[class*=user][class*=-edit] .user-form .form-item {
  display: block;
  text-align: right;
}
[class*=user][class*=-edit] .user-form #edit-mail--description,
[class*=user][class*=-edit] .user-form #edit-name--description,
[class*=user][class*=-edit] .user-form #edit-pass--description {
  display: none;
}
[class*=user][class*=-edit] .user-form .form-type-password {
  margin: 0;
}
[class*=user][class*=-edit] .user-form #edit-pass label {
  font-weight: 300;
}
[class*=user][class*=-edit] .user-form .password-parent, [class*=user][class*=-edit] .user-form .confirm-parent {
  max-width: inherit;
}
[class*=user][class*=-edit] .user-form .password-strength__meter {
  position: relative;
  left: 11.25em;
  margin-top: 0.5em;
}
[class*=user][class*=-edit] .user-form .password-strength {
  padding-bottom: 0.5em;
}
[class*=user][class*=-edit] .user-form .password-strength__text {
  margin-left: 0;
}
[class*=user][class*=-edit] .user-form .password-suggestions {
  width: 50%;
  margin-left: 40%;
  margin-top: 0;
  text-align: left;
}
[class*=user][class*=-edit] .user-form .form-item-status input {
  width: inherit;
  margin-right: 0.5em;
}
[class*=user][class*=-edit] .user-form .form-type-textarea {
  text-align: left;
}
@media only screen and (max-width: 479px) {
  [class*=user][class*=-edit] .user-form label {
    display: inline-block;
  }
  [class*=user][class*=-edit] .user-form .form-type-textarea label {
    display: inline;
  }
}
[class*=user][class*=-edit] .user-form .field--name-field-first-name label,
[class*=user][class*=-edit] .user-form .field--name-field-last-name label {
  font-weight: 500;
}
[class*=user][class*=-edit] #block-investors-submenu {
  position: absolute;
  width: 20%;
  top: 24em;
  z-index: 1;
  left: 5%;
}
[class*=user][class*=-edit] #block-investors-submenu p {
  margin-bottom: 0.5em;
}
[class*=user][class*=-edit] #block-investors-submenu p a, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  [class*=user][class*=-edit] #block-investors-submenu p a, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
[class*=user][class*=-edit] #block-investors-submenu p a a:link, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a:link, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a:link, [class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms:link, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:link, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms:link, [class*=user][class*=-edit] #block-investors-submenu p a a:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a:visited, [class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:visited, [class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms:visited, [class*=user][class*=-edit] #block-investors-submenu p a a:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a:hover, [class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] #block-investors-submenu p a a:link, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a:link, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a:link, [class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms:link, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:link, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms:link, [class*=user][class*=-edit] #block-investors-submenu p a a:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a:visited, [class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:visited, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:visited, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:visited, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:visited, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:visited, [class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:visited, .path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:visited, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:visited, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:visited, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:visited, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms:visited, [class*=user][class*=-edit] #block-investors-submenu p a a:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a:hover, [class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
[class*=user][class*=-edit] #block-investors-submenu p a a:active, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:active, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a:active, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:active, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a:active,
[class*=user][class*=-edit] #block-investors-submenu p a a.is-active,
[class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active,
.path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a.is-active,
[class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active,
.path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a.is-active,
[class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy,
[class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy,
.path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy,
[class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy,
.path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy,
.path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy,
.path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy,
[class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms,
[class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms,
.path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms,
.path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms,
.path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms,
[class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms,
.path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
[class*=user][class*=-edit] #block-investors-submenu p a a.is-active, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a.is-active, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a.is-active, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a.is-active, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a.is-active, [class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy, [class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms, .path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms {
  font-style: italic;
  font-weight: 500;
}
[class*=user][class*=-edit] #block-investors-submenu p a a:link, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a:link, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a:link, [class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms:link, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:link, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms:link, [class*=user][class*=-edit] #block-investors-submenu p a a:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy a:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms a:hover, [class*=user][class*=-edit] #block-investors-submenu p a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p a .terms:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy .terms:hover, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
@media only screen and (max-width: 959px) {
  [class*=user][class*=-edit] #block-investors-submenu {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  [class*=user][class*=-edit] #block-investors-submenu {
    top: 18em;
  }
}
@media only screen and (max-width: 479px) {
  [class*=user][class*=-edit] #block-investors-submenu {
    top: 14em;
    font-size: 0.8em;
    line-height: 1em;
  }
  [class*=user][class*=-edit] #block-investors-submenu p a, [class*=user][class*=-edit] #block-investors-submenu p .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .privacy, [class*=user][class*=-edit] #block-investors-submenu p .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p .terms {
    padding-bottom: 0;
    margin-right: 3%;
  }
}
[class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .privacy, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
  font-style: italic;
  font-weight: 500;
}
[class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a a:link, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy a:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .privacy a:link, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms a:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .terms a:link, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .privacy:link, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .privacy .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:link, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms .privacy:link, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .terms .privacy:link, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .terms .privacy:link, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a .terms:link, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:link, .path-terms [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .terms:link, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .privacy .terms:link, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .privacy .terms:link, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms .terms:link, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .terms .terms:link, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a a:hover, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy a:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .privacy a:hover, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms a:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .terms a:hover, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .privacy:hover, .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .privacy .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-terms .path-privacy .footer-second .field--name-body .terms .privacy:hover, .path-privacy [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms .privacy:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .terms .privacy:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .terms .privacy:hover, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) a .terms:hover, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-privacy .path-terms .footer-second .field--name-body .privacy .terms:hover, .path-terms [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-privacy .footer-second .field--name-body .privacy .terms:hover, .path-privacy .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .privacy .terms:hover, .path-terms .path-privacy .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .privacy .terms:hover, [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .path-terms .footer-second .field--name-body .terms .terms:hover, .path-terms .footer-second .field--name-body [class*=user][class*=-edit] #block-investors-submenu p:nth-child(4) .terms .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}

.path-access-denied .region-content, .node-33 .region-content, .path-page-not-found .region-content, .node-34 .region-content, .path-system-403 .region-content, .path-system-404 .region-content {
  background-image: url("/sites/hampshire/files/images/backgrounds/legal.jpg");
}
.path-access-denied .region-content .node__content .field--name-body, .node-33 .region-content .node__content .field--name-body, .path-page-not-found .region-content .node__content .field--name-body, .node-34 .region-content .node__content .field--name-body, .path-system-403 .region-content .node__content .field--name-body, .path-system-404 .region-content .node__content .field--name-body {
  margin-top: -0.5em;
}
.path-access-denied .region-content #block-hampshire-content .block-content, .path-access-denied .region-content .field--name-body, .node-33 .region-content #block-hampshire-content .block-content, .node-33 .region-content .field--name-body, .path-page-not-found .region-content #block-hampshire-content .block-content, .path-page-not-found .region-content .field--name-body, .node-34 .region-content #block-hampshire-content .block-content, .node-34 .region-content .field--name-body, .path-system-403 .region-content #block-hampshire-content .block-content, .path-system-403 .region-content .field--name-body, .path-system-404 .region-content #block-hampshire-content .block-content, .path-system-404 .region-content .field--name-body {
  min-height: 15em;
}

/*
.node-34, .node-33 {
  p:first-child::before {
    @include content_panel_head_no-block-ID;
    content: "\A";
  }
}

.node-34 .block-content, .node-33 .block-content {
  p:first-child::before {
    content: "";
  }
}
*/
.path-system-403 #block-hampshire-content h2, .path-system-404 #block-hampshire-content h2 {
  color: hsla(0, 0%, 100%, 0);
}
.path-system-403 #block-hampshire-content .block-content, .path-system-404 #block-hampshire-content .block-content {
  background-color: hsla(0, 0%, 100%, 0.95);
  padding: 2em 0.9em;
  width: 37%;
  margin-left: 50%;
  font-size: 1.1em;
  line-height: 1.2;
}
.path-system-403 #block-hampshire-content .block-content a:link, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy:link, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms:link, .path-system-403 #block-hampshire-content .block-content a:visited, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy:visited, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms:visited, .path-system-403 #block-hampshire-content .block-content a:hover, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy:hover, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms:hover, .path-system-404 #block-hampshire-content .block-content a:link, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy:link, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms:link, .path-system-404 #block-hampshire-content .block-content a:visited, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy:visited, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms:visited, .path-system-404 #block-hampshire-content .block-content a:hover, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy:hover, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .path-system-403 #block-hampshire-content .block-content a:link, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy:link, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms:link, .path-system-403 #block-hampshire-content .block-content a:visited, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy:visited, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms:visited, .path-system-403 #block-hampshire-content .block-content a:hover, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy:hover, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms:hover, .path-system-404 #block-hampshire-content .block-content a:link, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy:link, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms:link, .path-system-404 #block-hampshire-content .block-content a:visited, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy:visited, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms:visited, .path-system-404 #block-hampshire-content .block-content a:hover, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy:hover, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.path-system-403 #block-hampshire-content .block-content a:active,
.path-system-403 #block-hampshire-content .block-content a.is-active,
.path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy,
.path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms, .path-system-404 #block-hampshire-content .block-content a:active,
.path-system-404 #block-hampshire-content .block-content a.is-active,
.path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy,
.path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.path-system-403 #block-hampshire-content .block-content a.is-active, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms, .path-system-404 #block-hampshire-content .block-content a.is-active, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms {
  font-style: italic;
  font-weight: 500;
}
.path-system-403 #block-hampshire-content .block-content a:link, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy:link, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms:link, .path-system-403 #block-hampshire-content .block-content a:hover, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy:hover, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms:hover, .path-system-404 #block-hampshire-content .block-content a:link, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy:link, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms:link, .path-system-404 #block-hampshire-content .block-content a:hover, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy:hover, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms:hover {
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 60%);
}
.path-system-403 #block-hampshire-content .block-content a:hover, .path-system-403 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .privacy:hover, .path-system-403 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-system-403 #block-hampshire-content .block-content .terms:hover, .path-system-404 #block-hampshire-content .block-content a:hover, .path-system-404 #block-hampshire-content .block-content .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .privacy:hover, .path-system-404 #block-hampshire-content .block-content .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .path-system-404 #block-hampshire-content .block-content .terms:hover {
  color: hsl(224, 58%, 35%);
}
@media only screen and (max-width: 767px) {
  .path-system-403 #block-hampshire-content .block-content, .path-system-404 #block-hampshire-content .block-content {
    min-width: 50%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 639px) {
  .path-system-403 #block-hampshire-content .block-content, .path-system-404 #block-hampshire-content .block-content {
    min-width: 58%;
    margin-left: 27%;
  }
}
.path-system-403 #block-hampshire-content .block-content h1, .path-system-404 #block-hampshire-content .block-content h1 {
  text-transform: uppercase;
  padding: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.1;
}
@media screen and (min-width: 479px) {
  .path-system-403 #block-hampshire-content .block-content h1, .path-system-404 #block-hampshire-content .block-content h1 {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 959px) {
  .path-system-403 #block-hampshire-content .block-content h1, .path-system-404 #block-hampshire-content .block-content h1 {
    font-size: 1.4em;
    line-height: 1.3em;
  }
}
.path-system-403 #block-hampshire-content .block-content h1:first-of-type, .path-system-404 #block-hampshire-content .block-content h1:first-of-type {
  padding-top: 0;
  margin-top: -0.5em;
}
.path-system-403 #block-hampshire-content .block-content h2, .path-system-404 #block-hampshire-content .block-content h2 {
  padding-bottom: 0.75em;
  font-size: 1.5em;
  line-height: 1.3;
  color: black;
}
@media screen and (min-width: 479px) {
  .path-system-403 #block-hampshire-content .block-content h2, .path-system-404 #block-hampshire-content .block-content h2 {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 959px) {
  .path-system-403 #block-hampshire-content .block-content h2, .path-system-404 #block-hampshire-content .block-content h2 {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}
.path-system-403 #block-hampshire-content .block-content h3, .path-system-404 #block-hampshire-content .block-content h3 {
  padding-bottom: 0.5em;
  color: hsl(0, 0%, 30%);
}
.path-system-403 #block-hampshire-content .block-content p,
.path-system-403 #block-hampshire-content .block-content li, .path-system-404 #block-hampshire-content .block-content p,
.path-system-404 #block-hampshire-content .block-content li {
  font-size: 1.1em;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .path-system-403 #block-hampshire-content .block-content p,
  .path-system-403 #block-hampshire-content .block-content li, .path-system-404 #block-hampshire-content .block-content p,
  .path-system-404 #block-hampshire-content .block-content li {
    font-size: 1.3em;
    line-height: 1.3;
  }
}
.path-system-403 #block-hampshire-content .block-content ul, .path-system-404 #block-hampshire-content .block-content ul {
  padding-left: 1em;
  list-style-type: none;
}
.path-system-403 #block-hampshire-content .block-content ul > li, .path-system-404 #block-hampshire-content .block-content ul > li {
  text-indent: -0.8em;
}
.path-system-403 #block-hampshire-content .block-content ul :before, .path-system-404 #block-hampshire-content .block-content ul :before {
  content: "– ";
}
.path-system-403 #block-hampshire-content .block-content p + ul, .path-system-404 #block-hampshire-content .block-content p + ul {
  margin-top: -1.5em;
}
.path-system-403 #block-hampshire-content .block-content ul + p, .path-system-404 #block-hampshire-content .block-content ul + p {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .path-system-403 #block-hampshire-content .block-content p,
  .path-system-403 #block-hampshire-content .block-content ul,
  .path-system-403 #block-hampshire-content .block-content li, .path-system-404 #block-hampshire-content .block-content p,
  .path-system-404 #block-hampshire-content .block-content ul,
  .path-system-404 #block-hampshire-content .block-content li {
    color: black;
    /*  font-weight: 400 */
  }
}
@media screen and (min-width: 767px) {
  .path-system-403 #block-hampshire-content .block-content, .path-system-404 #block-hampshire-content .block-content {
    font-size: 1.3em;
    line-height: 1.3;
  }
}

.maintenance-page {
  padding: 20% 30%;
}
.maintenance-page a:link, .maintenance-page .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .maintenance-page .privacy:link, .maintenance-page .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .maintenance-page .terms:link, .maintenance-page a:visited, .maintenance-page .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .maintenance-page .privacy:visited, .maintenance-page .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .maintenance-page .terms:visited, .maintenance-page a:hover, .maintenance-page .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .maintenance-page .privacy:hover, .maintenance-page .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .maintenance-page .terms:hover {
  text-decoration: none;
  border-bottom: none;
  color: hsl(0, 0%, 60%);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .maintenance-page a:link, .maintenance-page .path-privacy .footer-second .field--name-body .privacy:link, .path-privacy .footer-second .field--name-body .maintenance-page .privacy:link, .maintenance-page .path-terms .footer-second .field--name-body .terms:link, .path-terms .footer-second .field--name-body .maintenance-page .terms:link, .maintenance-page a:visited, .maintenance-page .path-privacy .footer-second .field--name-body .privacy:visited, .path-privacy .footer-second .field--name-body .maintenance-page .privacy:visited, .maintenance-page .path-terms .footer-second .field--name-body .terms:visited, .path-terms .footer-second .field--name-body .maintenance-page .terms:visited, .maintenance-page a:hover, .maintenance-page .path-privacy .footer-second .field--name-body .privacy:hover, .path-privacy .footer-second .field--name-body .maintenance-page .privacy:hover, .maintenance-page .path-terms .footer-second .field--name-body .terms:hover, .path-terms .footer-second .field--name-body .maintenance-page .terms:hover {
    color: hsl(0, 0%, 30%);
  }
}
.maintenance-page a:active,
.maintenance-page a.is-active,
.maintenance-page .path-privacy .footer-second .field--name-body .privacy,
.path-privacy .footer-second .field--name-body .maintenance-page .privacy,
.maintenance-page .path-terms .footer-second .field--name-body .terms,
.path-terms .footer-second .field--name-body .maintenance-page .terms {
  color: hsl(224, 58%, 35%);
  border-bottom: 1px solid hsl(224, 58%, 35%);
}
.maintenance-page a.is-active, .maintenance-page .path-privacy .footer-second .field--name-body .privacy, .path-privacy .footer-second .field--name-body .maintenance-page .privacy, .maintenance-page .path-terms .footer-second .field--name-body .terms, .path-terms .footer-second .field--name-body .maintenance-page .terms {
  font-style: italic;
  font-weight: 500;
}
.maintenance-page main {
  padding-top: 3em;
}

.node-33 .region-content #block-contact-submenu,
.node-34 .region-content #block-contact-submenu {
  display: none;
}
.node-33 .region-content .block-block-content,
.node-34 .region-content .block-block-content {
  min-height: 25em !important;
}
@media only screen and (max-width: 767px) {
  .node-33 .region-content .block-block-content,
  .node-34 .region-content .block-block-content {
    min-height: 20em !important;
  }
}
.node-33 .region-content .block-block-content::before,
.node-33 .region-content .block-block-content h2,
.node-34 .region-content .block-block-content::before,
.node-34 .region-content .block-block-content h2 {
  display: none;
}
.node-33 .region-content #block-hampshire-content > h2,
.node-34 .region-content #block-hampshire-content > h2 {
  display: block;
}
.node-33 .region-content #block-hampshire-content .node__content,
.node-34 .region-content #block-hampshire-content .node__content {
  padding: 2em 0.9em;
  margin-bottom: 3em;
  background-color: hsla(0, 0%, 100%, 0.95);
  color: hsl(0, 0%, 30%);
}
.node-33 .block-views,
.node-34 .block-views {
  display: none;
}
.node-33.path-people #block-hampshire-content,
.node-34.path-people #block-hampshire-content {
  margin-top: -3.5em;
}/*# sourceMappingURL=style.css.map */