body {
    --margin-images: 50px;
    --color-link: #002757;
    --color-link-hover: #c0c0c2;
    --cursor-stroke: #fff;
    --cursor-fill: none;
    --cursor-stroke-width: 1px;
}

#top_logo:hover + #audio_wave_icon {
    display: block;
}


.hover_card_icon {
  display: inline-block;
  width: 75px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.hover_card:hover .hover_card_icon .st0 {
    fill: #fff;
}

.hover_card:hover .hover_card_title {
    margin-top: -70px;
}

.navbar {
  background: #fdfdfd;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px 15px;
  box-shadow: 0px 20px 40px rgba(18, 34, 64, 0.1);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
}
.navbar:after {
  content: "";
  width: 120px;
  background: #d9e0ea;
  position: absolute;
  bottom: 8px;
  left: 50%;
  height: 3px;
  transform: translatex(-50%);
  opacity: 0.7;
}
.navbar__item {
  width: 130px;
  height: 130px;
  position: relative;
  cursor: pointer;
  padding: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
.navbar__item::before, .navbar__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  border-radius: 50%;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.5s linear;
}
.navbar__item::after {
  box-shadow: 0 7px 15px currentColor;
}
.navbar__item.-blue {
  color: #06b8ff;
}
.navbar__item.-orange {
  color: #f2704d;
}
.navbar__item.-standard {
  color: #002757;
}
.navbar__item.-yellow {
  color: #f8cd4b;
}
.navbar__item.-purple {
  color: #8444d6;
}
.hover_card:hover .navbar__item::before, .hover_card:hover .navbar__item::after {
  transform: translateY(-94px) scale(1.2);
}
.hover_card:hover .navbar__item::before {
  opacity: 1;
}
.hover_card:hover .navbar__item::after {
  opacity: 0.4;
}
.hover_card:hover .navbar__item .navbar__icon {
  transform: translateY(-90px) scale(1.25);
  color: #fff;
/*   transition-delay: 0.1s, 0.1s; */
}
.navbar__icon {
  transition: all 0.5s linear;
  display: inline-block;
  position: relative;
  z-index: 2;
}







.cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    z-index: 3;
}

.power_color {
    color: #3690FF;
}

.cursor__inner {
    fill: var(--cursor-fill);
    stroke: var(--cursor-stroke);
    stroke-width: var(--cursor-stroke-width);
}

.frame1 {
    position: absolute;
    z-index: 10;
    color: #002757;
    padding: 30px 45px;
    width: 100%;
    display: table;
    background: #93ABBFA6;
}

div#footer {
    background: #002757;
}

.center {
    text-align: center;
}

.footer_col_cont {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.footer_title {
    font-weight: bold;
    font-size: 16px;
}

div#cr_mess {
    margin-top: 100px;
}

.footer_col {
    display: inline-block;
    width: 50%;
    padding: 20px;
    vertical-align: top;
}

.pill_button_white_outline {
    padding: 5px 15px;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 40px;
    font-weight: 700;
    color: rgba(0,0,0,0.4);
    display: inline-block
}

.pill_button_white_solid {
    padding: 5px 15px;
    border: 2px solid #fff;
    background: #fff !important;
    border-radius: 40px;
    font-weight: 700;
    color: #002757;
    display: inline-block;
}

.pill_button_blue_solid {
    padding: 5px 15px;
    border: 2px solid #3690FF;
    background: #3690FF !important;
    border-radius: 40px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

.pill_button_white_solid_blue_outline {
    padding: 5px 15px;
    border: 2px solid #002757;
    background: #fff !important;
    border-radius: 40px;
    font-weight: 700;
    color: #002757;
    display: inline-block;
}

.footer_col:nth-of-type(1), .footer_col:nth-of-type(3)
{
    width: 25%;
}

.footer_col>div {
    margin: 8px 0px;
}

.footer_col, .footer_col a {
    color: #fff;
}

#footer img {
    height: 90px;
    padding-top: 25px;
    padding-bottom: 15px;
}

iframe#unite_yourworkflow_form {
    width: 100%;
    border: 0;
    transition: height 01s ease-in;
    height: 0;
    margin-bottom: 20px;
}

h1.frame__title {
    display: table-cell;
    vertical-align: middle;
}

nav.frame__links {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

nav.frame__links a {
    color: #fff;
}

.frame1 a{
    color: #002757;
    text-decoration: none;
}

#letters_container {
    color: #002757;
}

#mask_overlay {
    height: 100%;
    left: -200px;
    z-index: 1;
    top: 0;
    position: absolute;
}

/* Page Loader */
#letters_container .js .loading::before,
#letters_container .js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

div#dg_container {
    background: url(../img/PS_Tile_Pattern-1-DG.png);
}

.white_font {
    color: #fff;
}

.hover_card {
    border-radius: 5px;
    text-align: center;
    max-width: 25%;
    display: inline-block;
    vertical-align: top;
}
.stano_word_bar {
    background: #93ABBF;
    color: #fff;
    padding: 40px;
}

.stano_word_bar.power_blue_bar{
    background: #3690ff;
}
.stano_word_bar.last {
    background: #002757;
    padding: 55px 40px;
}

.stano_word_bar.last:after {
    position: absolute;
    content: "";
    width: 86px;
    background-color: #fff;
    height: 2px;
    left: 50%;
    margin-left: -43px;
    margin-top: 30px;
}
.stano_word_bar>div {
    width: 1250px;
    margin: 0 auto;
}
.hover_above_title {
    color: #fff;
    font-size: 28px;
}
.hover_buffer {
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    min-height: 800px;
}

.hover_card_title {
    font-size: 20px;
    transition: .5s linear;
}

.white_font.hover_card_title.center.top_one, .hover_above_title {
    font-family: ivypresto-display, serif;
}

.hover_card_desc {
    opacity: 0;
    height: 600px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .5s linear;
    margin-top: 15px;
}

.hover_card:hover .hover_card_desc {
    opacity: 1;
    max-height: 600px;
}
@media screen and (min-width: 576px) {
.hover_buffer{min-height: 620px;}
.hover_card_desc{height: 410px;}
.hover_card:hover .hover_card_desc{max-height: 410px;}
}
@media screen and (min-width: 768px) {
.hover_buffer{min-height: 490px;}
.hover_card_desc{height: 325px;}
.hover_card:hover .hover_card_desc{max-height: 325px;}
}
@media screen and (min-width: 992px) {
.hover_buffer{min-height: 410px;}
.hover_card_desc{height: 235px;}
.hover_card:hover .hover_card_desc{max-height: 235px;}
}
@media screen and (min-width: 1200px) {
.hover_buffer{min-height: 310px;}
.hover_card_desc{height: 160px;}
.hover_card:hover .hover_card_desc{max-height: 160px;}
}
object.hover_card_icon {
    height: 70px;
}

#letters_container .js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

#letters_container .js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5, 0.5, 1);
	}
}

#letters_container a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

#letters_container a:hover {
	text-decoration: none;
	color: var(--color-link-hover);
	outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
#letters_container a:focus {
	/* Provide a fallback style for browsers
	 that don't support :focus-visible */
	outline: none;
	background: lightgrey;
}

#letters_container a:focus:not(:focus-visible) {
	/* Remove the focus indicator on mouse-focus for browsers
	 that do support :focus-visible */
	background: transparent;
}

#letters_container a:focus-visible {
	/* Draw a very noticeable focus style for
	 keyboard-focus on browsers that do support
	 :focus-visible */
	outline: 2px solid red;
	background: transparent;
}

#letters_container .cursor { 
	display: none; 
}

#letters_container .page {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
	background: var(--color-page);
}

#letters_container .page__title {
	font-size: 1rem;
	margin: 0 0 1rem;
	font-weight: normal;
}

#letters_container .page__links a {
	margin: 0 0.5rem;
}

#letters_container .page__addon {
	margin: 1rem 0;
}

#dg_container .content,
#letters_container .content {
	margin: 0px auto;
	max-width: 1300px;
	height: auto;
}

#letters_container .content--sponsor {
	position: relative;
	display: grid;
	grid-template-areas: 'sponsor';
	grid-template-rows: 100%;
	grid-template-columns: 100%;
	text-align: center;
	padding: 5vh 0;
	align-items: end;
    justify-items: center;
}

#dg_container .content__title,
#letters_container .content__title {
	font-family: ivypresto-display, serif;
	font-weight: 300;
	margin: 0;
	position: relative;
	font-size: 2.778rem;
}

#dg_container .content__title--number,
#letters_container .content__title--number {
	padding: 0 0 0 2.75rem;
	align-self: start;
	font-size: 2.778rem;
}

#letters_container .content__title--number::before {
	counter-increment: section;
	position: absolute;
	left: 1.5rem;
	font-size: 0.95rem;
	height: 100%;
	display: flex;
	align-items: center;
}

#letters_container .content__title--sponsor {
	grid-area: sponsor;
	font-size: 9vw;
	line-height: 0.7;
	color: var(--color-page);
	font-weight: 100;
	padding-bottom: 17vw;
}

#letters_container .content__title--sponsor strong {
	display: block;
	font-size: 14vw;
	font-weight: 400;
}

#letters_container .content__subtitle {
	margin: 0;
	align-self: start;
	padding: 0.5rem 0 0 3.5rem;
}

#letters_container .content__foot {
	text-align: center;
	color: var(--color-info);
	width: 100%;
	
}

#letters_container .frame {
	grid-area: sponsor;
	width: 30vw;
	min-width: 200px;
	max-width: 350px;
	background: var(--color-page);
	padding: 3rem 2rem;
}

#letters_container .panel {
	margin: 3rem auto;
}

#letters_container .js .panel {
	width: calc(100% - 7rem);
	display: grid;
	grid-template-areas: 'item';
	height: 360px;
}

#letters_container .panel__item {
	position: relative;
	grid-area: item;
	width: 100%;
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: auto minmax(0,1fr) auto;
	grid-template-areas: 'image title title'
		'image title title'
		'subtitle subtitle subtitle'
		'... ... close';
	grid-template-rows: 1fr auto auto auto;
}

#letters_container .no-js .panel__item {
	margin: 0 0 5rem 0;
	grid-template-areas: 'image title title'
		'image title title'
		'subtitle subtitle subtitle';
}

#letters_container .js .panel__item {
	pointer-events: none;
}

#letters_container .panel__item-imgwrap {
	grid-area: image;
	position: relative;
	border-radius: 0.35rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: start;
	width: min-content;
}

#letters_container .js .panel__item-imgwrap {
	cursor: pointer;
	pointer-events: auto;
	will-change: transform, opacity;
}

#letters_container .panel__item-img {
	position: relative;
	width: 20vw;
	height: auto;
	max-width: 250px;
	display: block;
}

#letters_container .panel__item-title {
	grid-area: title;
	font-size: 7vw;
	margin: 0;
	line-height: 0.8;
	font-family: ivypresto-display, serif;
	font-weight: 100;
}

#letters_container .panel__item-title span {
	display: inline-block;
	padding-bottom: 1.85vw;
	will-change: transform, opacity;
}

#letters_container .panel__item-title span:first-child {
	font-style: italic;
	font-weight: 300;
}

#letters_container .panel__item-title span:last-child {
	font-weight: 700;
	text-indent: 10vw;
	display: block;
}

#letters_container .panel__item-subtitle {
	grid-area: subtitle;
	justify-self: start;
}

#letters_container .panel__item-subtitle > span {
	display: inline-block;
	position: relative;
	color: var(--color-text-alt);
}

#letters_container .panel__item-subtitle h4 {
	position: relative;
	margin: 0.5rem 0 0 0;
	font-weight: normal;
	font-size: 1.5rem;
	font-size: clamp(0.75rem,8vw,1.5rem);
}

#letters_container .panel__item-subtitle h4 span.char {
	will-change: transform, opacity;
}

#letters_container .panel__item-close {
	grid-area: close;
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	background: none;
	cursor: pointer;
	align-self: end;
}

#letters_container .no-js .panel__item-close {
	display: none;
}

#letters_container .panel__item-close:focus {
	outline: none;
}

@media screen and (min-width: 760px) {
	#letters_container .panel__item {
		grid-gap: 2rem;
		grid-template-columns: auto minmax(0,1fr) auto;
		grid-template-areas: 'image title title'
			'image subtitle close';
		grid-template-rows: 1fr auto;
	}
	
	#letters_container .no-js .panel__item {
		margin: 0 0 5rem 0;
		grid-template-areas: 'image title title'
			'image subtitle subtitle';
	}
}

@media screen and (min-width: 1170px) {
	#letters_container .panel__item {
		grid-template-columns: auto minmax(0,1fr) 250px;
		grid-template-areas: 'image title close'
			'image subtitle close';
		grid-template-rows: 1fr auto;
	}

	#letters_container .panel__item-close {
		align-self: unset;
		background: url("../img/dismiss.svg");
        background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
	}

	#letters_container .panel__item-close span {
		display: none;
	}

	#letters_container .panel__item-close::before,
	#letters_container .panel__item-close::after {
		content: '';
	}

	#letters_container .panel__item-close::after {
	}
}

#letters_container .js .panel__item-title>*,
#letters_container .js .panel__item-subtitle>*,
#letters_container .js .panel__item-close {
	opacity: 0;
	pointer-events: none;
}

#letters_container .js .panel__item--open .panel__item-title>*,
#letters_container .js .panel__item--open .panel__item-subtitle>*,
#letters_container .js .panel__item--open .panel__item-close {
	pointer-events: auto;
}

#letters_container .js .panel__item--open {
	z-index: 1000;
	height: 360px;
}

@media screen and (min-width: 53em) {
	#letters_container .page {
		text-align: left;
		display: grid;
		align-content: space-between;
		width: 90%;
		max-width: calc(1450px - 4rem);
		grid-template-columns: 25% 60% 15%;
		grid-template-rows: auto;
		grid-template-areas: 'title links addon';
	}

	#letters_container .page--header {
		margin: 0 auto 15vh;
		padding: 1.5rem 4rem;
		border-radius: 0 0 8px 8px;
	}

	#letters_container .page--footer {
		padding: 6rem 4rem 1.5rem;
		border-radius: 8px 8px 0 0;
		margin: 15vh auto 0;
	}

	#letters_container .page__title {
		grid-area: title;
		margin: 0;
	}

	#letters_container .page__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
		align-self: end;
	}

	#letters_container .page__addon {
		margin: 0;
		grid-area: addon;
		justify-self: end;
	}
}