/* Reset & Normalize */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

a {
  background-color: transparent;
}

/* CSS Variables */
:root {
  --yellow: #faaf52;
  --black: #111;
  --dim-grey: #40424b;
  --dark-space: #1c1d24;
  --gainsboro: #ddd;
  --light-grey: #e7e7e7;
  --silver: #bbb;
  --dark-grey: #777;
  --red: #ee4869;
  --dark-slate-grey: #363840;
  --dark: #26272e;
  --purple: #5d5c66;
  --aqua: #22c8e1;
  --white: white;
  --darkpurple_text: #1e182e;
  --haze: #f7f7f7;
  --orchview-dim-grey: #68666d;
}

/* Base Typography */
body {
  color: #111;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h1 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 24px;
}

h2 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 20px;
}

h3 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #453ec4;
}

/* Purple Gradient Animation */
.purple_gradient_lightbg {
  display: inline-block;
  background-image: linear-gradient(-45deg, #060262, #3C237F, #A26CC5, #6E4099) !important;
  background-size: 300% !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: Gradient 15s ease infinite !important;
}

@keyframes Gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Navbar */
.navbar {
  z-index: 1000;
  backdrop-filter: blur(3px);
  background-color: #323133;
  border-bottom: 1px solid #766c77;
  width: 100%;
  height: 31px;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-menu {
  letter-spacing: .4px;
  background-color: #323133;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-left: 57px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  display: flex;
}

.nav-menu.tor {
  background-color: transparent;
  border-left: 1px solid #766c77;
  width: auto;
  padding-left: 0;
  display: flex;
}

.orchviewapp_navlink {
  color: white;
  text-align: center;
  white-space: nowrap;
  cursor: default;
  align-items: center;
  height: 30px;
  padding: 0 30px;
  line-height: 15px;
  transition: background-color .4s;
  display: flex;
  text-decoration: none;
}

.orchviewapp_navlink:hover {
  background-color: #494552a8;
}

.orchviewapp_navlink.active {
  color: white;
  background-color: #494552;
}

.orchviewapp_navlink.tor {
  color: #323133;
}

.orchviewapp_navlink.tor:hover {
  background-color: #49455240;
}

.orchviewapp_navlink.hidden {
  display: none;
}

.home_icon_wrapper {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.home_icon_wrapper img {
  height: 28px;
}

/* Database Page Specific */
.orchview_database_wrapper {
  width: 100%;
  padding-top: 31px;
}

.orchview_database_header {
  z-index: 999;
  background-color: #d7d4dd;
  position: fixed;
  top: 31px;
  left: 0;
  right: 0;
}

.orchview_logo_wrapper.staticpos {
  height: 143px;
  padding-top: 0;
  position: static;
  display: flex;
  padding-left: 5%;
  width: 100%;
}

.image-45 {
  width: 128px;
  height: 128px;
  margin-top: 15px;
}

.welcome_title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 434px;
  height: 100px;
  margin-top: 40px;
  padding-right: 20px;
  display: flex;
}

.heading-2 {
  color: white;
  text-shadow: 1px 1px 1px #000;
  cursor: default;
  margin-bottom: 10px;
  line-height: 44px;
}

.heading-2.orchview_database {
  color: #060262;
  text-shadow: none;
  font-family: 'Playfair Display', sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 10px;
}

.heading-2.orchview_database.purple_gradient_lightbg.sub {
  text-transform: none;
  margin-left: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-2.orchview_database {
  color: #070262;
  text-align: center;
  margin-bottom: 0;
}

/* Column Headers */
.ovi_files_headers_wrappers.fullwidth {
  z-index: 998;
  color: #2a1475;
  background-color: #d7d4dd;
  border-top: 1px solid #d7d4dd;
  height: 50px;
  padding-left: 1%;
  padding-right: 1%;
  position: fixed;
  top: 174px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.text_headers_files {
  letter-spacing: .7px;
  text-transform: uppercase;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  line-height: 16px;
  margin-right: 4px;
}

.text_headers_files._35 {
  width: 9%;
}

.text_headers_files._65 {
  width: 19%;
  padding-left: 10px;
}

.text_headers_files._140px {
  width: 13%;
}

.text_headers_files._250px {
  width: 23%;
}

.text_headers_files._25 {
  width: 28%;
}

.text_headers_files._10 {
  width: 6%;
}

.text_headers_files.hidden {
  display: none;
}

/* Tab Menu */
.ovi_db_tabs_container {
  margin-top: 193px;
}

.menu_ovi_db {
  z-index: 999;
  background-color: #f3f1f5;
  background-image: linear-gradient(#bab4c0, #fff);
  border-radius: 15px;
  display: flex;
  position: fixed;
  top: 146px;
  right: 2%;
  overflow: hidden;
  box-shadow: inset 0 2px 5px #0003;
}

.tab_link1 {
  color: #5d5c66;
  cursor: default;
  background-color: transparent;
  border-radius: 15px;
  align-items: center;
  padding: 2px 12px;
  transition: box-shadow .333s, color .333s, background-color .333s;
  display: flex;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  text-decoration: none;
}

.tab_link1:hover {
  background-color: #ffefbd4d;
}

.tab_link1.active {
  color: white;
  background-color: #675a83;
  box-shadow: 0 0 8px 5px #00000030;
}

/* Content Area */
.orchview_files_content_wrapper.fullwidth {
  background-color: #f3f1f5;
  border-radius: 0;
  height: auto;
  margin: 0;
  overflow: visible;
}

/* Data Rows */
.link-block.download.files_page.fullwidth {
  background-color: transparent;
  border-top: 1px solid #7e7c7f1a;
  border-bottom: 1px solid #7e7c7f1a;
  height: 60px;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: background-color .6s;
}

.link-block.download.files_page.fullwidth:hover {
  background-color: #ffffff73;
}

.rollover_bar {
  background-color: #8655ad;
  width: 3px;
  height: 100%;
  margin-left: -3px;
  position: relative;
  left: -.5%;
  opacity: 0;
  transition: opacity .3s;
}

/* Column Widths Inside Rows */
.file_text_link.composer.files_page_35 {
  color: var(--darkpurple_text);
  align-items: center;
  width: 9%;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  display: flex;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.file_text_link.files_page_60 {
  color: var(--darkpurple_text);
  width: 19%;
  padding-left: 10px;
  font-size: 13px;
  line-height: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.orchview_dl_link {
  filter: saturate(75%);
  color: var(--darkpurple_text);
  background-image: url('../images/OrchView_Icon_v1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 32px;
  align-items: center;
  width: 13%;
  height: 50px;
  padding-left: 40px;
  text-decoration: none;
  display: flex;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
}

.orchview_dl_link:hover {
  filter: saturate(100%);
  text-decoration: underline;
}

.icon_wrapper {
  flex-direction: row;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: flex;
}

.icon_wrapper.orchard {
  filter: saturate(75%);
  color: var(--darkpurple_text);
  background-image: url('../images/treeimg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 23%;
  height: 50px;
  padding-left: 40px;
  text-decoration: none;
}

.icon_wrapper.orchard:hover {
  filter: saturate(100%);
  text-decoration: underline;
}

.icon_wrapper.orchard.hidden {
  background-image: none;
}

.icon_wrapper.orchard.hidden:hover {
  text-decoration: none;
}

.icon_wrapper.orchplay {
  filter: saturate(60%);
  color: var(--darkpurple_text);
  background-image: url('../images/OrchPlay-2-App-Icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 28%;
  height: 50px;
  padding-left: 40px;
  text-decoration: none;
}

.icon_wrapper.orchplay:hover {
  filter: saturate(100%);
  text-decoration: underline;
}

.icon_wrapper.orchplay.hidden {
  background-image: none;
}

.icon_wrapper.orchplay.hidden:hover {
  text-decoration: none;
}

.icon_wrapper.orchview.hidden {
  justify-content: flex-start;
  align-items: center;
  width: 13%;
  padding-left: 40px;
}

.not_available-text {
  color: #817a96e6;
  font-size: 13px;
}

.details_text {
  color: var(--darkpurple_text);
  font-size: 13px;
  line-height: 15px;
}

.details_text.orchview-analysis {
  padding-top: 5px;
  font-weight: 500;
}

.score_format_text {
  font-size: 12px;
}

.stereo-multichannel-text {
  color: #706d7a;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ccc9d3;
  border-radius: 8px;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
  margin-left: 10px;
  display: none;
  align-items: center;
}

.icon_wrapper.orchplay:hover .stereo-multichannel-text {
  display: flex;
}

.orchplay_details_wrapper {
  margin-bottom: 6px;
  display: flex;
}

.orchplay_details_wrapper.nomargin {
  margin-bottom: 0;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: #9468ec;
  border: 4px solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-corner {
  display: none;
}

/* Manual/Technical Sidebar */
.orchview_manual_menu_wrapper {
  z-index: 199;
  background-color: #d7d4dd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 232px;
  padding-top: 36px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.manual_container_full {
  min-height: 100vh;
  margin-left: 232px;
  padding-top: 31px;
}

.manual_section {
  margin: 10px;
}

.manual_section.construction {
  display: none;
}

.manual_sub_section {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.manual_section_header {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
}

.chapter_number {
  color: white;
  background-image: linear-gradient(to top, #323133, #494552);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 20px;
  display: flex;
}

.manual-header {
  color: #323133;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.manual-header.subsection_header {
  font-size: 16px;
  line-height: 30px;
}

.manual-header.subsection_header.sub_sub_header {
  text-transform: none;
  padding-left: 5px;
  font-weight: 700;
}

.orchview_video_wrapper {
  margin-bottom: 30px;
  padding: 0 5px;
}

.orchview_fullscreen_image {
  width: 100%;
  margin: 10px 0 30px;
  padding: 0 5px;
}

.orchview_fullscreen_image.normal-size {
  width: 860px;
}

.orchview_manual_rich_text {
  color: #323133;
  padding: 0 5px;
  font-family: Merriweather, serif;
  cursor: default;
}

.orchview_manual_rich_text.column_50 {
  width: 50%;
  padding-right: 15px;
}

.orchview_manual_rich_text h4 {
  letter-spacing: 1px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
}

.orchview_manual_rich_text h5 {
  font-size: 17px;
  font-family: Merriweather, serif;
}

.orchview_manual_rich_text h6 {
  font-size: 17px;
  font-weight: 700;
  font-family: Merriweather, serif;
  margin-bottom: 5px;
}

.orchview_manual_rich_text p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.orchview_manual_rich_text ul,
.orchview_manual_rich_text ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

.orchview_manual_rich_text li {
  margin-bottom: 5px;
}

._2-column_wrapper {
  margin-bottom: 10px;
  display: flex;
}

.image-56 {
  max-width: 50%;
}

.image-56.marginoffset {
  margin-top: -50px;
}

.image-56.shadow {
  border-radius: 10px;
  box-shadow: 0 0 16px 4px #0003;
}

.shortcut {
  justify-content: center;
  margin-left: 0;
  padding-bottom: 8px;
  font-size: 15px;
  display: flex;
}

.shortcut-feature-text {
  width: 65%;
  padding-left: 30px;
  font-size: 15px;
}

.shortcut-keys {
  width: 35%;
  padding-left: 30px;
}

.manual_links {
  color: #261172;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #766c77;
  border-bottom: 1px solid #766c77;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: -1px;
  padding: 0 20px 2px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  transition: color .4s, background-color .4s;
  display: flex;
  text-decoration: none;
}

.manual_links:hover {
  background-color: #ebe9f0;
}

.manual_links.hidden {
  display: none;
}

.no-margin-top-3 {
  color: white;
  text-align: center;
  letter-spacing: 1px;
  cursor: default;
  margin-top: 0;
  font-family: 'Playfair Display', sans-serif;
}

.copyright-2 {
  color: #c7d4fb;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 5px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.brand-3.manual {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 77px;
  display: flex;
}

.image-53 {
  height: 64px;
}

/* Landing Page Specific */
.orchview_database_header.web {
  background-color: #fff;
  position: static;
}

.orchview_logo_wrapper.staticpos.web {
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-right: 5%;
}

.welcome_title.weblarge {
  min-width: auto;
}

.title_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-2.orchview_database.web {
  text-align: center;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 28px;
  line-height: 28px;
}

.paragraph-2.orchview_database.web {
  text-align: left;
  border-left: 4px solid #443ec3;
  width: 80%;
  margin: 0 10%;
  padding: 5px 0 5px 10px;
  font-size: 17px;
  line-height: 26px;
}

.headerpar2_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.headerpar2_wrapper.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.white-bg {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  width: 100%;
}

.paragraphs-intro {
  position: static;
}

.orchview_bannercontainer {
  box-shadow: none;
  background-image: url('../images/OrchView_BG_Banner.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 50vh;
  display: flex;
}

.dark-cover {
  opacity: 0;
  background-color: #191821;
  flex: 1;
}

.funding_logos_wrapper {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 138px;
  padding-right: 30px;
  display: flex;
}

.logo_container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  display: flex;
}

.image-46 {
  width: auto;
  height: 128px;
  margin-bottom: 10px;
}

.image-48 {
  margin-bottom: 6px;
  width: 200px;
}

.image-51 {
  margin-bottom: 2px;
  width: 350px;
}

.logo_container:last-child img {
  width: 175px;
}

.downloadcontainer {
  box-shadow: none;
  background-color: #191820;
  padding-top: 80px;
  padding-bottom: 60px;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #faaf52;
  border-radius: 0;
  height: 48px;
  padding: 11px 24px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.button-2.ghost-button {
  transition: color .4s, background-color .6s, box-shadow .6s;
  box-shadow: inset 0 0 0 1px #111;
}

.button-2.ghost-button.static {
  border-radius: 3px;
  width: 200px;
}

.button-2.ghost-button.static.mac {
  box-shadow: none;
  color: #f3f1f5;
  text-transform: none;
  cursor: default;
  background-color: #9b97a3;
  border: 1px #aca9b1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  padding: 2px 10px 0;
  font-family: 'Times New Roman', serif;
  display: inline-flex;
}

.button-2.ghost-button.static.mac:hover {
  color: white;
  background-color: #8d80a3;
}

.button-2.ghost-button.static.mac.orange {
  background-color: #c78a07;
  border: 1px solid #c78a06;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 25px;
  transition: background-color .4s, box-shadow .4s;
}

.button-2.ghost-button.static.mac.orange:hover {
  background-color: #e0a020;
  box-shadow: 0 0 12px 2px #c78a0666;
}

.latest_version_wrapper.static {
  text-align: center;
}

.text-block-7 {
  color: #d6cddb;
  text-align: center;
  text-transform: none;
  padding-top: 4px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 13px;
}

.dl-descriptor-text {
  color: #2a1475;
  cursor: default;
  font-size: 11px;
  line-height: 11px;
}

.dl-descriptor-text.version-text {
  color: #c2b7da;
  font-size: 15px;
  line-height: 30px;
}

.summary-section {
  background-color: #eaeaec;
  padding: 60px 20px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: start;
}

.richtextweb p {
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.richtextweb h2 {
  letter-spacing: .5px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.img-halfwidth {
  width: 100%;
  box-shadow: 0 5px 10px 5px #00000054;
}

.credits_wrapper {
  margin-bottom: 100px;
  padding: 50px 0 200px;
}

.heading-credits {
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .5px;
}

.contributers-wrapper {
  justify-content: center;
  padding: 20px 0;
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  display: flex;
}

.contributor-name {
  text-align: right;
  width: 25%;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.tasks {
  text-transform: none;
  border-left: 3px solid #a9a9ac;
  width: 75%;
  padding: 0 20px;
  line-height: 32px;
}

.credit-disclaimer {
  text-align: center;
  padding: 40px 20%;
  font-style: italic;
  font-family: 'Playfair Display', sans-serif;
}

/* Database Page Additional */
.image-60 {
  height: 28px;
}

.orchviewdblistwrapper.offset {
  justify-content: center;
  margin-top: 194px;
  display: flex;
}

.orchviewdblistwrapper.offset.hidden_search_wrapper {
  margin-top: 0;
}

.orchview-database-list,
.orchview-database-list-core {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.ovi_db_tabs_container {
  margin-top: 193px;
}

.link-block.download.files_page.fullwidth:hover .rollover_bar {
  opacity: 1;
}

/* Manual/Tech Sidebar Nav */
.nav-menu-wide-3 {
  color: #485662;
  text-align: right;
  flex-direction: column;
  width: 100%;
  min-height: 25%;
  max-height: 90%;
  margin-top: 32px;
  display: flex;
  overflow-y: auto;
}

/* YouTube Video Embed */
.youtube {
  padding-left: 5px;
  position: relative;
  width: 100%;
  padding-bottom: 0;
}

.video_description_wrapper {
  box-shadow: none;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
  margin-right: 20px;
  padding: 5px 10px;
  display: flex;
}

.video_description-text {
  color: #323133;
  text-transform: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
}

/* Shortcut Table Styles */
.function-description {
  flex: 1;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.text-block-5 {
  color: #4a11c9;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-5.small {
  text-transform: none;
  font-family: Merriweather, serif;
  font-weight: 400;
}

/* Logo Wrapper Variants */
.logo_wrapper.logo.white {
  background-color: #fff;
  width: 54px;
  padding-left: 4px;
  padding-right: 4px;
}

.logo_wrapper.logo.white.margin_r {
  height: 24px;
  margin-top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}

/* Technical Information Page Specifics */
.image-54 {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.fullscreen_lightbox_orchview_technical {
  display: block;
}

.tech_group_vertical-2 {
  border-left: 3px solid #acb6bf;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 15px;
}
