@charset "UTF-8";
@import url(fonts.css);
.icon-facebook:before {
  content: "\e0a5"; }

.icon-mail:before {
  content: "\e047"; }

.icon-arrow:before {
  content: "\e009"; }

.icon-linkedin:before {
  content: "\e0b9"; }

.icon-share:before {
  content: "\EA05"; }

.icon-twitter:before {
  content: "\e0a7"; }

.icon-weibo:before {
  content: "\EA07"; }

.icon-download:before {
  content: "\EA08"; }

.icon-exclamation:before {
  content: "\EA09"; }

.icon-form-invalid:before {
  content: "\EA0A"; }

.icon-form-required:before {
  content: "\EA0B"; }

.icon-form-valid:before {
  content: "\EA0C"; }

.icon-info:before {
  content: "\EA0D"; }

.icon-quotation-mark:before {
  content: "\EA0E"; }

.icon-tick:before {
  content: "\EA0F"; }

.icon-arrow-left:before {
  content: "\EA10"; }

.icon-arrow-right:before {
  content: "\e009"; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  margin: 0;
  font: 16px/1 "miller-text", Georgia, "Times New Roman", Times, serif; }

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0; }

main,
li {
  display: block; }

ol,
ul {
  list-style: none; }

h1,
h2,
h3,
h4 {
  font-size: inherit; }

strong {
  font-weight: bold; }

a,
[role="button"],
.ajax,
.cta {
  color: inherit; }

a {
  text-decoration: none; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

blockquote,
q {
  quotes: none; }

body {
  font-family: nort, sans-serif;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern";
  font-kerning: normal;
  -webkit-font-smoothing: antialiased; }

.link,
.full-width-image-caption-credit a {
  display: inline;
  line-height: 1;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #0000ff;
  background: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-repeat: no-repeat;
  background-position: right 1.1em;
  background-size: 0% .25em;
  transition: background-size 0.3s; }

.link:hover,
.full-width-image-caption-credit a:hover {
  background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-size: 100% 0.25em;
  background-position: left 1.1em; }

.link.muted,
.full-width-image-caption-credit a.muted {
  color: #373737; }

.link-primary,
.full-width-image-caption-credit a {
  color: #0000ff; }

.link-secondary {
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.link-arrow,
.article-sidebar a.article-meta-link:not([class*="icon-"]),
.related-links .related-link,
.general-links .general-link,
.event-location .event-details .event-details-link a,
.event-location .event-map .event-details-link a {
  margin-right: 1.5em;
  transition: 0s 0s; }

.link-arrow:after,
.article-sidebar a.article-meta-link:not([class*="icon-"]):after,
.related-links .related-link:after,
.general-links .general-link:after,
.event-location .event-details .event-details-link a:after,
.event-location .event-map .event-details-link a:after {
  font-family: "Iconic";
  content: '\EA11';
  position: absolute;
  margin-left: 0.8em;
  font-size: 0.4em;
  vertical-align: middle;
  transition: margin-left 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.link-arrow:hover:after,
.article-sidebar a.article-meta-link:not([class*="icon-"]):hover:after,
.related-links .related-link:hover:after,
.general-links .general-link:hover:after,
.event-location .event-details .event-details-link a:hover:after,
.event-location .event-map .event-details-link a:hover:after {
  margin-left: 1.4em; }

.link:focus,
.full-width-image-caption-credit a:focus {
  outline: none; }

.eyebrow {
  font-weight: inherit;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.headline {
  font-size: 2.1154rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "miller-display", Georgia, "Times New Roman", serif;
  font-weight: 300; }

.subhead {
  font-size: 12pt;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.4; }

.body-copy-bold {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 700;
  margin-bottom: 1em; }

.arrow-left:before {
  font-family: 'Iconic';
  content: '\2190'; }

.arrow-right:before {
  font-family: 'Iconic';
  content: '\e009'; }

.medium-bg {
  background-color: #8e8e8e;
  color: #404040; }

.dark-bg {
  background-color: #2c2c2c;
  color: #fcfcfb; }

.case-study .body-copy-flexible.dark-bg a:not([class*="icon-"]),
.case-study .body-copy-flexible.medium-bg a:not([class*="icon-"]),
.body-copy-flexible.dark-bg a:not([class*="icon-"]),
.body-copy-flexible.medium-bg a:not([class*="icon-"]) {
  color: currentColor;
  text-decoration: underline; }

@media screen and (min-width: 1600px) {
  .body-copy-bold {
    font-size: 12pt; } }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Iconic' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-50%); }
  55% {
    transform: translateY(0); }
  70% {
    transform: translateY(-15%); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

@keyframes scrollIconBounce {
  0% {
    transform: translate(-50%, 0); }
  20% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -1em); }
  50% {
    transform: translate(-50%, 0); }
  60% {
    transform: translate(-50%, -0.25em); }
  80% {
    transform: translate(-50%, 0); }
  100% {
    transform: translate(-50%, 0); } }

@keyframes zoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes arrow-slidein {
  0% {
    opacity: 0;
    transform: translateX(-200%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes arrow-slideout {
  0% {
    opacity: 1;
    transform: translateX(0%); }
  100% {
    opacity: 0;
    transform: translateX(200%); } }

@keyframes onPlayVideo {
  0% {
    left: 0;
    opacity: 1; }
  99% {
    left: 0;
    opacity: 0; }
  100% {
    left: -100%;
    opacity: 0; } }

@keyframes underline_in {
  0% {
    width: 0;
    left: 0; }
  100% {
    width: 100%;
    left: 0; } }

@keyframes underline_out {
  0% {
    width: 100%;
    right: 0; }
  100% {
    width: 0;
    right: 0; } }

@keyframes submit_span_1 {
  to {
    opacity: 0;
    transform: translate(-50%, 250%); } }

@keyframes submit_2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes submit_3 {
  0% {
    border-top: 2px #0000ff solid;
    border-left: 0px #0000ff solid;
    border-right: 0px #0000ff solid;
    border-bottom: 0px #0000ff solid; }
  20% {
    border-top: 2px #0000ff solid;
    border-left: 2px #0000ff solid;
    border-right: 2px #0000ff solid;
    border-bottom: 2px #0000ff solid;
    box-shadow: inset 0 0 0 0 #0000ff; }
  100% {
    border-top: 1.75rem #0000ff solid;
    border-left: 1.75rem #0000ff solid;
    border-right: 1.75rem #0000ff solid;
    border-bottom: 1.75rem #0000ff solid; } }

@keyframes submit_4 {
  0% {
    border-bottom: 4px #fff solid;
    width: 0em;
    border-left: 4px #fff solid;
    height: 0em; }
  40% {
    border-bottom: 4px #fff solid;
    width: 0em;
    border-left: 4px #fff solid;
    height: 1em; }
  60% {
    border-bottom: 4px #fff solid;
    width: 0em;
    border-left: 4px #fff solid;
    height: 0.75em; }
  100% {
    border-bottom: 4px #fff solid;
    width: 1.5em;
    border-left: 4px #fff solid;
    height: 0.75em; } }

.wrapper {
  opacity: 0;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.wrapper + [data-loadmodule="showHideFooter"] {
  display: none; }

.wrapper.opened {
  animation-name: animateIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.9s;
  animation-fill-mode: forwards; }

.wrapper.opened.open {
  -ms-transform: none;
  transform: none; }

.wrapper.opened.open + [data-loadmodule="showHideFooter"] {
  display: block; }

.wrapper.opened.closing {
  animation-name: animateOut;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.32, 0.01, 0, 1);
  animation-duration: 0.9s; }

@keyframes animateIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animateOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

*[data-position] * {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.03, 0.46, 0.31, 0.97);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s; }

*[data-position="below-viewport"] * {
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  transition-duration: 0s;
  opacity: 0; }

.module[data-position] .module-content {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.03, 0.46, 0.31, 0.97);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s; }

.module[data-position="below-viewport"] .module-content {
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  transition-duration: 0s;
  opacity: 0; }

@keyframes fields_visible {
  0% {
    transform: translateY(100px);
    opacity: 0; }
  40% {
    transform: translateY(100px);
    opacity: 0; }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fields_hide {
  0% {
    opacity: 1;
    transform: translateY(0); }
  99% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(100px); } }

@keyframes linkunderlinein {
  0% {
    background-size: 0% 0.25em;
    background-position: left 1.1em; }
  100% {
    background-size: 100% 0.25em;
    background-position: left 1.1em; } }

@keyframes linkunderlineout {
  0% {
    background-size: 100% 0.25em;
    background-position: right 1.1em; }
  100% {
    background-size: 0% 0.25em;
    background-position: right 1.1em; } }

@keyframes navItemHover {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes heroFirstChild {
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

[class^="animated-"],
[class*=" animated-"] {
  opacity: 0;
  -ms-transform: translateY(2%);
  transform: translateY(2%);
  transition: transform 0.3s 0s cubic-bezier(0.32, 0.01, 0, 1), opacity 0.3s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.build-on-scroll[data-visible="true"] [class^="animated-"],
.build-on-scroll[data-has-animated] [class^="animated-"],
.build-on-hover:hover [class^="animated-"],
.build-on-scroll[data-visible="true"] [class*=" animated-"],
.build-on-scroll[data-has-animated] [class*=" animated-"],
.build-on-hover:hover [class*=" animated-"] {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0); }

.animated-1 {
  transition-delay: 0.1s; }

.animated-2 {
  transition-delay: 0.15s; }

.animated-3 {
  transition-delay: 0.2s; }

.animated-4 {
  transition-delay: 0.25s; }

.animated-5 {
  transition-delay: 0.3s; }

.animated-6 {
  transition-delay: 0.35s; }

.animated-7 {
  transition-delay: 0.4s; }

.animated-8 {
  transition-delay: 0.45s; }

.animated-9 {
  transition-delay: 0.5s; }

.animated-10 {
  transition-delay: 0.55s; }

.animated-11 {
  transition-delay: 0.6s; }

.animated-12 {
  transition-delay: 0.65s; }

.animated-13 {
  transition-delay: 0.7s; }

.animated-14 {
  transition-delay: 0.75s; }

.animated-15 {
  transition-delay: 0.8s; }

.animated-16 {
  transition-delay: 0.85s; }

.animated-17 {
  transition-delay: 0.9s; }

.animated-18 {
  transition-delay: 0.95s; }

.animated-19 {
  transition-delay: 1s; }

.animated-20 {
  transition-delay: 1.05s; }

.dark-hover .bg-zoom {
  transition: transform 0.5s cubic-bezier(0.32, 0.01, 0, 1); }

.dark-hover .bg-zoom:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.32, 0.01, 0, 1);
  content: ''; }

.dark-hover .dark-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background-color: transparent;
  z-index: 400;
  transition: background-color 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.dark-hover:hover .bg-zoom,
.dark-hover:focus .bg-zoom {
  -ms-transform: scale(1.075);
  transform: scale(1.075); }

.dark-hover:hover .bg-zoom:before,
.dark-hover:focus .bg-zoom:before {
  opacity: 0.2;
  transition: opacity 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.dark-hover:hover .dark-overlay,
.dark-hover:focus .dark-overlay {
  background-color: rgba(0, 0, 0, 0.12); }

.arrow-hover .arrow {
  opacity: 0;
  animation: 0.9s cubic-bezier(0.32, 0.01, 0, 1) 0s forwards arrow-slideout; }

.arrow-hover:hover .arrow,
.arrow-hover:focus .arrow {
  opacity: 1;
  animation: 0.9s cubic-bezier(0.32, 0.01, 0, 1) 0s forwards arrow-slidein; }

.dark-bg .module-content,
.medium-bg .module-content,
.light-bg .module-content,
.none .module-content {
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .dark-bg .module-content,
  .medium-bg .module-content,
  .light-bg .module-content,
  .none .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .dark-bg .module-content,
  .medium-bg .module-content,
  .light-bg .module-content,
  .none .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .dark-bg .module-content,
  .medium-bg .module-content,
  .light-bg .module-content,
  .none .module-content {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * .5); } }

.dark-bg + .dark-bg .module-content,
.medium-bg + .medium-bg .module-content,
.light-bg + .light-bg .module-content,
.none + .none .module-content,
.none + .light-bg .module-content {
  padding-top: calc(10vw * 0);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .dark-bg + .dark-bg .module-content,
  .medium-bg + .medium-bg .module-content,
  .light-bg + .light-bg .module-content,
  .none + .none .module-content,
  .none + .light-bg .module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .dark-bg + .dark-bg .module-content,
  .medium-bg + .medium-bg .module-content,
  .light-bg + .light-bg .module-content,
  .none + .none .module-content,
  .none + .light-bg .module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .dark-bg + .dark-bg .module-content,
  .medium-bg + .medium-bg .module-content,
  .light-bg + .light-bg .module-content,
  .none + .none .module-content,
  .none + .light-bg .module-content {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * .5); } }

.dark-bg + .medium-bg:before,
.dark-bg + .light-bg:before,
.dark-bg + .none:before {
  content: '';
  position: relative;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
  background-color: #373737;
  z-index: 1; }

@media screen and (orientation: portrait) {
  .dark-bg + .medium-bg:before,
  .dark-bg + .light-bg:before,
  .dark-bg + .none:before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .dark-bg + .medium-bg:before,
  .dark-bg + .light-bg:before,
  .dark-bg + .none:before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .dark-bg + .medium-bg:before,
  .dark-bg + .light-bg:before,
  .dark-bg + .none:before {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * 0); } }

.dark-bg + .medium-bg .module-content,
.dark-bg + .light-bg .module-content,
.dark-bg + .none .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .dark-bg + .medium-bg .module-content,
  .dark-bg + .light-bg .module-content,
  .dark-bg + .none .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .dark-bg + .medium-bg .module-content,
  .dark-bg + .light-bg .module-content,
  .dark-bg + .none .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .dark-bg + .medium-bg .module-content,
  .dark-bg + .light-bg .module-content,
  .dark-bg + .none .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .5); } }

.medium-bg + .dark-bg:before,
.medium-bg + .light-bg:before,
.medium-bg + .none:before {
  content: '';
  position: relative;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
  background-color: #f6f6f6;
  z-index: 1; }

@media screen and (orientation: portrait) {
  .medium-bg + .dark-bg:before,
  .medium-bg + .light-bg:before,
  .medium-bg + .none:before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .medium-bg + .dark-bg:before,
  .medium-bg + .light-bg:before,
  .medium-bg + .none:before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .medium-bg + .dark-bg:before,
  .medium-bg + .light-bg:before,
  .medium-bg + .none:before {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * 0); } }

.medium-bg + .dark-bg .module-content,
.medium-bg + .light-bg .module-content,
.medium-bg + .none .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .medium-bg + .dark-bg .module-content,
  .medium-bg + .light-bg .module-content,
  .medium-bg + .none .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .medium-bg + .dark-bg .module-content,
  .medium-bg + .light-bg .module-content,
  .medium-bg + .none .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .medium-bg + .dark-bg .module-content,
  .medium-bg + .light-bg .module-content,
  .medium-bg + .none .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .5); } }

.light-bg + .medium-bg,
.light-bg + .dark-bg,
.none + .medium-bg,
.none + .dark-bg {
  margin-top: calc(10vw * .5);
  margin-bottom: calc(10vw * 0);
  margin-left: 0;
  margin-right: 0; }

@media screen and (orientation: portrait) {
  .light-bg + .medium-bg,
  .light-bg + .dark-bg,
  .none + .medium-bg,
  .none + .dark-bg {
    margin-top: calc(15vw * .5);
    margin-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .light-bg + .medium-bg,
  .light-bg + .dark-bg,
  .none + .medium-bg,
  .none + .dark-bg {
    margin-top: calc(15vw * .5);
    margin-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .light-bg + .medium-bg,
  .light-bg + .dark-bg,
  .none + .medium-bg,
  .none + .dark-bg {
    margin-top: calc(10vw * .5);
    margin-bottom: calc(10vw * 0); } }

.light-bg + .medium-bg .module-content,
.light-bg + .dark-bg .module-content,
.none + .medium-bg .module-content,
.none + .dark-bg .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .light-bg + .medium-bg .module-content,
  .light-bg + .dark-bg .module-content,
  .none + .medium-bg .module-content,
  .none + .dark-bg .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .light-bg + .medium-bg .module-content,
  .light-bg + .dark-bg .module-content,
  .none + .medium-bg .module-content,
  .none + .dark-bg .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .light-bg + .medium-bg .module-content,
  .light-bg + .dark-bg .module-content,
  .none + .medium-bg .module-content,
  .none + .dark-bg .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .5); } }

*:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .dark-bg .module-content,
*:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .medium-bg .module-content,
*:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .light-bg .module-content,
*:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .none .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .dark-bg .module-content,
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .medium-bg .module-content,
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .light-bg .module-content,
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .none .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .dark-bg .module-content,
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .medium-bg .module-content,
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .light-bg .module-content,
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .none .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .dark-bg .module-content,
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .medium-bg .module-content,
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .light-bg .module-content,
  *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar):not(.hero-story) + .none .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .5); } }

.dark-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
  content: '';
  position: relative;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
  background-color: #373737;
  z-index: 1; }

@media screen and (orientation: portrait) {
  .dark-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .dark-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .dark-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * 0); } }

.medium-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
  content: '';
  position: relative;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
  background-color: #adadad;
  z-index: 1; }

@media screen and (orientation: portrait) {
  .medium-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .medium-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .medium-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * 0); } }

.light-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before,
.none + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
  content: '';
  position: relative;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
  background-color: #fcfcfb;
  z-index: 1; }

@media screen and (orientation: portrait) {
  .light-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before,
  .none + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .light-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before,
  .none + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .light-bg + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before,
  .none + *:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.site-social-share):not(.contact-promo):before {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * 0); } }

.fullWidthVideo.light-bg + .light-bg .fullWidthVideo.medium-bg + .medium-bg .module-content,
.fullWidthVideo.dark-bg + .dark-bg .module-content,
.full-width-image.light-bg + .light-bg .module-content,
.full-width-image.light-bg + .none .module-content,
.full-width-image.none + .light-bg .module-content,
.full-width-image.none + .none .module-content,
.full-width-image.medium-bg + .medium-bg .module-content,
.full-width-image.dark-bg + .dark-bg .module-content {
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .fullWidthVideo.light-bg + .light-bg .fullWidthVideo.medium-bg + .medium-bg .module-content,
  .fullWidthVideo.dark-bg + .dark-bg .module-content,
  .full-width-image.light-bg + .light-bg .module-content,
  .full-width-image.light-bg + .none .module-content,
  .full-width-image.none + .light-bg .module-content,
  .full-width-image.none + .none .module-content,
  .full-width-image.medium-bg + .medium-bg .module-content,
  .full-width-image.dark-bg + .dark-bg .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .fullWidthVideo.light-bg + .light-bg .fullWidthVideo.medium-bg + .medium-bg .module-content,
  .fullWidthVideo.dark-bg + .dark-bg .module-content,
  .full-width-image.light-bg + .light-bg .module-content,
  .full-width-image.light-bg + .none .module-content,
  .full-width-image.none + .light-bg .module-content,
  .full-width-image.none + .none .module-content,
  .full-width-image.medium-bg + .medium-bg .module-content,
  .full-width-image.dark-bg + .dark-bg .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .fullWidthVideo.light-bg + .light-bg .fullWidthVideo.medium-bg + .medium-bg .module-content,
  .fullWidthVideo.dark-bg + .dark-bg .module-content,
  .full-width-image.light-bg + .light-bg .module-content,
  .full-width-image.light-bg + .none .module-content,
  .full-width-image.none + .light-bg .module-content,
  .full-width-image.none + .none .module-content,
  .full-width-image.medium-bg + .medium-bg .module-content,
  .full-width-image.dark-bg + .dark-bg .module-content {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * .5); } }

@media screen and (min-width: 1200px) {
  body .wrapper .main-content .module:not(.hero-story) + .article-wrapper .site-social-share .module-content {
    margin-top: calc(10vw * 1) !important; } }

@media screen and (min-width: 1200px) {
  body .wrapper .main-content .article-wrapper .article-sidebar .module-content {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .dark-bg + .article-wrapper .body-copy-flexible .module-content,
  .medium-bg + .article-wrapper .body-copy-flexible .module-content,
  .light-bg + .article-wrapper .body-copy-flexible .module-content,
  .none + .article-wrapper .body-copy-flexible .module-content,
  .none + .article-wrapper .body-copy-flexible .module-content {
    padding-top: 0; } }

html {
  color: #404040;
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  z-index: 0;
  background-color: #fcfcfb; }

body.isOpenSiteNavigation {
  overflow-y: hidden; }

.hidden {
  display: none !important; }

.visually-hidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.hide-overflow {
  overflow: hidden; }

.news-item,
.case-study {
  position: relative; }

.wrapper {
  position: relative;
  background-color: #fcfcfb;
  z-index: 2; }

[role='main'] {
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #fcfcfb;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; }

[role='main']:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3rem;
  height: 3rem;
  width: 100%;
  border: none;
  margin: 0; }

.module {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }

.module-content {
  width: 100%;
  position: relative;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem);
  overflow: hidden; }

.article .module-content:first-of-type .headline {
  margin-top: 0; }

@media screen and (orientation: portrait) {
  .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * 1); } }

.module-content.full-width {
  padding-left: 0;
  padding-right: 0; }

.module .module-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }

@media screen and (min-width: 768px) {
  .hero-story .module-background {
    width: 100vw; }
  .hero-story .module-content {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * .5);
    padding-left: calc(10vw - 1rem);
    padding-right: calc(10vw - 1rem);
    overflow: hidden; } }

.module .module-background-image {
  width: 100%;
  height: 100%; }

.module .headline {
  position: relative; }

.module .headline:before {
  content: '';
  display: block;
  width: 10vw;
  min-width: 32px;
  max-width: 120px;
  height: 4px;
  background-color: #0000ff;
  border: none;
  margin: 0;
  margin-bottom: 0.5em; }

.module .headline.isSecond {
  content: none; }

.module .eyebrow {
  margin-bottom: 0.75em;
  font-size: 18pt !important;
  font-family: "League Gothic", sans-serif; }

.module .eyebrow.isFirst:before {
  display: inline-block;
  background: #0000ff;
  content: " ";
  position: relative;
  float: left;
  height: 4px;
  width: 40px;
  margin-top: 12px;
  margin-right: 12px;
  margin-left: -52px;
  transition: all 0.3s ease; }

.module .isFirst {
  -ms-flex-order: 2;
  order: 2; }

.module .isSecond {
  -ms-flex-order: 3;
  order: 3; }

.module .isSecond:before {
  content: none; }

.module .isThird {
  -ms-flex-order: 4;
  order: 4; }

.module .isFourth {
  -ms-flex-order: 5;
  order: 5; }

.module .isFifth {
  -ms-flex-order: 6;
  order: 6; }

.module.light-bg .module-background {
  background-color: #fcfcfb; }

.module.medium-bg .module-background {
  background-color: #f6f6f6; }

.module.dark-bg .module-background {
  background-color: #373737; }

.module [role="button"],
.module .ajax,
.module .cta {
  color: currentColor;
  background: transparent;
  border-style: solid;
  border: 0;
  border-radius: 0;
  font-family: nort, sans-serif;
  font-size: .8077rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  padding: 1.15em 3em;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  border: 2px solid rgba(64, 64, 64, 0.2);
  transition: all 0.2s cubic-bezier(0.32, 0.01, 0, 1); }

.module [role="button"]:hover,
.module [role="button"]:focus,
.module .ajax:hover,
.module .ajax:focus,
.module .cta:hover,
.module .cta:focus {
  cursor: pointer;
  outline: none;
  border: 2px solid #404040; }

.share-icon-container,
.contact-icon-container {
  display: inline-block;
  padding: 1px;
  cursor: pointer; }

.share-icon-container .share-icon,
.share-icon-container .profile-icon,
.contact-icon-container .share-icon,
.contact-icon-container .profile-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition-duration: 0.2s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.32, 0.01, 0, 1);
  transition-delay: 0;
  width: 4rem;
  height: 4rem;
  overflow: hidden; }

.share-icon-container .share-icon span,
.share-icon-container .profile-icon span,
.contact-icon-container .share-icon span,
.contact-icon-container .profile-icon span {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.site-social-links[data-visible] .share-icon-container .share-icon {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0; }

.site-social-links[data-visible="true"] .share-icon-container:nth-of-type(1) .share-icon,
.site-social-share[data-visible="true"] .share-icon-container:nth-of-type(1) .share-icon,
.reveal-footer + .site-info .site-social-links .share-icon-container:nth-of-type(1) .share-icon {
  transition-delay: 0.075s;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }

.site-social-links[data-visible="true"] .share-icon-container:nth-of-type(2) .share-icon,
.site-social-share[data-visible="true"] .share-icon-container:nth-of-type(2) .share-icon,
.reveal-footer + .site-info .site-social-links .share-icon-container:nth-of-type(2) .share-icon {
  transition-delay: 0.15s;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }

.site-social-links[data-visible="true"] .share-icon-container:nth-of-type(3) .share-icon,
.site-social-share[data-visible="true"] .share-icon-container:nth-of-type(3) .share-icon,
.reveal-footer + .site-info .site-social-links .share-icon-container:nth-of-type(3) .share-icon {
  transition-delay: 0.225s;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }

.site-social-links[data-visible="true"] .share-icon-container:nth-of-type(4) .share-icon,
.site-social-share[data-visible="true"] .share-icon-container:nth-of-type(4) .share-icon,
.reveal-footer + .site-info .site-social-links .share-icon-container:nth-of-type(4) .share-icon {
  transition-delay: 0.3s;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }

.site-social-links[data-visible="true"] .share-icon-container:nth-of-type(5) .share-icon,
.site-social-share[data-visible="true"] .share-icon-container:nth-of-type(5) .share-icon,
.reveal-footer + .site-info .site-social-links .share-icon-container:nth-of-type(5) .share-icon {
  transition-delay: 0.375s;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }

.site-social-links[data-visible="true"] .share-icon-container:nth-of-type(6) .share-icon,
.site-social-share[data-visible="true"] .share-icon-container:nth-of-type(6) .share-icon,
.reveal-footer + .site-info .site-social-links .share-icon-container:nth-of-type(6) .share-icon {
  transition-delay: 0.45s;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }

.site-social-links[data-visible="true"] .share-icon-container:nth-of-type(7) .share-icon,
.site-social-share[data-visible="true"] .share-icon-container:nth-of-type(7) .share-icon,
.reveal-footer + .site-info .site-social-links .share-icon-container:nth-of-type(7) .share-icon {
  transition-delay: 0.525s;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }

.site-social-links[data-has-anmiated] .share-icon-container .share-icon,
.site-social-links[data-has-anmiated] .share-icon-container .share-icon {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1; }

.article-wrapper {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

.hero-scroll-down-container {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding-bottom: 2em;
  transition: all 0.5s cubic-bezier(0.32, 0.01, 0, 1);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5; }

.hero-scroll-down-container .icon-arrow {
  font-size: .8077rem; }

.hero-scroll-down-container.hide {
  bottom: -2em;
  padding-bottom: 0; }

.light-green .hero-scroll-down-container,
.light-all .hero-scroll-down-container {
  color: #fcfcfb; }

@media only screen and (orientation: portrait) {
  .hero-scroll-down-container {
    bottom: 3em; } }

[disabled] {
  cursor: not-allowed; }

:-webkit-full-screen-ancestor > :not(:-webkit-full-screen-ancestor):not(:-webkit-full-screen) {
  opacity: 0 !important;
  z-index: -1 !important; }

:-webkit-full-screen-ancestor > body {
  height: initial; }

.page-tagline:not(.list-tile) + :-webkit-full-screen-ancestor {
  animation: none !important; }

@media screen and (min-width: 992px) {
  .share-icon-container {
    position: relative; }
  .module .headline.isFirst:before {
    height: 8px;
    width: 1em;
    margin-bottom: 0.5em; }
  .module .headline .eyebrow.isFirst:before {
    height: 4px;
    width: 2em;
    margin-bottom: 1em; } }

@media screen and (min-width: 1200px) {
  .module [role="button"],
  .module .ajax,
  .module .cta {
    font-size: 1rem; } }

@media screen and (min-width: 1600px) {
  .module .headline.isFirst:before,
  .module .eyebrow.isFirst:before {
    height: 8px; } }

.masthead {
  padding: 1.5rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  transition: transform 0.4s cubic-bezier(0.32, 0.01, 0, 1), color 0.2s cubic-bezier(0.32, 0.01, 0, 1), background-color 0s cubic-bezier(0.32, 0.01, 0, 1), padding 0.4s cubic-bezier(0.32, 0.01, 0, 1);
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: none; }

.masthead.white {
  color: #fcfcfb; }

.masthead.mini {
  color: #fcfcfb;
  background-color: #010101; }

.masthead.isOpen {
  color: #404040; }

.masthead .logo-image {
  fill: currentColor; }

.masthead.hiding {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.masthead.scrolled .masthead-left {
  padding-top: 0rem; }

.masthead.closing {
  background-color: transparent;
  transition: transform 0.6s cubic-bezier(0.32, 0.01, 0, 1), opacity 0.6s cubic-bezier(0.32, 0.01, 0, 1);
  -ms-transform: scale(0.9) translateY(5vh);
  transform: scale(0.9) translateY(5vh);
  opacity: 0; }

.masthead-scrollbar-mask {
  display: none; }

body.isOpenSiteNavigation .masthead {
  overflow-y: scroll; }

body.isOpenSiteNavigation .masthead-scrollbar-mask {
  width: 20px;
  background: #010101;
  height: 5rem;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  z-index: 1002; }

.masthead-left {
  -ms-flex-order: -1;
  order: -1;
  pointer-events: auto; }
  @media screen and (min-width: 1600px) {
    .masthead-left {
      padding-top: 1rem; } }
.masthead-right {
  pointer-events: auto;
  max-width: 760px; }

@media screen and (min-width: 768px) {
  .masthead {
    padding: 2rem 2rem 1rem; }
  .masthead.mini {
    padding: 1rem; }
  .masthead.isOpen {
    padding: 2rem; } }

@media screen and (min-width: 1200px) {
  .masthead {
    padding: 3rem 3rem 1.5rem; }
  .masthead.mini {
    padding: 1.5rem 2rem 1.25rem 2rem; }
  .masthead.isOpen {
    padding: 3rem; } }

@media screen and (min-width: 1600px) {
  .masthead {
    padding: 2rem 4rem 2rem; }
  .masthead.isOpen {
    padding: 4rem; } }

.site-info {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  z-index: 1; }

.site-info .footer-content {
  bottom: 0;
  left: 0;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem);
  width: 100%; }

.site-info .footer-logo {
  height: 3rem;
  width: 12.64rem;
  display: block;
  margin: 0 auto 1rem; }

.site-info .site-legal {
  font-family: nort, sans-serif;
  font-size: .8077rem;
  letter-spacing: .02em;
  line-height: 1.4;
  color: #373737;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
  opacity: 0.5; }

.site-info .site-legal .copyright {
  display: block;
  margin-bottom: 1em; }

.site-info .site-legal .legal-link {
  display: inline-block;
  margin-right: 2.2em;
  position: relative; }

.site-info .site-legal .legal-link a {
  background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%); }

.site-info .site-legal .legal-link:before {
  content: '·';
  position: absolute;
  left: -1.4em;
  top: 0;
  color: inherit; }

.site-info .site-legal .legal-link:nth-child(2):before {
  display: none; }

.site-info .site-legal .legal-link:last-of-type {
  margin-right: 0; }

.site-info .site-social-links {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
  margin-left: 0; }

.site-info .site-social-links .share-icon-container {
  position: relative; }

.site-info .site-social-links .share-icon-container:before {
  content: '';
  height: 2px;
  background: #0000ff;
  width: 0%;
  position: absolute;
  bottom: 0;
  border-bottom-width: 3px;
  display: block;
  left: auto;
  right: 0;
  transition-duration: 0.3s; }

.site-info .site-social-links .share-icon-container:hover:before {
  left: 0;
  right: auto;
  width: 100%; }

.site-info .site-social-links .share-icon {
  font-size: 1rem; }

.open.opened + .site-info .footer-content {
  transition: opacity 1s;
  transition-delay: 1s;
  opacity: 1; }

.open.opened.closing + .site-info .footer-content {
  transition: none;
  opacity: 0; }

@media screen and (min-width: 768px) {
  .site-info {
    height: auto; }
  .site-info .site-legal .copyright {
    display: inline-block;
    margin-right: 2.2em;
    margin-bottom: 0; }
  .site-info .site-legal .legal-link:nth-child(2):before {
    display: block; } }

@media screen and (min-width: 1200px) {
  .site-info {
    height: auto; }
  .site-info .beckandstone-logo {
    height: 4rem;
    width: 11rem; } }

@media screen and (min-width: 1600px) {
  .site-info {
    height: auto; }
  .site-info .site-details:before {
    height: 5px; } }

.body-copy-flexible {
  width: 100%;
  position: relative; }

.body-copy-flexible .module-content .article-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.body-copy-flexible .headline {
  font-size: 2.1154rem;
  margin-bottom: 1em;
  line-height: 1; }

.body-copy-flexible h1::-moz-selection,
.body-copy-flexible h2::-moz-selection,
.body-copy-flexible h3::-moz-selection,
.body-copy-flexible p::-moz-selection,
.body-copy-flexible blockquote::-moz-selection {
  background-color: rgba(64, 64, 64, 0.05); }

.body-copy-flexible h1::selection,
.body-copy-flexible h2::selection,
.body-copy-flexible h3::selection,
.body-copy-flexible p::selection,
.body-copy-flexible blockquote::selection {
  background-color: rgba(64, 64, 64, 0.05); }

.body-copy-flexible p, .body-copy-flexible blockquote {
  font-size: 12pt;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1.8em;
  line-height: 1.8; }

.body-copy-flexible h3 {
  font-size: 12pt;
  line-height: 1.4;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 700;
  margin-bottom: 1em; }

.body-copy-flexible h3 sup,
.body-copy-flexible h3 sub {
  font-size: 60%; }

.body-copy-flexible a:not([class*="icon-"]) {
  display: inline;
  line-height: 1;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #0000ff;
  background: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-repeat: no-repeat;
  background-position: right 1.1em;
  background-size: 0% .25em;
  transition: background-size 0.3s; }

.body-copy-flexible a:not([class*="icon-"]):hover {
  background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-size: 100% 0.25em;
  background-position: left 1.1em; }

.body-copy-flexible a.muted:not([class*="icon-"]) {
  color: #373737; }

.body-copy-flexible a-primary:not([class*="icon-"]) {
  color: #0000ff; }

.body-copy-flexible a-secondary:not([class*="icon-"]) {
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.body-copy-flexible a-arrow:not([class*="icon-"]) {
  margin-right: 1.5em;
  transition: 0s 0s; }

.body-copy-flexible a-arrow:not([class*="icon-"]):after {
  font-family: "Iconic";
  content: '\EA11';
  position: absolute;
  margin-left: 0.8em;
  font-size: 0.4em;
  vertical-align: middle;
  transition: margin-left 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.body-copy-flexible a-arrow:not([class*="icon-"]):hover:after {
  margin-left: 1.4em; }

.body-copy-flexible a:not([class*="icon-"]):focus {
  outline: none; }

.body-copy-flexible ul li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  padding-left: 1.5rem;
  text-indent: -1.5rem; }

.body-copy-flexible ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 1.1rem;
  background: #404040; }

.body-copy-flexible ol {
  list-style-type: none;
  counter-reset: li; }

.body-copy-flexible ol li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
  position: relative;
  margin-left: 0;
  padding-left: 1.5rem;
  text-indent: -1.5rem; }

.body-copy-flexible ol li:before {
  content: counter(li);
  counter-increment: li;
  font-size: 0.8077em;
  font-weight: 700;
  width: 1.5rem;
  display: inline-block;
  text-indent: 0; }

.body-copy-flexible ol li:last-of-type {
  margin-bottom: 0; }

.body-copy-flexible blockquote {
  width: 100%;
  margin-bottom: 2em;
  line-height: 1.8;
  margin-top: 2em; }

.body-copy-flexible blockquote p, .body-copy-flexible blockquote blockquote {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .015em;
  font-style: italic; }

.body-copy-flexible .module-header + p, .body-copy-flexible .module-header + blockquote {
  margin-top: 2em; }

.body-copy-flexible p + h3, .body-copy-flexible blockquote + h3,
.body-copy-flexible ul + h3,
.body-copy-flexible ol + h3 {
  padding-top: calc(10vw * .25);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0; }

@media screen and (orientation: portrait) {
  .body-copy-flexible p + h3, .body-copy-flexible blockquote + h3,
  .body-copy-flexible ul + h3,
  .body-copy-flexible ol + h3 {
    padding-top: calc(15vw * .25);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .body-copy-flexible p + h3, .body-copy-flexible blockquote + h3,
  .body-copy-flexible ul + h3,
  .body-copy-flexible ol + h3 {
    padding-top: calc(15vw * .25);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .body-copy-flexible p + h3, .body-copy-flexible blockquote + h3,
  .body-copy-flexible ul + h3,
  .body-copy-flexible ol + h3 {
    padding-top: calc(10vw * .25);
    padding-bottom: calc(10vw * 0); } }

.body-copy-flexible p + ol, .body-copy-flexible blockquote + ol,
.body-copy-flexible p + ul,
.body-copy-flexible blockquote + ul {
  margin-top: 1em; }

.body-copy-flexible ul + p, .body-copy-flexible ul + blockquote,
.body-copy-flexible ol + p,
.body-copy-flexible ol + blockquote {
  margin-top: 2em; }

.body-copy-flexible li p, .body-copy-flexible li blockquote {
  display: inline;
  margin-top: 0; }

.body-copy-flexible sup,
.body-copy-flexible sub {
  font-size: 75%; }

/*.body-copy-flexible img:not('.icon') {
    width: 100%;
    display: block;
    margin-top: 2em;
    margin-bottom: 2em
}*/
.body-copy-flexible figure {
  width: 100%;
  padding-top: calc(10vw * .25);
  padding-bottom: calc(10vw * .25);
  padding-left: 0;
  padding-right: 0; }

@media screen and (orientation: portrait) {
  .body-copy-flexible figure {
    padding-top: calc(15vw * .25);
    padding-bottom: calc(15vw * .25); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .body-copy-flexible figure {
    padding-top: calc(15vw * .25);
    padding-bottom: calc(15vw * .25); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .body-copy-flexible figure {
    padding-top: calc(10vw * .25);
    padding-bottom: calc(10vw * .25); } }

.body-copy-flexible figure > figure {
  padding-top: calc(10vw * 0);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0; }

@media screen and (orientation: portrait) {
  .body-copy-flexible figure > figure {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .body-copy-flexible figure > figure {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .body-copy-flexible figure > figure {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * 0); } }

.body-copy-flexible figure img {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.body-copy-flexible figure figcaption {
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 1em;
  font-weight: 700; }

.body-copy-flexible figure figcaption a {
  font-weight: 400;
  text-transform: none; }

.body-copy-flexible .footnotes-label {
  font-size: .8077rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  letter-spacing: .05em;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
  color: #b2b2b2;
  margin-top: calc(10vw * .25);
  margin-bottom: calc(10vw * 0);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
  font-weight: 500; }

@media screen and (orientation: portrait) {
  .body-copy-flexible .footnotes-label {
    margin-top: calc(15vw * .5);
    margin-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .body-copy-flexible .footnotes-label {
    margin-top: calc(15vw * .25);
    margin-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .body-copy-flexible .footnotes-label {
    margin-top: calc(10vw * .25);
    margin-bottom: calc(10vw * 0); } }

.body-copy-flexible .footnotes li {
  margin-bottom: 1em; }

.body-copy-flexible .footnotes li:before {
  color: #404040;
  font-size: .8077rem; }

.article-wrapper .body-copy-flexible[data-position] .module-content {
  transition-duration: 1.4s; }

.article-wrapper .body-copy-flexible .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * .25);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .article-wrapper .body-copy-flexible .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .25); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .article-wrapper .body-copy-flexible .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .25); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .article-wrapper .body-copy-flexible .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .25); } }

@media screen and (min-width: 768px) {
  .body-copy-flexible .headline {
    font-size: 2.6154rem; }
  .body-copy-flexible p, .body-copy-flexible blockquote {
    font-size: 12pt; }
  .body-copy-flexible h3 {
    font-size: 14pt; }
  .body-copy-flexible ul li {
    font-size: 1rem; }
  .body-copy-flexible ol li {
    font-size: 1rem; } }

@media screen and (min-width: 992px) {
  .body-copy-flexible .module-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
  .body-copy-flexible .article-content {
    width: calc(100% / 12 * 8); }
  .body-copy-flexible p, .body-copy-flexible blockquote {
    font-size: 14pt; }
  .body-copy-flexible ul li {
    font-size: 12pt; }
  .body-copy-flexible ol li {
    font-size: 12pt; }
  .body-copy-flexible blockquote p, .body-copy-flexible blockquote blockquote {
    font-size: 12pt; } }

@media screen and (min-width: 1200px) {
  .body-copy-flexible .article-content {
    width: calc(100% / 12 * 6); }
  .article-sidebar + .body-copy-flexible .module-background {
    display: none; } }

@media screen and (min-width: 1600px) {
  .body-copy-flexible .headline {
    font-size: 2.875rem; }
  .body-copy-flexible p, .body-copy-flexible blockquote {
    font-size: 14pt; }
  .body-copy-flexible h3 {
    font-size: 18pt;
    font-weight: 700;
    line-height: 1.6; }
  .body-copy-flexible ul li {
    font-size: 14pt; }
  .body-copy-flexible ul li:before {
    width: 7px;
    height: 7px;
    top: -3px; }
  .body-copy-flexible ol li {
    font-size: 14pt; }
  .body-copy-flexible .footnotes li:before {
    font-size: 12pt; } }

.article-sidebar {
  width: 100%;
  position: relative;
  background-color: #efefef; }

@media screen and (orientation: portrait) {
  .article-sidebar {
    min-height: 20vh; } }

.article-sidebar .article-meta {
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(100% / 12 * 8);
  font-style: normal; }

.article-sidebar .article-meta .client-brandmark {
  max-width: calc(100% / 12 * 6);
  margin: 0 0 2em; }

.article-sidebar .article-meta img {
  max-width: 10rem;
  max-height: 5rem;
  height: auto; }

.article-sidebar .article-meta li {
  display: block;
  list-style-type: none;
  page-break-inside: avoid;
  break-inside: avoid-column;
  line-height: 1;
  padding: 0;
  text-indent: 0; }

.article-sidebar .article-meta li:first-child {
  margin-top: 0; }

.article-sidebar .article-meta li:before {
  height: 0;
  width: 0;
  background-color: none;
  margin-right: 0;
  top: 0;
  display: none; }

.article-sidebar .article-meta .meta-label {
  font-size: .8077rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  letter-spacing: .05em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0.25em;
  display: block;
  color: #8e8e8e;
  font-weight: 500; }

.article-sidebar .article-meta .meta-name {
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  line-height: 1.4;
  max-width: 16em; }

.article-sidebar .article-meta .meta-detail {
  line-height: 1.4;
  display: block;
  margin-bottom: 0;
  max-width: 16em; }

.article-sidebar .article-meta .meta-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -0.2rem; }

.article-sidebar .article-meta .meta-social li:first-child {
  margin-left: -0.9rem; }

.article-sidebar .article-meta .meta-social li.contact-email:first-child {
  margin-left: -0.8rem; }

.article-sidebar .article-meta [class^="contact-"] [class^="icon-"] {
  font-size: 1rem;
  color: #0000ff;
  width: 3rem;
  height: 3rem; }

.article-sidebar .article-meta [class^="contact-"] .icon-mail[class^="icon-"] {
  font-size: .9rem; }

.article-sidebar .article-meta .contact-phone {
  margin-top: 0.7em; }

.article-sidebar .article-meta .contact-phone a {
  color: #404040;
  text-decoration: none; }

.article-sidebar .article-meta .contact-phone a:hover {
  color: #0000ff;
  text-decoration: none; }

.article-sidebar .article-meta .meta-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0; }

.article-sidebar .article-meta .meta-details > li {
  margin-bottom: 1.5em; }

.article-sidebar .article-meta .meta-details > li:last-child {
  margin-bottom: 0; }

.article-sidebar .article-meta .meta-details.discipline-meta .meta-detail {
  line-height: 1.2;
  margin-bottom: 0.25em;
  font-size: 12pt; }

.article-sidebar .article-meta .meta-details .meta-item {
  width: 100%; }

.article-sidebar .article-meta .meta-details .meta-item-link {
  margin-bottom: 1em; }

.article-sidebar .article-meta .meta-details .meta-item-link + .meta-item-link .sidebar-link:before {
  content: none; }

.article-sidebar a.article-meta-link:not([class*="icon-"]) {
  font-weight: 700;
  display: inline-block;
  margin-right: 0;
  position: relative;
  color: #404040;
  text-decoration: none;
  font-size: 1rem; }

/* .body-copy-flexible blockquote:before {
    font-family: "Iconic";
    content: '\e019';
    display: block;
    margin-left: -1.75em;
    font-size: 1.6rem;
    color: $blue;
    position: absolute;
    margin-top: -0.5rem;
} */
.article-sidebar a.article-meta-link:not([class*="icon-"]):after {
  margin-top: 0.8em; }

.article-sidebar a.article-meta-link:not([class*="icon-"]):before {
  display: none; }

.article-sidebar a.article-meta-link:not([class*="icon-"]):hover {
  color: #0000ff; }

.article-sidebar a.contact-telephone:not([class*="icon-"]) {
  font-weight: 400; }

.article-sidebar a.contact-telephone:not([class*="icon-"]):hover:before {
  content: none; }

.article-sidebar .sidebar-link:before {
  content: "";
  display: block;
  background-color: #efefef;
  border: none;
  margin-bottom: 1.8em;
  -ms-transform-origin: left;
  transform-origin: left;
  width: 1.6em;
  height: 4px; }

.article-wrapper.dark-bg .article-sidebar {
  background-color: rgba(255, 255, 255, 0.05); }

.article-wrapper.dark-bg .article-sidebar .article-meta .sidebar-link a {
  color: #fcfcfb; }

.case-study .article-sidebar .article-meta .sidebar-link a:hover {
  color: #373737; }

@media screen and (min-width: 768px) {
  .article-sidebar .article-meta .meta-details {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .article-sidebar .article-meta .meta-item {
    width: 45%; }
  .article-sidebar .article-meta .meta-item-link {
    width: 100%; } }

@media screen and (min-width: 992px) {
  .article-sidebar .article-meta {
    margin: 0 auto; }
  .article-sidebar .article-meta .contact-label {
    font-size: .6154rem; }
  .article-sidebar .article-meta .meta-label {
    font-size: .6154rem; } }

@media screen and (min-width: 1200px) {
  .article-sidebar {
    position: absolute;
    background-color: transparent;
    top: 0; }
  .article-sidebar .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .5);
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
    width: calc((100vw - (15vw - 2rem)) / 12 * 3);
    margin-left: calc(10vw - 1rem); } }

@media screen and (min-width: 1200px) and (orientation: portrait) {
  .article-sidebar .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .article-sidebar .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 1200px) and (min-width: 992px) and (orientation: portrait) {
  .article-sidebar .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .5); } }

@media screen and (min-width: 1200px) {
  .article-sidebar .article-meta {
    position: relative;
    width: 100%; }
  .article-sidebar .article-meta .meta-details,
  .article-sidebar .article-meta .client-brandmark {
    margin-left: 0;
    margin-right: 0; }
  .article-sidebar .article-meta .meta-item {
    width: 100%; }
  .article-sidebar .site-social-share {
    position: absolute;
    top: 15vw;
    right: calc(10vw - 1rem); }
  .article-wrapper.dark-bg .article-sidebar {
    background-color: transparent; } }

@media screen and (min-width: 1600px) {
  .article-sidebar .article-meta .meta-detail,
  .article-sidebar .article-meta .meta-name,
  .article-sidebar .article-meta a.contact-telephone:not([class*="icon-"]),
  .article-sidebar .article-meta a.article-meta-link:not([class*="icon-"]) {
    font-size: 12pt; }
  .article-sidebar .article-meta .meta-label {
    font-size: .8077rem; }
  .article-sidebar .article-meta.discipline-meta .meta-detail {
    font-size: 1.6154rem; } }

.contact-promo {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (orientation: portrait) {
  .contact-promo {
    min-height: 100vw; } }

.contact-promo .module-background .module-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.contact-promo .promo-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.contact-promo .promo-content .eyebrow {
  font-size: 1rem;
  color: #0000ff;
  margin-bottom: 0.25em; }

.contact-promo .promo-content .headline {
  font-size: 2.1154rem;
  line-height: 1.1;
  color: #fcfcfb; }

.contact-promo .promo-content .headline:before {
  content: none; }

.contact-promo .promo-content .subhead {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2.1154rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #0000ff;
  padding-bottom: 3px; }

.contact-promo .promo-content .subhead:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .contact-promo .promo-content .headline {
    font-size: 3.4231rem; }
  .contact-promo .promo-content .subhead {
    font-size: 3.4231rem; } }

@media screen and (min-width: 992px) {
  .contact-promo {
    min-height: 40vw; }
  .contact-promo .promo-content .headline {
    font-size: 4.2308rem; }
  .contact-promo .promo-content .subhead {
    font-size: 4.2308rem; }
  .contact-promo .promo-content .subhead .link:before,
  .contact-promo .promo-content .subhead .full-width-image-caption-credit a:before,
  .full-width-image-caption-credit .contact-promo .promo-content .subhead a:before {
    content: '';
    border-bottom-width: 4px;
    bottom: -0.1em; }
  .contact-promo .promo-content .subhead .link:hover,
  .contact-promo .promo-content .subhead .full-width-image-caption-credit a:hover,
  .full-width-image-caption-credit .contact-promo .promo-content .subhead a:hover {
    text-decoration: none; } }

@media screen and (min-width: 1600px) {
  .contact-promo {
    min-height: 35vw; }
  .contact-promo .promo-content .eyebrow {
    font-size: 12pt;
    font-weight: 400; }
  .contact-promo .promo-content .headline {
    font-size: 4rem; }
  .contact-promo .promo-content .subhead {
    font-size: 4rem; } }

.contact-hero {
  height: 90vh;
  min-height: 500px; }

.contact-hero .module-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }

.contact-hero .module-content .contact-hero-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.contact-hero .module-background {
  background-color: #4a4242; }

.contact-hero .module-background-image {
  display: none; }

.touch .hide-contact-hero-background-filter .contact-hero .module-background filter {
  display: none; }

.contact-hero .headline {
  color: #fcfcfb;
  margin-bottom: 0.3em; }

.contact-hero .subhead {
  color: #fcfcfb;
  max-width: 30em;
  margin-bottom: 2em;
  font-size: .8077rem; }

.contact-hero .link:before,
.contact-hero .full-width-image-caption-credit a:before,
.full-width-image-caption-credit .contact-hero a:before {
  bottom: -0.4em;
  border-bottom-width: 2px; }

.contact-hero .contact-options[data-position] .contact-options-item {
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.32, 0.01, 0, 1);
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0); }

.contact-hero .contact-options[data-position="below-viewport"] .contact-options-item {
  -ms-transform: translateY(250%);
  transform: translateY(250%);
  opacity: 0;
  transition-duration: 0s; }

.contact-hero .contact-options-item {
  text-transform: uppercase;
  width: auto;
  margin-bottom: 2em;
  font-size: .8077rem; }

.contact-hero .contact-options-item .link,
.contact-hero .contact-options-item .full-width-image-caption-credit a,
.full-width-image-caption-credit .contact-hero .contact-options-item a {
  color: #fcfcfb; }

.contact-hero .contact-options-item .link:before,
.contact-hero .contact-options-item .full-width-image-caption-credit a:before,
.full-width-image-caption-credit .contact-hero .contact-options-item a:before {
  border-bottom-color: #0000ff; }

.contact-hero .contact-options-item .link:hover,
.contact-hero .contact-options-item .full-width-image-caption-credit a:hover,
.full-width-image-caption-credit .contact-hero .contact-options-item a:hover {
  color: #0000ff; }

@media screen and (min-width: 768px) {
  .contact-hero .contact-hero-content .headline {
    font-size: 4.2308rem;
    max-width: 6em; }
  .contact-hero .contact-hero-content .subhead {
    font-size: 1rem; }
  .contact-hero .contact-options-item {
    display: inline-block;
    margin-right: 2em; } }

@media screen and (min-width: 992px) {
  .contact-hero .module-background-image {
    display: inline; }
  .contact-hero .contact-hero-content {
    width: calc(100% / 12 * 10); }
  .contact-hero .contact-hero-content .headline {
    font-size: 4.2308rem;
    max-width: none; } }

@media screen and (min-width: 1600px) {
  .contact-hero .contact-hero-content .headline {
    font-size: 5.5385rem; }
  .contact-hero .contact-hero-content .subhead {
    font-size: 12pt; }
  .contact-hero .contact-options-item {
    font-size: 1rem; } }

.logo {
  transition: all 0.1s cubic-bezier(0.32, 0.01, 0, 1);
  width: 7rem;
  height: 1.5rem;
  margin-top: -.3em; }

.logo-text {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.logo-image {
  width: 100%;
  height: 100%;
  fill: #404040; }

.inverted .logo-image {
  fill: #fff; }

.logo.white .logo-image {
  fill: #fff; }

@media screen and (min-width: 992px) {
  .logo {
    width: 8.625rem;
    height: 1.8125rem; } }

@media screen and (min-width: 1600px) {
  .logo {
    width: 9.5rem;
    height: 2rem; } }

.navTrigger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter, opacity, filter;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  height: 1.375rem;
  width: 2rem;
  color: currentColor; }

.navTrigger:focus {
  outline: none; }

.navTrigger-instructions {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.navTrigger-outer {
  height: 1.375rem;
  display: block;
  position: relative; }

.navTrigger-inner {
  display: block;
  top: 50%;
  margin-top: -.125rem;
  transition: transform 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.navTrigger-inner:before,
.navTrigger-inner:after {
  content: '';
  display: block; }

.navTrigger-inner,
.navTrigger-inner:before,
.navTrigger-inner:after {
  width: 100%;
  height: .25rem;
  background-color: currentColor;
  position: absolute; }

.navTrigger-inner:before {
  top: -.5em;
  transition: top 0.2s 0.5s cubic-bezier(0.32, 0.01, 0, 1), opacity 0s 0.5s linear, transform 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1), margin-top 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.navTrigger-inner:after {
  bottom: -.5em;
  transition: bottom 0.2s 0.5s cubic-bezier(0.32, 0.01, 0, 1), transform 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1), margin-bottom 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.navTrigger:hover:not(.isOpen) .navTrigger-inner:before {
  margin-top: -.2em; }

.navTrigger:hover:not(.isOpen) .navTrigger-inner:after {
  margin-bottom: -.2em; }

.navTrigger.white {
  color: #fcfcfb; }

.navTrigger.isOpen .navTrigger-inner {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: transform 0.5s 0.2s cubic-bezier(0.32, 0.01, 0, 1); }

.navTrigger.isOpen .navTrigger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.32, 0.01, 0, 1), opacity 0s 0.2s linear; }

.navTrigger.isOpen .navTrigger-inner:after {
  bottom: 0;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.2s cubic-bezier(0.32, 0.01, 0, 1), transform 0.5s 0.2s cubic-bezier(0.32, 0.01, 0, 1); }

.site-navigation {
  position: fixed;
  z-index: 911;
  width: 100%;
  height: 0;
  left: 0;
  overflow: hidden;
  color: #fcfcfb;
  transition: height 0s 2s linear; }

.site-navigation.closing {
  background-color: #fcfcfb; }

.site-navigation.closing .site-navigation--nav,
.site-navigation.isOpen.closing .site-navigation--nav {
  transition: all 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0; }

.site-navigation.isOpen {
  height: 100%;
  transition: height 0s 0s linear;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

.site-navigation.isOpen .site-navigation--nav {
  opacity: 1;
  transition: opacity 0.2s 0s cubic-bezier(0.03, 0.46, 0.31, 0.97); }

.site-navigation.isOpen .site-navigation--primary-links .site-navigation--link-container {
  transition: all 0.3s cubic-bezier(0.03, 0.46, 0.31, 0.97); }

.site-navigation.isOpen .site-navigation--primary-links .site-navigation--link-container:nth-of-type(9n+0) {
  transition-delay: 0s; }

.site-navigation.isOpen .site-navigation--primary-links .site-navigation--link-container:nth-of-type(9n+1) {
  transition-delay: .05s; }

.site-navigation.isOpen .site-navigation--primary-links .site-navigation--link-container:nth-of-type(9n+2) {
  transition-delay: .1s; }

.site-navigation.isOpen .site-navigation--primary-links .site-navigation--link-container:nth-of-type(9n+3) {
  transition-delay: .15s; }

.site-navigation.isOpen .site-navigation--primary-links .site-navigation--link-container:nth-of-type(9n+4) {
  transition-delay: .2s; }

.site-navigation.isOpen .site-navigation--primary-links .site-navigation--link-container:nth-of-type(9n+5) {
  transition-delay: .25s; }

.site-navigation.isOpen .site-navigation--primary-links .site-navigation--link-container:nth-of-type(9n+6) {
  transition-delay: .3s; }

.site-navigation.isOpen .site-navigation--primary-links .site-navigation--link-container:nth-of-type(9n+7) {
  transition-delay: .35s; }

.site-navigation.isOpen .site-navigation--secondary-links {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  transition: all 0.5s cubic-bezier(0.03, 0.46, 0.31, 0.97); }

.site-navigation.isOpen .site-navigation--link-container {
  opacity: 1;
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.site-navigation--nav {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto;
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * 1);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  background-color: #010101;
  transition: opacity 0.5s cubic-bezier(0.03, 0.46, 0.31, 0.97); }

@media screen and (orientation: portrait) {
  .site-navigation--nav {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .site-navigation--nav {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .site-navigation--nav {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * 1); } }

.site-navigation--link-container {
  opacity: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.35s cubic-bezier(0.03, 0.46, 0.31, 0.97); }

.site-navigation--link-container:after {
  display: inline;
  content: '/';
  color: #0000ff;
  font-weight: 400;
  position: relative;
  margin-left: 0.5em;
  margin-right: 0.5em; }

.site-navigation--link-container:last-of-type:after {
  display: none; }

.site-navigation--link-container span:not(.skinny) {
  font-size: 1rem;
  margin-left: 0.5em; }

.site-navigation--link-container .skinny {
  font-weight: 200; }

.site-navigation--link-container .link--underline.active {
  pointer-events: none;
  color: #0000ff; }

.site-navigation--link-container .link--underline.active:before,
.site-navigation--link-container .link--underline.active:after {
  display: none;
  animation: none; }

.site-navigation--primary-links {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  line-height: 2;
  font-weight: normal;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5em;
  font-size: calc(1rem + 1vw);
  letter-spacing: 0.5rem;
  list-style: none;
  width: 100%; }

@media screen and (orientation: portrait) {
  .site-navigation--primary-links {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: calc(1.5rem + 1vw);
    letter-spacing: 0.5rem; } }

.site-navigation--primary-links .note {
  letter-spacing: 0; }

@media screen and (orientation: portrait) {
  .site-navigation--primary-links .site-navigation--link-container:after {
    content: none; } }

.site-navigation--secondary-links {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.25rem;
  font-weight: 700;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.35s cubic-bezier(0.03, 0.46, 0.31, 0.97); }

@media screen and (orientation: portrait) {
  .site-navigation--secondary-links {
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.site-navigation--secondary-links .site-navigation--link-container {
  margin-bottom: 0.5em; }

@media screen and (min-width: 768px) {
  .site-navigation--nav {
    -ms-flex-align: center;
    align-items: center; }
  .site-navigation--primary-links {
    font-size: 3.4231rem; }
  .site-navigation--secondary-links {
    font-size: 12pt; } }

@media screen and (min-width: 992px) {
  .site-navigation--nav {
    padding-top: 10vw; }
  .site-navigation--primary-links {
    font-size: 2.1154rem; }
  .site-navigation--secondary-links {
    font-size: 1rem; } }

@media screen and (min-width: 1200px) {
  .site-navigation--primary-links {
    font-size: 2.6154rem; }
  .site-navigation--secondary-links {
    font-size: 12pt; } }

@media screen and (min-width: 1600px) {
  .site-navigation--primary-links {
    font-size: 3.4231rem; }
  .site-navigation--secondary-links {
    font-size: 1.6154rem; } }

.pull-quote {
  text-align: center;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible; }

.pull-quote .module-background {
  background-color: #373737; }

.pull-quote .module-content {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fcfcfb; }

.pull-quote .eyebrow.quotation-mark:before {
  font-family: "Iconic";
  content: '\EA0E';
  display: block;
  color: #0000ff;
  margin-bottom: 1.5em;
  font-size: 12pt; }

.pull-quote blockquote {
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 0.2rem solid #0000ff;
  width: 80%;
  padding-left: 1em;
  margin: 2em 0;
  border: 0;
  margin: 0 auto; }

.pull-quote blockquote p, .pull-quote blockquote blockquote {
  font-size: 12pt;
  line-height: 1.5;
  letter-spacing: .015em;
  font-style: italic;
  font-weight: 400; }

.pull-quote blockquote p, .pull-quote blockquote blockquote {
  line-height: 1.6;
  max-width: 30em;
  margin: 0 auto; }

.pull-quote cite {
  font-size: 10pt;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 1em;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-style: normal;
  margin-top: 1rem;
  display: flex;
  flex-direction: column; }

.pull-quote .credit-pic {
  display: block;
  border-radius: 50%;
  margin: 2rem auto 1rem;
  width: 4rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }

.pull-quote .credit-pic:before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block; }

.pull-quote.pull-quote-standard .eyebrow {
  color: #0000ff; }

.pull-quote.pull-quote-standard cite {
  text-transform: auto; }

.pull-quote.pull-quote-standard cite .credit-name,
.pull-quote.pull-quote-standard cite .credit-title {
  display: inline-block; }

.pull-quote.pull-quote-standard cite .credit-name {
  font-weight: 700; }

.pull-quote.pull-quote-lead .eyebrow {
  color: #fcfcfb; }

.pull-quote.pull-quote-lead cite .credit-name,
.pull-quote.pull-quote-lead cite .credit-title {
  display: block; }

.pull-quote.pull-quote-lead cite .credit-name {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
  margin-bottom: 0;
  letter-spacing: 0.05em; }

.pull-quote.pull-quote-lead cite .credit-title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  opacity: 0.5; }

@media screen and (min-width: 768px) {
  .pull-quote .eyebrow,
  .pull-quote cite {
    font-size: 10pt; }
  .pull-quote blockquote p, .pull-quote blockquote blockquote {
    font-size: 2.1154rem; }
  .pull-quote .credit-pic {
    width: 5rem; } }

@media screen and (min-width: 961px) {
  .pull-quote cite {
    display: block;
    font-size: 11pt; } }

@media screen and (min-width: 1440px) {
  .pull-quote .eyebrow,
  .pull-quote cite {
    font-size: 12pt; }
  .pull-quote .eyebrow.quotation-mark:before {
    font-size: 1.6154rem;
    margin-bottom: 1.5em; }
  .pull-quote blockquote {
    width: calc(100% / 12 * 10); }
  .pull-quote blockquote p, .pull-quote blockquote blockquote {
    font-size: 3.4231rem; }
  .pull-quote.pull-quote-lead cite .credit-name {
    font-size: 12pt;
    line-height: 1.5;
    letter-spacing: 0em;
    font-family: nort, sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
    margin-bottom: 0; }
  .pull-quote.pull-quote-lead cite .credit-title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-family: nort, sans-serif;
    font-weight: 400;
    margin-bottom: 1em; } }

.full-width-image {
  position: relative;
  overflow: hidden; }

.full-width-image-toggle {
  position: absolute;
  bottom: 1rem;
  left: 1rem; }

.full-width-image-toggle-btn {
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(169, 192, 0, 0.7);
  display: block;
  position: relative;
  border-radius: 50%;
  background-clip: content-box;
  transition: all 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1);
  z-index: 100; }

.full-width-image-toggle-btn:before,
.full-width-image-toggle-btn:after {
  content: '';
  display: block;
  width: .1875rem;
  background-color: rgba(169, 192, 0, 0.7);
  position: absolute;
  -ms-transform: translateX(-50%) translateY(0%) rotate(0deg);
  transform: translateX(-50%) translateY(0%) rotate(0deg);
  transition: all 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.full-width-image-toggle-btn:before {
  height: .1875rem;
  top: 20%;
  left: 50%; }

.full-width-image-toggle-btn:after {
  height: .625rem;
  top: 42%;
  left: 50%; }

.full-width-image-toggle-btn:hover .full-width-image-toggle-btn,
.full-width-image-toggle-btn:focus .full-width-image-toggle-btn {
  border: 2px solid #0000ff;
  transition: all 0s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.full-width-image-toggle-btn.is-active:before,
.full-width-image-toggle-btn.is-active:after {
  height: .9375rem;
  position: absolute;
  top: 50%;
  left: 50%; }

.full-width-image-toggle-btn.is-active:before {
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.full-width-image-toggle-btn.is-active:after {
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

.full-width-image-toggle-btn-cta {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.full-width-image-caption {
  background-color: rgba(55, 55, 55, 0.8);
  color: #fcfcfb;
  font-size: .8077rem;
  line-height: 1.4;
  font-weight: bold;
  min-height: 3.75rem;
  padding: 1.25rem 1.0625rem 1.25rem 4.375rem;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.2s cubic-bezier(0.32, 0.01, 0, 1) 0.1s;
  position: absolute;
  bottom: 0;
  width: 100%; }

.full-width-image-caption.is-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.full-width-image-caption-body {
  margin-bottom: 0.25em;
  margin-right: 0.2em; }

.full-width-image-caption-credit {
  font-weight: normal;
  line-height: 1.3; }

.full-width-image-caption-credit a {
  line-height: 1.3; }

.full-width-image .module-background {
  position: relative;
  width: auto;
  height: auto; }

.full-width-image .full-width-image-img {
  width: 100%;
  display: block; }

.full-width-image-fixed {
  height: 40vh;
  max-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.32, 0.01, 0, 1) 0.1s; }

.full-width-image-fixed .full-width-image-img {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .full-width-image-caption {
    font-size: 1rem; }
  .full-width-image-fixed {
    height: 60vh; } }

@media screen and (min-width: 992px) {
  .full-width-image-fixed {
    height: 80vh;
    background-attachment: fixed; } }

.fullWidthVideo-still-img-container {
  position: relative;
  z-index: 300;
  opacity: 1;
  transition: opacity 2s, z-index 2s;
  max-height: 100vh;
  overflow: hidden; }

.fullWidthVideo-still-img {
  width: 100%; }

.fullWidthVideo-toggle-btn {
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 301;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  border: solid #fff;
  border-radius: 50%;
  display: none;
  background-color: rgba(64, 64, 64, 0.15); }

.player-ready .fullWidthVideo-toggle-btn {
  display: block; }

.fullWidthVideo-toggle-btn:before {
  content: '';
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fff;
  position: absolute;
  left: 55%;
  top: 50%;
  -ms-transform: scale(1) translateX(-55%) translateY(-50%);
  transform: scale(1) translateX(-55%) translateY(-50%); }

.fullWidthVideo-toggle-btn-cta {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.fullWidthVideo-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 4s; }

.fullWidthVideo .fullWidthVideo-still-img {
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s; }

.fullWidthVideo .dark-overlay {
  display: none; }

.fullWidthVideo.player-ready .play-button {
  display: inline-block; }

.fullWidthVideo.player-ready .dark-overlay {
  display: block; }

.fullWidthVideo.player-ready .video-wrapper:hover {
  cursor: pointer; }

.fullWidthVideo.player-ready .video-wrapper:hover .fullWidthVideo-toggle-btn {
  background-color: rgba(64, 64, 64, 0.8);
  transition: background-color 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1), transform 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1);
  -ms-transform: scale(1.1) translateX(-45%) translateY(-45%);
  transform: scale(1.1) translateX(-45%) translateY(-45%); }

.fullWidthVideo.player-ready .video-wrapper:hover .fullWidthVideo-toggle-btn:before {
  transition: transform 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1);
  -ms-transform: scale(1.25) translateX(-45%) translateY(-40%);
  transform: scale(1.25) translateX(-45%) translateY(-40%); }

.fullWidthVideo.is-active .module-background,
.fullWidthVideo.is-active .fullWidthVideo-still-img-container {
  z-index: -1;
  opacity: 0; }

.fullWidthVideo.is-active .fullWidthVideo-embed {
  opacity: 1; }

.fullWidthVideo .module-background {
  position: relative;
  width: auto;
  height: auto; }

.fullWidthVideo .video-wrapper {
  position: relative;
  overflow: hidden; }

*:not(.dark-bg):not(.medium-bg):not(.light-bg):not(.none):not(.article-sidebar) + .fullWidthVideo.light-bg .module-content {
  padding-left: 10vw;
  padding-right: 10vw; }

.hero-story {
  height: 100vh;
  position: relative; }

.hero-story .module-background {
  background-color: #4a4242; }

.hero-story .module-background-video {
  min-width: 100%;
  min-height: 100%; }

.hero-story .module-background-video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none; }

.hero-story .module-background--video-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover; }

.hero-story .module-content {
  position: absolute;
  display: flex;
  bottom: 10vh;
  z-index: 300;
  transition: opacity 2s, z-index 2s;
  pointer-events: none;
  padding-top: calc(5vw * .5);
  padding-bottom: calc(5vw * .5);
  padding-left: calc(5vw - 1rem);
  padding-right: calc(5vw - 1rem); }

.hero-story .featured-content-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: end;
  align-items: flex-end; }

.hero-story .hero-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: auto;
  margin-bottom: 5%;
  position: relative;
  padding-top: calc(5vw * .5);
  padding-bottom: calc(5vw * .5);
  padding-left: 1rem;
  padding-right: 1rem; }

.home .hero-story .hero-content {
  margin-top: 25vh; }

.hero-story .hero-content .eyebrow {
  font-size: .8077rem;
  line-height: 1.1; }

.hero-story .hero-content .headline {
  line-height: 1.2;
  font-size: 2.1154rem; }

.hero-story .hero-content .headline:last-child {
  margin-bottom: 0; }

.hero-story .hero-content .headline::-moz-selection {
  background-color: transparent; }

.hero-story .hero-content .headline::selection {
  background-color: transparent; }

.hero-story .hero-content .subhead {
  font-size: 12pt;
  margin-top: 5vh; }

.hero-story .hero-content .arrow {
  font-size: .8077rem;
  position: absolute;
  margin-left: 0;
  bottom: -2.5em;
  color: #0000ff; }

.hero-story .hero-content a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 3;
  order: 3; }

.hero-story .hero-content .isFirst {
  -ms-flex-order: 2;
  order: 2; }

.hero-story .hero-content .hash {
  -ms-flex-order: 1;
  order: 1;
  background-color: #0000ff; }

.hero-story .hero-content .eyebrow,
.hero-story .hero-content .headline,
.hero-story .hero-content .subhead {
  color: #fcfcfb; }

.hero-story .hero-scroll-down-container {
  color: #fcfcfb; }

.hero-story .dark-overlay {
  z-index: auto;
  pointer-events: none; }

.hero-story.has-image.dark-all .module-background {
  background-color: #fcfcfb; }

.hero-story.has-image.light-all .module-background {
  background-color: #8e8e8e; }

.hero-story.has-image.light-all .headline:before,
.hero-story.has-image.light-all .headline.isFirst:before,
.hero-story.has-image.light-all .eyebrow:before,
.hero-story.has-image.light-all .eyebrow.isFirst:before {
  background-color: #fcfcfb; }

.hero-story.has-image.light-all .eyebrow,
.hero-story.has-image.light-all .headline,
.hero-story.has-image.light-all .subhead,
.hero-story.has-image.light-all .arrow {
  color: #fcfcfb; }

.hero-story.dark-green .module-background {
  background-color: #fcfcfb; }

.hero-story.dark-all .module-background {
  background-color: #fcfcfb; }

.hero-story.dark-all .headline:before,
.hero-story.dark-all .headline.isFirst:before,
.hero-story.dark-all .eyebrow:before,
.hero-story.dark-all .eyebrow.isFirst:before {
  background-color: #2c2c2c; }

.hero-story.dark-all .eyebrow,
.hero-story.dark-all .headline,
.hero-story.dark-all .subhead,
.hero-story.dark-all .arrow {
  color: #2c2c2c; }

.hero-story.light-all .module-background {
  background-color: #2c2c2c; }

.hero-story.light-all .headline:before,
.hero-story.light-all .headline.isFirst:before,
.hero-story.light-all .eyebrow:before,
.hero-story.light-all .eyebrow.isFirst:before {
  background-color: #fcfcfb; }

.hero-story.light-all .eyebrow,
.hero-story.light-all .headline,
.hero-story.light-all .subhead,
.hero-story.light-all .arrow {
  color: #fcfcfb; }

.hero-story.has-video {
  position: relative; }

.hero-story.has-video .play-button-container {
  margin-top: 1em; }

.hero-story.has-video .fullWidthVideo-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: none;
  transform: none; }

.hero-story.is-active .module-content,
.hero-story.is-active .module-background,
.hero-story.is-active .fullWidthVideo-still-img-container {
  z-index: -1;
  opacity: 0; }

.hero-story.is-active .fullWidthVideo-embed {
  opacity: 1; }

.hero-story.hero-media .dark-overlay {
  display: none; }

.hero-story.hero-media.player-ready .dark-overlay {
  display: block; }

.hero-story.has-link .module-background {
  transition: transform 0.5s cubic-bezier(0.32, 0.01, 0, 1); }

.hero-story.player-ready:hover,
.hero-story.has-link:hover {
  cursor: pointer; }

.hero-story.player-ready:hover .module-background[class][style],
.hero-story.has-link:hover .module-background[class][style] {
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.hero-story.player-ready:hover .play-button,
.hero-story.has-link:hover .play-button {
  color: #0000ff; }

.hero-story.player-ready:hover .play-button .fullWidthVideo-toggle-btn,
.hero-story.has-link:hover .play-button .fullWidthVideo-toggle-btn {
  border-color: #0000ff; }

.hero-story.player-ready:hover .play-button .fullWidthVideo-toggle-btn:before,
.hero-story.has-link:hover .play-button .fullWidthVideo-toggle-btn:before {
  border-left-color: #0000ff; }

.hero-story .play-button {
  display: none;
  position: relative;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 2px 2px 2em;
  margin-top: .8em; }

.hero-story .play-button.player-ready {
  display: inline-block; }

.hero-story .play-video-button-text {
  font-size: .8077rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 400; }

.hero-story .fullWidthVideo-toggle-btn {
  left: 0;
  width: 1.6em;
  height: 1.6em;
  border-width: 2px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.hero-story .fullWidthVideo-toggle-btn:before {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  margin-left: 0.05em; }

.page-tagline + .hero-story:not(.list-tile) .module-content {
  bottom: 0; }

.module.hero-story:not(.hero-list):first-child .module-background {
  animation: heroFirstChild 1s cubic-bezier(0.03, 0.46, 0.31, 0.97) forwards;
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.module.hero-story:not(.hero-list):first-child .isFirst:before,
.module.hero-story:not(.hero-list):first-child .isFirst,
.module.hero-story:not(.hero-list):first-child .isSecond,
.module.hero-story:not(.hero-list):first-child .isThird {
  opacity: 0;
  animation: heroFirstChild 1s 0.5s cubic-bezier(0.03, 0.46, 0.31, 0.97) forwards; }

.module.hero-story:not(.hero-list):first-child .isFirst:before {
  transform: translate3d(0, -5%, 0); }

.module.hero-story:not(.hero-list):first-child .isFirst {
  transform: translate3d(0, 20%, 0); }

.module.hero-story:not(.hero-list):first-child .isSecond {
  transform: translate3d(0, 25%, 0); }

.module.hero-story:not(.hero-list):first-child .isThird {
  transform: translate3d(0, 30%, 0); }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .hero-story .module-content {
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .hero-story .hero-content .eyebrow {
    font-size: 12pt; }
  .hero-story .hero-content .headline {
    font-size: 3rem; }
  .hero-story .hero-content .subhead {
    font-size: 12pt; }
  .hero-story .hero-content .arrow {
    font-size: 1rem; }
  .hero-story .arrow {
    font-size: 1rem; }
  .hero-story.has-video .play-button-container {
    margin-top: 1.5em; }
  .hero-story .play-video-button-text {
    font-size: 1rem; }
  .solution-tile .hero-content {
    max-width: 100%; } }

@media screen and (min-width: 992px) {
  .hero-story .hero-content .headline {
    font-size: 3rem; }
  .hero-story .play-video-button-text {
    font-size: 1rem; }
  .hero-story .play-button {
    padding: 2px 2px 2px 2.1em; }
  .solution-tile .module-content {
    max-width: 100%; } }

@media screen and (min-width: 1200px) {
  .hero-story .hero-content .headline {
    font-size: 4rem; }
  .hero-story .play-button {
    padding: 2px 2px 2px 2.2em; }
  .solution-tile .hero-content {
    max-width: calc(100% / 12 * 8); } }

@media screen and (min-width: 1600px) {
  .hero-story .hero-content .eyebrow {
    font-size: 16pt; }
  .hero-story .hero-content .headline {
    font-size: 4.5rem;
    line-height: 1.1; }
  .hero-story .hero-content .subhead {
    font-size: 14pt; }
  .hero-story .hero-content .arrow {
    font-size: 12pt; }
  .hero-story .play-video-button-text {
    font-size: 12pt; } }

.hero-profile {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }

.hero-profile .module-content {
  position: absolute;
  bottom: 0; }

.hero-profile .module-content[class] {
  pointer-events: auto; }

.hero-profile .module-content .headline {
  color: #373737; }

@media screen and (orientation: portrait) {
  .hero-profile .module-content {
    margin-top: calc(10vw * 0);
    margin-bottom: calc(10vw * .5);
    margin-left: 0;
    margin-right: 0; } }

@media screen and (orientation: portrait) and (orientation: portrait) {
  .hero-profile .module-content {
    margin-top: calc(15vw * 0);
    margin-bottom: calc(15vw * .5); } }

@media screen and (orientation: portrait) and (min-width: 768px) and (orientation: portrait) {
  .hero-profile .module-content {
    margin-top: calc(15vw * 0);
    margin-bottom: calc(15vw * .5); } }

@media screen and (orientation: portrait) and (min-width: 992px) and (orientation: portrait) {
  .hero-profile .module-content {
    margin-top: calc(10vw * 0);
    margin-bottom: calc(10vw * .5); } }

@media screen and (orientation: portrait) {
  .hero-profile .module-content .headline {
    color: #fcfcfb; }
  .hero-profile .module-content .hero-profile-group {
    color: #fcfcfb; } }

.hero-profile .module-background {
  background-position: 70% center; }

.hero-profile .module-background:before {
  content: '';
  background-color: rgba(64, 64, 64, 0.07);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: darken; }

@media screen and (orientation: portrait) {
  .hero-profile .module-background:before {
    background-color: rgba(64, 64, 64, 0.4); } }

.hero-profile .hero-content {
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  position: relative; }

.hero-profile .hero-content .headline {
  max-width: 10em;
  line-height: 1.05;
  font-size: 2.6154rem; }

.hero-profile .hero-content .headline:before {
  background-color: #0000ff; }

@media screen and (orientation: portrait) {
  .hero-profile .hero-content .headline:before {
    background-color: #d6f300; } }

.hero-profile .hero-content .hero-profile-group {
  margin-top: 1em;
  margin-bottom: 1.5em; }

.hero-profile .hero-content .hero-profile-group .hero-profile-title {
  font-size: .8077rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.5em;
  letter-spacing: .02em; }

.hero-profile .hero-content .hero-profile-group .hero-profile-office {
  font-size: .8077rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: .02em; }

.hero-profile .hero-profile-contact {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.hero-profile .hero-profile-contact .contact-icon-container:first-child {
  margin-left: -0.6rem; }

.hero-profile .hero-profile-contact .profile-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #0000ff; }

@media screen and (orientation: portrait) {
  .hero-profile .hero-profile-contact .profile-icon {
    color: #d6f300; } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .hero-profile .module-content {
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .hero-profile .hero-content .headline {
    font-size: 4.2308rem;
    max-width: 8em; }
  .hero-profile .hero-content .hero-profile-group .hero-profile-title,
  .hero-profile .hero-content .hero-profile-group .hero-profile-office {
    font-size: 1rem; } }

@media screen and (min-width: 992px) {
  .hero-profile .hero-content {
    width: calc(100% / 12 * 10); }
  .hero-profile .hero-content .headline {
    font-size: 3.4231rem;
    max-width: 12em; } }

@media screen and (min-width: 1200px) {
  .hero-profile {
    background-position: center; }
  .hero-profile .hero-content {
    width: calc(100% / 12 * 8); }
  .hero-profile .hero-content .headline {
    font-size: 4.2308rem; } }

@media screen and (min-width: 1600px) {
  .hero-profile .hero-content .headline {
    font-size: 6.8462rem; }
  .hero-profile .hero-content .hero-profile-group .hero-profile-title,
  .hero-profile .hero-content .hero-profile-group .hero-profile-office {
    font-size: 12pt; }
  .hero-profile .hero-profile-contact {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .hero-profile .hero-profile-contact .contact-icon-container:first-child {
    margin-left: -0.75rem; }
  .hero-profile .hero-profile-contact .profile-icon {
    font-size: 12pt;
    width: 3rem;
    height: 3rem; } }

body.hero-list-first-index .hero-list.start-at-top .module:first-child .module-background {
  animation: none;
  animation-fill-mode: forwards; }

body.hero-list-first-index .hero-list.start-at-bottom .module:last-child .module-background {
  animation: none;
  animation-fill-mode: forwards; }

.hero-list {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.hero-list .module-background--video-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover; }

.hero-list .list-tile {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  transform: translate3d(0, 100%, 0);
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s; }

.hero-list .list-tile .module-background {
  -ms-transform: none;
  transform: none;
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s; }

.hero-list .list-tile .solution-mega {
  font-size: 15vw;
  max-width: 8em;
  line-height: .8;
  opacity: .6; }

@media screen and (orientation: landscape) {
  .hero-list .list-tile .solution-mega {
    font-size: 2.6154rem; } }

.hero-list .list-tile .solution-mega:before {
  background: #fff; }

.hero-list .list-tile .solution-mega + .subhead {
  font-size: 1rem;
  max-width: 40em;
  opacity: .7; }

.hero-list .list-tile .solution-tile-headline {
  font-size: 2.1154rem;
  font-size: 2.1154rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 15em;
  margin-bottom: 0.35em;
  font-weight: 400; }

.hero-list .list-tile .solution-tile-headline:last-child {
  margin-bottom: 0; }

.hero-list .list-tile .solution-tile-headline:before {
  background-color: #0000ff; }

.hero-list .list-tile .solution-link {
  font-size: 2.1154rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1rem;
  font-style: italic;
  margin-top: 0;
  color: #0000ff;
  display: inline-block; }

.hero-list .list-tile .solution-link:hover {
  cursor: pointer; }

.hero-list .list-tile .solution-link.link-arrow:after,
.hero-list .list-tile .article-sidebar a.solution-link.article-meta-link:not([class*="icon-"]):after,
.article-sidebar .hero-list .list-tile a.solution-link.article-meta-link:not([class*="icon-"]):after,
.hero-list .list-tile .related-links .solution-link.related-link:after,
.related-links .hero-list .list-tile .solution-link.related-link:after,
.hero-list .list-tile .general-links .solution-link.general-link:after,
.general-links .hero-list .list-tile .solution-link.general-link:after,
.hero-list .list-tile .event-location .event-details .event-details-link a.solution-link:after,
.event-location .event-details .event-details-link .hero-list .list-tile a.solution-link:after,
.hero-list .list-tile .event-location .event-map .event-details-link a.solution-link:after,
.event-location .event-map .event-details-link .hero-list .list-tile a.solution-link:after {
  font-size: 0.4em;
  vertical-align: middle;
  position: relative; }

.hero-list .list-tile .solution-list--more-link {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding-bottom: 2em;
  transition: bottom 0.5s cubic-bezier(0.32, 0.01, 0, 1);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  animation: 1s scrollIconBounce infinite;
  opacity: 0.5; }

.hero-list .list-tile .solution-list--more-link .icon-arrow {
  color: #fcfcfb;
  font-size: .8077rem; }

.hero-list .list-tile .isFirst:before,
.hero-list .list-tile .isFirst,
.hero-list .list-tile .isSecond,
.hero-list .list-tile .isThird {
  transition: transform 1s cubic-bezier(0.03, 0.46, 0.31, 0.97), opacity 1s cubic-bezier(0.03, 0.46, 0.31, 0.97);
  opacity: 0; }

.hero-list .list-tile .isFirst:before {
  transform: translate3d(0, -5%, 0); }

.hero-list .list-tile .isFirst {
  transform: translate3d(0, 20%, 0); }

.hero-list .list-tile .isSecond {
  transform: translate3d(0, 25%, 0); }

.hero-list .list-tile .isThird {
  transform: translate3d(0, 30%, 0); }

.hero-list .list-tile.animate-up {
  transform: translate3d(0, 0%, 0) !important; }

.hero-list .list-tile.animate-up .isFirst:before,
.hero-list .list-tile.animate-up .isFirst,
.hero-list .list-tile.animate-up .isSecond,
.hero-list .list-tile.animate-up .isThird {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.hero-list.home-tiles .list-tile.page-tagline {
  min-height: 60vh;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (orientation: portrait) {
  .hero-list.home-tiles .list-tile.page-tagline {
    min-height: 50%; } }

.hero-list--nav {
  position: fixed;
  top: 50vh;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fcfcfb;
  z-index: 1;
  right: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hero-list--nav.inactive {
  opacity: 0; }

.hero-list--nav.inactive .hero-list--nav--link {
  height: 0;
  min-height: 0;
  margin-bottom: 1px; }

.hero-list--nav--link {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  font-family: nort, sans-serif;
  letter-spacing: 0.05em;
  text-align: right;
  line-height: 1.1;
  font-size: .8077rem;
  outline: none;
  width: 100%;
  color: #fcfcfb;
  text-decoration: none;
  transition: border 0.5s cubic-bezier(0.32, 0.01, 0, 1);
  cursor: pointer;
  overflow: hidden;
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2px;
  padding-right: 1rem;
  min-height: 1rem; }

.hero-list--nav--link.active,
.hero-list--nav--link:hover {
  min-height: 2rem;
  border-color: currentColor; }

.hero-list--nav--link--text {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.hero-list--nav--link-highlighted.active,
.hero-list--nav--link-highlighted:hover {
  color: #0000ff; }

.hero-list--nav--item:last-child .hero-list--nav--link {
  margin-bottom: 0; }

.hero-list .solution-tile--contact {
  text-align: center; }

.hero-list .solution-tile--contact .module-background {
  background: #404040; }

.hero-list .solution-tile--contact .module-content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: auto; }

.hero-list .solution-tile--contact .hero-content {
  display: block;
  max-width: 100%; }

.hero-list .solution-tile--contact .headline {
  font-size: 2.1154rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.6154rem;
  max-width: 100%; }

.hero-list .solution-tile--contact .headline:before {
  display: none; }

.hero-list .solution-tile--contact .headline:after {
  content: '';
  display: block;
  width: 1em;
  height: 4px;
  background-color: #0000ff;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8em;
  margin-bottom: 0.8em; }

.hero-list .solution-tile--contact .subhead {
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 2em;
  margin-top: 0;
  font-size: 1rem;
  max-width: 30em; }

.hero-list .solution-tile--contact .cta {
  color: #fcfcfb; }

.hero-list.fixed .hero-list-container {
  position: relative;
  z-index: 901; }

.hero-list .solution-tile-anchor {
  display: block;
  width: 100%;
  height: 100%; }

.hero-story.solution-tile.list-tile:first-of-type {
  transform: translate3d(0, 0, 0); }

.hero-story.solution-tile.list-tile:first-of-type .module-background {
  transform: translate3d(0, 0, 0); }

.page-tagline + .hero-story.list-tile .module-content {
  bottom: 10vh; }

@media screen and (min-width: 768px) {
  .hero-list .list-tile .solution-mega {
    font-size: 5.5385rem; }
  .hero-list .list-tile .solution-mega + .subhead {
    font-size: 1rem; }
  .hero-list .list-tile .solution-tile-headline {
    font-size: 3.4231rem; }
  .hero-list .list-tile .solution-link {
    font-size: 1.6154rem; }
  .hero-list .solution-tile--contact .hero-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .hero-list .solution-tile--contact .headline {
    font-size: 3.4231rem; }
  .hero-list .solution-tile--contact .subhead {
    font-size: 12pt; }
  .hero-list .solution-tile--contact .solution-links-list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .hero-list.home-tiles .list-tile.page-tagline {
    min-height: 50vh; }
  .hero-list.home-tiles .list-tile.animate-up {
    transform: translate3d(0, 0%, 0) scale(1) !important; }
  .page-tagline + .hero-story.list-tile .module-content {
    bottom: 0; } }

.page-tagline + .hero-story.list-tile .module-content {
  bottom: 0; }

@media screen and (min-width: 992px) {
  .hero-list .list-tile .module-background {
    transform: translate3d(0, -20%, 0) scale(1.5); }
  .hero-list .list-tile.animate-up .module-background {
    transform: translate3d(0, 0, 0) scale(1); }
  .hero-list .list-tile .solution-mega {
    font-size: 4.2308rem; }
  .hero-list .list-tile .solution-mega + .subhead {
    font-size: 1rem; }
  .hero-list .list-tile .solution-tile-headline {
    font-size: 2.6154rem; }
  .hero-list .list-tile .solution-tile-headline:after {
    height: 5px; }
  .hero-list .list-tile .solution-link {
    font-size: 12pt; }
  .hero-list .solution-tile--contact .headline {
    font-size: 2.6154rem; }
  .hero-list .solution-tile--contact .subhead {
    font-size: 1rem; }
  .hero-list--nav--link {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .hero-list--nav--link--text {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    position: relative;
    clip: auto;
    overflow: visible;
    text-align: right; }
  .hero-list--nav--link--mask {
    max-width: 10em; }
  .hero-list--nav--link-highlighted {
    color: #0000ff; }
  .hero-list--nav--link-highlighted:hover,
  .hero-list--nav--link-highlighted.active,
  .hero-list--nav--link-highlighted.active:hover {
    border-color: #0000ff;
    color: #0000ff; }
  .hero-list--nav--link .hero-list--nav--link--mask {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    transition: all 0.4s cubic-bezier(0.32, 0.01, 0, 1); }
  .hero-list--nav--link .hero-list--nav--link--text {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.32, 0.01, 0, 1), color 0s cubic-bezier(0.32, 0.01, 0, 1); }
  .hero-list--nav--link:hover .hero-list--nav--link--mask,
  .hero-list--nav--link.active:hover .hero-list--nav--link--mask {
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .hero-list--nav--link:hover .hero-list--nav--link--text,
  .hero-list--nav--link.active:hover .hero-list--nav--link--text {
    opacity: 1;
    animation-fill-mode: initial; }
  .hero-list--nav--link.active .hero-list--nav--link--mask {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .hero-list--nav--link.active .hero-list--nav--link--text {
    animation: navItemHover 3s 0s;
    animation-fill-mode: forwards; }
  .hero-list--nav--link.active ~ .hero-list--nav--item:not(:hover) .hero-list--nav--link--mask {
    -ms-transform: translateY(200%);
    transform: translateY(200%); }
  .hero-list.home-tiles .hero-list--nav--link.active .hero-list--nav--link--mask {
    -ms-transform: translateY(-200%);
    transform: translateY(-200%); }
  .hero-list.home-tiles .hero-list--nav--link.active:hover .hero-list--nav--link--mask {
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .hero-list.home-tiles .list-tile.page-tagline {
    min-height: 60vh; }
  .hero-list.home-tiles .list-tile.animate-up {
    transform: translate3d(0, 0%, 0) scale(1) !important; } }

@media screen and (min-width: 1200px) {
  .hero-list .list-tile .solution-mega {
    font-size: 5.5385rem; }
  .hero-list .list-tile .solution-tile-headline {
    font-size: 3.4231rem; }
  .hero-list .solution-tile--contact .headline {
    font-size: 3.4231rem; }
  .hero-list .solution-tile--contact .subhead {
    font-size: 12pt; }
  .hero-list--nav {
    right: 1rem; }
  .hero-list--nav--link {
    margin-bottom: 4px; }
  .hero-list--nav--link.active {
    min-height: 4rem; }
  .hero-list--nav--link.active .hero-list--nav--link--text {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  .hero-list.home-tiles .list-tile.animate-up {
    transform: translate3d(0, 0%, 0) scale(1) !important; } }

@media screen and (min-width: 1600px) {
  .hero-list .list-tile .solution-mega {
    font-size: 6.8462rem; }
  .hero-list .list-tile .solution-mega + .subhead {
    font-size: 12pt; }
  .hero-list .list-tile .solution-tile-headline {
    font-size: 4.2308rem; }
  .hero-list .list-tile .solution-link {
    font-size: 1.6154rem; }
  .hero-list .solution-tile--contact .headline {
    font-size: 4.2308rem; }
  .hero-list .solution-tile--contact .headline:after {
    height: 6px; }
  .hero-list .solution-tile--contact .subhead {
    font-size: 1.6154rem; }
  .hero-list--nav {
    right: 2rem; } }

.about-beckandstone-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.about-beckandstone .module-content {
  padding-top: 0; }

.about-beckandstone h2 {
  font-size: 12pt;
  line-height: 1.4;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em; }

.about-beckandstone p, .about-beckandstone blockquote {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em; }

.about-beckandstone a {
  display: inline;
  line-height: 1;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #0000ff;
  background: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-repeat: no-repeat;
  background-position: right 1.1em;
  background-size: 0% .25em;
  transition: background-size 0.3s;
  color: #0000ff; }

.about-beckandstone a:hover {
  background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-size: 100% 0.25em;
  background-position: left 1.1em; }

.about-beckandstone a.muted {
  color: #373737; }

.about-beckandstone a-primary {
  color: #0000ff; }

.about-beckandstone a-secondary {
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.about-beckandstone a-arrow {
  margin-right: 1.5em;
  transition: 0s 0s; }

.about-beckandstone a-arrow:after {
  font-family: "Iconic";
  content: '\EA11';
  position: absolute;
  margin-left: 0.8em;
  font-size: 0.4em;
  vertical-align: middle;
  transition: margin-left 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.about-beckandstone a-arrow:hover:after {
  margin-left: 1.4em; }

.about-beckandstone a:focus {
  outline: none; }

@media screen and (min-width: 768px) {
  .about-beckandstone h2 {
    font-size: 1.6154rem; }
  .about-beckandstone p, .about-beckandstone blockquote {
    font-size: 1rem; } }

@media screen and (min-width: 992px) {
  .about-beckandstone-content {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2); }
  .about-beckandstone p, .about-beckandstone blockquote {
    font-size: 1rem; } }

@media screen and (min-width: 1200px) {
  .about-beckandstone-content {
    width: calc(100% / 12 * 6);
    margin-left: calc(100% / 12 * 3); }
  .about-beckandstone p, .about-beckandstone blockquote {
    font-size: 1rem; } }

@media screen and (min-width: 1600px) {
  .about-beckandstone {
    margin-top: -3.75vw; }
  .about-beckandstone h2 {
    font-size: 2.1154rem; }
  .about-beckandstone p, .about-beckandstone blockquote {
    font-size: 12pt; } }

.related-links {
  width: 100%; }

.related-links .module-content {
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (orientation: portrait) {
  .related-links .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .related-links .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .related-links .module-content {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * .5); } }

.related-links .related-links-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

.related-links .headline {
  font-size: .8077rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #b2b2b2;
  letter-spacing: 0.02em;
  font-weight: 500; }

.related-links .headline:before {
  content: none; }

.related-links li {
  margin-bottom: 1.5em;
  font-size: 12pt; }

.related-links li:last-child {
  margin-bottom: 0; }

.related-links .related-link {
  font-size: 12pt;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.1;
  margin-bottom: 0.25em;
  display: block; }

.related-links .related-link:last-child {
  margin-bottom: 0; }

.related-links .related-link:after {
  position: static; }

.related-links .related-link:hover {
  color: #0000ff; }

.related-links .related-link-subline {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  display: block;
  line-height: 1.5; }

.related-links .related-link-subline:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .related-links .related-links-content {
    width: calc(100% / 12 * 8); } }

@media screen and (min-width: 1200px) {
  .related-links .related-links-content {
    width: calc(100% / 12 * 6); } }

@media screen and (min-width: 1600px) {
  .related-links li {
    font-size: 1.6154rem; }
  .related-links .related-link {
    font-size: 1.6154rem; }
  .related-links .related-link-subline {
    font-size: 12pt; } }

.site-social-share {
  display: inline-block;
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  color: #adadad;
  overflow: visible; }

.site-social-share .module-content {
  width: auto;
  overflow: visible;
  position: relative;
  margin-right: 0vw;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0; }

@media screen and (orientation: portrait) {
  .site-social-share .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .site-social-share .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .site-social-share .module-content {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * 0); } }

.site-social-share.top .share-icon-container {
  position: absolute;
  right: 50%; }

.site-social-share.top .share-icon {
  background-color: #fcfcfb;
  border: 1px solid #F0F0F0; }

.site-social-share.top .share-icon:hover:before {
  animation: none; }

.site-social-share .share-icon-container {
  display: block;
  transition-delay: 0s;
  z-index: 6; }

.site-social-share .share-icon-container .share-icon {
  width: 3rem;
  height: 3rem;
  padding: 0; }

.site-social-share .share-icon-container .share-icon:hover {
  background-color: #0000ff; }

.site-social-share .share-icon-container .share-icon:active,
.site-social-share .share-icon-container .share-icon:target {
  background-color: #adadad; }

.site-social-share .share-icon-container .share-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #adadad; }

.site-social-share.top .share-icon-container:nth-of-type(2) {
  z-index: 5;
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.site-social-share.top .share-icon-container:nth-of-type(3) {
  z-index: 4;
  -ms-transform: translateY(200%);
  transform: translateY(200%); }

.site-social-share.top .share-icon-container:nth-of-type(4) {
  z-index: 3;
  -ms-transform: translateY(300%);
  transform: translateY(300%); }

.site-social-share.top .share-icon-container:nth-of-type(5) {
  z-index: 2;
  -ms-transform: translateY(400%);
  transform: translateY(400%); }

.site-social-share.top .share-icon-container:nth-of-type(6) {
  z-index: 1;
  -ms-transform: translateY(500%);
  transform: translateY(500%); }

.site-social-share.top .share-icon-container .share-icon {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.article .site-social-share .share-icon-container .share-icon {
  transition: box-shadow 0.125s ease-out;
  border-width: 1px; }

.article .site-social-share .share-icon-container .share-icon:hover {
  background-color: #fcfcfb;
  border-color: #fcfcfb;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.125s ease-in; }
  .article .site-social-share .share-icon-container .share-icon:hover:before {
    color: #0000ff; }

.article .site-social-share .share-icon-container .share-icon:active,
.article .site-social-share .share-icon-container .share-icon:target {
  background-color: #F0F0F0; }

.article-wrapper .site-social-share.top[data-position] {
  transition-duration: 1.8s; }

.article-wrapper .site-social-share .module-content {
  padding: 10vw 8.125vw 10vw 0;
  display: flex; }

@media screen and (orientation: portrait) {
  .article-wrapper .site-social-share .module-content {
    padding-top: 10vw; } }

@media screen and (orientation: landscape) {
  .article-wrapper .site-social-share .module-content {
    padding-top: 5vw; } }

@media screen and (min-width: 1200px) {
  .site-social-share .share-icon-container .share-icon {
    width: 4rem;
    height: 4rem; }
  .article-wrapper .site-social-share .module-content {
    padding-top: 10vw; }
  .dark-bg + .dark-bg .site-social-share.top .share-icon-container,
  .medium-bg + .medium-bg .site-social-share.top .share-icon-container,
  .light-bg + .light-bg .site-social-share.top .share-icon-container,
  .none + .none .site-social-share.top .share-icon-container,
  .none + .light-bg .site-social-share.top .share-icon-container,
  .pull-quote + .dark-bg .site-social-share.top .share-icon-container,
  .pull-quote + .medium-bg .site-social-share.top .share-icon-container,
  .pull-quote + .light-bg .site-social-share.top .share-icon-container,
  .pull-quote + .none .site-social-share.top .share-icon-container {
    top: 0; } }

.social-share-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.social-share-footer .module-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding-top: calc(10vw * 0);
  padding-bottom: calc(10vw * 1);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .social-share-footer .module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .social-share-footer .module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .social-share-footer .module-content {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * 1); } }

.social-share-footer .social-share-content {
  padding-left: 1rem;
  padding-right: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative; }

.social-share-footer .social-share-content:before {
  content: '';
  width: calc(100% - 2rem);
  height: 4px;
  margin-bottom: 1.5rem;
  background-color: #adadad;
  position: relative; }

.social-share-footer .social-share-content .build-in:not(.social-share-label) {
  margin-left: -1.5rem; }

.social-share-footer .social-share-label {
  text-transform: uppercase;
  display: block;
  font-size: .8077rem;
  letter-spacing: 0.02em;
  margin-right: 1em;
  color: #8e8e8e; }

.social-share-footer .share-icon-container {
  background: transparent; }

.social-share-footer .share-icon-container:first-child {
  display: none; }

.social-share-footer .share-icon-container .share-icon {
  font-size: 1rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  padding: 0; }

@media screen and (min-width: 768px) {
  .social-share-footer .social-share-content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
  .social-share-footer .social-share-content:before {
    margin-bottom: 1rem; }
  .social-share-footer .social-share-content .build-in:not(.social-share-label) {
    margin-left: 0; } }

@media screen and (min-width: 992px) {
  .social-share-footer .social-share-content {
    width: calc(100% / 12 * 8); } }

@media screen and (min-width: 1200px) {
  .social-share-footer .social-share-content {
    width: calc(100% / 12 * 6); } }

.feed {
  width: 100%;
  height: auto;
  overflow: hidden; }

.feed header .module-content .headline {
  font-size: 1.6154rem; }

.feed.landing-feed {
  background-color: #efefef; }

.feed.landing-feed > .module-content {
  padding-top: calc(10vw * 0);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0; }

@media screen and (orientation: portrait) {
  .feed.landing-feed > .module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .feed.landing-feed > .module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .feed.landing-feed > .module-content {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * 0); } }

.feed.landing-feed .simple-header .module-background {
  background-color: #fcfcfb; }

.feed-list-container:after {
  content: '';
  display: table;
  clear: both; }

.feed.curated-feed .feed-list-container {
  margin: 0;
  padding: 0; }

.feed-item {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: transparent; }

.feed-item .feed-item-content,
.feed-item .eyebrow,
.feed-item .headline {
  transition: all 0s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.feed-item.filler-tile {
  display: none;
  pointer-events: none; }

.feed-item:before {
  content: '' !important;
  display: block;
  padding-top: 50%; }

.feed-item.has-image:before {
  padding-top: 100%; }

.feed-item.has-image .feed-item-content-copy {
  height: 50%;
  padding: 5% inherit; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .feed-item.has-image .light-all .eyebrow,
  .feed-item.has-image .light-all .arrow {
    color: #fcfcfb; }
  .feed-item.has-image .light-all .headline {
    color: #fcfcfb; }
  .feed-item.has-image .light-all .subhead {
    color: #fcfcfb; }
  .feed-item.has-image .light-green .headline {
    color: #fcfcfb; }
  .feed-item.has-image .light-green .subhead {
    color: #fcfcfb; }
  .feed-item.has-image .dark-all .eyebrow,
  .feed-item.has-image .dark-all .arrow {
    color: #121212; }
  .feed-item.has-image .dark-all .headline {
    color: #010101; }
  .feed-item.has-image .dark-all .subhead {
    color: #121212; }
  .feed-item.has-image .pink .eyebrow,
  .feed-item.has-image .pink .arrow {
    color: #fcfcfb; }
  .feed-item.has-image .blue .headline {
    color: #0000ff; }
  .feed-item.has-image .blue .subhead {
    color: #0000ff; } }

.feed-item.has-image .top-align .feed-item-content-copy {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.feed-item.has-image .top-align .feed-item-content-background-image {
  background-position: top; }

.feed-item.has-image .bottom-align .feed-item-content-copy {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.feed-item.has-image .bottom-align .feed-item-content-background-image {
  background-position: bottom; }

.feed-item:hover .bg-zoom {
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.feed-item:hover .feed-item-content-copy:before,
.feed-item:hover .feed-item-content-copy:after {
  -ms-transform: translateY(-50%) scale(1.5);
  transform: translateY(-50%) scale(1.5); }

.feed-item:not(.filler-tile):target,
.feed-item:not(.filler-tile):active {
  -webkit-filter: brightness(95%);
  filter: brightness(95%); }

.feed-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none; }

.feed-item-content-copy {
  width: 100%;
  height: 100%;
  padding: 0 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 200;
  position: relative;
  font-family: "nort";
  font-weight: 700; }
  .feed-item-content-copy .headline {
    -ms-flex-order: 2;
    order: 2;
    line-height: 1.2;
    letter-spacing: 0;
    max-width: 14em;
    font-size: 20pt;
    width: 100%; }
    .feed-item-content-copy .headline:before {
      content: none; }
  .feed-item-content-copy .subhead {
    -ms-flex-order: 3;
    order: 3;
    font-size: 1.125rem;
    margin-bottom: 0; }
  .feed-item-content-copy .eyebrow {
    -ms-flex-order: 1;
    order: 1;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.2; }
    .feed-item-content-copy .eyebrow:after, .feed-item-content-copy .eyebrow:before {
      top: 50%;
      content: none;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      -ms-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1);
      border-style: solid;
      border-color: transparent;
      transition: all 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1); }
  .feed-item-content-copy:before {
    left: -1.2em;
    border-width: 1em calc(1em * 1.3) 1em 0;
    -ms-transform-origin: right center;
    transform-origin: right center; }
  .feed-item-content-copy:after {
    right: -1.2em;
    border-width: 1em 0 1em calc(1em * 1.3);
    -ms-transform-origin: left center;
    transform-origin: left center; }

.feed-item-content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden; }

.feed-item-content-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.top-align .feed-item-content-background-image {
  background-position: bottom; }

.bottom-align .feed-item-content-background-image {
  background-position: top; }

.feed-item .arrow {
  -ms-flex-order: 4;
  order: 4;
  color: #0000ff;
  font-size: .70771rem;
  margin-left: -.70771rem;
  position: absolute;
  margin-top: 1.5em;
  left: 50%; }

.feed-item:nth-of-type(12n+1):not(.has-image) .feed-item-content-background {
  background-color: #F0F0F0; }

.feed-item:nth-of-type(12n+1):not(.has-image) .eyebrow,
.feed-item:nth-of-type(12n+1):not(.has-image) .arrow {
  color: #373737; }

.feed-item:nth-of-type(12n+1):not(.has-image) .headline {
  color: #fcfcfb; }

.feed-item:nth-of-type(12n+1):not(.has-image) .subhead {
  color: #fcfcfb; }

.feed-item:nth-of-type(12n+2):not(.has-image) .feed-item-content-copy,
.feed-item:nth-of-type(12n+8):not(.has-image) .feed-item-content-copy {
  background-color: #fcfcfb; }

@media screen and (min-width: 768px), screen and (orientation: landscape) {
  .feed-item:nth-of-type(12n+2) .feed-item-content-copy,
  .feed-item:nth-of-type(12n+8) .feed-item-content-copy {
    background-color: #fcfcfb; } }

.feed-item:nth-of-type(12n+2) .eyebrow,
.feed-item:nth-of-type(12n+2) .arrow,
.feed-item:nth-of-type(12n+8) .eyebrow,
.feed-item:nth-of-type(12n+8) .arrow {
  color: #8e8e8e; }

.feed-item:nth-of-type(12n+2) .headline,
.feed-item:nth-of-type(12n+8) .headline {
  color: #010101; }

.feed-item:nth-of-type(12n+2) .subhead,
.feed-item:nth-of-type(12n+8) .subhead {
  color: #2c2c2c; }

.feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy:after,
.feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy:after {
  border-left-color: #fcfcfb; }

.feed-item:nth-of-type(12n+3):not(.has-image) .feed-item-content-copy,
.feed-item:nth-of-type(12n+9):not(.has-image) .feed-item-content-copy {
  background-color: #fcfcfb; }

@media screen and (min-width: 768px), screen and (orientation: landscape) {
  .feed-item:nth-of-type(12n+3) .feed-item-content-copy,
  .feed-item:nth-of-type(12n+9) .feed-item-content-copy {
    background-color: #fcfcfb; } }

.feed-item:nth-of-type(12n+3) .eyebrow,
.feed-item:nth-of-type(12n+3) .arrow,
.feed-item:nth-of-type(12n+9) .eyebrow,
.feed-item:nth-of-type(12n+9) .arrow {
  color: #8e8e8e; }

.feed-item:nth-of-type(12n+3) .headline,
.feed-item:nth-of-type(12n+9) .headline {
  color: #2c2c2c; }

.feed-item:nth-of-type(12n+3) .subhead,
.feed-item:nth-of-type(12n+9) .subhead {
  color: #2c2c2c; }

.feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy:before,
.feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy:before {
  border-right-color: #fcfcfb; }

.feed-item:nth-of-type(12n+4):not(.has-image) .feed-item-content-copy,
.feed-item:nth-of-type(12n+10):not(.has-image) .feed-item-content-copy {
  background-color: #2c2c2c; }

@media screen and (min-width: 768px), screen and (orientation: landscape) {
  .feed-item:nth-of-type(12n+4) .feed-item-content-copy,
  .feed-item:nth-of-type(12n+10) .feed-item-content-copy {
    background-color: #fcfcfb; } }

.feed-item:nth-of-type(12n+4) .eyebrow,
.feed-item:nth-of-type(12n+4) .arrow,
.feed-item:nth-of-type(12n+10) .eyebrow,
.feed-item:nth-of-type(12n+10) .arrow {
  color: #8e8e8e; }

.feed-item:nth-of-type(12n+4) .headline,
.feed-item:nth-of-type(12n+10) .headline {
  color: #010101; }

.feed-item:nth-of-type(12n+4) .subhead,
.feed-item:nth-of-type(12n+10) .subhead {
  color: #2c2c2c; }

.feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy:after,
.feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy:after {
  border-left-color: #fcfcfb; }

.feed-item:nth-of-type(12n+5):not(.has-image) .feed-item-content-copy,
.feed-item:nth-of-type(12n+11):not(.has-image) .feed-item-content-copy {
  background-color: #fcfcfb; }

@media screen and (min-width: 768px), screen and (orientation: landscape) {
  .feed-item:nth-of-type(12n+5) .feed-item-content-copy,
  .feed-item:nth-of-type(12n+11) .feed-item-content-copy {
    background-color: #fcfcfb; } }

.feed-item:nth-of-type(12n+5) .eyebrow,
.feed-item:nth-of-type(12n+5) .arrow,
.feed-item:nth-of-type(12n+11) .eyebrow,
.feed-item:nth-of-type(12n+11) .arrow {
  color: #8e8e8e; }

.feed-item:nth-of-type(12n+5) .headline,
.feed-item:nth-of-type(12n+11) .headline {
  color: #010101; }

.feed-item:nth-of-type(12n+5) .subhead,
.feed-item:nth-of-type(12n+11) .subhead {
  color: #2c2c2c; }

.feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy:before,
.feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy:before {
  border-right-color: #fcfcfb; }

.feed-item:nth-of-type(12n+6) .feed-item-content-background {
  background-color: #dadada; }

.feed-item:nth-of-type(12n+6) .eyebrow,
.feed-item:nth-of-type(12n+6) .arrow {
  color: #fcfcfb; }

.feed-item:nth-of-type(12n+6) .headline {
  color: #010101; }

.feed-item:nth-of-type(12n+6) .subhead {
  color: #2c2c2c; }

.feed-item:nth-of-type(12n+7) .feed-item-content-background {
  background-color: #cfdba7; }

.feed-item:nth-of-type(12n+7) .eyebrow,
.feed-item:nth-of-type(12n+7) .arrow {
  color: #fcfcfb; }

.feed-item:nth-of-type(12n+7) .headline {
  color: #010101; }

.feed-item:nth-of-type(12n+7) .subhead {
  color: #2c2c2c; }

.feed-item:nth-of-type(12n+12) .feed-item-content-background {
  background-color: #91b9c0; }

.feed-item:nth-of-type(12n+12) .eyebrow,
.feed-item:nth-of-type(12n+12) .arrow {
  color: #fcfcfb; }

.feed-item:nth-of-type(12n+12) .headline {
  color: #010101; }

.feed-item:nth-of-type(12n+12) .subhead {
  color: #2c2c2c; }

.feed-load-more-container {
  clear: both;
  display: block;
  text-align: center;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * .5);
  padding-left: 0;
  padding-right: 0; }

@media screen and (orientation: portrait) {
  .feed-load-more-container {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .feed-load-more-container {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .feed-load-more-container {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * .5); } }

.feed-load-more-btn {
  display: inline-block; }

.feed-filter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

.feed-filter-control {
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  font-family: nort, sans-serif;
  font-size: .8077rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  padding: 1.15em 5em 1.15em 1.15em;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  border: rgba(64, 64, 64, 0.2) 2px solid;
  border-radius: 0;
  z-index: 1;
  box-shadow: none;
  transition: border-color 0.1s;
  text-transform: uppercase; }

.feed-filter-control:hover,
.feed-filter-control:focus {
  cursor: pointer;
  border-color: #404040; }

.feed-filter-control option,
.feed-filter-control optgroup {
  text-transform: capitalize; }

.feed-filter-control::-ms-expand {
  display: none; }

.feed-filter .icon-arrow {
  position: absolute;
  right: 1.2em;
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.feed-filter .icon-arrow:before {
  line-height: 0.7;
  font-size: .6154rem; }

@media screen and (min-width: 768px) {
  .feed header .module-content .eyebrow {
    font-size: 1rem; }
  .feed header .module-content .headline {
    font-size: 2.6154rem; }
  .feed-filter-control {
    font-size: .8077rem; } }

@media screen and (min-width: 768px), screen and (orientation: landscape) {
  .feed-item-content-copy .eyebrow {
    font-size: 1rem; }
  .feed-item-content-copy .headline {
    font-size: 2.1154rem; }
  .feed-item-content-copy .arrow {
    font-size: 1rem;
    margin-left: -1rem; }
  .feed-item:nth-of-type(12n+1):before,
  .feed-item:nth-of-type(12n+6):before,
  .feed-item:nth-of-type(12n+7):before,
  .feed-item:nth-of-type(12n+12):before {
    padding-top: 100%; }
  .feed-item.has-image:nth-of-type(12n+1) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+6) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+7) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+12) .feed-item-content-copy {
    height: 50%; }
  .feed-item.has-image:nth-of-type(12n+1) .light-all .eyebrow,
  .feed-item.has-image:nth-of-type(12n+1) .light-all .arrow,
  .feed-item.has-image:nth-of-type(12n+6) .light-all .eyebrow,
  .feed-item.has-image:nth-of-type(12n+6) .light-all .arrow,
  .feed-item.has-image:nth-of-type(12n+7) .light-all .eyebrow,
  .feed-item.has-image:nth-of-type(12n+7) .light-all .arrow,
  .feed-item.has-image:nth-of-type(12n+12) .light-all .eyebrow,
  .feed-item.has-image:nth-of-type(12n+12) .light-all .arrow {
    color: #fcfcfb; }
  .feed-item.has-image:nth-of-type(12n+1) .light-all .headline,
  .feed-item.has-image:nth-of-type(12n+6) .light-all .headline,
  .feed-item.has-image:nth-of-type(12n+7) .light-all .headline,
  .feed-item.has-image:nth-of-type(12n+12) .light-all .headline {
    color: #fcfcfb; }
  .feed-item.has-image:nth-of-type(12n+1) .light-all .subhead,
  .feed-item.has-image:nth-of-type(12n+6) .light-all .subhead,
  .feed-item.has-image:nth-of-type(12n+7) .light-all .subhead,
  .feed-item.has-image:nth-of-type(12n+12) .light-all .subhead {
    color: #fcfcfb; }
  .feed-item.has-image:nth-of-type(12n+1) .light-green .eyebrow,
  .feed-item.has-image:nth-of-type(12n+1) .light-green .arrow,
  .feed-item.has-image:nth-of-type(12n+6) .light-green .eyebrow,
  .feed-item.has-image:nth-of-type(12n+6) .light-green .arrow,
  .feed-item.has-image:nth-of-type(12n+7) .light-green .eyebrow,
  .feed-item.has-image:nth-of-type(12n+7) .light-green .arrow,
  .feed-item.has-image:nth-of-type(12n+12) .light-green .eyebrow,
  .feed-item.has-image:nth-of-type(12n+12) .light-green .arrow {
    color: #0000ff; }
  .feed-item.has-image:nth-of-type(12n+1) .light-green .headline,
  .feed-item.has-image:nth-of-type(12n+6) .light-green .headline,
  .feed-item.has-image:nth-of-type(12n+7) .light-green .headline,
  .feed-item.has-image:nth-of-type(12n+12) .light-green .headline {
    color: #fcfcfb; }
  .feed-item.has-image:nth-of-type(12n+1) .light-green .subhead,
  .feed-item.has-image:nth-of-type(12n+6) .light-green .subhead,
  .feed-item.has-image:nth-of-type(12n+7) .light-green .subhead,
  .feed-item.has-image:nth-of-type(12n+12) .light-green .subhead {
    color: #fcfcfb; }
  .feed-item.has-image:nth-of-type(12n+1) .dark-all .eyebrow,
  .feed-item.has-image:nth-of-type(12n+1) .dark-all .arrow,
  .feed-item.has-image:nth-of-type(12n+6) .dark-all .eyebrow,
  .feed-item.has-image:nth-of-type(12n+6) .dark-all .arrow,
  .feed-item.has-image:nth-of-type(12n+7) .dark-all .eyebrow,
  .feed-item.has-image:nth-of-type(12n+7) .dark-all .arrow,
  .feed-item.has-image:nth-of-type(12n+12) .dark-all .eyebrow,
  .feed-item.has-image:nth-of-type(12n+12) .dark-all .arrow {
    color: #2c2c2c; }
  .feed-item.has-image:nth-of-type(12n+1) .dark-all .headline,
  .feed-item.has-image:nth-of-type(12n+6) .dark-all .headline,
  .feed-item.has-image:nth-of-type(12n+7) .dark-all .headline,
  .feed-item.has-image:nth-of-type(12n+12) .dark-all .headline {
    color: #2c2c2c; }
  .feed-item.has-image:nth-of-type(12n+1) .dark-all .subhead,
  .feed-item.has-image:nth-of-type(12n+6) .dark-all .subhead,
  .feed-item.has-image:nth-of-type(12n+7) .dark-all .subhead,
  .feed-item.has-image:nth-of-type(12n+12) .dark-all .subhead {
    color: #2c2c2c; }
  .feed-item.has-image:nth-of-type(12n+1) .pink .eyebrow,
  .feed-item.has-image:nth-of-type(12n+1) .pink .arrow,
  .feed-item.has-image:nth-of-type(12n+6) .pink .eyebrow,
  .feed-item.has-image:nth-of-type(12n+6) .pink .arrow,
  .feed-item.has-image:nth-of-type(12n+7) .pink .eyebrow,
  .feed-item.has-image:nth-of-type(12n+7) .pink .arrow,
  .feed-item.has-image:nth-of-type(12n+12) .pink .eyebrow,
  .feed-item.has-image:nth-of-type(12n+12) .pink .arrow {
    color: #f72d43; }
  .feed-item.has-image:nth-of-type(12n+1) .pink .headline,
  .feed-item.has-image:nth-of-type(12n+6) .pink .headline,
  .feed-item.has-image:nth-of-type(12n+7) .pink .headline,
  .feed-item.has-image:nth-of-type(12n+12) .pink .headline {
    color: #fcfcfb; }
  .feed-item.has-image:nth-of-type(12n+1) .pink .subhead,
  .feed-item.has-image:nth-of-type(12n+6) .pink .subhead,
  .feed-item.has-image:nth-of-type(12n+7) .pink .subhead,
  .feed-item.has-image:nth-of-type(12n+12) .pink .subhead {
    color: #fcfcfb; }
  .feed-item:nth-of-type(12n+1) .top-align .feed-item-content-copy,
  .feed-item:nth-of-type(12n+6) .top-align .feed-item-content-copy,
  .feed-item:nth-of-type(12n+7) .top-align .feed-item-content-copy,
  .feed-item:nth-of-type(12n+12) .top-align .feed-item-content-copy {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .feed-item:nth-of-type(12n+1) .top-align .feed-item-content-background-image,
  .feed-item:nth-of-type(12n+6) .top-align .feed-item-content-background-image,
  .feed-item:nth-of-type(12n+7) .top-align .feed-item-content-background-image,
  .feed-item:nth-of-type(12n+12) .top-align .feed-item-content-background-image {
    background-position: top; }
  .feed-item:nth-of-type(12n+1) .bottom-align .feed-item-content-copy,
  .feed-item:nth-of-type(12n+6) .bottom-align .feed-item-content-copy,
  .feed-item:nth-of-type(12n+7) .bottom-align .feed-item-content-copy,
  .feed-item:nth-of-type(12n+12) .bottom-align .feed-item-content-copy {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .feed-item:nth-of-type(12n+1) .bottom-align .feed-item-content-background-image,
  .feed-item:nth-of-type(12n+6) .bottom-align .feed-item-content-background-image,
  .feed-item:nth-of-type(12n+7) .bottom-align .feed-item-content-background-image,
  .feed-item:nth-of-type(12n+12) .bottom-align .feed-item-content-background-image {
    background-position: bottom;
    font-family: font-family-serif; }
  .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy {
    height: 100%; }
  .feed-item.has-image:nth-of-type(12n+2):hover .bg-zoom,
  .feed-item.has-image:nth-of-type(12n+3):hover .bg-zoom,
  .feed-item.has-image:nth-of-type(12n+4):hover .bg-zoom,
  .feed-item.has-image:nth-of-type(12n+5):hover .bg-zoom,
  .feed-item.has-image:nth-of-type(12n+8):hover .bg-zoom,
  .feed-item.has-image:nth-of-type(12n+9):hover .bg-zoom,
  .feed-item.has-image:nth-of-type(12n+10):hover .bg-zoom,
  .feed-item.has-image:nth-of-type(12n+11):hover .bg-zoom {
    -ms-transform: scale(1.075);
    transform: scale(1.075); }
  .feed-item.has-image:nth-of-type(12n+2) .top-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+3) .top-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+4) .top-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+5) .top-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+8) .top-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+9) .top-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+10) .top-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+11) .top-align .feed-item-content-copy {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .feed-item.has-image:nth-of-type(12n+2) .top-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+3) .top-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+4) .top-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+5) .top-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+8) .top-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+9) .top-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+10) .top-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+11) .top-align .feed-item-content-background-image {
    background-position: center; }
  .feed-item.has-image:nth-of-type(12n+2) .bottom-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+3) .bottom-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+4) .bottom-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+5) .bottom-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+8) .bottom-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+9) .bottom-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+10) .bottom-align .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+11) .bottom-align .feed-item-content-copy {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .feed-item.has-image:nth-of-type(12n+2) .bottom-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+3) .bottom-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+4) .bottom-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+5) .bottom-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+8) .bottom-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+9) .bottom-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+10) .bottom-align .feed-item-content-background-image,
  .feed-item.has-image:nth-of-type(12n+11) .bottom-align .feed-item-content-background-image {
    background-position: top; }
  .feed-item.has-image:nth-of-type(12n+2):before,
  .feed-item.has-image:nth-of-type(12n+3):before,
  .feed-item.has-image:nth-of-type(12n+4):before,
  .feed-item.has-image:nth-of-type(12n+5):before,
  .feed-item.has-image:nth-of-type(12n+8):before,
  .feed-item.has-image:nth-of-type(12n+9):before,
  .feed-item.has-image:nth-of-type(12n+10):before,
  .feed-item.has-image:nth-of-type(12n+11):before {
    padding-top: 50%; }
  .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-background {
    width: 50%;
    position: relative;
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start; }
  .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy .headline,
  .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy .headline,
  .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy .headline,
  .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy .headline,
  .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy .headline,
  .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy .headline,
  .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy .headline,
  .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy .headline {
    font-size: 14pt;
    line-height: 1.125; }
  .feed-item.has-image:nth-of-type(12n+2) .arrow,
  .feed-item.has-image:nth-of-type(12n+3) .arrow,
  .feed-item.has-image:nth-of-type(12n+4) .arrow,
  .feed-item.has-image:nth-of-type(12n+5) .arrow,
  .feed-item.has-image:nth-of-type(12n+8) .arrow,
  .feed-item.has-image:nth-of-type(12n+9) .arrow,
  .feed-item.has-image:nth-of-type(12n+10) .arrow,
  .feed-item.has-image:nth-of-type(12n+11) .arrow {
    left: inherit;
    margin-left: 0; }
  .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy:after,
  .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy:after,
  .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy:after,
  .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy:after {
    content: ''; }
  .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy {
    -ms-flex-order: 1;
    order: 1; }
  .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-background {
    -ms-flex-order: 2;
    order: 2; }
  .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy:before,
  .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy:before,
  .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy:before,
  .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy:before {
    content: ''; }
  .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy {
    -ms-flex-order: 2;
    order: 2; }
  .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-background,
  .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-background {
    -ms-flex-order: 1;
    order: 1; }
  .feed-item:nth-of-type(12n+1):last-of-type:before,
  .feed-item:nth-of-type(12n+7):last-of-type:before,
  .feed-item:nth-of-type(12n+1):nth-last-of-type(2):before,
  .feed-item:nth-of-type(12n+7):nth-last-of-type(2):before {
    padding-top: 50%; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .feed-item-content-copy {
    height: 100%; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2):hover .bg-zoom {
    -ms-transform: scale(1.075);
    transform: scale(1.075); }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .top-align .feed-item-content-copy {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .top-align .feed-item-content-background-image {
    background-position: bottom; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .bottom-align .feed-item-content-copy {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .bottom-align .feed-item-content-background-image {
    background-position: top; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2):before {
    padding-top: 50%; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .feed-item-content-copy,
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .feed-item-content-background {
    width: 50%;
    position: relative;
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .arrow {
    left: inherit;
    margin-left: 0; }
  .feed-item:nth-of-type(3n+2):last-of-type {
    margin-right: auto; } }

@media screen and (min-width: 992px) {
  .feed.curated-feed .feed-item-content-copy .headline {
    font-family: "miller-text", Georgia, "Times New Roman", Times, serif; }
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy .headline {
    font-size: 14pt;
    font-family: "nort", -apple-system, BlinkMacSystemFont, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+1) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+6) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+7) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+12) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+13) .feed-item-content-copy .headline {
    font-family: "miller-text", Georgia, "Times New Roman", Times, serif; }
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy .arrow {
    margin-left: 0; }
  .feed.landing-feed > .module-content {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * .5);
    padding-left: 10vw;
    padding-right: 10vw; } }

.feed-item-content-copy:after, .feed-item-content-copy:before {
  top: 50%;
  content: none;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  border-style: solid;
  border-color: transparent;
  transition: all 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1); }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .feed.landing-feed > .module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (min-width: 768px) and (orientation: portrait) {
  .feed.landing-feed > .module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (min-width: 992px) and (orientation: portrait) {
  .feed.landing-feed > .module-content {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * .5); } }

@media screen and (min-width: 992px) {
  .feed-item {
    width: 50%; }
  .feed-item:nth-of-type(12n+4),
  .feed-item:nth-of-type(12n+10) {
    clear: both; }
  .feed-item:nth-of-type(12n+5),
  .feed-item:nth-of-type(12n+11) {
    margin-right: 50%; }
  .feed-item:nth-of-type(12n+6),
  .feed-item:nth-of-type(12n+12) {
    float: right;
    margin-top: -50%; }
  .feed-item[data-position="in-viewport"] .feed-item-content,
  .feed-item[data-position="in-viewport"] .eyebrow,
  .feed-item[data-position="in-viewport"] .headline {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .feed-item[data-position="in-viewport"] .feed-item-content {
    transition-duration: 1s; }
  .feed-item[data-position="in-viewport"] .eyebrow {
    transition-duration: 1.25s; }
  .feed-item[data-position="in-viewport"] .headline {
    transition-duration: 1.5s; }
  .feed-item[data-position="below-viewport"] .feed-item-content {
    -ms-transform: translateY(25%);
    transform: translateY(25%); }
  .feed-item[data-position="below-viewport"] .eyebrow {
    -ms-transform: translateY(2%);
    transform: translateY(2%); }
  .feed-item[data-position="below-viewport"] .headline {
    -ms-transform: translateY(4%);
    transform: translateY(4%); }
  .feed-item.filler-tile {
    display: block; }
  .feed-item-content-copy .eyebrow {
    font-size: 1rem; }
  .feed-item-content-copy .headline {
    font-size: 14pt; }
  .feed-item-content-copy .arrow {
    font-size: .70771rem;
    margin-left: -.70771rem; }
  .feed-load-more-container {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * 0);
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .feed-load-more-container {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (min-width: 768px) and (orientation: portrait) {
  .feed-load-more-container {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (min-width: 992px) and (orientation: portrait) {
  .feed-load-more-container {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * 0); } }

@media screen and (min-width: 992px) {
  .feed-list-container {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * .5);
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .feed-list-container {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (min-width: 768px) and (orientation: portrait) {
  .feed-list-container {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (min-width: 992px) and (orientation: portrait) {
  .feed-list-container {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * .5); } }

@media screen and (min-width: 992px) {
  .feed-filter {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media screen and (min-width: 1200px) {
  .feed.curated-feed .feed-item-content-copy .headline {
    font-size: 32pt;
    font-family: "miller-text", Georgia, "Times New Roman", Times, serif; }
  .feed.curated-feed .feed-item-content-copy .arrow {
    margin-left: -.8077rem; }
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy .eyebrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy .eyebrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy .eyebrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy .eyebrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy .eyebrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy .eyebrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy .eyebrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy .eyebrow {
    font-size: 10pt; }
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy .headline,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy .headline {
    font-size: 16pt;
    font-family: "nort", -apple-system, BlinkMacSystemFont, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy .arrow {
    margin-left: 0; }
  .feed-item-content-copy .arrow {
    margin-left: -.8077rem; }
  .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy .arrow {
    margin-left: 0; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .feed-item-content-copy .headline {
    font-size: 1rem; } }

@media screen and (min-width: 1600px) {
  .feed.curated-feed .feed-item-content-copy .arrow {
    font-size: .8077rem;
    margin-left: -.8077rem; }
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy .arrow,
  .feed.curated-feed .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy .arrow {
    margin-left: 0; }
  .feed-item-content-copy .arrow {
    margin-left: -.8077rem; }
  .feed-item.has-image:nth-of-type(12n+2) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+3) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+4) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+5) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+8) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+9) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+10) .feed-item-content-copy .arrow,
  .feed-item.has-image:nth-of-type(12n+11) .feed-item-content-copy .arrow {
    margin-left: 0; }
  .feed-item.has-image:nth-of-type(3n+2):nth-last-of-type(2) .feed-item-content-copy .headline {
    font-size: 1.6154rem; }
  .feed-filter-control {
    font-size: 1rem;
    max-width: none; } }

.page-tagline {
  overflow: visible; }

.page-tagline .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem);
  overflow: visible; }

@media screen and (orientation: portrait) {
  .page-tagline .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .page-tagline .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .page-tagline .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .5); } }

.page-tagline .headline {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.6154rem;
  max-width: 18em;
  line-height: 1.2; }

.page-tagline .link,
.page-tagline .full-width-image-caption-credit a,
.full-width-image-caption-credit .page-tagline a {
  font-size: 1.6154rem;
  line-height: 1;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: 400; }

.page-tagline.opening .headline {
  font-size: calc(1.3077rem + 1vw); }

.page-tagline.opening .link,
.page-tagline.opening .full-width-image-caption-credit a,
.full-width-image-caption-credit .page-tagline.opening a {
  font-size: calc(1.3077rem + 1vw);
  line-height: 1;
  letter-spacing: 0em;
  font-style: italic;
  font-weight: 400; }

.page-tagline.landing-feed {
  background-color: #efefef; }

.page-tagline.list-tile {
  overflow: visible; }

.page-tagline:not(.list-tile) .module-content {
  opacity: 0;
  animation: heroFirstChild 1s cubic-bezier(0.03, 0.46, 0.31, 0.97) forwards;
  transform: translate3d(0, 20vh, 0); }

.page-tagline:not(.list-tile) + .hero-story {
  animation: heroFirstChild 1s cubic-bezier(0.03, 0.46, 0.31, 0.97) forwards;
  transform: translate3d(0, 40vh, 0); }

.page-tagline:not(.list-tile) + .hero-story .isFirst:before,
.page-tagline:not(.list-tile) + .hero-story .isFirst,
.page-tagline:not(.list-tile) + .hero-story .isSecond,
.page-tagline:not(.list-tile) + .hero-story .isThird {
  opacity: 0;
  animation: heroFirstChild 1s cubic-bezier(0.03, 0.46, 0.31, 0.97) forwards; }

.page-tagline:not(.list-tile) + .hero-story .isFirst:before {
  transform: translate3d(0, -5vh, 0); }

.page-tagline:not(.list-tile) + .hero-story .isFirst {
  transform: translate3d(0, 20vh, 0); }

.page-tagline:not(.list-tile) + .hero-story .isSecond {
  transform: translate3d(0, 25vh, 0); }

.page-tagline:not(.list-tile) + .hero-story .isThird {
  transform: translate3d(0, 30vh, 0); }

@media screen and (min-width: 768px) {
  .page-tagline .headline {
    font-size: 3.4231rem; }
  .page-tagline .headline .link,
  .page-tagline .headline .full-width-image-caption-credit a,
  .full-width-image-caption-credit .page-tagline .headline a {
    font-size: 3.4231rem; }
  .page-tagline.opening .headline {
    font-size: calc(2.1154rem + 1vw); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .page-tagline.opening .headline {
    max-width: 12em; } }

@media screen and (min-width: 768px) {
  .page-tagline.opening .link,
  .page-tagline.opening .full-width-image-caption-credit a,
  .full-width-image-caption-credit .page-tagline.opening a {
    font-size: calc(2.1154rem + 1vw);
    line-height: 1;
    letter-spacing: 0em;
    font-style: italic;
    font-weight: 400; } }

@media screen and (min-width: 992px) {
  .page-tagline.news-landing-title {
    width: 100%; } }

@media screen and (min-width: 1600px) {
  .page-tagline .headline {
    font-size: 4.2308rem; }
  .page-tagline .headline .link,
  .page-tagline .headline .full-width-image-caption-credit a,
  .full-width-image-caption-credit .page-tagline .headline a {
    font-size: 4.2308rem; }
  .page-tagline.opening .headline {
    font-size: calc(2.6154rem + 1vw); }
  .page-tagline.opening .link,
  .page-tagline.opening .full-width-image-caption-credit a,
  .full-width-image-caption-credit .page-tagline.opening a {
    font-size: calc(2.6154rem + 1vw);
    line-height: 1;
    letter-spacing: 0em;
    font-style: italic;
    font-weight: 400; } }

.careers-promo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.careers-promo .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * 1);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem);
  position: relative;
  z-index: 1; }

@media screen and (orientation: portrait) {
  .careers-promo .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .careers-promo .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .careers-promo .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * 1); } }

.careers-promo .careers-promo-content {
  text-align: center; }

.careers-promo .careers-promo-content .headline {
  font-size: 2.1154rem;
  color: #404040;
  margin-bottom: 0.4em; }

.careers-promo .careers-promo-content .headline:before {
  position: relative;
  top: 0;
  margin-bottom: 0.4em;
  width: 0.8em;
  margin-left: auto;
  margin-right: auto; }

.careers-promo .careers-promo-content .subhead {
  font-size: 1rem;
  color: #404040;
  max-width: 24em;
  margin: 0 auto 1.5em;
  line-height: 1.4; }

.careers-promo.has-image .careers-promo-content {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left; }

.careers-promo.has-image .careers-promo-content .headline {
  color: #fcfcfb; }

.careers-promo.has-image .careers-promo-content .headline:before {
  margin-left: inherit; }

.careers-promo.has-image .careers-promo-content .subhead {
  color: #fcfcfb;
  margin-left: 0;
  margin-right: 0; }

.careers-promo.has-image .careers-promo-content .cta {
  color: #fcfcfb;
  display: inline-block; }

.careers-promo.has-image .careers-promo-content .cta:before {
  border-color: #fcfcfb;
  opacity: 0.5; }

.careers-promo.has-image .careers-promo-content .cta:hover {
  background-color: transparent; }

.careers-promo.has-image .careers-promo-content .cta:hover:before {
  border-color: #fcfcfb;
  opacity: 1; }

@media screen and (min-width: 768px) {
  .careers-promo .careers-promo-content .headline {
    font-size: 2.6154rem; } }

@media screen and (min-width: 992px) {
  .careers-promo .careers-promo-content .headline {
    font-size: 3.4231rem; } }

@media screen and (min-width: 1600px) {
  .careers-promo .module-content {
    padding-top: calc(10vw * .75);
    padding-bottom: calc(10vw * .75);
    padding-left: calc(10vw - 1rem);
    padding-right: calc(10vw - 1rem); } }

@media screen and (min-width: 1600px) and (orientation: portrait) {
  .careers-promo .module-content {
    padding-top: calc(15vw * .75);
    padding-bottom: calc(15vw * .75); } }

@media screen and (min-width: 1600px) and (min-width: 768px) and (orientation: portrait) {
  .careers-promo .module-content {
    padding-top: calc(15vw * .75);
    padding-bottom: calc(15vw * .75); } }

@media screen and (min-width: 1600px) and (min-width: 992px) and (orientation: portrait) {
  .careers-promo .module-content {
    padding-top: calc(10vw * .75);
    padding-bottom: calc(10vw * .75); } }

@media screen and (min-width: 1600px) {
  .careers-promo .careers-promo-content .hash {
    height: 6px; }
  .careers-promo .careers-promo-content .headline {
    font-size: 4.2308rem; }
  .careers-promo .careers-promo-content .subhead {
    font-size: 12pt; }
  .careers-promo .careers-promo-content [role="button"] {
    font-size: 1rem; } }

.people-list-header {
  background-color: #4a4242; }

.people-list-header .headline {
  color: #fcfcfb; }

.people-list .module-content {
  padding: 0; }

.people-list .people {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcfcfb;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.people-list .people .person {
  width: 50%;
  display: block;
  position: relative;
  overflow: hidden; }

.people-list .people .person:before {
  content: '';
  display: block;
  padding-top: 133%; }

.people-list .people .person .person-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.people-list .people .person .person-photo {
  z-index: 1;
  background-color: #fcfcfb;
  background-blend-mode: darken;
  background-size: cover;
  background-position: 88.8% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.people-list .people .person .person-link {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block; }

.people-list .people .person .person-details {
  position: absolute;
  bottom: 0;
  margin: 5%;
  padding: 5%;
  width: 90%;
  min-height: 25%;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fcfcfb;
  opacity: 0.9; }

.people-list .people .person .person-details span {
  display: block;
  margin-bottom: 0.4em; }

.people-list .people .person .person-details .person-name {
  font-size: 1rem;
  line-height: 1.1; }

.people-list .people .person .person-details .person-name:before {
  content: none;
  background-color: #d6f300; }

.people-list .people .person .person-details .person-role,
.people-list .people .person .person-details .person-office {
  font-size: .6154rem; }

.people-list .people .person .person-details .person-office {
  opacity: 0.5; }

.people-list .people .person[data-position] .person-content {
  transition: all 1s cubic-bezier(0.32, 0.01, 0, 1); }

.people-list .people .person[data-position]:nth-child(even) .person-content {
  transition-duration: 1.2s; }

.people-list .people .person[data-position="below-viewport"] .person-content {
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.people-list .people .person.dark-hover:hover .bg-zoom:before,
.people-list .people .person.dark-hover:focus .bg-zoom:before {
  opacity: 0.4; }

.no-backgroundblendmode .people-list .people .person .person-photo:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(64, 64, 64, 0.07); }

.no-backgroundblendmode .people-list .people .person:nth-of-type(4n+1) .person-photo:before {
  content: none; }

.no-backgroundblendmode .people-list .people .person:nth-of-type(4n+4) .person-photo:before {
  content: none; }

@media screen and (max-width: 1199px) {
  .people-list .people .person [class^="animated-"],
  .people-list .people .person [class*=" animated-"] {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  .people-list .people .person .person-details .person-name {
    font-size: 12pt; }
  .people-list .people .person .person-details .person-role,
  .people-list .people .person .person-details .person-office {
    font-size: .8077rem; } }

@media screen and (min-width: 992px) {
  .people-list .people .person {
    width: calc(100% / 3); } }

.no-backgroundblendmode .people-list .people .person .person-photo:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(64, 64, 64, 0.07); }

.no-backgroundblendmode .people-list .people .person:nth-of-type(odd) .person-photo:before {
  content: none; }

.no-backgroundblendmode .people-list .people .person:nth-of-type(even) .person-photo:before {
  content: ''; }

@media screen and (min-width: 1200px) {
  .people-list .people .person .person-details {
    text-align: left;
    background-color: transparent;
    -ms-flex-align: start;
    align-items: flex-start; }
  .people-list .people .person .person-details span {
    color: #fcfcfb; }
  .people-list .people .person .person-details .person-name {
    font-size: 2.1154rem; }
  .people-list .people .person .person-details .person-name:before {
    content: ''; }
  .people-list .people .person .person-details .person-role,
  .people-list .people .person .person-details .person-office {
    font-size: 1rem; }
  .people-list .people .person .person-details .person-office {
    opacity: 0;
    transition-duration: 0.25s; }
  .people-list .people .person:hover .person-office,
  .people-list .people .person:focus .person-office {
    opacity: 0.5; } }

@media screen and (min-width: 1600px) {
  .people-list .people .person {
    width: calc(100% / 4); }
  .people-list .people .person .person-details .person-name {
    font-size: 2.6154rem; }
  .people-list .people .person .person-details .person-role,
  .people-list .people .person .person-details .person-office {
    font-size: 12pt; } }

.office-info.module .office-contact {
  width: 100vw;
  height: auto;
  text-align: left; }

.office-info.module .office-contact-content {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative; }

.office-info.module .office-contact .headline {
  font-size: 1.6154rem;
  margin-bottom: 1em; }

.office-info.module .office-contact .contact-group {
  padding-bottom: 1.5em;
  page-break-inside: avoid;
  break-inside: avoid-column; }

.office-info.module .office-contact .contact-label {
  font-size: .8077rem;
  font-weight: 400;
  color: rgba(64, 64, 64, 0.5);
  text-transform: uppercase;
  margin-bottom: 0.5em;
  max-width: 20em;
  line-height: 1; }

.office-info.module .office-contact .contact-tel,
.office-info.module .office-contact .contact-address,
.office-info.module .office-contact .contact-perks {
  margin-bottom: 0;
  color: #404040;
  font-style: normal;
  font-weight: 400; }

.office-info.module .office-contact .contact-openings a {
  margin-top: 0; }

.office-info.module .office-contact .contact-address {
  margin-bottom: 0.5rem; }

.office-info.module .office-contact .link-primary,
.office-info.module .office-contact .full-width-image-caption-credit a,
.full-width-image-caption-credit .office-info.module .office-contact a {
  font-weight: 700;
  display: inline-block;
  padding-right: 0.5em;
  position: relative;
  color: #0000ff;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 1em; }

.office-info.module .office-contact .link-primary:after,
.office-info.module .office-contact .full-width-image-caption-credit a:after,
.full-width-image-caption-credit .office-info.module .office-contact a:after {
  font-family: "Iconic";
  content: '\EA11';
  position: relative;
  margin-left: 0.2em;
  font-size: 0.4em;
  vertical-align: middle;
  transition: margin-left 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.office-info.module .office-contact .link-primary:hover:after,
.office-info.module .office-contact .full-width-image-caption-credit a:hover:after,
.full-width-image-caption-credit .office-info.module .office-contact a:hover:after {
  margin-left: 0.8em; }

.office-info.module .office-contact .link-primary:active,
.office-info.module .office-contact .full-width-image-caption-credit a:active,
.full-width-image-caption-credit .office-info.module .office-contact a:active {
  background-color: rgba(55, 55, 55, 0.03);
  transition: background-color 0s 0s; }

.office-info.module .office-contact-description {
  width: 100vw;
  height: auto;
  text-align: left;
  background-color: #fcfcfb;
  position: relative; }

.office-info.module .office-contact-description .headline {
  margin-bottom: 1em;
  font-size: 1.6154rem; }

.office-info.module .office-contact-description .description-body p, .office-info.module .office-contact-description .description-body blockquote {
  letter-spacing: 0em;
  margin-bottom: 1em;
  line-height: 1.5; }

.office-info.module .office-contact-description .description-body p:last-child, .office-info.module .office-contact-description .description-body blockquote:last-child {
  margin-bottom: 0; }

.office-info.module .office-contact-description .description-body a {
  display: inline;
  line-height: 1;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #0000ff;
  background: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-repeat: no-repeat;
  background-position: right 1.1em;
  background-size: 0% .25em;
  transition: background-size 0.3s; }

.office-info.module .office-contact-description .description-body a:hover {
  background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-size: 100% 0.25em;
  background-position: left 1.1em; }

.office-info.module .office-contact-description .description-body a.muted {
  color: #373737; }

.office-info.module .office-contact-description .description-body a-primary {
  color: #0000ff; }

.office-info.module .office-contact-description .description-body a-secondary {
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.office-info.module .office-contact-description .description-body a-arrow {
  margin-right: 1.5em;
  transition: 0s 0s; }

.office-info.module .office-contact-description .description-body a-arrow:after {
  font-family: "Iconic";
  content: '\EA11';
  position: absolute;
  margin-left: 0.8em;
  font-size: 0.4em;
  vertical-align: middle;
  transition: margin-left 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.office-info.module .office-contact-description .description-body a-arrow:hover:after {
  margin-left: 1.4em; }

.office-info.module .office-contact-description .description-body a:focus {
  outline: none; }

.office-info.module .office-contact-description .module-background {
  background-color: #efefef;
  color: #404040; }

.office-info.module .hash {
  height: 3px;
  margin-top: 0;
  margin-bottom: 1rem; }

@media screen and (min-width: 768px) {
  .office-info.module .office-contact .contact-body {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    page-break-inside: avoid;
    break-inside: avoid; }
  .office-info.module .office-contact-description .description-body p, .office-info.module .office-contact-description .description-body blockquote {
    font-size: 1rem; } }

@media screen and (min-width: 992px) {
  .office-info.module {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .office-info.module .hash {
    height: 5px; }
  .office-info.module .office-contact,
  .office-info.module .office-contact-description {
    width: 50%; }
  .office-info.module .office-contact .headline {
    font-size: 2.1154rem; }
  .office-info.module .office-contact .contact-label {
    font-size: .6154rem; }
  .office-info.module .office-contact-description {
    width: 50%;
    position: relative; }
  .office-info.module .office-contact-description .headline {
    font-size: 2.1154rem; } }

@media screen and (min-width: 1200px) {
  .office-info.module .office-contact .contact-label {
    font-size: .8077rem; } }

@media screen and (min-width: 1600px) {
  .office-info.module .hash {
    height: 6px; }
  .office-info.module .office-contact .headline {
    font-size: 3.4231rem; }
  .office-info.module .office-contact .contact-label {
    font-size: .8077rem; }
  .office-info.module .office-contact .link-primary,
  .office-info.module .office-contact .full-width-image-caption-credit a,
  .full-width-image-caption-credit .office-info.module .office-contact a {
    font-size: 12pt; }
  .office-info.module .office-contact-description .headline {
    font-size: 3.4231rem; }
  .office-info.module .office-contact-description .description-body p, .office-info.module .office-contact-description .description-body blockquote {
    font-size: 12pt; } }

.simple-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column; }

.simple-header .module-background {
  background-color: #fcfcfb; }

.simple-header .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem);
  overflow: visible;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (orientation: portrait) {
  .simple-header .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .simple-header .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .simple-header .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .5); } }

.simple-header .module-content header {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }

.simple-header .module-content .feed-filter {
  margin-top: 1rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.simple-header .module-content .simple-header-button {
  margin-top: 1rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.simple-header .headline {
  font-size: 1.6154rem;
  margin-bottom: 1em; }

.simple-header .headline:last-child {
  margin-bottom: 0; }

.simple-header.dark .module-background {
  background-color: #404040; }

.simple-header.dark .headline {
  color: #fcfcfb; }

.recent-news .simple-header .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .recent-news .simple-header .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .recent-news .simple-header .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .recent-news .simple-header .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * .5); } }

.recent-news .simple-header .module-background {
  background-color: #fcfcfb; }

.recent-news .feed {
  background-color: #fcfcfb; }

.twitter-feed .simple-header .cta {
  width: 100%; }

@media screen and (min-width: 768px) {
  .simple-header {
    -ms-flex-direction: row;
    flex-direction: row; }
  .simple-header .headline {
    font-size: 3.33rem;
    margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  .simple-header .module-content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .simple-header .module-content header {
    width: 60%; }
  .simple-header .module-content .feed-filter {
    width: 60%;
    margin-top: 0; }
  .simple-header .module-content .simple-header-button {
    width: 60%;
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .twitter-feed .simple-header .cta {
    width: auto; } }

@media screen and (min-width: 1600px) {
  .simple-header .headline {
    font-size: 4rem; } }

.results .module-content .headline {
  margin-bottom: 1em;
  line-height: 1.1; }

.results .module-content p, .results .module-content blockquote {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em; }

.results-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.results-quotes {
  margin-top: 3em;
  padding-top: 3em;
  border-top: #efefef solid 3px; }

.results-quotes .quotes-container blockquote {
  border-left: 0.2rem solid #0000ff;
  width: 100%;
  padding-left: 1em;
  margin: 2em 0;
  border: none;
  margin: 0;
  padding: 0 0 2em; }

.results-quotes .quotes-container blockquote p, .results-quotes .quotes-container blockquote blockquote {
  font-size: 12pt;
  line-height: 1.5;
  letter-spacing: .015em;
  font-style: italic;
  font-weight: 400; }

.results-quotes .quotes-container blockquote p, .results-quotes .quotes-container blockquote blockquote {
  font-size: 12pt;
  margin-bottom: 0.5em; }

.results-quotes .quotes-container blockquote p:before, .results-quotes .quotes-container blockquote blockquote:before {
  content: '\201c';
  margin-left: -0.5em;
  margin-right: 0.1em; }

.results-quotes .quotes-container blockquote .eyebrow {
  color: #0000ff;
  font-style: normal; }

blockquote cite:before {
  content: none !important; }

@media screen and (min-width: 768px) {
  .results .module-content .headline {
    font-size: 2.6154rem; }
  .results .module-content p, .results .module-content blockquote {
    font-size: 1rem; }
  .results-quotes .quotes-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    aligh-items: flex-start;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .results-quotes .quotes-container blockquote {
    width: 46%;
    margin: 0;
    page-break-inside: avoid;
    break-inside: avoid; }
  .results-quotes .quotes-container blockquote p, .results-quotes .quotes-container blockquote blockquote {
    font-size: 12pt; }
  .results-quotes .quotes-container blockquote .eyebrow {
    font-size: 1rem; }
  .results-quotes .quotes-container blockquote:first-of-type:last-of-type,
  .results-quotes .quotes-container blockquote:first-of-type:nth-last-of-type(2n+1) {
    width: 100%; }
  .results-quotes .headline {
    font-size: 2.6154rem; } }

@media screen and (min-width: 992px) {
  .results .module-content p, .results .module-content blockquote {
    font-size: 1rem; }
  .results-content {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2); }
  .results-quotes .quotes-container blockquote .eyebrow {
    font-size: .8077rem; } }

@media screen and (min-width: 1200px) {
  .results .module-content p, .results .module-content blockquote {
    font-size: 1rem; }
  .results-content {
    width: calc(100% / 12 * 6);
    margin-left: calc(100% / 12 * 3); }
  .results-quotes .quotes-container blockquote p, .results-quotes .quotes-container blockquote blockquote {
    font-size: 12pt; } }

@media screen and (min-width: 1600px) {
  .results .module-content .headline {
    font-size: 3.4231rem; }
  .results .module-content p, .results .module-content blockquote {
    font-size: 12pt; }
  .results-quotes {
    margin-top: 5em;
    padding-top: 5em; }
  .results-quotes .quotes-container blockquote p, .results-quotes .quotes-container blockquote blockquote {
    font-size: 1.6154rem; }
  .results-quotes .quotes-container blockquote .eyebrow {
    font-size: 1rem; } }

.awards-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.awards .headline {
  margin-bottom: 1em; }

.awards .award-organization {
  margin-bottom: 0.5em;
  line-height: 1.1; }

.award-item {
  padding-bottom: 2rem; }

.award-organization {
  color: #0000ff; }

.award-name {
  margin: 0;
  font-size: .8077rem;
  font-weight: 700;
  line-height: 1.2; }

.award-name:hover,
.award-name:focus {
  color: #373737; }

@media screen and (min-width: 768px) {
  .awards .headline {
    font-size: 2.6154rem; }
  .awards-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2rem;
    column-gap: 2rem; }
  .awards .award-item,
  .awards .award-organization,
  .awards .award-name {
    page-break-inside: avoid;
    break-inside: avoid; }
  .awards .award-name {
    font-size: 1rem; } }

@media screen and (min-width: 992px) {
  .awards-content {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2); } }

@media screen and (min-width: 1200px) {
  .awards-content {
    width: calc(100% / 12 * 6);
    margin-left: calc(100% / 12 * 3); } }

@media screen and (min-width: 1600px) {
  .awards .headline {
    font-size: 3.4231rem; }
  .awards .award-organization {
    font-size: .8077rem; }
  .awards .award-name {
    font-size: 12pt; } }

.employee-quote .pull-quote .module-content {
  width: 100%;
  height: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50vw; }

.employee-quote .pull-quote .pull-quote-lead .module-background {
  background-color: rgba(63, 84, 87, 0.95); }

.employee-quote .pull-quote .eyebrow.quotation-mark {
  margin-bottom: 0; }

.employee-quote .pull-quote blockquote p, .employee-quote .pull-quote blockquote blockquote {
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3rem; }

.employee-quote .pull-quote cite {
  margin-top: 0;
  margin-bottom: 0; }

.employee-quote .pull-quote cite .credit-name,
.employee-quote .pull-quote cite .credit-title {
  display: block; }

.employee-quote .pull-quote cite .credit-name {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
  margin-bottom: 0; }

.employee-quote .pull-quote cite .credit-title {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  font-weight: 500;
  opacity: 0.5;
  margin-bottom: 0; }

.employee-quote .pull-quote cite .credit-pic {
  margin-top: 0; }

.secondary-employee-quote .pull-quote:nth-of-type(odd) .module-background {
  background-color: #efefef; }

.secondary-employee-quote .pull-quote:nth-of-type(odd) .module-content {
  color: #404040; }

.secondary-employee-quote .pull-quote:nth-of-type(odd) .module-content .quotation-mark {
  color: #7c8d00; }

.secondary-employee-quote .pull-quote:nth-of-type(even) .module-background {
  background-color: #373737; }

.secondary-employee-quote .pull-quote[data-position="in-viewport"]:nth-of-type(even) .module-content {
  transition-delay: 0.2s; }

@media screen and (min-width: 768px) {
  .employee-quote .pull-quote blockquote p, .employee-quote .pull-quote blockquote blockquote {
    max-width: inherit; }
  .employee-quote .secondary-employee-quote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .employee-quote .secondary-employee-quote .pull-quote blockquote p, .employee-quote .secondary-employee-quote .pull-quote blockquote blockquote {
    font-size: 1.6154rem; } }

@media screen and (min-width: 992px) {
  .employee-quote .pull-quote blockquote p, .employee-quote .pull-quote blockquote blockquote {
    max-width: 20em; }
  .employee-quote .secondary-employee-quote {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .employee-quote .secondary-employee-quote .pull-quote blockquote p, .employee-quote .secondary-employee-quote .pull-quote blockquote blockquote {
    max-width: 12em;
    max-height: calc(1.6154rem * 1.3 * 4);
    overflow: hidden; } }

@media screen and (min-width: 1200px) {
  .employee-quote .pull-quote .module-content {
    min-height: 0; }
  .employee-quote .pull-quote .secondary-employee-quote .pull-quote .module-content {
    padding-left: 5%;
    padding-right: 5%; }
  .employee-quote .pull-quote .secondary-employee-quote .pull-quote blockquote p, .employee-quote .pull-quote .secondary-employee-quote .pull-quote blockquote blockquote {
    font-size: 2.1154rem;
    max-height: calc(2.1154rem * 1.3 * 4); } }

@media screen and (min-width: 1600px) {
  .employee-quote .pull-quote blockquote p, .employee-quote .pull-quote blockquote blockquote {
    max-width: 20em; }
  .employee-quote .pull-quote cite .credit-name {
    font-size: 12pt; }
  .employee-quote .pull-quote cite .credit-title {
    font-size: 1rem; }
  .employee-quote .secondary-employee-quote .pull-quote blockquote p, .employee-quote .secondary-employee-quote .pull-quote blockquote blockquote {
    font-size: 2.6154rem;
    max-height: calc(2.6154rem * 1.3 * 4); } }

.form-input,
.form-select,
.form-textarea {
  color: currentColor;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: nort, sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.3;
  border: none;
  padding: 0 1.5em 0.75em 0;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.8em 0.8em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0;
  z-index: 1;
  opacity: 0.4;
  box-shadow: none;
  transition: opacity 0.1s; }

.form-input:hover,
.form-select:hover,
.form-textarea:hover {
  opacity: 1; }

.form-input:hover ~ .form-label,
.form-select:hover ~ .form-label,
.form-textarea:hover ~ .form-label,
.form-input:hover ~ .form-label-attachment,
.form-select:hover ~ .form-label-attachment,
.form-textarea:hover ~ .form-label-attachment {
  opacity: 1; }

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  opacity: 1; }

.form-input:focus ~ .form-label,
.form-select:focus ~ .form-label,
.form-textarea:focus ~ .form-label,
.form-input:focus ~ .form-label-attachment,
.form-select:focus ~ .form-label-attachment,
.form-textarea:focus ~ .form-label-attachment {
  opacity: 1; }

.has-error.form-input ~ .form-label-attachment,
.has-error.form-select ~ .form-label-attachment,
.has-error.form-textarea ~ .form-label-attachment {
  border-bottom-color: #fc5b5f;
  opacity: 1; }

.has-error.form-input ~ .form-label-attachment:after,
.has-error.form-select ~ .form-label-attachment:after,
.has-error.form-textarea ~ .form-label-attachment:after {
  content: attr(data-error);
  color: #fc5b5f;
  position: absolute;
  bottom: -70%;
  left: 0;
  font-size: 70%; }

.form-input:not([value=""]),
.form-input:focus,
.form-select:focus,
.form-select:valid,
.form-textarea:focus,
.form-textarea.field-filled {
  opacity: 1; }

.form-input:not([value=""]) ~ .form-label,
.form-input:focus ~ .form-label,
.form-select:focus ~ .form-label,
.form-select:valid ~ .form-label,
.form-textarea:focus ~ .form-label,
.form-textarea.field-filled ~ .form-label {
  opacity: 0.4;
  font-size: .8077rem;
  top: -1.4em; }

.form-input:invalid:not(select):not([value=""]),
.form-select:invalid:not(select):focus,
.form-select:invalid:not(select):valid,
.form-textarea.field-filled:invalid:not(select),
.form-input:valid:not([value=""]),
.form-select:valid,
.form-textarea.field-filled:valid {
  background-image: url("../../images/beckandstone/form-valid-invalid.svg");
  background-repeat: no-repeat;
  background-size: 12px auto; }

.form-input:invalid:not(select):not([value=""]),
.form-select:invalid:not(select):focus,
.form-select:invalid:not(select):valid,
.form-textarea.field-filled:invalid:not(select) {
  background-position: right 3px;
  border-bottom-color: #fc5b5f !important; }

.form-input:invalid:not(select):not([value=""]) ~ .form-label,
.form-select:invalid:not(select):focus ~ .form-label,
.form-select:invalid:not(select):valid ~ .form-label,
.form-textarea.field-filled:invalid:not(select) ~ .form-label {
  opacity: 1; }

.form-input:invalid:not(select):not([value=""]) ~ .form-label:after,
.form-select:invalid:not(select):focus ~ .form-label:after,
.form-select:invalid:not(select):valid ~ .form-label:after,
.form-textarea.field-filled:invalid:not(select) ~ .form-label:after {
  content: attr(data-error);
  color: #fc5b5f;
  position: absolute;
  top: 112.5%;
  left: 0; }

.form-input:valid:not([value=""]),
.form-select:valid,
.form-textarea.field-filled:valid {
  background-position: right -5em; }

.form-input:not([value=""]) ~ .form-label-attachment,
.form-input:focus ~ .form-label-attachment {
  opacity: 1; }

.form-input:not([value=""]) ~ .form-label-attachment > .attachment-label,
.form-input:focus ~ .form-label-attachment > .attachment-label {
  position: absolute;
  opacity: 0.4;
  font-size: 70%;
  top: -1.4em; }

.form-input:not([value=""]) ~ .form-label-attachment > .file-name,
.form-input:focus ~ .form-label-attachment > .file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%; }

.form-label,
.form-label-attachment {
  font-family: nort, sans-serif;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.3;
  padding: 0 0 0.75em;
  margin-bottom: 2px;
  opacity: 0.4;
  transition: opacity 0.1s, transform 0.1s, top 0.1s;
  -ms-transform-origin: left top;
  transform-origin: left top;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%; }

.form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.form-field {
  position: relative;
  width: 100%;
  margin-top: 3em; }

.form .label-note {
  font-size: 80%;
  margin-left: 0.5em; }

.form-label {
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute; }

.form-label-attachment {
  position: relative;
  cursor: pointer;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.form-select {
  background: url("../../images/beckandstone/form-select.svg") no-repeat right 6px;
  background-size: 0.8em auto; }

.form-select option {
  padding: 0;
  margin: 0;
  background-color: #fcfcfb;
  color: #404040; }

.form-select .option-hidden {
  display: none; }

.form-select::-ms-expand {
  display: none; }

.form-textarea {
  resize: none;
  overflow: hidden; }

.form-checkbox {
  width: 100%;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1; }

.form-checkbox:hover ~ .form-label {
  opacity: 1; }

.form-checkbox ~ .form-label {
  font-size: .8077rem;
  margin-left: 2.2em;
  width: calc(100% - 2.2em);
  padding-top: 0.1em;
  position: relative;
  line-height: 1.5; }

.form-checkbox ~ .form-label:before {
  content: '';
  position: absolute;
  left: -2.2em;
  top: 0;
  border: 2px solid #fff;
  width: 1.5em;
  height: 1.5em; }

.form-checkbox ~ .form-label:after {
  content: '';
  position: absolute;
  left: -1.78em;
  top: 0.43em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 0.7em;
  height: 0.4em;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none; }

.form-checkbox:checked ~ .form-label {
  opacity: 1; }

.form-checkbox:checked ~ .form-label:after {
  display: block; }

.form-field-radio + .form-field-radio {
  margin-top: 0; }

.form-radio {
  width: 100%;
  height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1; }

.form-radio:hover ~ .form-label {
  opacity: 1; }

.form-radio ~ .form-label {
  font-size: .8077rem;
  margin-left: 2.2em;
  padding-top: 0.1em;
  position: relative; }

.form-radio ~ .form-label:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.form-radio ~ .form-label:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 5px;
  width: 10px;
  height: 10px;
  display: none;
  background: #0000ff;
  border-radius: 50%; }

.form-radio:checked ~ .form-label {
  opacity: 1; }

.form-radio:checked ~ .form-label:after {
  display: block; }

.form-submit {
  width: 100%;
  transition: border-color 0.1s, color 0.1s; }

.form-submit:hover {
  cursor: pointer; }

.form-field-note span {
  color: currentColor;
  font-size: 0.9em; }

.form-text {
  text-align: center; }

.form-file {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.form-error {
  padding: 3px 0 0 2.2em;
  color: #ff595b;
  font-size: .8077rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 1em; }

.form-error:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../../images/beckandstone/form-valid-invalid.svg") left top no-repeat;
  background-size: 1.5em auto;
  left: 0;
  top: 0; }

.form .form-field .error {
  border-bottom-color: #fc5b5f;
  opacity: 1;
  background-image: url("../../images/beckandstone/form-valid-invalid.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 3px; }

.form .form-field .error ~ label {
  opacity: 1; }

.form .form-field .error ~ label:after {
  content: attr(data-error);
  color: #fc5b5f;
  position: absolute;
  bottom: -70%;
  left: 0;
  font-size: 70%; }

.form .form-field .error:focus ~ label:after {
  font-size: inherit; }

.touch .newsletter-signup .form-submit.shrink:hover {
  background-color: #0000ff; }

.touch .newsletter-signup .form-submit.check:hover:before,
.touch .newsletter-signup .form-submit.check:focus:before {
  opacity: 1; }

@media screen and (min-width: 1200px) {
  .contact-form .module-content .form-text,
  .contact-form .module-content .form-error {
    font-size: 1rem; }
  .contact-form .module-content .form-checkbox ~ .form-label {
    font-size: 1rem; }
  .contact-form .module-content .form-radio ~ .form-label {
    font-size: 1rem; }
  .contact-form .module-content .form-radio ~ .form-label:before {
    left: -37px;
    width: 25px;
    height: 25px; }
  .contact-form .module-content .form-radio ~ .form-label:after {
    left: -31px;
    top: 6px;
    width: 13px;
    height: 13px; } }

@media screen and (min-width: 1600px) {
  .form-input,
  .form-select,
  .form-textarea {
    font-size: 12pt; }
  .form-input:invalid:not([value=""]),
  .form-select:invalid:focus,
  .form-select:invalid:valid,
  .form-textarea.field-filled:invalid,
  .form-input:valid:not([value=""]),
  .form-select:valid,
  .form-textarea.field-filled:valid {
    background-size: 15px auto; }
  .form-input:invalid:not([value=""]),
  .form-select:invalid:focus,
  .form-select:invalid:valid,
  .form-textarea.field-filled:invalid {
    background-position: right 5px; }
  .form-input:valid:not([value=""]),
  .form-select:valid,
  .form-textarea.field-filled:valid {
    background-position: right -4em; }
  .form-label,
  .form-label-attachment {
    font-size: 12pt; }
  .form-field-note span {
    font-size: 1em; } }

.contact-forms-container .module-background {
  background-color: #4a4242;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.contact-forms-container .module-background-image {
  display: none; }

.contact-forms-container .module-background svg {
  width: 100%;
  height: 100%;
  position: relative; }

.contact-forms-container .module-background .image-blurred {
  transition: all 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.contact-forms-container.open-modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out; }

.contact-forms-container.show-form .module-content,
.contact-forms-container.show-confirmation .module-content {
  z-index: 100; }

.contact-forms-container.show-confirmation .module-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.contact-forms-container.show-confirmation .headline {
  padding-bottom: 1em;
  margin-bottom: 1em; }

.contact-forms-container.show-confirmation .headline:before {
  position: absolute;
  bottom: 0;
  margin-bottom: 0; }

.contact-forms-container.show-confirmation .form-text {
  text-align: center;
  color: #fcfcfb;
  max-width: 26em;
  font-size: 1rem; }

.contact-forms-container.show-confirmation .close-btn {
  font-size: 2.5rem;
  margin-bottom: 0;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 200;
  color: #fcfcfb;
  transition: transform 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.contact-forms-container.show-confirmation .close-btn:hover {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #fcfcfb; }

.contact-forms-container.show-confirmation .image-blurred {
  opacity: 0; }

body.in-focus {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden; }

.contact-form {
  background: transparent; }

.contact-form .form-field {
  color: #fcfcfb; }

.contact-form .form-input {
  border-color: #fcfcfb; }

.contact-form .form-input:focus {
  border-bottom-color: #fcfcfb; }

.contact-form .form-submit {
  color: #fcfcfb;
  border-color: rgba(255, 255, 255, 0.2); }

.contact-form .form-text {
  color: #fcfcfb; }

.open-modal .contact-form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  border-radius: 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  max-width: none;
  height: 100%;
  overflow: auto;
  z-index: 300;
  -webkit-overflow-scrolling: touch; }

.contact-form .module-header {
  text-align: center; }

.contact-form .close-btn {
  color: #fcfcfb;
  display: inline-block;
  margin-bottom: 10vw;
  text-transform: uppercase;
  transition: color 0s linear;
  position: relative; }

.contact-form .close-btn.arrow-left:before {
  position: absolute;
  margin-left: -2.5em;
  top: 50%;
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  transition: margin-left 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1);
  content: '\EA11';
  font-size: 0.4em;
  vertical-align: middle; }

.contact-form .close-btn:hover {
  color: #0000ff; }

.contact-form .close-btn:hover:before {
  margin-left: -3em; }

.contact-form .headline {
  color: #fcfcfb;
  text-align: center;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 1.6154rem; }

.contact-form .headline:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.contact-form .form {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem; }

.contact-form .form-field-submit {
  width: 10rem;
  margin-left: auto;
  margin-right: auto; }

.contact-form .form-submit {
  box-sizing: border-box;
  background-color: transparent;
  color: #fcfcfb;
  line-height: 1;
  outline: none;
  overflow: hidden;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
  transition: all 0.2s cubic-bezier(0.32, 0.01, 0, 1);
  text-transform: uppercase;
  height: 3.5rem;
  width: 10rem;
  border: 2px #fff solid;
  margin: 0 auto;
  display: block; }

.contact-form .form-submit:before {
  content: '';
  display: block;
  background-color: transparent;
  border: none;
  border-bottom: 0px #fff solid;
  border-left: 0px #fff solid;
  width: 0em;
  height: 0em;
  position: absolute;
  top: 37%;
  left: 31%;
  z-index: 2000;
  opacity: 1; }

.contact-form .form-submit:hover {
  border: 2px currentColor solid;
  transition: none; }

.contact-form .form-submit span {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: block; }

.contact-form .form-submit .label {
  transition: opacity 0.5s; }

.contact-form .form-submit.shrink {
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.contact-form .form-submit.shrink span {
  animation: 0.5s cubic-bezier(0.32, 0.01, 0, 1) forwards submit_span_1; }

.contact-form .form-submit.spin {
  border-top: 2px #0000ff solid;
  animation: 1s cubic-bezier(0.71, 0.38, 0.31, 0.65) submit_2;
  animation-iteration-count: infinite; }

.contact-form .form-submit.fill {
  border-left: 2px #0000ff solid;
  border-right: 2px #0000ff solid;
  border-bottom: 2px #0000ff solid;
  animation: 0.5s forwards ease-out submit_3; }

.contact-form .form-submit.check {
  animation: none;
  background-color: #0000ff;
  border: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.contact-form .form-submit.check:before {
  animation: 0.4s 0.5s forwards linear submit_4; }

.contact-form .form-submit.shrink,
.contact-form .form-submit.spin,
.contact-form .form-submit.fill,
.contact-form .form-submit.check {
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media screen and (min-width: 768px) {
  .contact-form .module-content .form {
    width: calc(100% / 6 * 4); }
  .contact-form .headline {
    font-size: 2.1154rem; }
  .contact-form .close-btn {
    margin-bottom: 7.5vw; }
  .contact-forms-container.show-confirmation .form-text {
    font-size: 12pt; } }

@media screen and (min-width: 992px) {
  .contact-forms-container .module-background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0;
    transform: scale(1) translate3d(0, 0, 0);
    transition: opacity 1s cubic-bezier(0.32, 0.01, 0, 1), transform 1s cubic-bezier(0.32, 0.01, 0, 1); }
  .contact-forms-container .module-background-image {
    display: inline; }
  .contact-forms-container.show-form .module-background,
  .contact-forms-container.show-confirmation .module-background {
    opacity: 1;
    transform: scale(1.3) translate3d(0, 5%, 0); }
  .contact-forms-container.show-form .module-content .close-btn,
  .contact-forms-container.show-confirmation .module-content .close-btn {
    animation-name: fields_visible;
    animation-duration: 0.9s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-delay: 0.2s; }
  .contact-forms-container.show-form .module-content .headline,
  .contact-forms-container.show-confirmation .module-content .headline {
    animation-name: fields_visible;
    animation-duration: 0.9s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-delay: 0.225s; }
  .contact-forms-container.show-form .module-content .form-text,
  .contact-forms-container.show-confirmation .module-content .form-text {
    animation-name: fields_visible;
    animation-duration: 0.9s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-delay: 0.25s; }
  .contact-forms-container.show-form .module-content .form > *,
  .contact-forms-container.show-confirmation .module-content .form > * {
    animation-name: fields_visible;
    animation-duration: 0.9s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(1),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(1) {
    animation-delay: 0.275s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(2),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(2) {
    animation-delay: 0.3s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(3),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(3) {
    animation-delay: 0.325s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(4),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(4) {
    animation-delay: 0.35s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(5),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(5) {
    animation-delay: 0.375s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(6),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(6) {
    animation-delay: 0.4s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(7),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(7) {
    animation-delay: 0.425s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(8),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(8) {
    animation-delay: 0.45s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(9),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(9) {
    animation-delay: 0.475s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(10),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(10) {
    animation-delay: 0.5s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(11),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(11) {
    animation-delay: 0.525s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(12),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(12) {
    animation-delay: 0.55s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(13),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(13) {
    animation-delay: 0.575s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(14),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(14) {
    animation-delay: 0.6s; }
  .contact-forms-container.show-form .module-content .form > *:nth-of-type(15),
  .contact-forms-container.show-confirmation .module-content .form > *:nth-of-type(15) {
    animation-delay: 0.625s; }
  .contact-form .module-content .close-btn,
  .contact-form .module-content .headline,
  .contact-form .module-content .form-text,
  .contact-form .module-content .form-field {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.32, 0.01, 0, 1);
    animation-name: fields_hide;
    animation-duration: 0.2s;
    animation-delay: 0s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running; }
  .contact-form .module-content .form {
    width: calc(100% / 12 * 6); }
  .contact-form .headline {
    font-size: 2.6154rem;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em; }
  .contact-form .close-btn {
    margin-bottom: 5vw; } }

@media screen and (min-width: 1600px) {
  .contact-form .module-content .headline {
    font-size: 3.4231rem; }
  .contact-form .module-content .form {
    width: calc(100% / 12 * 4); }
  .contact-forms-container.show-confirmation .form-text {
    font-size: 1.6154rem; } }

.newsletter-signup-container {
  position: relative; }

.newsletter-signup-container.show-confirmation .newsletter-signup .module-content {
  opacity: 0 !important; }

.newsletter-signup-container.show-confirmation .newsletter-signup-success .module-content > * {
  animation-name: fields_visible;
  animation-duration: 0.9s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running; }

.newsletter-signup-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.newsletter-signup-success .module-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.newsletter-signup-success .module-content > * {
  opacity: 0;
  transition: opacity 1s ease-in;
  animation-name: fields_hide;
  animation-duration: 0.2s;
  animation-delay: 0s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running; }

.newsletter-signup-success .headline {
  position: relative;
  padding-bottom: 1.5em; }

.newsletter-signup-success .headline:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.newsletter-signup .module-content {
  padding-top: calc(10vw * 1);
  padding-bottom: calc(10vw * 1);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem);
  display: inline-block; }

@media screen and (orientation: portrait) {
  .newsletter-signup .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .newsletter-signup .module-content {
    padding-top: calc(15vw * 1);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .newsletter-signup .module-content {
    padding-top: calc(10vw * 1);
    padding-bottom: calc(10vw * 1); } }

.newsletter-signup .module-content .form-success {
  margin-top: 1em; }

.newsletter-signup-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.newsletter-signup .form-field-submit {
  width: calc(50% - 1rem); }

.newsletter-signup .form-field-submit .form-submit {
  padding-left: 0;
  padding-right: 0; }

.newsletter-signup .form-field-note {
  width: calc(50% - 1rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center; }

.newsletter-signup .form-submit {
  box-sizing: border-box;
  background-color: transparent;
  color: #fcfcfb;
  line-height: 1;
  outline: none;
  overflow: hidden;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
  transition: all 0.2s cubic-bezier(0.32, 0.01, 0, 1);
  text-transform: uppercase;
  height: 3.5rem;
  width: 10rem;
  border: 2px #fff solid;
  margin: 0 auto;
  display: block;
  width: 100%; }

.newsletter-signup .form-submit:before {
  content: '';
  display: block;
  background-color: transparent;
  border: none;
  border-bottom: 0px #fff solid;
  border-left: 0px #fff solid;
  width: 0em;
  height: 0em;
  position: absolute;
  top: 37%;
  left: 31%;
  z-index: 2000;
  opacity: 1; }

.newsletter-signup .form-submit:hover {
  border: 2px currentColor solid;
  transition: none; }

.newsletter-signup .form-submit span {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: block; }

.newsletter-signup .form-submit .label {
  transition: opacity 0.5s; }

.newsletter-signup .form-submit.shrink {
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.newsletter-signup .form-submit.shrink span {
  animation: 0.5s cubic-bezier(0.32, 0.01, 0, 1) forwards submit_span_1; }

.newsletter-signup .form-submit.spin {
  border-top: 2px #0000ff solid;
  animation: 1s cubic-bezier(0.71, 0.38, 0.31, 0.65) submit_2;
  animation-iteration-count: infinite; }

.newsletter-signup .form-submit.fill {
  border-left: 2px #0000ff solid;
  border-right: 2px #0000ff solid;
  border-bottom: 2px #0000ff solid;
  animation: 0.5s forwards ease-out submit_3; }

.newsletter-signup .form-submit.check {
  animation: none;
  background-color: #0000ff;
  border: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.newsletter-signup .form-submit.check:before {
  animation: 0.4s 0.5s forwards linear submit_4; }

.newsletter-signup .form-submit.shrink,
.newsletter-signup .form-submit.spin,
.newsletter-signup .form-submit.fill,
.newsletter-signup .form-submit.check {
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.newsletter-signup-light .form-field {
  color: #404040; }

.newsletter-signup-light .form-input {
  border-color: #373737; }

.newsletter-signup-light .form-input:focus {
  border-bottom-color: #404040; }

.newsletter-signup-light .form-submit {
  color: #404040;
  border-color: rgba(64, 64, 64, 0.2); }

.newsletter-signup-light p, .newsletter-signup-light blockquote {
  color: #404040; }

.newsletter-signup-light .module-background {
  background-color: #efefef; }

.newsletter-signup-dark .form-field {
  color: #fcfcfb; }

.newsletter-signup-dark .form-input {
  border-color: #fcfcfb; }

.newsletter-signup-dark .form-input:focus {
  border-bottom-color: #fcfcfb; }

.newsletter-signup-dark .form-submit {
  color: #fcfcfb;
  border-color: rgba(255, 255, 255, 0.2); }

.newsletter-signup-dark p, .newsletter-signup-dark blockquote {
  color: #fcfcfb; }

.newsletter-signup-dark .headline {
  color: #fcfcfb; }

.newsletter-signup-dark .module-background {
  background-color: #404040; }

@media screen and (min-width: 768px) {
  .newsletter-signup {
    padding: 0; }
  .newsletter-signup .form-field,
  .newsletter-signup .form-field-submit {
    width: calc((100% / 2) - 1rem); }
  .newsletter-signup .form-field-note {
    width: calc((100% / 2) - 1rem); }
  .newsletter-signup .form-field-note span {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
  .newsletter-signup .form-submit {
    width: 100%; } }

@media screen and (min-width: 992px) {
  .newsletter-signup-content {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2); } }

@media screen and (min-width: 1200px) {
  .newsletter-signup .module-content {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * .5);
    padding-left: calc(10vw - 1rem);
    padding-right: calc(10vw - 1rem); } }

@media screen and (min-width: 1200px) and (orientation: portrait) {
  .newsletter-signup .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
  .newsletter-signup .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 1200px) and (min-width: 992px) and (orientation: portrait) {
  .newsletter-signup .module-content {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * .5); } }

@media screen and (min-width: 1200px) {
  .newsletter-signup .headline {
    font-size: calc(1rem + 1vw); }
  .newsletter-signup-content {
    width: calc(100% / 12 * 6);
    margin-left: calc(100% / 12 * 3); } }

@media screen and (min-width: 1600px) {
  .newsletter-signup .headline {
    font-size: calc(1.3077rem + 1vw); }
  .newsletter-signup .module-content .form-success {
    font-size: 12pt; } }

.discipline-info .module-content {
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * 1);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem); }

@media screen and (orientation: portrait) {
  .discipline-info .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .discipline-info .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .discipline-info .module-content {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * 1); } }

.discipline-info-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.discipline-info-content > div:first-child {
  padding-bottom: 2em; }

.discipline-info .headline {
  font-size: 1.6154rem;
  margin-bottom: 0.7em;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

.discipline-info ul {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

.discipline-info ul li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  padding-left: 1.5rem;
  text-indent: -1.5rem; }

.discipline-info ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 1.1rem;
  background: #404040; }

.discipline-info ul:nth-of-type(1) {
  margin-top: calc(10vw * 0);
  margin-bottom: calc(10vw * .5);
  margin-left: 0;
  margin-right: 0; }

@media screen and (orientation: portrait) {
  .discipline-info ul:nth-of-type(1) {
    margin-top: calc(15vw * 0);
    margin-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .discipline-info ul:nth-of-type(1) {
    margin-top: calc(15vw * 0);
    margin-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .discipline-info ul:nth-of-type(1) {
    margin-top: calc(10vw * 0);
    margin-bottom: calc(10vw * .5); } }

.discipline-info ul li {
  font-weight: 400;
  padding-bottom: 1em; }

@media screen and (min-width: 768px) {
  .discipline-info .module-content .headline {
    font-size: 2.1154rem; }
  .discipline-info-content > div {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 2rem; }
  .discipline-info-content > div:first-child {
    padding: 0 2rem 0 0; }
  .discipline-info-content .headline {
    font-size: 1.6154rem;
    margin-bottom: .7em;
    width: 50%; }
  .discipline-info-content .headline:nth-of-type(1) {
    -ms-flex-order: 1;
    order: 1; }
  .discipline-info-content .headline:nth-of-type(2) {
    -ms-flex-order: 2;
    order: 2; }
  .discipline-info-content ul {
    width: 50%; }
  .discipline-info-content ul:nth-of-type(1) {
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0; }
  .discipline-info-content ul:nth-of-type(2) {
    -ms-flex-order: 4;
    order: 4; } }

@media screen and (min-width: 992px) {
  .discipline-info-content {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2); }
  .discipline-info-content > div {
    padding: 0 0 0 1.5rem; }
  .discipline-info-content > div:first-child {
    padding: 0 1.5rem 0 0; }
  .body-copy-flexible + .discipline-info {
    margin-top: -6.66667vw; } }

@media screen and (min-width: 1200px) {
  .discipline-info-content {
    width: calc(100% / 12 * 6);
    margin-left: calc(100% / 12 * 3); } }

@media screen and (min-width: 1600px) {
  .discipline-info .module-content .headline {
    font-size: 2.6154rem; }
  .discipline-info .module-content ul li {
    font-size: 12pt; } }

.disciplines {
  width: 100%;
  height: auto;
  overflow: hidden; }

.disciplines .simple-header .module-content .headline {
  color: #fcfcfb; }

.discipline-list {
  padding-top: calc(10vw * 0);
  padding-bottom: calc(10vw * 1);
  padding-left: 10vw;
  padding-right: 10vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

@media screen and (orientation: portrait) {
  .discipline-list {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .discipline-list {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 1); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .discipline-list {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * 1); } }

.discipline-list-item {
  position: relative;
  width: 100%;
  height: auto;
  transition: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.discipline-list-item:nth-of-type(even) .discipline-list-item-content {
  background: #F8F8F8; }

.discipline-list-item[data-position] .discipline-list-item-content {
  transition: all 0.5s cubic-bezier(0.03, 0.46, 0.31, 0.97); }

.discipline-list-item[data-position="below-viewport"] .discipline-list-item-content {
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.discipline-list-item-content {
  width: 100%;
  height: auto;
  min-height: 40vw;
  position: relative;
  padding: 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fcfcfb; }

.discipline-list-item-content-copy {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 200;
  position: relative; }

.discipline-list-item-content-copy .headline {
  -ms-flex-order: 2;
  order: 2;
  font-size: 12pt;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: calc(0.8em - 4px); }

.discipline-list-item-content-copy .headline:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0; }

.discipline-list-item-content-copy .subhead {
  -ms-flex-order: 3;
  order: 3;
  font-size: .8077rem;
  margin-bottom: 0;
  max-width: 20em; }

.discipline-list-item .arrow {
  color: #0000ff;
  font-size: .70771rem;
  margin-left: -.70771rem;
  position: absolute;
  bottom: -1em;
  left: 50%; }

.discipline-list-item.filler-item {
  display: none;
  cursor: auto; }

.discipline-list .dark-hover {
  z-index: 0; }

@media screen and (min-width: 768px) {
  .discipline-list-item {
    width: 50%; }
  .discipline-list-item-content {
    min-height: 22.5vw; }
  .discipline-list-item:nth-child(even) .discipline-list-item-content {
    background: #fcfcfb; }
  .discipline-list-item:nth-of-type(4n-2) .discipline-list-item-content,
  .discipline-list-item:nth-of-type(4n-1) .discipline-list-item-content {
    background: #F8F8F8; }
  .discipline-list-item[data-position]:nth-of-type(even) .discipline-list-item-content {
    transition: all 0.7s cubic-bezier(0.32, 0.01, 0, 1); }
  .discipline-list-item.filler-item {
    display: block; } }

@media screen and (min-width: 992px) {
  .discipline-list-item-content-copy .headline {
    font-size: 1.6154rem;
    padding-bottom: 0.6em;
    margin-bottom: calc(0.6em - 5px); }
  .discipline-list-item .arrow {
    bottom: -1em; } }

@media screen and (min-width: 1200px) {
  .discipline-list-item-content-copy .headline {
    font-size: 2rem; }
  .discipline-list-item-content-copy .subhead {
    font-size: 1rem; }
  .discipline-list-item .arrow {
    font-size: .92885rem;
    margin-left: -.92885rem;
    bottom: -1.25em; } }

@media screen and (min-width: 1600px) {
  .disciplines .simple-header {
    padding-left: 0;
    padding-right: 0; }
  .discipline-list-item-content {
    min-height: 15vw; }
  .discipline-list-item-content-copy .headline {
    font-size: 2.6154rem;
    margin-bottom: calc(0.6em - 6px); }
  .curated-feed .discipline-list-item-content-copy .headline {
    font-size: 2.6154rem; }
  .discipline-list-item-content-copy .subhead {
    font-size: 12pt; } }

.office-list .module-background {
  background-color: #F0F0F0; }

.office-list .module-content .headline {
  font-size: 1.6154rem; }

.office-list .module-content .office-list-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.office-list [role="tablist"] {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-top: 5vw; }

.office-list [role="tablist"]:after {
  content: '';
  position: absolute;
  width: calc(100%);
  height: 2px;
  opacity: 0.2;
  bottom: 0;
  left: 0;
  background-color: currentColor; }

.office-list [role="tablist"] [role="tab"] {
  font-size: .8077rem;
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  max-width: 20em;
  color: #373737;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  cursor: pointer;
  text-align: center; }

.office-list [role="tablist"] [role="tab"]:after {
  content: '';
  position: absolute;
  width: calc(100%);
  height: 4px;
  background-color: #0000ff;
  opacity: 1;
  bottom: 0;
  left: 0;
  z-index: 1;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition: transform 0.1s 0.1s ease-in-out; }

.office-list [role="tablist"] [role="tab"][aria-selected="true"] {
  color: #373737; }

.office-list [role="tablist"] [role="tab"][aria-selected="true"]:after {
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.office-list .office {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 16px;
  cursor: pointer; }

.office-list .office .office-listing-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }

.office-list .office .office-info {
  color: #fcfcfb;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  padding: 2.5vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.office-list .office .office-info .office-items {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3; }

.office-list .office:after {
  content: '';
  display: block;
  position: relative;
  padding-bottom: calc(100% / 16 * 9); }

.office-list .office .office-listing-title {
  font-size: 1.6154rem;
  max-width: 14em;
  margin-bottom: 0.25em; }

.office-list .office .eyebrow {
  font-size: .6154rem;
  color: #0000ff;
  margin-bottom: 0.4em;
  line-height: 1.3;
  letter-spacing: 0.05em; }

.office-list .office .office-contact-info {
  font-size: .6154rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500; }

.office-list .office .office-contact-info .contact-detail {
  display: inline-block;
  line-height: 1.3;
  letter-spacing: 0.05em; }

.office-list .office .office-contact-info .contact-detail:before {
  content: '';
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  height: 1em;
  width: 1px;
  background-color: currentColor;
  position: relative;
  top: 0.125em; }

.office-list .office .office-contact-info .contact-detail:first-child:before {
  content: none; }

.office-list .office-regions {
  width: 100%;
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * 0);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

@media screen and (orientation: portrait) {
  .office-list .office-regions {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .office-list .office-regions {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * 0); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .office-list .office-regions {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * 0); } }

.office-list .office-regions .offices-container {
  width: calc(100% + 16px);
  margin-left: -8px;
  position: relative; }

.office-list .office-regions .office-region {
  position: relative;
  width: 100%;
  transition: all 1s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.office-list .office-regions .office-region .office-info {
  transition: all 1s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.office-list .office-regions .office-region:not(.selected) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.office-list .office-regions .office-region.selected {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0); }

.office-list .office-regions .office-region.selected .office-info {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.office-list .office-regions .office-region.out-left {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.office-list .office-regions .office-region.out-left .office-info {
  -ms-transform: translateX(-30%);
  transform: translateX(-30%); }

.office-list .office-regions .office-region.out-right {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.office-list .office-regions .office-region.out-right .office-info {
  -ms-transform: translateX(30%);
  transform: translateX(30%); }

.office-list .arrow {
  font-size: .70771rem;
  margin-left: -.70771rem;
  position: absolute;
  margin-top: 1.5em;
  left: 50%; }

@media screen and (min-width: 768px) {
  .office-list .module-content .headline {
    font-size: 2.6154rem; }
  .office-list .office-regions .office-region .office-container {
    overflow: hidden; }
  .office-list .office {
    float: left;
    width: calc(100% * (1/2) - 16px);
    margin: 8px; }
  .office-list .office .office-listing-title {
    font-size: 1.6154rem; } }

@media screen and (min-width: 992px) {
  .office-list [role="tablist"] {
    width: calc(100% / 12 * 5);
    margin-top: -45px;
    margin-bottom: 0;
    float: right; }
  .office-list [role="tablist"] [role="tab"] {
    font-size: 1rem; }
  .office-list .office .office-listing-title {
    font-size: 2.6154rem; }
  .office-list .office .eyebrow,
  .office-list .office .office-contact-info {
    font-size: .8077rem; } }

@media screen and (min-width: 1200px) {
  .office-list .office .office-listing-title {
    font-size: 2.6154rem; }
  .office-list .arrow {
    font-size: .8077rem;
    margin-left: -.8077rem; } }

@media screen and (min-width: 1600px) {
  .office-list [role="tablist"] {
    width: calc(100% / 12 * 4); }
  .office-list .module-content .headline {
    font-size: 3.4231rem; }
  .office-list .module-content .office-listing-title {
    font-size: 3.4231rem; }
  .office-list .module-content .eyebrow,
  .office-list .module-content .office-contact-info {
    font-size: 1rem; }
  .office-list .arrow {
    font-size: 1rem;
    margin-left: -1rem; } }

.link--underline {
  transition: all 0.1s ease 0.1s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-appearance: none; }

.link--underline:before {
  content: '';
  width: 100%;
  height: 0.075em;
  display: block;
  background-color: #0000ff;
  position: absolute;
  bottom: 0;
  animation-name: underline_out;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.32, 0.01, 0, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running; }

.link--underline:hover,
.link--underline:focus {
  transition: color 0.05s cubic-bezier(0.32, 0.01, 0, 1) 0.05s;
  color: #0000ff; }

.link--underline:hover:before,
.link--underline:focus:before {
  animation-name: underline_in;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.32, 0.01, 0, 1);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running; }

.job-list {
  background-color: #fcfcfb; }

.job-list-filter {
  display: block;
  position: relative;
  width: 100%;
  margin: 0.5rem; }

.job-list-module-content {
  padding-top: calc(10vw * 0);
  padding-bottom: calc(10vw * .5);
  padding-left: 10vw;
  padding-right: 10vw; }

@media screen and (orientation: portrait) {
  .job-list-module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .job-list-module-content {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .job-list-module-content {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * .5); } }

.job-list-property-label {
  display: none; }

.job-list-items-set {
  display: block;
  width: 100%;
  clear: both;
  border-bottom: 3px solid #efefef;
  line-height: 1.4;
  margin-top: calc(10vw * 0);
  margin-bottom: calc(10vw * .5);
  margin-left: 0;
  margin-right: 0; }

@media screen and (orientation: portrait) {
  .job-list-items-set {
    margin-top: calc(15vw * 0);
    margin-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .job-list-items-set {
    margin-top: calc(15vw * 0);
    margin-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .job-list-items-set {
    margin-top: calc(10vw * 0);
    margin-bottom: calc(10vw * .5); } }

.job-list-items-set:after {
  display: none !important; }

.job-list-items {
  display: block;
  width: 100%; }

.job-list-item {
  display: block;
  border-top: 3px solid #efefef;
  padding: 1.5em 0;
  cursor: pointer; }

.job-list-item:hover {
  background-color: #fcfcfb; }

.job-list-item:hover .job-list-item-link {
  color: #0000ff; }

.job-list-item-title {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 0.5em; }

.job-list-item-discipline,
.job-list-item-location {
  float: left;
  width: 50%;
  font-size: .8077rem;
  padding-bottom: 0.25em; }

.job-list-item-location {
  text-align: right; }

.job-list-item-id {
  clear: left;
  display: block;
  color: rgba(64, 64, 64, 0.5);
  font-size: .8077rem;
  white-space: nowrap; }

.job-list [class*="-message"] {
  clear: both;
  padding: 2em 0;
  line-height: 1.5;
  border: 3px solid #efefef;
  border-width: 3px 0; }

.job-list [class*="-message"] a {
  text-decoration: underline;
  display: inline-block;
  white-space: nowrap; }

.job-list .feed-load-more-container {
  position: relative; }

@media screen and (min-width: 768px) {
  .job-list-filter .feed-filter-control {
    width: 100%; }
  .job-list-item:after {
    content: '';
    display: table; }
  .job-list-item-title {
    font-size: 12pt; }
  .job-list-item-discipline,
  .job-list-item-location,
  .job-list-item-id {
    float: left;
    clear: none;
    width: 41.66667%;
    font-size: 1rem;
    color: inherit; }
  .job-list-item-location {
    width: 33.33333%;
    text-align: left; }
  .job-list-item-id {
    width: 25%;
    text-align: right; } }

@media screen and (min-width: 992px) {
  .job-list-property-label {
    display: table-cell;
    text-align: left;
    color: rgba(64, 64, 64, 0.5);
    font-size: .6154rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 0 1.5em; }
  .job-list-property-label:last-child {
    text-align: right; }
  .job-list-filter {
    max-width: 50%; }
  .job-list-items-set {
    display: table;
    border-collapse: collapse; }
  .job-list-items {
    display: table-row-group; }
  .job-list-item {
    display: table-row; }
  .job-list-item-property {
    display: table-cell;
    float: none;
    width: auto;
    padding-top: 2em;
    padding-bottom: 1.75em;
    border-top: 3px solid #efefef; }
  .job-list-item-title {
    font-size: 1rem; }
  .job-list-item-discipline,
  .job-list-item-location,
  .job-list-item-id {
    font-size: .8077rem; } }

@media screen and (min-width: 1200px) {
  .job-list-filters,
  .job-list-filter {
    width: auto;
    max-width: none; }
  .job-list-item-title,
  .job-list-item-discipline,
  .job-list-item-location,
  .job-list-item-id,
  .job-list-property-label {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media screen and (min-width: 1600px) {
  .job-list-item-title {
    font-size: 12pt; }
  .job-list-item-discipline,
  .job-list-item-location,
  .job-list-item-id {
    font-size: 1rem; } }

.twitter-feed .feed-tweets .module-content {
  padding: 20% 10%;
  width: 100%;
  height: auto;
  min-height: 100vw;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.twitter-feed blockquote {
  width: 100%;
  max-width: 40em; }

.twitter-feed blockquote p, .twitter-feed blockquote blockquote {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 2em;
  font-weight: 400;
  padding: 0 1em;
  text-align: center; }

.twitter-feed blockquote p b, .twitter-feed blockquote blockquote b,
.twitter-feed blockquote p s,
.twitter-feed blockquote blockquote s {
  font-weight: 400; }

.twitter-feed blockquote a {
  display: inline;
  line-height: 1;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #0000ff;
  background: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-repeat: no-repeat;
  background-position: right 1.1em;
  background-size: 0% .25em;
  transition: background-size 0.3s; }

.twitter-feed blockquote a:hover {
  background-image: linear-gradient(to bottom, currentColor 25%, transparent 25%);
  background-size: 100% 0.25em;
  background-position: left 1.1em; }

.twitter-feed blockquote a.muted {
  color: #373737; }

.twitter-feed blockquote a-primary {
  color: #0000ff; }

.twitter-feed blockquote a-secondary {
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.twitter-feed blockquote a-arrow {
  margin-right: 1.5em;
  transition: 0s 0s; }

.twitter-feed blockquote a-arrow:after {
  font-family: "Iconic";
  content: '\EA11';
  position: absolute;
  margin-left: 0.8em;
  font-size: 0.4em;
  vertical-align: middle;
  transition: margin-left 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.twitter-feed blockquote a-arrow:hover:after {
  margin-left: 1.4em; }

.twitter-feed blockquote a:focus {
  outline: none; }

.twitter-feed .icon-twitter {
  font-size: 1.6154rem;
  margin-bottom: 1.5em;
  color: #0000ff; }

.twitter-feed .twitter-info li {
  display: inline;
  list-style-type: none;
  font-size: .8077rem;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.twitter-feed .twitter-info li:first-of-type:after {
  content: '|';
  position: relative;
  font-size: 0.7em;
  line-height: 1.5;
  margin-left: 1em;
  margin-right: 1em;
  top: -0.15em; }

.feed-tweets .tweet-data:nth-of-type(odd) {
  color: #404040; }

.feed-tweets .tweet-data:nth-of-type(odd) .module-background {
  background-color: #efefef; }

.feed-tweets .tweet-data:nth-of-type(even) {
  color: #fcfcfb; }

.feed-tweets .tweet-data:nth-of-type(even) .module-background {
  background-color: #373737; }

.feed-tweets .tweet-data[data-position="in-viewport"]:nth-of-type(even) .module-content {
  transition-delay: 0.2s; }

@media screen and (min-width: 768px) {
  .twitter-feed .feed-tweets {
    display: -ms-flexbox;
    display: flex; }
  .twitter-feed .feed-tweets .module-content {
    min-height: 50vw; }
  .twitter-feed .tweet-data blockquote p, .twitter-feed .tweet-data blockquote blockquote {
    font-size: 1rem; }
  .twitter-feed .twitter-info li {
    font-size: .6154rem; } }

@media screen and (min-width: 992px) {
  .twitter-feed .simple-header .module-content .cta {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 0; }
  .twitter-feed .feed-tweets .module-content {
    min-height: 40vw; }
  .twitter-feed .tweet-data .module-content {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .twitter-feed .tweet-data blockquote p, .twitter-feed .tweet-data blockquote blockquote {
    font-size: 12pt; }
  .twitter-feed .twitter-info li {
    font-size: .8077rem; } }

@media screen and (min-width: 1200px) {
  .twitter-feed .icon-twitter {
    font-size: 1.6154rem; }
  .twitter-feed .tweet-data blockquote p, .twitter-feed .tweet-data blockquote blockquote {
    font-size: 1.6154rem; } }

@media screen and (min-width: 1600px) {
  .twitter-feed .icon-twitter {
    font-size: 2.1154rem; }
  .twitter-feed .tweet-data blockquote p, .twitter-feed .tweet-data blockquote blockquote {
    font-size: 2.1154rem; }
  .twitter-feed .twitter-info li {
    font-size: 1rem; }
  .twitter-feed .feed-tweets .module-content {
    min-height: 35vw; } }

.error-hero {
  height: 100vh;
  background: #000;
  background-image: linear-gradient(90deg, #4c585a, #2a3331); }

.error-hero .module-content[class] {
  pointer-events: auto; }

.error-hero .module-content[class] .headline {
  margin-bottom: 0.3em; }

.error-hero .module-content[class] .subhead {
  margin-bottom: 2em;
  margin-top: 0; }

.error-hero .error-options-item {
  text-transform: uppercase;
  transition: all 0.1s;
  width: auto;
  margin-bottom: 2em;
  font-size: .8077rem; }

.error-hero .error-options-item .link,
.error-hero .error-options-item .full-width-image-caption-credit a,
.full-width-image-caption-credit .error-hero .error-options-item a {
  color: #fcfcfb; }

.error-hero .error-options-item .link:before,
.error-hero .error-options-item .full-width-image-caption-credit a:before,
.full-width-image-caption-credit .error-hero .error-options-item a:before {
  border-bottom-color: #0000ff; }

.error-hero .error-options-item .link:hover,
.error-hero .error-options-item .full-width-image-caption-credit a:hover,
.full-width-image-caption-credit .error-hero .error-options-item a:hover {
  color: #0000ff; }

@media screen and (min-width: 768px) {
  .error-hero .error-options-item {
    display: inline-block;
    margin-right: 2em; } }

@media screen and (min-width: 1600px) {
  .error-hero .error-options-item {
    font-size: 1rem; } }

.solution-sub-nav .module-content .solution-sub-nav-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.solution-sub-nav .sub-nav-container {
  list-style: none;
  width: 100%; }

.solution-sub-nav .sub-nav-container .sub-nav-item {
  display: block;
  width: 100%;
  height: calc(80vw + (80vw /2));
  border-radius: 5px;
  padding: 0;
  margin-top: 10px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.03, 0.46, 0.31, 0.97);
  transition-duration: 0.5s; }

.solution-sub-nav .sub-nav-container .sub-nav-item:first-of-type {
  margin-top: 0; }

.solution-sub-nav .sub-nav-container .sub-nav-item .sub-nav-item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 5px;
  height: calc(80vw + (80vw/2));
  padding: 2rem;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.03, 0.46, 0.31, 0.97);
  transition-duration: 0.5s; }

.solution-sub-nav .sub-nav-container .sub-nav-item .sub-nav-item-header,
.solution-sub-nav .sub-nav-container .sub-nav-item .summary-list {
  width: 100%; }

.solution-sub-nav .sub-nav-container .sub-nav-item .sub-nav-item-headline {
  color: #fcfcfb;
  font-size: 7.03125vw;
  line-height: 1;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.03, 0.46, 0.31, 0.97);
  transition-duration: 0.5s; }

.solution-sub-nav .sub-nav-container .sub-nav-item .sub-nav-item-headline:before {
  content: '';
  display: block;
  width: 1em;
  height: 2px;
  background-color: #fcfcfb;
  border: none;
  margin: 0;
  margin-bottom: 0.6em;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.03, 0.46, 0.31, 0.97);
  transition-duration: 0.5s; }

.solution-sub-nav .sub-nav-container .sub-nav-item .summary-item {
  color: #fcfcfb;
  font-size: .8077rem;
  line-height: 1.4; }

.solution-sub-nav .sub-nav-container .sub-nav-item .summary-item:first-of-type {
  margin-top: 1.8rem; }

.solution-sub-nav.landing {
  margin-top: calc(-1*(15vw * 1)); }

.solution-sub-nav.landing .module-background {
  background-color: #fcfcfb; }

.solution-sub-nav.landing .module-content {
  padding-left: calc(10vw);
  padding-right: calc(10vw);
  padding-bottom: 40px; }

.solution-sub-nav.landing .module-content .solution-sub-nav-content {
  padding-left: 0;
  padding-right: 0; }

.solution-sub-nav.landing .sub-nav-container {
  width: 80vw; }

.solution-sub-nav.landing .sub-nav-container .sub-nav-item {
  width: 80vw;
  height: calc(80vw + (80vw/6)); }

.solution-sub-nav.landing .sub-nav-container .sub-nav-item .sub-nav-item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: calc(80vw + (80vw/6)); }

.solution-sub-nav.landing .sub-nav-container .sub-nav-item .sub-nav-item-header,
.solution-sub-nav.landing .sub-nav-container .sub-nav-item .summary-list {
  width: 100%; }

.solution-sub-nav .headline {
  font-size: 2.1154rem;
  margin-bottom: 1em; }

.solution-sub-nav .headline:before {
  content: none; }

@media screen and (min-width: 768px) {
  .solution-sub-nav .headline {
    font-size: 2.6154rem; }
  .solution-sub-nav .sub-nav-container .sub-nav-item {
    height: auto; }
  .solution-sub-nav .sub-nav-container .sub-nav-item .sub-nav-item-headline {
    font-size: 4.557291666667vw; }
  .solution-sub-nav .sub-nav-container .sub-nav-item .sub-nav-item-link {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: auto; }
  .solution-sub-nav .sub-nav-container .sub-nav-item .sub-nav-item-link .sub-nav-item-header,
  .solution-sub-nav .sub-nav-container .sub-nav-item .sub-nav-item-link .summary-list {
    width: 40%; }
  .solution-sub-nav .sub-nav-container:hover .sub-nav-item .sub-nav-item-link {
    background-color: rgba(0, 0, 0, 0.25); }
  .solution-sub-nav .sub-nav-container:hover .sub-nav-item .sub-nav-item-link .sub-nav-item-headline,
  .solution-sub-nav .sub-nav-container:hover .sub-nav-item .sub-nav-item-link .summary-item {
    color: #ccc; }
  .solution-sub-nav .sub-nav-container:hover .sub-nav-item .sub-nav-item-link .sub-nav-item-headline:before {
    background-color: #ccc; }
  .solution-sub-nav .sub-nav-container:hover .sub-nav-item:hover {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0px 20px 25px 3px rgba(0, 0, 0, 0.65); }
  .solution-sub-nav .sub-nav-container:hover .sub-nav-item:hover .sub-nav-item-link {
    background-color: transparent; }
  .solution-sub-nav .sub-nav-container:hover .sub-nav-item:hover .sub-nav-item-link .sub-nav-item-headline,
  .solution-sub-nav .sub-nav-container:hover .sub-nav-item:hover .sub-nav-item-link .summary-item {
    color: #fcfcfb; }
  .solution-sub-nav .sub-nav-container:hover .sub-nav-item:hover .sub-nav-item-link .sub-nav-item-headline:before {
    background-color: #fcfcfb; }
  .solution-sub-nav.landing {
    width: 100%;
    margin-top: calc(-1*(10vw * 1)); }
  .solution-sub-nav.landing .solution-sub-nav-content {
    padding: 0;
    width: 100%; }
  .solution-sub-nav.landing .sub-nav-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-center;
    align-items: flex-center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .solution-sub-nav.landing .sub-nav-container .sub-nav-item {
    width: calc(40vw - 5px);
    height: calc(40vw + (40vw/6)); }
  .solution-sub-nav.landing .sub-nav-container .sub-nav-item .sub-nav-item-link {
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: calc(40vw + (40vw/6)); }
  .solution-sub-nav.landing .sub-nav-container .sub-nav-item:nth-of-type(-n+2) {
    margin-top: 0; }
  .solution-sub-nav.landing .sub-nav-container .sub-nav-item .sub-nav-item-header,
  .solution-sub-nav.landing .sub-nav-container .sub-nav-item .summary-list {
    width: 100%; } }

@media screen and (min-width: 992px) {
  .solution-sub-nav .module-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
  .solution-sub-nav .module-content .solution-sub-nav-content {
    width: calc(100% / 12 * 8); }
  .solution-sub-nav .module-content .sub-nav-container .sub-nav-item {
    height: calc(50vw /2); }
  .solution-sub-nav .module-content .sub-nav-container .sub-nav-item .sub-nav-item-headline {
    font-size: 3vw; }
  .solution-sub-nav .module-content .sub-nav-container .sub-nav-item .sub-nav-item-link {
    height: calc(50vw /2); }
  .solution-sub-nav .module-content .sub-nav-container .sub-nav-item .summary-item {
    font-size: 1rem; }
  .solution-sub-nav.landing .module-content .solution-sub-nav-content {
    padding: 0;
    width: 100%; }
  .solution-sub-nav.landing .module-content .sub-nav-container .sub-nav-item {
    width: calc(40vw - 5px);
    height: calc(40vw + (40vw/6)); }
  .solution-sub-nav.landing .module-content .sub-nav-container .sub-nav-item .sub-nav-item-headline {
    font-size: 4.557291666667vw; }
  .solution-sub-nav.landing .module-content .sub-nav-container .sub-nav-item .sub-nav-item-link {
    width: 100%;
    height: calc(40vw + (40vw/6)); } }

@media screen and (min-width: 1200px) {
  .solution-sub-nav .module-content .solution-sub-nav-content {
    width: calc(100% / 12 * 6); }
  .solution-sub-nav .module-content .sub-nav-container .sub-nav-item .sub-nav-item-headline {
    font-size: 3vw; }
  .solution-sub-nav .module-content .sub-nav-container .sub-nav-item .summary-item {
    font-size: .8077rem; }
  .solution-sub-nav.landing {
    width: 100%; }
  .solution-sub-nav.landing .module-content .sub-nav-container .sub-nav-item {
    width: calc(26.6666667vw - 7px);
    height: calc(26.6666667vw + (26.6666667vw/6)); }
  .solution-sub-nav.landing .module-content .sub-nav-container .sub-nav-item .sub-nav-item-headline {
    font-size: 3vw; }
  .solution-sub-nav.landing .module-content .sub-nav-container .sub-nav-item .sub-nav-item-link {
    width: 100%;
    height: calc(26.6666667vw + (26.6666667vw/6)); }
  .solution-sub-nav.landing .module-content .sub-nav-container .sub-nav-item:nth-of-type(-n+3) {
    margin-top: 0; } }

@media screen and (min-width: 1600px) {
  .solution-sub-nav .module-content .sub-nav-container .sub-nav-item .sub-nav-item-headline {
    font-size: 3.25vw; }
  .solution-sub-nav .module-content .sub-nav-container .sub-nav-item .summary-item {
    font-size: 1rem; }
  .solution-sub-nav.landing .module-content .sub-nav-container .sub-nav-item .sub-nav-item-headline {
    font-size: 3.25vw; } }

.solution-hero {
  height: 90vh;
  position: relative; }

.solution-hero .module-background {
  background-color: #fcfcfb; }

.solution-hero .module-content {
  top: 50%;
  z-index: 300;
  transition: opacity 2s, z-index 2s;
  pointer-events: none;
  padding-bottom: 0;
  padding-top: 0; }

.solution-hero[data-position] .module-content {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.solution-hero .hero-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 80vw;
  margin: 0 auto; }

.solution-hero .hero-content .headline {
  font-size: 2.3654rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: 'MillerText', Times, Georgia, serif;
  font-weight: 400;
  color: #404040;
  text-align: center;
  letter-spacing: -.04em; }

.solution-hero .hero-content .headline:last-child {
  margin-bottom: 0; }

.solution-hero .hero-content .headline::-moz-selection {
  background-color: transparent; }

.solution-hero .hero-content .headline::selection {
  background-color: transparent; }

.solution-hero .hero-content .headline.isFirst:before,
.solution-hero .hero-content .headline:before {
  content: none; }

.solution-hero .hero-content .subhead {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 10vh;
  margin-bottom: 0;
  color: #373737;
  text-align: center; }

.solution-hero .hero-content a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 3;
  order: 3; }

.solution-hero .hero-content .isFirst {
  -ms-flex-order: 2;
  order: 2; }

@media screen and (min-width: 768px) {
  .solution-hero .module-content .hero-content {
    width: 50vw; }
  .solution-hero .module-content .hero-content .headline {
    font-size: 3.4231rem; }
  .solution-hero .module-content .hero-content .subhead {
    font-size: 1rem; } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .solution-hero .module-content {
    margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  .solution-hero .module-content .hero-content .headline {
    font-size: 3.4231rem; } }

@media screen and (min-width: 1200px) {
  .solution-hero .module-content .hero-content .headline {
    font-size: 4.2308rem; }
  .solution-hero .module-content .hero-content .subhead {
    font-size: 12pt; } }

@media screen and (min-width: 1600px) {
  .solution-hero .module-content .hero-content .headline {
    font-size: 5.5385rem; } }

.solution-contact {
  position: relative; }

.solution-contact .module-background {
  background-color: #fcfcfb; }

.solution-contact .solution-contact-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 80vw;
  margin: 0 auto;
  padding-bottom: 75px; }

.solution-contact .solution-contact-content .headline {
  font-size: 2.3654rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: 'MillerText', Times, Georgia, serif;
  font-weight: 400;
  color: #404040;
  text-align: center;
  letter-spacing: -.04em; }

.solution-contact .solution-contact-content .headline:last-child {
  margin-bottom: 0; }

.solution-contact .solution-contact-content .headline::-moz-selection {
  background-color: transparent; }

.solution-contact .solution-contact-content .headline::selection {
  background-color: transparent; }

.solution-contact .solution-contact-content .headline:before {
  content: none; }

.solution-contact .solution-contact-content .subhead {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 0;
  color: #373737;
  text-align: center; }

.solution-contact .solution-contact-content .solution-contact-cta-container {
  clear: both;
  display: block;
  text-align: center;
  padding-top: 2rem; }

.solution-contact .solution-contact-content .solution-contact-cta {
  display: inline-block;
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .solution-contact .module-content {
    bottom: 0; }
  .solution-contact .module-content:after {
    margin: 8vw auto; } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .solution-contact .module-content {
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .solution-contact .solution-contact-content {
    width: 50vw; }
  .solution-contact .solution-contact-content .headline {
    font-size: 3.4231rem; }
  .solution-contact .solution-contact-content .subhead {
    font-size: 1rem; } }

@media screen and (min-width: 992px) {
  .solution-contact .solution-contact-content .headline {
    font-size: 3.4231rem; } }

@media screen and (min-width: 1200px) {
  .solution-contact .solution-contact-content .headline {
    font-size: 4.2308rem; }
  .solution-contact .solution-contact-content .subhead {
    font-size: 12pt; } }

@media screen and (min-width: 1600px) {
  .solution-contact .solution-contact-content .headline {
    font-size: 5.5385rem; } }

.general-links {
  width: 100%; }

.general-links .module-content {
  padding-top: calc(10vw * .5);
  padding-bottom: calc(10vw * .5);
  padding-left: calc(10vw - 1rem);
  padding-right: calc(10vw - 1rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (orientation: portrait) {
  .general-links .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .general-links .module-content {
    padding-top: calc(15vw * .5);
    padding-bottom: calc(15vw * .5); } }

@media screen and (min-width: 992px) and (orientation: portrait) {
  .general-links .module-content {
    padding-top: calc(10vw * .5);
    padding-bottom: calc(10vw * .5); } }

.general-links .general-links-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

.general-links .general-link {
  font-size: 12pt;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.1;
  margin-bottom: 0.25em;
  display: block; }

.general-links .general-link:last-child {
  margin-bottom: 0; }

.general-links .general-link:after {
  position: static; }

.general-links .general-link:hover {
  color: #0000ff; }

.general-links .general-link-subline {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  display: block;
  line-height: 1.5; }

.general-links .general-link-subline:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .general-links .general-links-content {
    width: calc(100% / 12 * 8); } }

@media screen and (min-width: 1200px) {
  .general-links .general-links-content {
    width: calc(100% / 12 * 6); } }

@media screen and (min-width: 1600px) {
  .general-links .general-link {
    font-size: 1.6154rem; }
  .general-links .general-link-subline {
    font-size: 12pt; } }

.article-cta {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.article-cta .module-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.article-cta .article-cta-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.event-location:before {
  content: none !important; }

.event-location .event-details,
.event-location .event-map {
  width: 100vw;
  height: auto;
  text-align: left; }

.event-location .event-details .column,
.event-location .event-map .column {
  position: relative; }

.event-location .event-details .headline,
.event-location .event-map .headline {
  font-size: 1.6154rem;
  margin-bottom: 1em; }

.event-location .event-details .contact-group,
.event-location .event-map .contact-group {
  padding-bottom: 1.5em;
  page-break-inside: avoid;
  break-inside: avoid-column; }

.event-location .event-details .contact-label,
.event-location .event-map .contact-label {
  font-size: .8077rem;
  font-weight: 400;
  color: rgba(64, 64, 64, 0.5);
  text-transform: uppercase;
  margin-bottom: 0.5em;
  max-width: 20em;
  line-height: 1; }

.event-location .event-details .contact-tel,
.event-location .event-details .contact-address,
.event-location .event-details .contact-perks,
.event-location .event-map .contact-tel,
.event-location .event-map .contact-address,
.event-location .event-map .contact-perks {
  margin-bottom: 0;
  color: #404040;
  font-style: normal;
  font-weight: 400; }

.event-location .event-details .contact-tel:last-of-type,
.event-location .event-details .contact-address:last-of-type,
.event-location .event-details .contact-perks:last-of-type,
.event-location .event-map .contact-tel:last-of-type,
.event-location .event-map .contact-address:last-of-type,
.event-location .event-map .contact-perks:last-of-type {
  margin-bottom: 1.5em; }

.event-location .event-details .contact-tel,
.event-location .event-map .contact-tel {
  display: block; }

.event-location .event-details .contact-tel:hover,
.event-location .event-map .contact-tel:hover {
  color: #0000ff;
  text-decoration: none; }

.event-location .event-details .event-details-link a:after,
.event-location .event-map .event-details-link a:after {
  padding-top: 0.6rem; }

.event-location .event-details .event-info,
.event-location .event-map .event-info {
  line-height: 1.5; }

.event-location .event-details .event-info:last-of-type,
.event-location .event-map .event-info:last-of-type {
  margin-bottom: 1.5em; }

.event-location .event-details .contact-openings a,
.event-location .event-map .contact-openings a {
  margin-top: 0; }

.event-location .event-details .contact-address,
.event-location .event-map .contact-address {
  margin-bottom: 0.5rem; }

.event-location .event-details .link-primary,
.event-location .event-details .full-width-image-caption-credit a,
.full-width-image-caption-credit .event-location .event-details a,
.event-location .event-map .link-primary,
.event-location .event-map .full-width-image-caption-credit a,
.full-width-image-caption-credit .event-location .event-map a {
  font-weight: 700;
  display: inline-block;
  padding-right: 0.5em;
  position: relative;
  color: #0000ff;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 1em; }

.event-location .event-details .link-primary:after,
.event-location .event-details .full-width-image-caption-credit a:after,
.full-width-image-caption-credit .event-location .event-details a:after,
.event-location .event-map .link-primary:after,
.event-location .event-map .full-width-image-caption-credit a:after,
.full-width-image-caption-credit .event-location .event-map a:after {
  font-family: "Iconic";
  content: '\EA11';
  position: relative;
  margin-left: 0.2em;
  font-size: 0.4em;
  vertical-align: middle;
  transition: margin-left 0.2s 0s cubic-bezier(0.32, 0.01, 0, 1); }

.event-location .event-details .link-primary:hover:after,
.event-location .event-details .full-width-image-caption-credit a:hover:after,
.full-width-image-caption-credit .event-location .event-details a:hover:after,
.event-location .event-map .link-primary:hover:after,
.event-location .event-map .full-width-image-caption-credit a:hover:after,
.full-width-image-caption-credit .event-location .event-map a:hover:after {
  margin-left: 0.8em; }

.event-location .event-details .link-primary:active,
.event-location .event-details .full-width-image-caption-credit a:active,
.full-width-image-caption-credit .event-location .event-details a:active,
.event-location .event-map .link-primary:active,
.event-location .event-map .full-width-image-caption-credit a:active,
.full-width-image-caption-credit .event-location .event-map a:active {
  background-color: rgba(55, 55, 55, 0.03);
  transition: background-color 0s 0s; }

.event-location .event-map {
  height: 50vh; }

.event-location .event-map .module-background {
  background-color: #efefef; }

@media screen and (min-width: 768px) {
  .event-location .event-details {
    overflow: hidden; }
  .event-location .event-details .headline {
    width: 100%; }
  .event-location .event-details .column {
    width: 50%;
    padding: 10px;
    float: left; }
  .event-location .event-details .column:first-of-type {
    margin-right: 20px; } }

@media screen and (min-width: 992px) {
  .event-location {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .event-location .event-details,
  .event-location .event-map {
    width: 50vw;
    height: 50vw; }
  .event-location .event-details .headline {
    font-size: 2.1154rem; }
  .event-location .event-details .contact-label {
    font-size: .6154rem; }
  .event-location .event-map {
    position: relative; } }

@media screen and (min-width: 1200px) {
  .event-location .event-details .contact-label,
  .event-location .event-map .contact-label {
    font-size: .8077rem; } }

@media screen and (min-width: 1600px) {
  .event-location .event-details .headline {
    font-size: 3.4231rem; }
  .event-location .event-details .contact-label {
    font-size: .8077rem; }
  .event-location .event-details .link-primary,
  .event-location .event-details .full-width-image-caption-credit a,
  .full-width-image-caption-credit .event-location .event-details a {
    font-size: 12pt; } }

.two-column-detail .module-content .headline {
  margin-bottom: 1em;
  line-height: 1.1; }

.two-column-detail .module-content p, .two-column-detail .module-content blockquote {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: nort, sans-serif;
  font-weight: 400;
  margin-bottom: 1em; }

.two-column-detail-content {
  padding-left: 1rem;
  padding-right: 1rem; }

.two-column-detail .detail-items {
  margin-top: 3em;
  padding-top: 3em;
  border-top: #efefef solid 3px; }

.two-column-detail .detail-items .detail-container .detail-item {
  border: none;
  margin: 0;
  padding: 0 0 2em; }

.two-column-detail .detail-items .detail-container .detail-item p, .two-column-detail .detail-items .detail-container .detail-item blockquote {
  font-size: 12pt;
  margin-bottom: 0.5em; }

.two-column-detail .detail-items .detail-container .detail-item p:before, .two-column-detail .detail-items .detail-container .detail-item blockquote:before {
  content: '\201c';
  margin-left: -0.5em;
  margin-right: 0.1em; }

.two-column-detail .detail-items .detail-container .detail-item p:after, .two-column-detail .detail-items .detail-container .detail-item blockquote:after {
  content: '\201d'; }

.two-column-detail .detail-items .detail-container .detail-item .eyebrow {
  color: #0000ff;
  font-style: normal; }

@media screen and (min-width: 768px) {
  .two-column-detail .module-content .headline {
    font-size: 2.6154rem; }
  .two-column-detail .module-content p, .two-column-detail .module-content blockquote {
    font-size: 1rem; }
  .two-column-detail .detail-items .detail-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    aligh-items: flex-start;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .two-column-detail .detail-items .detail-container .detail-item {
    width: 46%;
    margin: 0;
    page-break-inside: avoid;
    break-inside: avoid; }
  .two-column-detail .detail-items .detail-container .detail-item p, .two-column-detail .detail-items .detail-container .detail-item blockquote {
    font-size: 12pt; }
  .two-column-detail .detail-items .detail-container .detail-item .eyebrow {
    font-size: 1rem; }
  .two-column-detail .detail-items .detail-container .detail-item:first-of-type:last-of-type,
  .two-column-detail .detail-items .detail-container .detail-item:first-of-type:nth-last-of-type(2n+1) {
    width: 100%; }
  .two-column-detail .detail-items .headline {
    font-size: 2.6154rem; } }

@media screen and (min-width: 992px) {
  .two-column-detail .module-content p, .two-column-detail .module-content blockquote {
    font-size: 1rem; }
  .two-column-detail-content {
    width: calc(100% / 12 * 8);
    margin-left: calc(100% / 12 * 2); }
  .two-column-detail .detail-items .detail-container .detail-item .eyebrow {
    font-size: .8077rem; } }

@media screen and (min-width: 1200px) {
  .two-column-detail .module-content p, .two-column-detail .module-content blockquote {
    font-size: 1rem; }
  .two-column-detail-content {
    width: calc(100% / 12 * 6);
    margin-left: calc(100% / 12 * 3); }
  .two-column-detail .detail-items .detail-container .detail-item p, .two-column-detail .detail-items .detail-container .detail-item blockquote {
    font-size: 12pt; } }

@media screen and (min-width: 1600px) {
  .two-column-detail .module-content .headline {
    font-size: 3.4231rem; }
  .two-column-detail .module-content p, .two-column-detail .module-content blockquote {
    font-size: 12pt; }
  .two-column-detail .detail-items {
    margin-top: 5em;
    padding-top: 5em; }
  .two-column-detail .detail-items .detail-container .detail-items p, .two-column-detail .detail-items .detail-container .detail-items blockquote {
    font-size: 1.6154rem; }
  .two-column-detail .detail-items .detail-container .detail-items .eyebrow {
    font-size: 1rem; } }

.gated-content {
  width: 100%;
  position: relative; }

.gated-content .module-content iframe {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

@media screen and (min-width: 992px) {
  .gated-content .module-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #0a0a0a;
  border-color: #090909;
  color: #fcfcfb; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #5e5e5e;
    opacity: 0.3;
    background: inherit; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fcfcfb; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fcfcfb; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fcfcfb; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

button, .button {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: "League Gothic", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: transparent;
  border-color: #F0F0F0;
  color: #F0F0F0;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #F0F0F0; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #5e5e5e; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #5e5e5e; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #5e5e5e; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #F0F0F0; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #F0F0F0; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #F0F0F0; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #F0F0F0; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #F0F0F0; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #F0F0F0; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #5e5e5e; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #F0F0F0; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    font-size: 0.625rem; }
  button.tiny, .button.tiny {
    padding-top: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    font-size: 0.625rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: transparent;
    border-color: #F0F0F0;
    color: #F0F0F0;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #F0F0F0; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #5e5e5e; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: transparent; }
    button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #5e5e5e;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        color: #5e5e5e; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #F0F0F0;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #F0F0F0;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        background-color: #f04124; }
    button.disabled.warning, button.warning[disabled], .button.disabled.warning, .button.warning[disabled] {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #F0F0F0;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        background-color: #f08a24; }
    button.disabled.info, button.info[disabled], .button.disabled.info, .button.info[disabled] {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #5e5e5e;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0px;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width:40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width:40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

button, .button {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: "League Gothic", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: transparent;
  border-color: #F0F0F0;
  color: #F0F0F0;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #F0F0F0; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #5e5e5e; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #5e5e5e; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #5e5e5e; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #F0F0F0; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #F0F0F0; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #F0F0F0; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #F0F0F0; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #F0F0F0; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #F0F0F0; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #5e5e5e; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #F0F0F0; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    font-size: 0.625rem; }
  button.tiny, .button.tiny {
    padding-top: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    font-size: 0.625rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: transparent;
    border-color: #F0F0F0;
    color: #F0F0F0;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #F0F0F0; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #5e5e5e; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: transparent; }
    button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #5e5e5e;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        color: #5e5e5e; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #F0F0F0;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #F0F0F0;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        background-color: #f04124; }
    button.disabled.warning, button.warning[disabled], .button.disabled.warning, .button.warning[disabled] {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #F0F0F0;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        background-color: #f08a24; }
    button.disabled.info, button.info[disabled], .button.disabled.info, .button.info[disabled] {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #5e5e5e;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #5e5e5e;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #8e8e8e;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #5e5e5e;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #8e8e8e;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #8e8e8e; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width:40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #8e8e8e; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #8e8e8e; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #5e5e5e;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

button, .button {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: "League Gothic", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: transparent;
  border-color: #F0F0F0;
  color: #F0F0F0;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #F0F0F0; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #5e5e5e; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #5e5e5e; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #5e5e5e; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #F0F0F0; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #F0F0F0; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #F0F0F0; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #F0F0F0; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #F0F0F0; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #F0F0F0; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #5e5e5e; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #F0F0F0; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    font-size: 0.625rem; }
  button.tiny, .button.tiny {
    padding-top: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    font-size: 0.625rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: transparent;
    border-color: #F0F0F0;
    color: #F0F0F0;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #F0F0F0; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #5e5e5e; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: transparent; }
    button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #5e5e5e;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        color: #5e5e5e; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #F0F0F0;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #F0F0F0;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        background-color: #f04124; }
    button.disabled.warning, button.warning[disabled], .button.disabled.warning, .button.warning[disabled] {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #F0F0F0;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.warning:hover, button.disabled.warning:focus, button.warning[disabled]:hover, button.warning[disabled]:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        background-color: #f08a24; }
    button.disabled.info, button.info[disabled], .button.disabled.info, .button.info[disabled] {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #5e5e5e;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
        color: #F0F0F0; }
      button.disabled.info:hover, button.disabled.info:focus, button.info[disabled]:hover, button.info[disabled]:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button.info[disabled]:hover, .button.info[disabled]:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1.5rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.75rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.75rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.75rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1.5rem 0;
    padding: 0.8125rem 0; }
  label small {
    text-transform: capitalize;
    color: #686868; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.875rem;
  line-height: 2.875rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #010101;
  border-right: none;
  color: #fcfcfb;
  border-color: #010101; }

span.postfix, label.postfix {
  background: #010101;
  border-left: none;
  color: #fcfcfb;
  border-color: #010101; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #010101;
  font-family: "League Spartan", sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #adadad;
  box-shadow: none;
  color: #fcfcfb;
  display: block;
  font-size: 0.6875rem;
  margin: 0 0 1.5rem 0;
  padding: 0.75rem;
  height: 2.875rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    background: #010101;
    border-color: #fcfcfb;
    outline: none; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="color"]:disabled,
  textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly], fieldset[disabled] input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly], fieldset[disabled] input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly], fieldset[disabled] input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly], fieldset[disabled] input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly], fieldset[disabled] input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly], fieldset[disabled] input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly], fieldset[disabled] input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly], fieldset[disabled] input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly], fieldset[disabled] input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly], fieldset[disabled] input[type="url"],
  input[type="color"][disabled],
  input[type="color"][readonly], fieldset[disabled] input[type="color"],
  textarea[disabled],
  textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input.radius[type="text"],
  input.radius[type="password"],
  input.radius[type="date"],
  input.radius[type="datetime"],
  input.radius[type="datetime-local"],
  input.radius[type="month"],
  input.radius[type="week"],
  input.radius[type="email"],
  input.radius[type="number"],
  input.radius[type="search"],
  input.radius[type="tel"],
  input.radius[type="time"],
  input.radius[type="url"],
  input.radius[type="color"],
  textarea.radius {
    border-radius: 0; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #F0F0F0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #adadad;
  padding: 0.75rem;
  font-size: 0.6875rem;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  color: #fcfcfb;
  line-height: normal;
  border-radius: 0;
  height: 2.875rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #e9e9e9;
    border-color: #fcfcfb; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.5rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fcfcfb;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fcfcfb; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fcfcfb; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.5rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fcfcfb; }

.error > label > small {
  color: #686868;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + .end[class*="column"] {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #5e5e5e #fcfcfb;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fcfcfb;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fcfcfb;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fcfcfb;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #fcfcfb; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #5e5e5e; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: transparent; }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #adadad; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #010101; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #adadad;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #010101; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #adadad;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #010101; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width:40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + .end[class*="column"] {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #010101;
  background: rgba(1, 1, 1, 0.9);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 0px;
  left: 0;
  background-color: #010101;
  padding: 0.3125rem;
  border: none 1px none;
  box-shadow: none;
  padding: 0.46875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 0px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width:40.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #00d4a9;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #010101;
    background: rgba(1, 1, 1, 0.9);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal {
    display: none;
    background: #fcfcfb !important; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.text-left, header .name {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center, .work .placard {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) and (max-width:990px) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:991px) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:991px) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #0a0a0a;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #090909; }
  a img {
    border: none; }

/* Default paragraph styles */
p, blockquote {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5625rem;
  text-rendering: optimizeLegibility; }
  p.lead, blockquote.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside, blockquote aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "miller-display", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-style: normal;
  color: #fcfcfb;
  text-rendering: optimizeLegibility;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.5; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 66.66%;
    color: #fdfdfc;
    line-height: 0; }

h1 {
  font-size: 4.1875rem; }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.375rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #fdfdfc;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #adadad;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 66.66%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #5e5e5e;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5625rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.5625rem;
  padding: 0 1.875rem 0 1.875rem;
  border-left: none; }
  blockquote cite {
    display: block;
    font-size: 1.125rem;
    color: #3b3b3b; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #3b3b3b; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #010101; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5; }
  h1 {
    font-size: 6.25rem; }
  h2 {
    font-size: 3rem; }
  h3 {
    font-size: 2.125rem; }
  h4 {
    font-size: 1.625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #010101 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, blockquote,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:991px)/";
  width: 991px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:991px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

body, p, blockquote, ul, ol, figure, cite {
  font-family: nort, sans-serif;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern";
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: none; }

/* ----- UTILITIES ----- */
.hide {
  display: none !important; }

.module-content.fluid {
  width: 100%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.row-fluid {
  width: 100%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .row-fluid.collapse {
    padding-left: 0;
    padding-right: 0; }
    .row-fluid.collapse > .columns {
      padding: 0; }

.row-fluid:before, .row-fluid:after {
  content: " ";
  display: table; }

.row-fluid:after {
  clear: both; }

.center, .hero-container, .communities {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%); }

.quarter {
  position: relative;
  top: 32%;
  -webkit-transform: translateY(-32%);
  -ms-transform: translateY(-32%);
  transform: translateY(-32%); }

.bottom, #pageTitle .module-content {
  position: absolute;
  bottom: 40%;
  -webkit-transform: translateY(64%);
  -ms-transform: translateY(64%);
  transform: translateY(64%); }

.no-margin-top {
  margin-top: 0.5rem !important; }

.no-margin-bottom {
  margin-bottom: 0.5rem !important; }

.no-padding-top {
  padding-top: 0.5rem !important; }

.no-padding-bottom {
  padding-bottom: 0.5rem !important; }

.bump-up {
  margin-top: -12.5vw; }

.half-padding-top {
  padding-top: 1.5rem !important; }

.half-padding-bottom {
  padding-bottom: 1.5rem !important; }

.full-padding-top {
  padding-top: 2.25rem !important; }

.full-padding-bottom {
  padding-bottom: 2.25rem !important; }

.half-margin-top {
  margin-top: 1.5rem !important; }

.half-margin-bottom, .category .category-article {
  margin-bottom: 1.5rem !important; }

.full-margin-top {
  margin-top: 2.25rem !important; }

.full-margin-bottom {
  margin-bottom: 2.25rem !important; }

@media only screen and (min-width:40.063em) {
  .half-padding-top {
    padding-top: 3rem !important; }
  .half-padding-bottom {
    padding-bottom: 3rem !important; }
  .full-padding-top {
    padding-top: 4.5rem !important; }
  .full-padding-bottom {
    padding-bottom: 4.5rem !important; }
  .half-margin-top {
    margin-top: 3rem !important; }
  .half-margin-bottom, .category .category-article {
    margin-bottom: 3rem !important; }
  .full-margin-top {
    margin-top: 4.5rem !important; }
  .full-margin-bottom {
    margin-bottom: 4.5rem !important; } }

.half-padding-top {
  padding-top: 1rem; }

.half-padding-bottom {
  padding-bottom: 1rem; }

.full-padding-top {
  padding-top: 1.5rem; }

.full-padding-bottom {
  padding-bottom: 1.5rem; }

.half-margin-top {
  margin-top: 1rem; }

.half-margin-bottom, .category .category-article {
  margin-bottom: 1rem; }

.full-margin-top {
  margin-top: 1.5rem; }

.full-margin-bottom {
  margin-bottom: 1.5rem; }

.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  transition: all 0.5s linear;
  box-shadow: none; }

.shadow {
  box-shadow: 0px 0.5vw 3vh rgba(0, 0, 0, 0.33);
  transition: all 0.25s ease; }

.img-shadow-45 {
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=24, Color='#BBBBBB')";
  filter: url(../img/dropshadow.svg#drop-shadow);
  -webkit-filter: drop-shadow(0.75vw -0.75vh 1.75vh rgba(0, 0, 0, 0.44));
  filter: drop-shadow(0.75vw -0.75vh 1.75vh rgba(0, 0, 0, 0.44)); }

.img-shadow-90 {
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=24, Color='#BBBBBB')";
  filter: url(../img/dropshadow.svg#drop-shadow);
  -webkit-filter: drop-shadow(0.75vw 0.75vh 1.75vh rgba(0, 0, 0, 0.44));
  filter: drop-shadow(0.75vw 0.75vh 1.75vh rgba(0, 0, 0, 0.44)); }

.img-black {
  filter: brightness(10%); }

/* The fast way */
.shadow-hover {
  box-shadow: 0; }

.shadow-hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.25);
  transition: opacity 0.33s ease-in-out; }

.shadow-hover:hover::after {
  opacity: 1; }

.rounded {
  border-radius: 25px; }

.padding {
  padding: 0.5rem; }

/* ------- ANIMATIONS -------- */
[data-aos="text-black-white"] {
  color: #fcfcfb;
  transition-property: color; }
  .aos-animate[data-aos="text-black-white"] {
    color: #010101; }

/* ----- GLOBAL ----- */
#loading {
  display: block;
  position: fixed;
  z-index: 999998;
  width: 100%;
  height: 100%;
  background: #010101;
  background-position: center center;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background 0.5s ease; }
  .overlay.light {
    background: rgba(254, 254, 254, 0.5); }

section#container {
  padding-top: 35px;
  padding-bottom: 35px; }

.home section {
  padding-top: 25px;
  padding-bottom: 50px; }

.section-title {
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.25rem;
  padding: 0.65rem 0.15rem 0.45rem 0.15rem;
  border-top: solid 1px #fcfcfb;
  border-bottom: solid 1px #fcfcfb;
  margin: 25px auto 15px auto;
  max-width: 100%;
  display: inline-block;
  position: relative; }
  .section-title:hover {
    cursor: auto; }

.work .section-title {
  margin: 0px auto 15px auto; }

@media only screen and (min-width:40.063em) {
  .work .section-title {
    margin: 25px auto 15px auto; } }

.home .section-title {
  max-width: 300px; }

.white-bg.section-title:hover {
  border-color: #010101 !important;
  background: transparent !important;
  color: #010101 !important; }

#wrapContent {
  padding-bottom: 60px; }

.case-study #mainContent {
  margin-top: -55px;
  padding: 0em 1.25em 0.75em; }

#page-cover {
  min-height: 160px;
  background-size: 100%;
  background-position-x: right;
  background-position-y: center;
  background-attachment: scroll;
  background-repeat: no-repeat; }

@media only screen and (min-width:40.063em) {
  #page-cover {
    min-height: 280px;
    background-size: cover;
    background-attachment: fixed; } }

#mainContent, #sidebar {
  padding: 0 1.25em 0.75em; }

/* Colors */
.white {
  color: #fcfcfb !important;
  fill: #fcfcfb; }

.ghost {
  color: #F0F0F0 !important;
  fill: #F0F0F0; }

.black {
  color: #010101 !important;
  fill: #010101; }

.ink {
  color: #121212 !important;
  fill: #121212; }

.oil {
  color: #5e5e5e !important;
  fill: #5e5e5e; }

.aqua {
  color: #00d4a9 !important;
  fill: #00d4a9; }
  .aqua .active a {
    color: #00d4a9 !important;
    fill: #00d4a9; }

.green {
  color: #3cb449 !important;
  fill: #3cb449; }
  .green .active a {
    color: #3cb449 !important;
    fill: #3cb449; }

.purple {
  color: #4c4fec !important;
  fill: #4c4fec; }
  .purple .active a {
    color: #4c4fec !important;
    fill: #4c4fec; }

.blue {
  color: #0000ff !important;
  fill: #0000ff; }
  .blue .active a {
    color: #0000ff !important;
    fill: #0000ff; }

.gold {
  color: #C2A929 !important;
  fill: #C2A929; }

.silver {
  color: #adadad !important;
  fill: #adadad; }

.jet {
  color: #2c2c2c !important;
  fill: #2c2c2c; }

.pink {
  color: #f72d43;
  fill: #f72d43; }

.iron {
  color: #8e8e8e !important;
  fill: #8e8e8e; }

.orange {
  color: #f2a717 !important;
  fill: #f2a717; }
  .orange .active a {
    color: #f2a717 !important;
    fill: #f2a717; }

.white-bg {
  background-color: #fcfcfb !important; }
  .white-bg .section-title {
    border-color: #010101 !important; }
  .white-bg.alpha {
    background-color: rgba(252, 252, 251, 0.5) !important; }

.ghost-bg {
  background-color: #F0F0F0 !important; }

.vapor-bg {
  background-color: #F8F8F8 !important; }

.transparent-bg {
  background-color: transparent !important; }

.jet-bg {
  background-color: #2c2c2c !important; }

.black-bg {
  background-color: #010101 !important; }
  .black-bg.alpha {
    background-color: rgba(1, 1, 1, 0.75) !important; }

.aqua-bg {
  background-color: #00d4a9 !important; }
  .aqua-bg hr {
    border-color: #010101; }
  .aqua-bg .section-title {
    border-color: #010101; }
  .aqua-bg .arrow:after {
    color: #fcfcfb; }
  .aqua-bg a:hover h4 {
    color: #fcfcfb; }

.green-bg {
  background-color: #3cb449 !important; }

.purple-bg {
  background-color: #4c4fec !important; }

.silver-bg {
  background-color: #adadad !important; }

.orange-bg {
  background-color: #f2a717 !important; }

.pink-bg {
  background-color: #f72d43 !important; }

.blue-bg {
  background-color: #0000ff !important; }
  .blue-bg.alpha {
    background-color: rgba(0, 0, 255, 0.5) !important; }

.iron-bg {
  background-color: #8e8e8e !important; }

/* Buttons */
.button {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  line-height: 1;
  font-size: 10pt;
  transition: border 0.25s ease; }
  .button.gothic, .services .columns ul li.button {
    font-size: 8.5pt;
    font-family: "League Spartan", sans-serif !important;
    padding: 20px 20px 18px 20px;
    line-height: 1; }
  .button:hover {
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    background: transparent;
    color: #F0F0F0;
    cursor: pointer;
    transition: all 0.25s ease; }
  .button.pop {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.75); }
  .button.noclick:hover {
    border-color: #F0F0F0;
    background: transparent;
    color: #010101;
    cursor: pointer; }
  .button.solid {
    background: #F0F0F0;
    color: #0a0a0a; }
  .button.full {
    width: 100%; }

.button.black {
  border-color: #0a0a0a; }

.button.black:hover {
  background-color: #0a0a0a;
  color: #F0F0F0 !important; }

/* Typography */
.tight {
  letter-spacing: 0.1rem; }

.loose {
  letter-spacing: 0.2rem; }

h1 {
  line-height: 0.9;
  font-size: 1vh;
  margin-bottom: 0; }

@media only screen and (min-width:40.063em) {
  h1 {
    font-size: 10vh;
    text-transform: none; } }

@media only screen and (min-width:64.063em) {
  h1 {
    font-size: 8vw; } }

.large-headline {
  line-height: 0.9;
  font-size: 28pt;
  letter-spacing: -0.0125rem;
  font-weight: 300;
  font-family: "miller-display", Georgia, "Times New Roman", serif; }
  @media screen and (min-width: 321px) {
    .large-headline {
      font-size: 36pt; } }
  @media only screen and (min-width:40.063em) {
    .large-headline {
      font-family: "miller-banner", Georgia, "Times New Roman", serif;
      text-transform: none;
      font-weight: 300; } }
h2 {
  line-height: 1.125;
  font-size: 22pt;
  letter-spacing: 0.0125rem;
  font-family: "miller-text", Georgia, "Times New Roman", serif;
  text-transform: none;
  font-weight: 700; }
  @media only screen and (min-width:64.063em) {
    h2 {
      font-size: 30pt;
      line-height: 1.075;
      letter-spacing: 0;
      font-family: "miller-display", Georgia, "Times New Roman", serif; } }
  @media only screen and (min-width:991px) {
    h2 {
      line-height: 1;
      font-size: 38pt; } }
.medium-headline {
  line-height: 1;
  font-size: 24pt;
  letter-spacing: 0.0125rem;
  font-family: "miller-display", Georgia, "Times New Roman", serif;
  text-transform: none;
  font-weight: 300; }
  .medium-headline em {
    font-family: inherit; }

@media only screen and (min-width:40.063em) {
  .large-headline {
    font-size: 64pt;
    text-transform: none;
    line-height: 0.8; }
    .large-headline.gothic, .services .columns ul li.large-headline {
      font-size: 72pt;
      line-height: 1; }
  .medium-headline {
    font-size: 28pt; } }

@media only screen and (min-width:64.063em) {
  .large-headline {
    font-size: 90pt; }
    .large-headline.gothic, .services .columns ul li.large-headline {
      font-size: 8vw !important;
      line-height: 1; }
  .medium-headline {
    font-size: 36pt; } }

.underline {
  padding-bottom: 0;
  border-bottom: 2px solid #00d4a9; }
  .underline.aqua {
    color: inherit !important;
    border-color: #00d4a9; }
  .underline.orange {
    color: inherit !important;
    border-color: #f2a717; }

h1.spartan {
  text-transform: uppercase;
  letter-spacing: 0.1rem; }

h3.serif, h4.serif, h5.serif {
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h4 p, h4 blockquote {
  display: inline;
  line-height: inherit; }

h5 {
  font-size: 1.25rem;
  line-height: 1.5; }

@media only screen and (min-width:64.063em) {
  h5 {
    font-size: 1.5rem;
    line-height: 1.375; } }

@media only screen and (max-width: 40em) {
  h2.serif {
    font-family: "miller-text", Georgia, "Times New Roman", Times, serif !important; } }

a, p, blockquote, ul, ol {
  letter-spacing: 0.5px; }

p, blockquote {
  font-size: 12pt;
  line-height: 1.45em;
  font-weight: 300; }
  p a, blockquote a {
    transition: color 0.35s linear;
    text-decoration: underline; }

@media only screen and (min-width:40.063em) {
  p, blockquote {
    font-size: 14pt;
    line-height: 1.66em; }
    p a, blockquote a {
      transition: color 0.35s linear;
      text-decoration: underline; } }

.all-caps {
  text-transform: uppercase; }

.bold {
  font-weight: 500; }

.sans-serif-body {
  font-family: nort, sans-serif;
  font-size: 20px;
  color: #F0F0F0;
  line-height: 1.65;
  letter-spacing: 0.75px;
  font-weight: 500; }

.serif-semi em {
  font-style: normal; }

blockquote {
  color: #5e5e5e; }

small {
  font-family: "nort", -apple-system, BlinkMacSystemFont, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.75em; }
  small.spartan {
    font-size: 11.5px;
    line-height: 1.25em; }

a.spartan, .menu li a, a.read:after {
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2rem; }

a.ghost:hover {
  color: #0a0a0a; }

a.arrow, a.arrow-left {
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2rem;
  transition: color 0.3s linear; }

a.right:hover #arrow {
  margin-right: -12px;
  transition: all 0.3s linear; }

a.white:hover {
  color: #F0F0F0; }

a.arrow > *, a.read > * {
  transition: color 0.3s linear; }

.white-bg a.arrow:hover > *, .white-bg a.read:hover > * {
  color: #00d4a9;
  transition: color 0.3s linear; }

.aqua-bg a.arrow:hover > *, .aqua-bg a.read:hover > * {
  color: #010101;
  transition: color 0.3s linear; }

a.arrow:after {
  content: '\2192';
  color: #00d4a9;
  vertical-align: middle;
  transition: all 0.15s linear;
  font-size: 32px; }

a.read:after {
  content: 'Read';
  color: #00d4a9;
  display: none; }

a.arrow.green:after {
  color: #3cb449; }

a.arrow:hover:after {
  padding-left: 15px;
  vertical-align: middle;
  transition: all 0.3s linear; }

a.arrow-left:before {
  content: url("../img/arrow-left.png");
  padding-right: 10px;
  vertical-align: middle;
  transition: all 0.15s linear;
  bottom: 0px; }

a.arrow:hover:before {
  padding-left: 15px;
  vertical-align: middle;
  transition: all 0.3s linear; }

a.arrow-left:before {
  content: url("../img/arrow-left.png");
  padding-right: 10px;
  vertical-align: middle;
  transition: all 0.15s linear;
  bottom: 0px; }

a.arrow-left:hover:before {
  padding-right: 15px;
  vertical-align: middle;
  transition: all 0.3s linear; }

a.black.arrow:after {
  content: url("../img/arrow-black.png");
  padding-left: 10px;
  vertical-align: middle;
  transition: all 0.15s linear;
  bottom: 0px; }

.white.text-shadow, .aqua-bg .white.arrow:after {
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.25); }

.black.text-shadow, .aqua-bg .black.arrow:after, .iron.text-shadow, .aqua-bg .iron.arrow:after, .silver.text-shadow, .aqua-bg .silver.arrow:after {
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25); }

.aqua.text-shadow, .aqua-bg .aqua.arrow:after, .green.text-shadow, .aqua-bg .green.arrow:after, .orange.text-shadow, .aqua-bg .orange.arrow:after, .purple.text-shadow, .aqua-bg .purple.arrow:after {
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25); }

.gothic, .services .columns ul li {
  text-transform: uppercase;
  font-family: "League Gothic", sans-serif !important;
  letter-spacing: 0.1rem;
  font-weight: normal !important; }

.spartan, .menu li a, a.read:after {
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif !important;
  letter-spacing: 0.2rem !important; }

.serif {
  font-family: "miller-display", Georgia, "Times New Roman", serif !important;
  text-transform: none !important;
  font-weight: 300; }

.serif-body {
  font-family: "miller-text", Georgia, "Times New Roman", Times, serif !important;
  text-transform: none; }

.serif-bold {
  font-family: "MillerText-Black", Georgia, "Times New Roman", Times, serif !important;
  letter-spacing: 0.0125rem; }

.serif-semi {
  letter-spacing: 0;
  font-family: "MillerDisplay-Semibold", Georgia, "Times New Roman", Times, serif !important;
  text-transform: none;
  font-style: italic; }

@media only screen and (min-width:40.063em) {
  .pull-quote-right {
    padding-left: 37.5px !important; }
  .pull-quote-left {
    padding-right: 25px !important; } }

#arrow.black {
  fill: none;
  stroke: #010101;
  stroke-width: 2;
  stroke-miterlimit: 10;
  width: 46px;
  transition: margin 0.15s linear; }

#arrow.black:hover {
  fill: none;
  stroke: #010101;
  stroke-width: 2;
  stroke-miterlimit: 10;
  width: 46px;
  transition: margin 0.15s linear;
  margin-left: 12px; }

#arrow.white {
  fill: none;
  stroke: #fcfcfb;
  stroke-width: 2;
  stroke-miterlimit: 10;
  width: 46px; }

hr.line-oil {
  border-color: #5e5e5e; }

/* Lines */
.outer-line-short {
  width: 2px;
  height: 15vh;
  margin: auto;
  position: relative;
  overflow: hidden; }

.inner-line-short {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fcfcfb;
  top: 0%; }

.outer-line-long {
  width: 20vh;
  height: 4px;
  margin: auto;
  position: relative;
  overflow: visible;
  left: 0%; }

.inner-line-long {
  position: absolute;
  width: 120%;
  height: 100%;
  background: #0000ff;
  z-index: 999; }

/* Header */
.header-spacer {
  display: inline-block;
  width: 100%;
  height: 62px;
  position: relative; }

header {
  width: 100vw;
  background: transparent;
  display: inline-block;
  padding-top: 30px;
  z-index: 888888;
  position: absolute;
  transition: all 0.5s ease; }
  header .name {
    list-style: none; }
  header .top-bar-section {
    background: transparent; }
    header .top-bar-section li:not(.has-form) a:not(.button) {
      padding-top: 6px;
      line-height: 46px; }
    header .top-bar-section ul li a {
      letter-spacing: 0.2rem;
      padding: 0;
      cursor: pointer; }
    header .top-bar-section ul li a:hover {
      color: #fcfcfb; }
    @media only screen and (min-width:64.063em) {
      header .top-bar-section {
        padding: 40px 20px; }
        header .top-bar-section ul li.login a {
          color: #fcfcfb;
          border-left: solid 1px #2c2c2c; } }
    header .top-bar-section ul li a:first-of-type {
      padding: 0; }

#home-nav {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 15px; }

#logo {
  height: auto;
  min-width: 120px;
  max-width: 160px;
  fill: #fcfcfb !important; }
  @media only screen and (min-width:40.063em) {
    #logo {
      min-width: 140px;
      fill: #121212 !important; } }
  @media only screen and (min-width:64.063em) {
    #logo {
      min-width: 160px;
      fill: #121212 !important; } }
#menu {
  position: fixed;
  right: -110%;
  top: 0;
  background: rgba(0, 0, 255, 0.85);
  z-index: 999990;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  transition: .5s ease-in-out;
  text-align: left; }
  #menu.open {
    right: 0px;
    transition: .5s ease-in-out;
    overflow-y: auto;
    height: 100%; }
  #menu .menu-links {
    padding: 5vh 5vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    right: 0px;
    background: #010101; }
    @media only screen and (min-width:40.063em) {
      #menu .menu-links {
        min-width: 50%; } }
  #menu a {
    color: #fcfcfb;
    padding: 1.25vh 0px;
    width: 100%;
    display: block;
    font-size: 10vh;
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    transition: all 0.25s; }
    #menu a:first-of-type {
      margin-top: 50px; }
    #menu a:hover {
      color: #0000ff;
      transition: all 0.25s; }

#navbar {
  width: 100%;
  height: 50px;
  z-index: 999998;
  background: #010101;
  transition: .5s ease-in-out;
  top: 0px; }

/* Hamburger */
#nav-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 0.9375rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999999; }
  #nav-icon:hover span, #nav-icon:active span, #nav-icon:focus span {
    background: #0000ff; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0000ff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.home #nav-icon span {
  background: #fcfcfb; }

.hub #nav-icon span {
  background: #fcfcfb; }
  @media only screen and (min-width:64.063em) {
    .hub #nav-icon span {
      background: #2c2c2c; } }
#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 8px; }

#nav-icon span:nth-child(4) {
  top: 16px; }

#nav-icon.open span:nth-child(1) {
  top: 87px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%; }

.top-bar {
  overflow: visible;
  z-index: 999996;
  display: flex;
  flex-direction: row; }

.top-bar .toggle-topbar.menu-icon a span::after {
  width: 20px; }

.title-area {
  margin-left: 0;
  display: inline-flex;
  margin-bottom: 0;
  margin-top: 0; }

@media only screen and (min-width:64.063em) {
  .title-area {
    margin-left: 10px;
    display: inline-flex;
    margin-top: 10px; } }

/* Menu */
.main-menu {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 0; }

.menu {
  text-align: right;
  display: inline-flex;
  margin-left: auto; }
  .menu li {
    display: inline-block;
    padding: 0 1.55rem; }
    .menu li:first-of-type {
      padding-left: 0; }
    .menu li:last-of-type {
      padding-right: 0; }
    .menu li a {
      color: #fcfcfb;
      font-size: 0.75em; }
  .menu.supernav {
    padding-bottom: 0rem; }
    .menu.supernav li {
      padding: 0; }
      .menu.supernav li:first-of-type::before {
        display: none; }
      .menu.supernav li:before {
        display: inline;
        content: '/';
        color: #F0F0F0;
        font-weight: 400;
        position: relative;
        margin-left: 1.75em;
        margin-right: 1.75em; }
      .menu.supernav li a {
        font-family: nort, sans-serif;
        font-size: 0.6rem !important;
        color: #F0F0F0; }

.stats-round {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  border: 3px solid #fcfcfb;
  box-shadow: 0px 0px 0px 3px #3cb449;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .stats-round.smaller {
    width: 80px;
    height: 80px; }

.phonecall {
  color: #8e8e8e; }

#pageTitle {
  max-width: 100vw;
  height: 100vh;
  padding-bottom: 5vh;
  background-color: #010101; }
  @media only screen and (min-width:40.063em) {
    #pageTitle {
      background-color: #fcfcfb;
      height: 97.5vh;
      padding-bottom: 2.5vh; } }
  @media only screen and (min-width:64.063em) {
    #pageTitle {
      height: 80vh;
      padding-bottom: 10vh; } }
  #pageTitle .module-content h1 {
    color: #fcfcfb; }
    @media only screen and (min-width:40.063em) {
      #pageTitle .module-content h1 {
        color: #010101; } }
/* ----- HOME ----- */
.home .stats-round {
  box-shadow: 0px 0px 0px 3px #00d4a9; }

/* Contact Form */
.contact-home form input, .contact-home form textarea {
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2rem;
  font-weight: normal; }

.hero-story-background {
  background: #010101; }

/* Slider */
.hero-container, .communities {
  position: absolute;
  z-index: 3;
  height: 480px; }
  .hero-container .hero-slider, .communities .hero-slider {
    height: 100%; }
    .hero-container .hero-slider .hero-slides-container > *, .communities .hero-slider .hero-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%;
      overflow: hidden; }

.hero-container .hero-slides-container img {
  display: inline-block;
  max-width: 100%; }

.csstransitions .fader {
  opacity: 0;
  transition: opacity 2s ease 0.5s; }

.csstransitions .fader.visible {
  opacity: 1; }

/* Hero */
.home .hero-banner #homelogo {
  width: 50%;
  min-width: 280px; }

.home .hero-banner {
  max-width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: #010101; }
  @media only screen and (min-width:40.063em) {
    .home .hero-banner {
      background-color: inherit; } }
  @media only screen and (min-width:64.063em) {
    .home .hero-banner {
      max-width: 80vw;
      background-image: none; } }
  .home .hero-banner .hero-text {
    margin-top: 33vh; }
  @media only screen and (min-width:40.063em) {
    .home .hero-banner .hero-text {
      margin-top: 10vh;
      margin-left: 5vw;
      margin-right: 5vw; } }
  .home .hero-banner h1 {
    color: #fcfcfb;
    font-size: 16vw;
    font-family: "miller-display", Georgia, "Times New Roman", serif;
    text-transform: none;
    font-weight: 300;
    line-height: 0.76; }
    @media only screen and (min-width:40.063em) {
      .home .hero-banner h1 {
        font-size: 14vw;
        color: #0000ff; } }
    @media only screen and (min-width:64.063em) {
      .home .hero-banner h1 {
        color: #0000ff;
        font-family: "miller-banner", Georgia, "Times New Roman", serif;
        font-size: 10vw;
        line-height: 0.81; } }
.home #hero, .home #communities {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .home #hero .content, .home #communities .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    vertical-align: middle;
    z-index: 2;
    display: inline;
    text-align: left; }
    .home #hero .content h1, .home #communities .content h1 {
      margin-top: 40px;
      margin-bottom: 20px; }

@media only screen and (min-width:40.063em) {
  .home #hero, .home #communities {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .home #hero .content, .home #communities .content {
      width: 100%;
      height: 100%;
      padding: 10vw 3vw 2vw;
      vertical-align: middle;
      text-align: left;
      z-index: 2;
      display: inline; }
      .home #hero .content h1, .home #communities .content h1 {
        margin-top: 0px;
        margin-bottom: 60px; } }

.home .fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1; }

.home .fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16/9) {
  .home .fullscreen-bg__video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16/9) {
  .home .fullscreen-bg__video {
    width: 300%;
    left: -100%; } }

@media only screen and (min-width: 40.063em) {
  .home #hero, .home #communities {
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh; } }

.role-title {
  position: relative;
  z-index: 1; }

@media only screen and (min-width:40.063em) {
  .role-title {
    margin-top: 50%; } }

/* Placard */
.work .placard {
  min-height: 340px;
  max-height: 340px;
  overflow: hidden;
  position: relative; }
  .work .placard .content {
    max-height: 340px;
    min-height: 340px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    z-index: 2;
    position: relative; }
    .work .placard .content a {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      padding: 0px 20px;
      max-height: 230px;
      max-width: 760px; }
      .work .placard .content a.nolink {
        cursor: default; }

.about .placard .overlay {
  opacity: 0;
  transition: opacity 0.5s ease;
  background: transparent; }
  .about .placard .overlay > .role-title {
    position: relative;
    top: 50%; }

.about .placard img {
  opacity: 1;
  transition: opacity 0.5s ease; }

.placard:hover img {
  opacity: 0.5;
  transition: opacity 0.5s ease; }

.placard:hover .overlay {
  opacity: 1;
  transition: opacity 0.5s ease;
  background: transparent; }

.jet-bg .placard .overlay {
  background: rgba(16, 16, 16, 0.75); }

.white-bg .placard .overlay {
  background: rgba(255, 255, 255, 0.75); }

.philosophy {
  padding-top: 25vh; }

.philosophy .white-bg .placard:hover *.black {
  color: #fcfcfb !important;
  border-color: #fcfcfb !important; }

.philosophy .white-bg .placard:hover .overlay {
  background: rgba(21, 21, 21, 0.75); }

.aqua-bg .placard .overlay {
  background: rgba(0, 160, 175, 0.75); }

.row.flush > .columns:first-of-type {
  padding-left: 0 !important; }

.row.flush > .columns:last-of-type {
  padding-right: 0 !important; }

@media only screen and (max-width: 40em) {
  .about .placard img {
    opacity: 0.75; }
  .about .placard .overlay {
    opacity: 1; }
    .about .placard .overlay .role-title {
      top: 75%;
      line-height: 0.5em; }
      .about .placard .overlay .role-title small {
        font-size: 0.5em; } }

/*.large-6.columns.placard:first-of-type {
	margin-right: 0;
}
.large-6.columns.placard:last-of-type {
	margin-left: 0;
}*/
/* Work */
#work {
  z-index: 679;
  position: absolute;
  width: 100%; }
  #work h2 {
    margin: 50px auto; }
  #work .row-fluid {
    padding: 0; }
  #work .columns.first {
    background: url("../img/work-first-things.jpg") no-repeat center center/cover;
    background-size: cover; }
  #work .columns.second {
    background: url("../img/work-josh-hadar.jpg") no-repeat center center/cover;
    background-size: cover; }
  #work .columns.third {
    background: url("../img/work-the-canine-line.jpg") no-repeat center center/cover;
    background-size: cover; }
  #work .columns.fourth {
    background: url("../img/work-femm.jpg") no-repeat center center/cover;
    background-size: cover; }

/* Work Module */
#news {
  padding-bottom: 1.25rem; }
  #news article {
    padding: 1.25rem 1.25rem 0; }
    #news article img {
      margin-bottom: 0.9375rem; }

.landing-feed .feed-item-content-copy .headline, .curated-feed .feed-item-content-copy .headline {
  font-size: 16pt;
  font-weight: 700;
  font-family: "nort";
  line-height: 1;
  letter-spacing: 0.025rem;
  padding-top: 8px; }
  .landing-feed .feed-item-content-copy .headline em, .curated-feed .feed-item-content-copy .headline em {
    font-style: normal; }
  @media only screen and (min-width:40.063em) {
    .landing-feed .feed-item-content-copy .headline, .curated-feed .feed-item-content-copy .headline {
      font-size: 18pt;
      letter-spacing: -0.025rem;
      text-transform: none; }
      .landing-feed .feed-item-content-copy .headline em, .curated-feed .feed-item-content-copy .headline em {
        font-style: italic; } }
  @media only screen and (min-width:64.063em) {
    .landing-feed .feed-item-content-copy .headline, .curated-feed .feed-item-content-copy .headline {
      font-size: 20pt; } }
  @media only screen and (min-width:991px) {
    .landing-feed .feed-item-content-copy .headline, .curated-feed .feed-item-content-copy .headline {
      font-size: 24pt; } }
.landing-feed .eyebrow, .curated-feed .eyebrow {
  font-size: 9pt !important;
  font-family: "nort", -apple-system, BlinkMacSystemFont, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
  color: #adadad;
  margin-bottom: 12px;
  text-transform: uppercase;
  width: auto; }

.landing-feed .subhead, .curated-feed .subhead {
  margin-top: 1.25rem;
  font-size: 11pt;
  letter-spacing: 0.025rem; }

/* Team Module */
.team .exec {
  min-height: 900px; }

/* Thoughts Module */
#thoughts {
  padding-top: 0;
  padding-bottom: 0;
  background: #121212; }
  #thoughts .noclick {
    margin-top: 1.875rem; }
  #thoughts h3 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 24pt; }
  #thoughts hr {
    border-width: 0.5px;
    border-color: #adadad;
    display: none; }
  #thoughts .articles article.aqua h4::before {
    background-color: #00d4a9; }
  #thoughts .articles article.aqua .quote-mark-left {
    color: #00d4a9; }
  #thoughts .articles article.pink h4::before {
    background-color: #f72d43; }
  #thoughts .articles article.pink .quote-mark-left {
    color: #f72d43; }
  #thoughts .articles article:hover {
    transition: all 0.4s ease;
    background-size: 33%;
    /* h4::before {
				margin-left: -68px;
				margin-right: 32px;
				width: 60px;
				transition: all 0.3s ease;
			} */ }
    #thoughts .articles article:hover h2 {
      -webkit-text-decoration: #121212 solid underline;
      text-decoration: #121212 solid underline;
      -webkit-text-underline-position: auto;
      text-underline-position: auto;
      transition: text-decoration 0.3s ease; }
  #thoughts article {
    margin-bottom: 3.75rem;
    padding: 2.5rem 1.25rem 0 1.25rem;
    transition: all 0.4s ease;
    background-size: 36%;
    text-align: left; }
    #thoughts article::last-of-type {
      margin-bottom: 0; }
    @media only screen and (max-width: 40em) {
      #thoughts article {
        margin-bottom: 0; }
        #thoughts article .article-photo img {
          max-width: 200px; } }
    #thoughts article .article-photo img {
      width: 50%; }
    @media only screen and (min-width:64.063em) {
      #thoughts article .article-photo img {
        width: 100%; } }
    #thoughts article .article-content {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      margin-top: -2.5rem; }
      @media only screen and (min-width:64.063em) {
        #thoughts article .article-content {
          margin-top: 0; } }
    #thoughts article h2 {
      font-size: 26pt;
      font-weight: 400;
      font-family: "miller-display", Georgia, "Times New Roman", serif;
      text-transform: none;
      line-height: 1;
      letter-spacing: -0.025rem;
      color: #121212;
      -webkit-text-decoration: #F8F8F8 solid underline;
      text-decoration: #F8F8F8 solid underline;
      -webkit-text-underline-position: auto;
      text-underline-position: auto;
      transition: text-decoration 0.3s ease; }
      @media only screen and (min-width:40.063em) {
        #thoughts article h2 {
          font-size: 34pt; } }
      @media only screen and (min-width:64.063em) {
        #thoughts article h2 {
          font-size: 42pt; } }
    #thoughts article h4 {
      font-size: 16.5pt;
      font-family: "League Gothic", sans-serif;
      letter-spacing: 0.05rem;
      color: #adadad;
      margin-bottom: 12px;
      text-transform: uppercase; }
      #thoughts article h4:before {
        display: inline-block;
        background: #0000ff;
        content: " ";
        position: relative;
        float: left;
        height: 4px;
        width: 40px;
        margin-top: 12px;
        margin-right: 12px;
        margin-left: -52px;
        transition: all 0.3s ease; }
    #thoughts article .image-circle {
      width: 42px;
      height: 42px;
      display: inline-block;
      margin-top: 8px;
      margin-right: 16px;
      margin-bottom: 8px;
      margin-left: 0;
      float: left; }
    #thoughts article .quote-mark-left {
      margin-top: 30px;
      margin-left: -38px;
      margin-right: 16px;
      margin-bottom: -30px;
      font-family: "League Gothic", sans-serif;
      font-size: 68pt;
      float: left;
      line-height: 0;
      color: #F0F0F0; }
    #thoughts article p, #thoughts article blockquote {
      font-size: 12pt;
      color: #121212;
      display: inline-block;
      width: 100%;
      line-height: 1.4;
      letter-spacing: 0.025rem;
      font-weight: normal;
      font-family: miller-text; }
      @media only screen and (min-width:40.063em) {
        #thoughts article p, #thoughts article blockquote {
          font-size: 14pt;
          width: 80%; } }
  #thoughts .newsletter-sign {
    top: 1.25rem;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    border: 1px solid #adadad;
    text-align: left; }
    @media only screen and (max-width: 40em) {
      #thoughts .newsletter-sign {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; } }
    #thoughts .newsletter-sign h3 {
      font-weight: 400;
      font-family: "League Gothic", sans-serif;
      font-size: 36px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0.0125rem; }

.article-wrapper {
  overflow: visible; }

.article-wrapper::before {
  content: ' ';
  display: inline-block;
  height: 30px;
  width: 38vw;
  min-width: 260px;
  margin-top: -30px;
  background: #fcfcfb;
  z-index: 400;
  margin-left: 0;
  margin-right: auto;
  position: relative; }

.article-sidebar {
  background: #fcfcfb !important; }
  .article-sidebar .module-content {
    padding: 0; }
  .article-sidebar img.image-circle {
    width: 42px;
    height: 42px;
    margin: 0 14px 0 0; }

@media only screen and (max-width: 40em) {
  .button {
    font-size: 10pt;
    line-height: 1; } }

/* Pull Quotes */
.pull-quote.half .module-content {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 40em) {
    .pull-quote.half .module-content {
      flex-direction: column; } }
  .pull-quote.half .module-content blockquote {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 40em) {
      .pull-quote.half .module-content blockquote {
        width: 100%; } }
  .pull-quote.half .module-content figure {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 40em) {
      .pull-quote.half .module-content figure {
        width: 100%; } }
.credit-image {
  margin-right: 6px;
  margin-bottom: 6px; }

figcaption {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.75pt;
  font-size: 70%; }

/* Clients */
#clients ul {
  margin-top: 35px; }
  #clients ul li {
    /* img {
				filter: brightness(70%);
				max-width: 110px;
				max-height: 60px;
				margin: 16px 0px;
				transition: all 0.25s;
			} */ }
    #clients ul li:first-of-type {
      padding-right: 20px; }
    #clients ul li:last-of-type {
      padding-left: 20px; }
    @media only screen and (max-width: 40em) {
      #clients ul li:first-of-type {
        padding-right: 0;
        padding-bottom: 15px; }
      #clients ul li:last-of-type {
        padding-left: 0;
        padding-top: 15px; } }
    #clients ul li img {
      width: 100%;
      opacity: 0.66;
      transition: all 0.25s; }

#clients .medium-headline a:hover {
  color: #0000ff !important;
  border-bottom: solid 2px #0000ff; }

#clients img.hi {
  opacity: 1;
  transition: all 0.25s; }

/* Locations */
#locations {
  padding-top: inherit; }
  #locations h4.section-title {
    position: relative;
    z-index: auto; }
  #locations .row-fluid {
    margin-top: inherit; }
    #locations .row-fluid .columns {
      min-height: 300px;
      background-size: cover; }
      #locations .row-fluid .columns .content {
        position: absolute;
        width: 90%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        z-index: 2; }
    #locations .row-fluid .columns:hover .overlay {
      background: rgba(0, 0, 0, 0.35); }
      #locations .row-fluid .columns:hover .overlay.no-link {
        background: rgba(0, 0, 0, 0.7); }
    #locations .row-fluid .columns.new-york {
      background: url("../img/office-new-york.jpg") no-repeat center top/cover;
      background-size: cover;
      transition: background 0.5s linear; }
    #locations .row-fluid .columns.miami {
      background: url("../img/office-miami.jpg") no-repeat center center/cover;
      background-size: cover; }
    #locations .row-fluid .columns.hong-kong {
      background: url("../img/office-hong-kong.jpg") no-repeat center bottom/cover;
      background-size: cover; }
    #locations .row-fluid .columns.lancaster {
      background: url("../img/office-lancaster.jpg") no-repeat center 30%/cover;
      background-size: cover; }
    #locations .row-fluid .columns.kolkata {
      background: url("../img/office-kolkata.jpg") no-repeat center center/cover;
      background-size: cover; }

@media only screen and (min-width:40.063em) {
  #locations {
    padding-top: 0px; }
    #locations h4.section-title {
      position: relative;
      z-index: 444; }
    #locations .row-fluid {
      margin-top: -100px; } }

.fadein.white {
  transition: 1s; }
  .fadein.white:hover {
    color: #00d4a9 !important;
    transition: color 1s ease; }

.fadein.silver {
  transition: 1s; }
  .fadein.silver:hover {
    color: #fcfcfb !important;
    transition: color 1s ease; }

.fadein.iron {
  transition: 1s; }
  .fadein.iron:hover {
    color: #010101 !important;
    transition: color 1s ease; }

@keyframes flip {
  from {
    transform: rotatey(0deg); }
  to {
    transform: rotatey(180deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

img.flip {
  animation-duration: 2s;
  animation-name: flip;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

img.rotate {
  animation-duration: 3s;
  animation-name: rotate;
  animation-iteration-count: infinite; }

.icon-hover img {
  width: 54px;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: auto; }

.icon-hover:hover img.icon-director {
  transform: rotate(180deg);
  transition: all 0.5s ease; }

.icon-hover:hover img.icon-manager {
  transform: rotate(-60deg);
  transition: all 0.5s ease; }

.icon-hover:hover img.icon-developer {
  transform: rotatey(180deg);
  transition: all 1s ease; }

.icon-hover:hover img.icon-strategist {
  transform: rotate(-90deg);
  transition: all 0.5s ease; }

.icon-director:hover:before {
  transform: rotate(180deg);
  transition: all 0.5s ease; }

.icon-manager:hover:before {
  transform: rotate(-60deg);
  transition: all 0.5s ease; }

.icon-developer:hover:before {
  transform: rotatey(180deg);
  transition: all 1s ease; }

.icon-strategist:hover:before {
  transform: rotate(-90deg);
  transition: all 0.5s ease; }

.icon-director::before {
  content: " ";
  background-image: url("../img/icon-director-black.png");
  background-size: 54px;
  height: 54px;
  width: 54px;
  position: absolute;
  z-index: 1;
  transition: all 0.5s ease; }

.icon-manager::before {
  content: " ";
  background-image: url("../img/icon-manager-black.png");
  background-size: 54px;
  display: block;
  height: 54px;
  width: 54px;
  float: left;
  margin-left: -76px;
  transition: all 0.5s ease; }

.icon-developer::before {
  content: " ";
  background-image: url("../img/icon-developer-black.png");
  background-size: 54px;
  display: block;
  height: 54px;
  width: 54px;
  float: left;
  margin-left: -88px;
  transition: all 0.5s ease; }

.icon-strategist::before {
  content: " ";
  background-image: url("../img/icon-strategist-black.png");
  background-size: 54px;
  display: block;
  height: 54px;
  width: 54px;
  float: left;
  margin-left: -88px;
  transition: all 0.5s ease; }

/* Icon Sizes */
.icon-medium {
  max-width: 72px;
  max-height: 72px;
  margin: 12.5px; }

/* Icon Sizes */
.icon-medium {
  max-width: 72px;
  max-height: 72px;
  margin: 12.5px; }

/* Borders */
.purple-border {
  border-bottom: 5px solid #4c4fec; }

.aqua-border {
  border-bottom: 5px solid #00d4a9; }

.green-border {
  border-bottom: 5px solid #3cb449; }

.orange-border {
  border-bottom: 5px solid #f2a717; }

.silver-border {
  border-bottom: 5px solid #adadad; }

.purple-border-top {
  border-top: 5px solid #4c4fec; }

.aqua-border-top {
  border-top: 5px solid #00d4a9; }

.green-border-top {
  border-top: 5px solid #3cb449; }

.orange-border-top {
  border-top: 5px solid #f2a717; }

.silver-border-top {
  border-top: 5px solid #adadad; }

.black-border-top {
  border-top: 5px solid #010101; }

/* ------ FOOTER ------ */
footer {
  padding-top: 60px;
  padding-bottom: 10px;
  background: #010101; }
  footer p, footer blockquote {
    font-size: 12pt;
    line-height: 1.125; }
    @media only screen and (min-width:40.063em) {
      footer p, footer blockquote {
        font-size: 14pt; } }
  footer #logo {
    width: 200px;
    fill: #121212;
    margin-top: 10px;
    margin-bottom: 10px; }
  footer ul.side-nav {
    margin-left: 0; }
    footer ul.side-nav li {
      list-style: none; }
      footer ul.side-nav li a {
        color: #8e8e8e !important;
        font-family: "nort", -apple-system, BlinkMacSystemFont, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: -0.25pt;
        font-size: 12pt;
        font-weight: 800; }
        footer ul.side-nav li a:hover {
          color: inherit !important; }
        footer ul.side-nav li a.icon {
          margin-right: 6px; }

/* ------ FORM ------- */
.login form input, .login form textarea {
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2rem;
  font-weight: normal; }

/* ------ MODAL ------- */
.reveal-modal, dialog {
  z-index: 999999;
  min-height: 480px; }
  .reveal-modal #page-title, dialog #page-title {
    padding-top: 0; }

/* ------- IMAGES ------- */
.image-half.right {
  width: 50%;
  padding-top: 10px;
  padding-left: 20px; }

.image-half.left {
  width: 50%;
  padding-top: 10px;
  padding-right: 20px; }

.image-third.right {
  width: 33.33333%;
  padding-top: 10px;
  padding-left: 20px; }

.image-half img, .image-half small {
  width: 100%;
  float: left; }

@media only screen and (max-width: 40em) {
  .image-half.right {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px; }
  .image-third.right {
    width: 50%;
    padding-top: 10px;
    padding-left: 0px; }
  .image-half.left {
    width: 100%;
    padding-top: 10px;
    padding-right: 0px; }
  .image-third.left {
    width: 50%;
    padding-top: 10px;
    padding-right: 0px; } }

.image-circle {
  margin: 20px;
  border-radius: 50%;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: auto; }
  .image-circle.small {
    margin: 0px;
    max-width: 40px;
    max-height: 40px; }

/* ------ WORK -------- */
.services .columns ul {
  padding-left: 10px; }
  .services .columns ul li {
    list-style-type: decimal-leading-zero;
    list-style-position: outside;
    color: #fcfcfb; }

/* ------ NEWS ------ */
.news #hero {
  padding-top: 30px;
  padding-bottom: 30px;
  height: 360px;
  padding-left: 0;
  padding-right: 0; }

#hero ul li {
  vertical-align: middle; }

.orbit-bullets-container {
  margin-top: 0px; }

.news article h3 {
  margin-top: 0; }

.news article img {
  max-width: 320px;
  width: auto; }

.news article h5 {
  margin: 0.25em 0 1em 0;
  padding-top: 0.25em; }

.border-left {
  border-left: 2px solid #F0F0F0;
  padding-left: 30px; }

.border-right {
  border-right: 2px solid #F0F0F0;
  padding-right: 30px; }

/* ------ CASE STUDY ------ */
p.drop-cap:first-letter, blockquote.drop-cap:first-letter {
  font-family: "League Spartan", sans-serif;
  font-size: 25vw;
  color: #0000ff;
  margin-top: 23px;
  padding: 0px 20px 0px 0px;
  display: inline-block;
  float: left;
  line-height: 0.7;
  font-style: normal; }
  @media only screen and (min-width:40.063em) {
    p.drop-cap:first-letter, blockquote.drop-cap:first-letter {
      font-size: 12vw; } }
.quote {
  margin-top: 10px;
  margin-bottom: 30px; }
  .quote .gothic, .quote .services .columns ul li, .services .columns ul .quote li {
    font-style: normal; }
  .quote .quote-mark-wrap {
    height: 80px; }
    .quote .quote-mark-wrap .quote-mark-left, .quote .quote-mark-wrap .quote-mark-right {
      font-size: 140px;
      line-height: 140px; }
  .quote h3 {
    line-height: 1.5em;
    letter-spacing: 0; }

.case-study .main-menu #nav-icon span {
  background-color: #fcfcfb; }

/*------------------------------------
 timeline styles
------------------------------------*/
.path-container {
  position: relative; }
  .path-container .path-text {
    z-index: 1; }
  .path-container .path-item h1 {
    text-align: center;
    margin-bottom: 70px;
    color: #010101;
    background: #fcfcfb; }
  .path-container .path-item h3 {
    color: #010101;
    background: #fcfcfb;
    display: inline-block; }
  .path-container .path-item p, .path-container .path-item blockquote {
    background: #fcfcfb; }
  .path-container .path-item a {
    font-weight: bold;
    font-size: 0.875rem; }
  .path-container .path-item .circle {
    background-color: #adadad;
    background-size: 136px 136px;
    border-radius: 50%;
    width: 136px;
    height: 136px;
    z-index: 2; }
  .path-container .line {
    background: #adadad;
    width: 2px;
    bottom: 0;
    position: absolute;
    top: 136px;
    left: 50%;
    z-index: 0; }

@media only screen and (max-width: 40em) {
  .path-container .circle {
    margin-bottom: 25px; }
  .path-container .path-text {
    margin-bottom: 100px; }
  .path-container .line {
    height: 1820px; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .path-container .circle {
    margin-bottom: 25px; }
  .path-container .path-text {
    margin-top: 25px;
    margin-bottom: 50px; }
  .path-container .line {
    height: 1600px; } }

@media only screen and (min-width:64.063em) {
  .path-container .circle {
    margin-bottom: 200px; }
  .path-container .path-text {
    margin-top: 0;
    margin-bottom: 0; }
  .path-container .line {
    height: 1400px; } }

/* Category */
.category .category-article {
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat; }
  .category .category-article .category-article--header {
    height: 320px; }
  .category .category-article .category-article--title {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -50px;
    background: #010101; }

/* About */
.philosophy h2, .culture h2 {
  margin-bottom: 0.75em; }

.philosophy section p, .philosophy section blockquote, .culture section p, .culture section blockquote {
  margin-bottom: 1.25em; }
  .philosophy section p a, .philosophy section blockquote a, .culture section p a, .culture section blockquote a {
    color: #010101;
    border-bottom: dotted 1px #8e8e8e;
    text-decoration: none; }

/* Slider */
.orbit-slider .orbit-container ul.orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
  overflow: hidden; }

.orbit-container ol {
  margin-top: 30px; }
  .orbit-container ol li:before {
    content: ' '; }

ul.orbit-slides-container li:before {
  display: none !important; }

/* Hero */
.about #hero {
  padding-top: 14%;
  padding-bottom: 7%;
  height: 380px;
  padding-left: 0;
  padding-right: 0; }

#hero ul li {
  vertical-align: middle; }

@media only screen and (min-width: 40.063em) {
  .about #hero {
    padding-top: 21%;
    padding-bottom: 7%;
    height: 100%; } }

/* Miller Display H3 H4 replacement */
h3.serif, h4.serif {
  font-family: "MillerText", Georgia, "Times New Roman", Times, serif !important; }

.author-name {
  line-height: 32px; }

.author-title {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  line-height: 1.25em;
  display: block; }

.module-header h2 {
  color: #121212; }

.module .noeyebrow.headline:before {
  content: '';
  display: block;
  width: 0.9em;
  height: 4px;
  background-color: transparent;
  border: none;
  margin-top: 0.8em;
  margin-bottom: 0.4em; }

.suites {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .suites aside {
    width: 100%; }
  @media only screen and (min-width:991px) {
    .suites aside {
      padding-left: 2vw;
      width: 40vw; } }
.suites .simple-header .module-background {
  padding: 20vh; }

.suites .simple-header .module-content .headline {
  color: #fcfcfb; }

.suite-list {
  padding-top: calc(10vw * 0);
  padding-bottom: calc(10vw * 1);
  padding-left: 2vw;
  padding-right: 2vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .suite-list .summary-item {
    font-family: nort, sans-serif; }

@media screen and (orientation: portrait) {
  .suite-list {
    padding-top: calc(20vw * 0);
    padding-bottom: calc(20vw * 1); } }

@media screen and (min-width: 768px) and (orientation: portrait) {
  .suite-list {
    padding-top: calc(15vw * 0);
    padding-bottom: calc(15vw * 1); } }

@media only screen and (min-width:991px) and (orientation: portrait) {
  .suite-list {
    padding-top: calc(10vw * 0);
    padding-bottom: calc(10vw * 1); } }

.suite-list-item {
  position: relative;
  width: 98vw;
  height: auto;
  transition: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.suite-list-item:nth-of-type(even) .suite-list-item-content {
  background: #F8F8F8; }

.suite-list-item[data-position] .suite-list-item-content {
  transition: all 0.5s cubic-bezier(0.03, 0.46, 0.31, 0.97); }

.suite-list-item[data-position="below-viewport"] .suite-list-item-content {
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.suite-list-item-content {
  width: 100%;
  height: auto;
  min-height: 40vw;
  position: relative;
  padding: 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fcfcfb; }

.suite-list-item-content-copy {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 200;
  position: relative; }

.suite-list-item-content-copy .headline {
  -ms-flex-order: 2;
  order: 2;
  font-size: 14pt;
  letter-spacing: 1pt;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1em;
  font-family: "League Spartan", sans-serif;
  font-weight: normal;
  margin-bottom: calc(1em - 4px);
  width: 100%;
  line-height: 1.5;
  text-align: left; }

.suite-list-item-content-copy .headline:before {
  position: absolute;
  left: 6%;
  right: auto;
  bottom: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -6px;
  height: 3px;
  width: 12%;
  background-color: #0000ff !important; }

.suite-list-item:nth-of-type(2) .suite-list-item-content-copy .headline:before {
  background-color: #f72d43; }

.suite-list-item:nth-of-type(3) .suite-list-item-content-copy .headline:before {
  background-color: #00d4a9; }

.suite-list-item:nth-of-type(4) .suite-list-item-content-copy .headline:before {
  background-color: #4c4fec; }

.suite-list-item-content-copy .subhead {
  -ms-flex-order: 3;
  order: 3;
  font-size: .8077rem;
  margin-bottom: 0;
  max-width: 20em;
  line-height: 1.8; }

.suite-list-item .arrow {
  color: #010101;
  font-size: .70771rem;
  margin-left: -.70771rem;
  position: absolute;
  bottom: -1.75em;
  left: 50%; }

.suite-list-item.filler-item {
  display: none;
  cursor: auto; }

.suite-list .dark-hover {
  z-index: 0; }

.suite-list-item-content-copy ul {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .suite-list-item {
    width: 48vw; }
  .suite-list-item-content {
    min-height: 22.5vw; }
  .suite-list-item:nth-child(even) .suite-list-item-content {
    background: #F8F8F8; }
  .suite-list-item[data-position] .suite-list-item-content {
    transition: all 0.7s cubic-bezier(0.32, 0.01, 0, 1); }
  .suite-list-item.filler-item {
    display: block; }
  .suite-list-item-content-copy .headline {
    font-size: 16pt; } }

@media only screen and (min-width:991px) {
  .suite-list-item-content-copy .headline {
    padding-bottom: 1em;
    margin-bottom: calc(1em - 5px); }
  .suite-list-item .arrow {
    bottom: -2em; } }

@media screen and (min-width: 1200px) {
  .suite-list-item {
    width: 23.822718vw; }
  .suite-list-item-content-copy .headline {
    font-size: 14pt; }
  .suite-list-item-content-copy .subhead {
    font-size: 1rem; }
  .suite-list-item .arrow {
    font-size: .92885rem;
    margin-left: -.92885rem;
    bottom: -0.5em; } }

@media screen and (min-width: 1600px) {
  .suites .simple-header {
    padding-left: 0;
    padding-right: 0; }
  .suite-list-item-content {
    min-height: 20vw; }
  .suite-list-item-content-copy .headline {
    font-size: 16pt;
    margin-bottom: calc(1em - 6px); }
  .suite-list-item-content-copy .subhead {
    font-size: 18pt; } }

.share-end .share-icon {
  border: 1px solid #F0F0F0;
  color: #121212;
  transition: border 0.125s ease-out; }
  .share-end .share-icon:hover {
    border: 2px solid #121212;
    transition: border 0.125s ease-in; }

.highlight {
  background-image: linear-gradient(90deg, rgba(0, 255, 255, 0.33) 0%, rgba(0, 255, 255, 0.66) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.33em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in; }
  .highlight:hover {
    background-size: 100% 83.33%;
    transition: background-size 0.25s ease-out; }
