:root {
  --theme-primary-color: #7D6C71;
  --theme-secondary-color: #016E88;
  --theme-tertiary-color: #C7BFC1;
  --theme-quaternary-color: #EEF36A;

  --theme-accent-color: #20BF55;
  --theme-highlight-color: #eeeeee;
  --theme-white-color: #fefefe;
  --theme-black-color: #010101;

  --theme-lightgray-color: #d3d3d3;
  --theme-darkgray-color: #a9a9a9;
  --theme-gray-color: #808080;
  --theme-dimgray-color: #696969;

  --theme-text-color: #000;
  --theme-secondary-text-color: #474747;
  --theme-primary-font: 'lato-light';
  --theme-secondary-font: 'parlare';
  --theme-regular-font: 'lato';
  --theme-sidebar-divider-width: 2px;
  --theme-sidebar-divider-style: solid;
  --theme-sidebar-divider-color: #020202;

  --theme-header-top-background: #7D6C71;
  --theme-header-middle-background: #EEEEEE;
  --theme-header-bottom-background: #EEEEEE;
  --theme-header-top-font: #FFFFFF;
  --theme-header-middle-font: #333333;
  --theme-header-bottom-font: #333333;
}

p {
  font-family: var(--theme-primary-font);
}
.highlighted-heading {
  font-family: var(--theme-secondary-font) !important;
}
.highlighted-txt {
  font-family: var(--theme-secondary-font);
  font-weight: 400;
  font-size: 1em;
}
.highlighted-about {
  font-family: var(--theme-secondary-font);
  font-weight: 400;
  font-size: 1em;
}
html>body,
h1, .h1,
h2, .h2,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--theme-primary-font);
  color: var(--theme-black-color);
  font-weight: 400;
}
h4, .h4 {
  color: var(--theme-black-color);
  text-transform: uppercase;
}

body {
  color: var(--theme-text-color);
}

a {
  color: var(--theme-primary-color);
  transition: all 250ms ease-in-out;
}

a:hover,
a:focus {
  color: var(--theme-secondary-color);
}

.button, .slideshow-item-slogan a, .mid-footer-right a:not(:has(img)) {
  background-color: var(--theme-black-color) !important;
  border: 1px solid var(--theme-white-color) !important;
  outline: unset !important;
  padding: 1rem 2rem;
  border-radius: 8px;
  color: var(--theme-white-color) !important;
}
.button:focus, .button:hover, .slideshow-item-slogan a:hover, .mid-footer-right a:not(:has(img)):hover  {
  background-color: var(--theme-white-color) !important;
  border: 1px solid var(--theme-black-color) !important;
  color: var(--theme-black-color) !important;
  outline: unset;
}
.mid-footer-right img:hover, #block-bizsolution-emailandsocialicons img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.auto {
  overflow: auto;
}

.grid-container.wide {
  max-width: 87.5rem;
}

img.align-left, img.align-right, .align-left img, .align-right img {
  padding: 10px;
}

.align-center {
  text-align: center;
}

#page {
  overflow: hidden;
  background-color: var(--theme-white-color);
}

.full-width-flex-item {
  flex: 1 0 100% !important;
}

#upper-content {
  margin-bottom: 3rem;
}

#bottom-content {
  margin-top: 3rem;
}

#highlighted-bottom {
  background-color: var(--theme-tertiary-color);
  padding: 3rem 1rem;
}
#highlighted-bottom h2 {
  color: #fff;
  text-align: center;
  font-size: 4em;
}
#highlighted-bottom h3 {
  text-align: center;
}

#sidebar.sidebar-right {
  border-left: 2px solid #020202;
  border-left-width: var(--theme-sidebar-divider-width);
  border-left-style: var(--theme-sidebar-divider-style);
  border-left-color: var(--theme-sidebar-divider-color);
  padding-left: .9375rem;
  margin-left: -.9375rem;
}

#sidebar.sidebar-left {
  border-right: 2px solid #020202;
  border-right-width: var(--theme-sidebar-divider-width);
  border-right-style: var(--theme-sidebar-divider-style);
  border-right-color: var(--theme-sidebar-divider-color);
  padding-right: .9375rem;
  margin-right: -.9375rem;
}


div[data-drupal-messages] {
  min-width: 100%;
  background: var(--theme-primary-color);
  color: var(--theme-white-color);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  outline: 2px solid var( --theme-secondary-color);
  background-color: rgba(0,0,0,.5);
  background-image: linear-gradient(45deg, var(--theme-primary-color), var(--theme-secondary-color));
}

div[data-drupal-messages] a {
  color: var(--theme-lightgray-color);
  text-decoration: underline;
  font-weight: 500;
}

div[data-drupal-messages] a:hover,
div[data-drupal-messages] a:focus {
  color: var(--theme-tertiary-color);
}

.ui-widget-overlay {
  background-image: radial-gradient(var(--theme-secondary-color) 25%, #000000 65%);
  background-color: rgba(0,0,0,.65);
  opacity: .5;
}

.ui-widget.ui-widget-content {
  background-color: transparent;
  border: 3px solid #111111;
  outline: 2px solid #222222;
  outline-offset: 4px;
  border-radius: 8px;
  padding: 4rem 4rem 2rem;
  min-width: 640px;
}

.ui-widget.ui-widget-content:after {
  content: "";
  background-color: rgba(88, 88, 88, .5);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .75), rgba(1, 110, 136, .5));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  outline: none;
  border: none;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2em;
  font-family: var(--theme-regular-font);
  margin-top: -3rem;
  margin-bottom: 1rem;
}

.ui-dialog .ui-dialog-title {
  float: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  background-color: transparent;
  outline: none;
  border: none;
  color: #ffffff;
  position: absolute;
  top: 0.5rem;
  right: -3rem;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  background-repeat: no-repeat;
  transform: scale(1.75);
  filter: brightness(1.5);
}

.ui-dialog .ui-dialog-buttonpane {
  background-color: transparent;
  border: none;
  outline: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .button {
  display: inline-block;
  margin: 0.5rem auto;
  font-size: 1.2em;
  font-weight: 500;
  font-family: var(--theme-regular-font);
}

.ui-dialog .ui-dialog-buttonpane .button:hover,
.ui-dialog .ui-dialog-buttonpane .button:focus {
  border:2px solid var(--theme-secondary-color);
  color: #ffffff;
  outline-offset: 2px;
}

.ui-dialog .join-our-email-list-field-email-wrapper input {
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgb(88, 88, 88, 0.25), rgba(0, 0, 0, 0.85));
  padding: 1rem;
  text-align: center;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--theme-regular-font);
}

/**
 * Top Header
 */

#top-header {
  background: var(--theme-header-top-background-color);
}
#top-header * {
  color: var(--theme-header-top-font-color);
}
#block-bizsolution-top-header-contact-info a { display: block; background-color:#ffafe3; color: #000; width: 380px; border-radius: 10px; margin: 0 auto; }
#block-bizsolution-top-header-contact-info a strong { color: #000; }

.top-header-content-area {
  padding-block: 0.5rem;
}

.top-header-content-area .grid-x {
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .top-header-content-area .grid-x {
    padding-right: 5rem;
  }
}

.top-header-content-area div[id*="block"] p {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .top-header-content-area div[id*="block"] p {
    font-size: 0.8rem;
  }
}

/* User Account Menu inside Top Header */

#block-bizsolution-useraccountmenu {
  max-width: max-content;
}

#block-bizsolution-useraccountmenu ul {
  list-style: none;
  margin: 0 auto;
}

#block-bizsolution-useraccountmenu li {
  display: inline-block;
  margin-left: 0.5rem;
}

#block-bizsolution-useraccountmenu li:first-child {
  margin-left: auto;
}

#block-bizsolution-useraccountmenu li>a {
  display: inline-block;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
  border-radius: 8px;
  padding: 0.34rem;
  transition: outline-offset 100ms ease, background-color 300ms ease-in-out, color 500ms ease-out;
}

#block-bizsolution-useraccountmenu li>a:focus,
#block-bizsolution-useraccountmenu li>a:hover {
  background-color: var(--theme-secondary-color);
  color: #ffffff;
  outline-offset: 2px;
}




/**
 * Main Header
 */
header {
  border-bottom: 10px solid var(--theme-primary-color);
}
#middle-header, .left-header, .right-header {
  background-color: var(--theme-header-main-background-color);
}

#middle-header * {
  color: var(--theme-header-main-font-color);
  justify-content: center;
}

.header-content-area {
  padding-block: 1rem;
}

/* Header Site Branding Block */

.header-content-area .site-name {
  display: none;
}

.header-content-area .site-logo {
  max-width: 320px;
  transition: all 250ms ease;
}

.header-content-area .site-logo:hover,
.header-content-area .site-logo:focus {
  filter: saturate(2) drop-shadow(0 4px 2px #888888);
  /*box-shadow: 0 10px 8px -6px #888888;*/
}

#block-bizsolution-site-branding {
  max-width: max-content;
}

/**
 * Bottom Header
 */
#bottom-header {
  background-color: var(--theme-header-bottom-background-color);
}

#bottom-header * {
  color: var(--theme-header-bottom-font-color);
}

/* Slideshow tweaks */
@media all and (max-width:1024px) {
  .slideshow-item-image-wrapper {
    margin: 4% auto;
  }
  .slideshow-item-slogan-wrapper {
    top: 0% !important;
    left: 0% !important;
    transform: unset !important;
  }
}
@media all and (max-width:800px) {
  .slideshow-item-image-wrapper {
    margin: 10% auto;
  }
}
@media all and (max-width:640px) {
  .slideshow-item-image-wrapper {
    margin: 25% auto;
  }
}
@media all and (max-width:500px) {
  .slideshow-item-image-wrapper {
    margin: 32% auto;
  }
}
@media all and (max-width:450px) {
  .slideshow-item-image-wrapper {
    margin: 40% auto;
  }
}
@media all and (max-width:400px) {
  .slideshow-item-image-wrapper {
    margin: 55% auto;
  }
}
@media all and (max-width:360px) {
  .slideshow-item-image-wrapper {
    margin: 70% auto;
  }
}
/**
 * Footer
 */
#bottom-footer {
  color: #000;
}
#bottom-footer a {
  color: #000 !important;
}
#footer {
  background: url("../img/wood.jpg") no-repeat 50% 50%;
  color: var(--theme-white-color);
  background-size: cover;
  margin-top: 4rem;
  font-family: var(--theme-primary-font);
}
body.path-frontpage #footer {
  margin-top: 0;
}
#footer a {
  color: var(--theme-black-color);
}
#footer a:hover,
#footer a:focus {
  color: var(--theme-tertiary-color, #cccccc);
}
#footer .contextual-links a {
  color: var(--theme-black-color);
}

/**
 * Middle Footer
 */

#middle-footer {
  padding-block: 2rem;
}

#middle-footer .footer-content-area div[id*="block"] {
  font-size: 0.9rem;
}

#middle-footer .footer-content-area div[id*="block"] h2 {
  font-size: 1.1rem;
  font-weight: bold;
}
.mid-footer-left .grid-x, .mid-footer-right .grid-x{
  flex-flow: column nowrap;
  text-align: center;
}
.mid-footer-left a {
  font-size: 16pt;
}

@media screen and (max-width: 1024px) {
  #middle-footer .footer-content-area div[id*="block"]:first-of-type {
    margin-bottom: 1.5rem;
  }
}


/* Footer Site Branding Block */

#block-bizsolution-footer-site-branding a {
  display: inline-block;
}

#block-bizsolution-footer-site-branding img {
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  #block-bizsolution-footer-site-branding {
    text-align: center;
  }
  #block-bizsolution-footer-site-branding img {
    max-width: 300px;
  }
}


/**
 * Bottom Footer
 */

#footer-bottom,
.footer-bottom-content-area p {
  margin-bottom: 0;
  font-size: 1rem;
}
.footer-bottom-content-area a {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .footer-bottom-content-area .cell {
    text-align: center;
  }
}

/**
 * Main Content Area
 */

#block-bizsolution-content {
  flex: 1 0 100%;
  margin-bottom: 2rem;
}
body.path-frontpage .main-content {
  margin-top: 2.5rem;
}

/**
 * Front Page
 */

/* Page Title */

body.path-frontpage #upper-content {
  margin-bottom: 0;
}

body.path-frontpage #bottom-content {
  margin-top: 0;
}

body.path-frontpage .page-title {
  font-weight: 700;
  line-height: 1;
  font-size: 4rem;
  text-transform: uppercase;
  color: var(--theme-text-color);
}

body.path-frontpage #block-bizsolution-content {
  text-align: justify;
  color: var(--theme-text-color);
}

body.path-frontpage #block-bizsolution-content h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
  color: var(--theme-primary-color);
}

body.path-frontpage #block-bizsolution-content p {
  color: var(--theme-text-color);
}

body.path-frontpage #block-bizsolution-content {
  max-width: 800px;
  margin: 0 auto;
}


#block-bizsolution-primary-local-tasks {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#block-bizsolution-primary-local-tasks>ul {
  list-style: none;
  margin: 0 auto;
}

#block-bizsolution-primary-local-tasks>ul li,
#block-bizsolution-primary-local-tasks>ul li a {
  display: inline-block;
}

#block-bizsolution-primary-local-tasks>ul li {
  margin-inline: 0.25rem;
}

#block-bizsolution-primary-local-tasks>ul li a {
  padding: 0.2rem 0.6rem;
  background: var(--theme-secondary-color);
  color: #fefefe;
  border: 2px solid var(--theme-primary-color);
  outline: 2px solid var(--theme-primary-color);
  outline-offset: -2px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  transition: outline-offset 100ms ease, background-color 300ms ease-in-out, color 500ms ease-out;
}

#block-bizsolution-primary-local-tasks>ul li a:hover,
#block-bizsolution-primary-local-tasks>ul li a:focus {
  background: var(--theme-primary-color);
  outline-offset: 2px;
}


#block-bizsolution-primary-local-tasks>ul li a.is-active {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-secondary-color);
  outline-color: var(--theme-secondary-color);
}


#block-bizsolution-front-break-cta-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  padding-block: 4rem;
}

#block-bizsolution-front-break-cta-block h3,
#block-bizsolution-front-break-cta-block h4 {
  color: var(--theme-secondary-color);
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.025em;
  text-align: right;
}

#block-bizsolution-front-break-cta-block h3 {
  font-size: 2.5em;
  margin-right: 4rem;
}

#block-bizsolution-front-break-cta-block h4 {
  font-size: 2.75em;
  font-weight: 400;
}

#block-bizsolution-front-break-cta-block .button {
  font-size: 1.2em;
  font-weight: 500;
  padding: 1rem 2rem;
  margin: 1rem auto;
}

@media screen and (max-width: 800px) {
  #block-bizsolution-front-break-cta-block h3 {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #block-bizsolution-front-break-cta-block h3,
  #block-bizsolution-front-break-cta-block h4 {
    margin: 0;
    text-align: center;
  }

}


/**
 * Front Page - Projects
 */

body.path-frontpage .highlighted-lower-middle {
  background: url("../img/notebook.jpg") no-repeat 50% 50%;
    background-size: auto;
  background-size: contain;
  aspect-ratio: 1780/712;
  padding-block: 4rem;
  margin-top: 2rem;
}

body.path-frontpage .highlighted-lower-middle-content-area {
  text-align: center;
}

#block-bizsolution-projects-grid-block {
  margin-bottom: 2rem;
}

#block-bizsolution-projects-grid-block {
  color: #ffffff;
}

#block-bizsolution-projects-grid-block h2,
#block-bizsolution-projects-grid-block header p {
  line-height: 1;
  margin-bottom: 0;
}

#block-bizsolution-projects-grid-block h2 {
  font-size: 4em;
  margin-bottom: 0.25rem;
}

#block-bizsolution-projects-grid-block header p {
  color: var(--theme-tertiary-color);
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 2rem;
}

#block-bizsolution-projects-grid-block .project-item {
  padding: 1rem;
  position: relative;
}

.projects-page-project-item {
  padding-block: 1rem;
  position: relative;
}

.project-grid-item-content {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  border: 6px solid var(--theme-primary-color);
  outline: 3px solid var(--theme-primary-color);
  outline-offset: -6px;
  transition: outline-offset 120ms ease, outline-color 240ms ease, border 300ms ease;
}

.project-grid-item-content:hover,
.project-grid-item-content:focus {
  border: 6px solid #aaaaaa;
  outline-offset: 6px;
  outline-color: #aaaaaa;
  box-shadow: 0 0 12px -3px var(--theme-secondary-color);
  box-shadow: 0 0 12px -3px #a30030;
}

.project-grid-item-content img {
  position: relative;
  display: block;
  z-index: 1;
}

.project-grid-item-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(0,0,0,.5);
  background-image: radial-gradient(transparent, rgba(0,0,0,0.8));
  backdrop-filter: blur(0px);
  transition: opacity 300ms ease, backdrop-filter 300ms ease;
}

.project-grid-item-content:hover::after,
.project-grid-item-content:focus::after {
  opacity: 1;
  backdrop-filter: blur(6px);
}

.project-grid-item-text-details {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 95%;
  opacity: 0;
  transform: translate(-50%,-50%);
  transition: opacity 300ms ease;
}

.project-grid-item-content:hover .project-grid-item-text-details,
.project-grid-item-content:focus .project-grid-item-text-details {
  opacity: 1;
  transition-delay: 100ms;
}

.project-grid-item-text-details h3 {
  color: var(--theme-highlight-color);
  font-weight: 600;
  letter-spacing: -0.02rem;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}

.project-grid-item-text-details h3 a {
  color: var(--theme-highlight-color);
}

.project-grid-item-text-details p {
  color: #fff;
  font-size: 0.8em;
}

#block-bizsolution-services-icons-block {
  background-color: var(--theme-tertiary-color);
  box-shadow: 0 0 0 100vmax var(--theme-tertiary-color);
  clip-path: inset(0 -100vmax);
  text-align: center;
  padding-block: 4rem;
}

#block-bizsolution-services-icons-block h2 {
  font-size: 4em;
  line-height: 1;
  margin-bottom: 0.25rem;
}

#block-bizsolution-services-icons-block header p {
  color: var(--theme-primary-color);
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.services-icons-block {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.services-icons-block>header{
  flex: 1 0 100%;
}

.services-icons-block-item {
  display: inline-block;
  margin: 0 1rem;
  padding: 1rem;
  transition: all 300ms ease;
}

.services-icons-block-item img,
.services-icons-block-item a {
  transition: all 300ms ease;
}

.services-icons-block-item img {
  max-width: 100px;
  margin-bottom: 1.5rem;
}

.services-icons-block-item a {
  font-size: 1.2em;
  font-weight: 500;
  color: var(--theme-text-color);
}

.services-icons-block-item:hover img,
.services-icons-block-item:focus img {
  filter: invert(0.3);
}

.services-icons-block-item:hover a,
.services-icons-block-item:focus a {
  color: var(--theme-primary-color);
}

#block-bizsolution-front-about-us-block {
  margin-block: 4rem;
}

#block-bizsolution-front-about-us-block .grid-x>.cell:first-child {
  flex-grow: 2;
}

.front-about-us-block-text-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  min-height: 100%;
  padding-inline: 2rem;
}

#block-bizsolution-front-about-us-block h2 {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

#block-bizsolution-front-about-us-block h3 {
  color: var(--theme-secondary-color);
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2rem;
}

#block-bizsolution-front-about-us-block .button {
  font-size: 1.2em;
  font-weight: 500;
  padding: 1rem 2rem;
  margin: 1rem auto;
}

#block-bizsolution-front-testimonials-block {
  position: relative;
  padding-block: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url("/themes/bizsolution/assets/img/bottomhback.jpg");*/
  background-image: url("https://localhost/business-solutions/themes/bizsolution/assets/img/bottomhback.jpg");
}

#block-bizsolution-front-testimonials-block h2 {
  text-align: center;
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 2rem;
}

#block-bizsolution-front-testimonials-block footer {
  margin-top: 2rem;
  text-align: center;
}

#block-bizsolution-front-testimonials-block footer a {
  font-size: 1.2em;
  font-weight: 500;
  padding: 1rem 2rem;
  margin: 1rem auto;
}

.front-testimonials-block {
  max-width: 64em;
  margin: auto;
}

.testimonial-personal-info-wrapper {
  font-style: italic;
  font-weight: 500;
}

.testimonial-company-info::before {
  content: ", ";
}

.front-testimonials-block .views-field-body p {
  font-size: 1.2em;
  color: var(--theme-text-color);
}

#block-bizsolution-explore-our-projects-block {
  border: 2px solid #000;
  border-radius: 1rem;
  padding: 2rem;
  background-image: radial-gradient(transparent 65%, #dddddd);
  box-shadow: 0 0 16px #777777;
}

#block-bizsolution-explore-our-projects-block h2 {
  color: var(--theme-text-color);
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.explore-our-projects-project-item {
  margin-bottom: 0.75rem;
}

.explore-our-projects-project-item a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
  color: var(--theme-secondary-color);
}

.explore-our-projects-project-item a:hover,
.explore-our-projects-project-item a:focus {
  color: var(--theme-primary-color);
}


.explore-our-projects-project-item a::after {
  content: "»";
  display: inline;
  opacity: 0;
  font-size: 0%;
  margin-left: 0rem;
  line-height: 1;
  transition: all 250ms ease-out, color 100ms ease;
}

.explore-our-projects-project-item a:hover::after,
.explore-our-projects-project-item a:focus::after {
  opacity: 1;
  font-size: 125%;
  scale: 1.5;
  margin-left: 0.5rem;
}

#block-bizsolution-meet-our-team-block {
  padding: 2rem;
  border: 1px solid var(--theme-tertiary-color);
  border-radius: 2rem;
  box-shadow: 0 8px 16px -4px var(--theme-tertiary-color);
}

.meet-our-team-block-container .team-member-wrapper {
  padding: 0.5rem;
  overflow: hidden;
}

.meet-our-team-block-container .team-member {
  position: relative;
  overflow: hidden;
}

.meet-our-team-block-container .team-member img {
  display: block;
  width: 100%;
  width: calc(100% + 60px);
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /*-webkit-transform: scale(1.15);*/
  /*transform: scale(1.15);*/
  /*-webkit-transform: scale(1.15) translate3d(0,-30px,0);*/
  /*transform: scale(1.15) translate3d(0,-30px,0);*/
  -webkit-transform: scale(1.15) translate3d(0,0,0);
  transform: scale(1.15) translate3d(0,0,0);
}

.meet-our-team-block-container .team-member:hover img {
  /*scale: 1.2;*/
  opacity: 0.75;
  /*-webkit-transform: scale(1); *!*/
  /*transform: scale(1);*/
  -webkit-transform: scale(1) translate3d(0,0,0);
  transform: scale(1) translate3d(0,0,0);
  -webkit-transform: scale(1) translate3d(0,-30px,0);
  transform: scale(1) translate3d(0,-30px,0);
}

.meet-our-team-block-container .team-member-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: linear-gradient(158deg, var(--theme-secondary-color), var(--theme-primary-color));
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.meet-our-team-block-container .team-member:hover .team-member-overlay,
.meet-our-team-block-container .team-member:focus .team-member-overlay {
  height: 70px;
}

.meet-our-team-block-container .team-member:hover .team-member-overlay,
.meet-our-team-block-container .team-member:focus .team-member-overlay {
  height: 20%;
  max-height: 64px;
}

.meet-our-team-block-container .team-member-name {
  color: white;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 300ms 0ms ease-in-out;
}

.meet-our-team-block-container .team-member:hover .team-member-name,
.meet-our-team-block-container .team-member:focus .team-member-name {
  opacity: 1;
  transition-delay: 250ms;
}

.meet-our-team-block-container footer {
  text-align: center;
  min-width: 100%;
  padding-top: 1rem;
}

.our-team-page-block-container .team-member {
  margin-bottom: 4rem;
}

.our-team-page-block-container .team-member .field-wrapper {
  overflow-y: hidden;
}

.our-team-page-block-container .team-member .team-member-name,
.our-team-page-block-container .team-member .team-member-company-title,
.our-team-page-block-container .team-member .team-member-description {
  opacity: 0;
}

.page-field-main-image {
  overflow: hidden;
}
.page-field-main-image img {
  scale: 1.2;
  animation: 1s ease-out 2s 1 zoomTo forwards;
}

.our-team-page-block-container .cell:nth-of-type(3n+1) .team-member .team-member-name.animate  {
  animation: 0.5s ease-out 0s 1 revealUp forwards;
}
.our-team-page-block-container .cell:nth-of-type(3n+2) .team-member .team-member-name.animate  {
  animation: 0.4s ease-out 0.5s 1 revealUp forwards;
}
.our-team-page-block-container .cell:nth-of-type(3n+3) .team-member .team-member-name.animate  {
  animation: 0.3s ease-out 0.9s 1 revealUp forwards;
}
.our-team-page-block-container .cell:nth-of-type(3n+1) .team-member .team-member-company-title.animate  {
  animation: 0.5s ease-out 0.1s 1 revealUp forwards;
}
.our-team-page-block-container .cell:nth-of-type(3n+2) .team-member .team-member-company-title.animate  {
  animation: 0.4s ease-out 0.6s 1 revealUp forwards;
}
.our-team-page-block-container .cell:nth-of-type(3n+3) .team-member .team-member-company-title.animate  {
  animation: 0.3s ease-out 1s 1 revealUp forwards;
}
.our-team-page-block-container .cell:nth-of-type(3n+1) .team-member .team-member-description.animate  {
  animation: 0.5s ease-out 0.2s 1 revealUp forwards;
}
.our-team-page-block-container .cell:nth-of-type(3n+2) .team-member .team-member-description.animate  {
  animation: 0.4s ease-out 0.7s 1 revealUp forwards;
}
.our-team-page-block-container .cell:nth-of-type(3n+3) .team-member .team-member-description.animate  {
  animation: 0.3s ease-out 1.1s 1 revealUp forwards;
}


.our-team-page-block-container .team-member-name {
  font-weight: 500;
  font-size: 1.1em;
  margin-top: 0.5rem;
}

.our-team-page-block-container .team-member-company-title {
  font-weight: 700;
  font-size: 1.15em;
  margin-top: 0;
  line-height: 1.2;
  max-width: max-content;
  color: var(--theme-secondary-color);
  background-image: linear-gradient(90deg, var(--theme-text-color), var(--theme-secondary-color));
  background-image: linear-gradient(90deg, #a76010, var(--theme-secondary-color));
  background-image: linear-gradient(90deg, var(--theme-primary-color), var(--theme-secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-team-page-block-container .team-member-description {
  margin-top: 0.5rem;
  color: var(--theme-text-color);
}

/*.our-team-page-block-container .team-member-name {*/
/*  display: block;*/
/*  position: relative;*/
/*  transform: translateY(100%) rotate(4deg);*/
/*  transform-origin: top left;*/
/*  transition: transform 1s cubic-bezier(.77,0,.175,1);*/
/*}*/

/*.our-team-page-block-container .team-member-name:hover {*/
/*  transform: translateY(0) rotate(0);*/
/*  white-space: nowrap;*/
/*}*/

.quote-mark {
  max-width: 2.8rem;
  width: 100%;
}

#block-bizsolution-testimonials-what-people-are-saying-block .quote-mark {
  float: left;
  margin-right: 0.75rem;
  margin-bottom: 0.25rem;
}

#block-bizsolution-testimonials-what-people-are-saying-block .testimonial-company-name {
  display: block;
}

.page-field-main-image img {
  min-width: 100%;
}


.services-grid-block .service-item {
  display: inline-block;
  margin: 0.75rem auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}

.services-grid-block .service-item img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.services-grid-block .service-item:hover img,
.services-grid-block .service-item:focus img {
  opacity: 0.4;
}

.services-grid-block .service-item-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*padding: 3em;*/
  padding: 2.5rem;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-grid-block .service-name {
  position: relative;
  word-spacing: -0.15rem;
  font-weight: 600;
  margin: 0;
  font-size: 1.5rem;
  color: var(--theme-white-color);
  z-index: 9;
  text-shadow: 0 0 9px var(--theme-black-color);
}

.services-grid-block .service-name a {
  font-weight: 600;
  margin: 0;
  color: var(--theme-white-color);
}

.services-grid-block .service-item:hover .service-name a,
.services-grid-block .service-item:focus .service-name a {
  font-size: 1.25rem;
}


.services-grid-block .service-description {
  letter-spacing: 1px;
  font-size: 65%;
}

.services-grid-block .service-icon-description-box {
  position: absolute;
  /*right: 60px;*/
  /*bottom: 60px;*/
  /*left: 60px;*/
  /*bottom: 2.5rem;*/
  bottom: 2.65rem;
  left: 2.5rem;
  right: 2.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

.services-grid-block .service-item:hover .service-icon-description-box,
.services-grid-block .service-item:focus .service-icon-description-box {
  opacity: 1;
  -webkit-transform: translate3d(0,40%,0);
  transform: translate3d(0,40%,0);
  z-index: 9;
}

.services-grid-block .service-item-text-wrapper::after {
  pointer-events: none;
  position: absolute;
  /*right: 30px;*/
  /*bottom: 30px;*/
  /*left: 30px;*/
  bottom: 3.5rem;
  left: 1rem;
  right: 1rem;
  height: -webkit-calc(50% - 2.5rem);
  height: calc(50% - 2.5rem);
  background-color: rgba(0,0,0,0.5);
  border: 3px solid #fff;
  border-radius: 9px;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.services-grid-block .service-item:hover .service-item-text-wrapper::after,
.services-grid-block .service-item:focus .service-item-text-wrapper::after {
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0, 50%,0);
}

.services-grid-block .service-icon,
.services-grid-block .service-icon {
  bottom: 7rem;
  right: 0;
  z-index: 9;
  bottom: 7rem;
  position: absolute;
  max-width: 3rem;
  filter: invert(1);
}

.services-grid-block .service-item:hover .service-icon img,
.services-grid-block .service-item:focus .service-icon img {
  opacity: 1;
}

#faq-accordion {
  border-radius: 1rem;
  background-color: transparent;
}

#faq-accordion .accordion-title,
#faq-accordion .accordion-content {
  background-color: transparent;
}

#faq-accordion .accordion-title {
  font-size: 1.1rem;
  /*color: var(--theme-secondary-color);*/
  color: var(--theme-white-color);
  border-color: #888888;
  background-color: transparent;
  background-image: linear-gradient(45deg, var(--theme-primary-color), var(--theme-tertiary-color));
}

#faq-accordion .accordion-content {
  color: var(--theme-white-color);
  border-color: var(--theme-secondary-color);
  background-image: linear-gradient(135deg, var(--theme-secondary-color), var(--theme-primary-color));
}

#faq-accordion .accordion-item.is-active .accordion-title {
  background-image: linear-gradient(455deg, var(--theme-secondary-color), var(--theme-primary-color));
}

#faq-accordion .accordion-title:focus,
#faq-accordion .accordion-title:hover {
  color: var(--theme-white-color);
}

#faq-accordion .accordion-item.is-active .accordion-content {
  border-top-color: var(--theme-white-color);
}

#faq-accordion .accordion-item:first-child>:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
#faq-accordion .accordion-item:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

#faq-accordion :last-child:not(.is-active)>.accordion-title {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-color: var(--theme-secondary-color);
  border-top-color: #888888;
}

#faq-accordion :last-child>.accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}


div#flexslider-slideshow {
  margin: 0;
  position: relative;
  border: 0;
  background: transparent;
  box-shadow: unset;
  border-radius: 0;
}

.flex-direction-nav a {
  height: 60px;
  margin-top: -30px;
}

.flex-direction-nav a:before {
  color: rgba(255,255,255,0.8);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.flex-control-nav {
  bottom: 2rem;
  z-index: 6;
}

.flex-control-paging li a {
  background: transparent;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
}

.flex-control-paging li a.flex-active {
  background-color: #fff;
}

.slideshow-item-slogan-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
  text-align: left;
  /*border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);*/
}


.slideshow-item-slogan {
  overflow: hidden;
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: start;
  font-size: 14pt;
  /*text-shadow: 0 0 3px #000000;*/
  margin-bottom: 0;
  line-height: 1;
  z-index: 2;
  color: var(--theme-black-color);
  margin-left: 10%;
  max-width: 45%;
}

.slideshow-item-slogan .slideshow-item-slogan-sub-text {
  font-size: 3rem;
  text-shadow: 0 0 2px #000000;
  margin-top: 1rem;
  color: var(--theme-black-color);
}

.slideshow-item-slogan h2 {
  font-family: var(--theme-secondary-font);
  margin-top: 15px;
  font-weight: normal;
}

.slideshow-item-slogan p {
  font-family: var(--theme-primary-font);
}

@media screen and (max-width: 1024px) {
  .slideshow-item-slogan {
    font-size: 11pt;
    min-height: 18vw;
  }
  .slideshow-item-slogan-wrapper {
    top: 58%;
  }
  .slideshow-item-slogan .slideshow-item-slogan-sub-text {
    font-size: 5vw;
    margin-top: 0;
  }
  .slideshow-item-slogan p:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .flex-control-paging li a {
    width: 15px;
    height: 15px;
  }
  .flex-control-nav {
    bottom: 1vw;
  }
}


.flexslider .flex-direction-nav a {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.flexslider:hover .flex-direction-nav a,
.flexslider:focus .flex-direction-nav a {
  opacity: 1;
  pointer-events: auto;
}

/* Highlighted Top */
#highlighted-top {
  background: url("../img/bluebg.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-quote {
  text-align: center;
}
.home-quote  h5 {
  margin-bottom: .7rem;
}
.home-quote p {
  font-size: 16pt;
  color: #000;
  font-family: var(--theme-primary-font);
}
.home-quote p:nth-child(1) {
  margin-right: 10%;
}
.home-quote p:nth-child(2) {
  margin-left: 10%;
}
.home-quote .highlighted-heading {
  font-family: var(--theme-secondary-font);
  font-size: 18pt;
  color: #000;
  font-weight: normal;
}
/* EOF Highlighted Top */

/* Front Page CTA Block */
.cta-block {
  background-color: #67a3ad;
  color: var(--theme-black-color);
}
.cta-block .highlighted-heading {
  font-family: var(--theme-secondary-font) !important;
  color: var(--theme-black-color) !important;
}
.cta-block h3 {
  color: var(--theme-black-color) !important;
}
@media all and (min-width:800px) {
  .cta-block h5 {
    margin-left: 7rem;
  }
}
@media all and (max-width:800px) {
  .cta-block h5 {
    margin-top: 1rem;
  }
}
/* EOF CTA Block */

#block-bizsolution-views-block-product-listing-block-1 form#views-exposed-form-product-listing-block-1 {
  padding: 0 0.75rem;
  margin: 1rem 0;
  width: 100%;
  display: inline-flex;
}
#block-bizsolution-views-block-product-listing-block-1 form#views-exposed-form-product-listing-block-1 .form-item {
  margin-right: 0.5rem;
}
#block-bizsolution-views-block-product-listing-block-1 form#views-exposed-form-product-listing-block-1 label {
  display: inline-block;
}
#block-bizsolution-views-block-product-listing-block-1 form#views-exposed-form-product-listing-block-1 input#edit-title,
#block-bizsolution-views-block-product-listing-block-1 form#views-exposed-form-product-listing-block-1 select {
  border: 1px solid;
  display: inline-block;
}
#block-bizsolution-views-block-product-listing-block-1 .views-row {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}
#block-bizsolution-views-block-product-listing-block-1 .views-field-field-image {
  margin-bottom: 1.5rem;
}
#block-bizsolution-views-block-product-listing-block-1 .views-field-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
#block-bizsolution-views-block-product-listing-block-1 .views-field-price__number {
  float: right;
  font-size: 1rem;
  margin: 0 0 0.5rem 0.5rem;
}
#block-bizsolution-views-block-product-listing-block-1 .views-field-field-product-specs {
  font-weight: bold;
}
#block-bizsolution-views-block-product-listing-block-1 .views-field-field-product-specs .field-content {
  display: inline-block;
}
#block-bizsolution-views-block-product-listing-block-1 .views-field-body .views-label {
  float: left;
  margin-right: 0.25rem;
}


#block-bizsolution-newsmenu {
  background-color: var(--theme-primary-color);
  color: #fff;
  padding: 2rem 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
#block-bizsolution-newsmenu h2 {
  font-size: 1.75rem;
  text-transform: uppercase;
}
#block-bizsolution-newsmenu ul {
  text-align: center;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
}
#block-bizsolution-newsmenu ul li {
  display: inline-block;
}
#block-bizsolution-newsmenu a {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  transition: color 1s;
}
#block-bizsolution-newsmenu a:hover,
#block-bizsolution-newsmenu a:focus {
  color: var(--theme-accent-color);
  transition: color 1s;
}
#block-bizsolution-newsmenu a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
#block-bizsolution-newsmenu a:hover:before,
#block-bizsolution-newsmenu a:focus:before {
  transform: scale3d(1,1,1);
  transform-origin: 0 50%;
}
#block-bizsolution-newsmenu a.is-active {
  font-weight: bold; 
}
.news-view .views-row {
  text-align: center;
  padding: 0 2rem;
  margin-top: 3rem;
}
.news-view .views-field-field-date {
  margin: 2rem 0;
}
.news-view .views-field-title {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  margin: 2rem 0; 
}
.news-view .views-field-field-image {
  box-shadow: 5px 5px 20px #000;
  transition: box-shadow 1s;
  overflow: hidden;
}
.news-view .views-row:hover .views-field-field-image {
  box-shadow: 10px 10px 40px #000;
  transition: box-shadow 1s;
}
.news-view  .views-field-field-image img {
  scale: 1;
  transition: scale 0.5s;
}
.news-view .views-row:hover .views-field-field-image img {
  scale: 1.2;
  transition: scale 1s;
}
.page-node-type-article .field-date {
  text-align: center;
  margin-top: 3rem;
}
.page-node-type-article .field-category {
  text-align: center;
  margin-bottom: 3rem;
}
.page-node-type-article .field-category {
  position: relative;
  width: fit-content;
  margin: auto;
}
.page-node-type-article .field-category a:hover {
  font-weight: bold;
  color: #000;
}
.page-node-type-article .field-category a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.page-node-type-article .field-category a:hover:before,
.page-node-type-article .field-category a:focus:before {
  transform: scale3d(1,1,1);
  transform-origin: 0 50%;
}
.page-node-type-article .node-inner-content ul.links {
  display: none;
}
.page-node-type-article .article-field-image {
  margin: 5rem 0;
  box-shadow: 5px 5px 20px #000;
}
.page-node-type-article .article-field-image img {
  width: -webkit-fill-available;
}

.testimonials-view {
  margin: 1rem 0;
  min-height: 300px;
}
.testimonials-view header {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.testimonials-view footer {
  text-align: center;
  width: -webkit-fill-available;
}
.testimonials-view .views-row {
  padding: 0 1rem;
  margin: 3rem 0;
}
.testimonials-view .field.name {
  padding: 1.75rem 1rem 0;
}
.testimonials-view .field-first-name {
  float: left;
  margin-right: 0.3rem;
}
.testimonials-view .field-first-name,
.testimonials-view .field-last-name {
  font-size: 1.1rem;
  font-weight: bold;
}
.testimonials-view .field.company {
  padding: 0 1rem;
}
.testimonials-view .field-company-name {
  font-size: 0.9rem;
  color: var(--theme-primary-color);
}
.testimonials-view .bubble-wrapper {
  position: relative;
}
.testimonials-view .bubble {
  display: inline-block;
  color: #888;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: #888 0px 5px 15px;
  padding: 1.2rem 1rem;
  margin: 0 0.5rem;
  position: relative;
  top: -1rem;
}
.testimonials-view .bubble::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/themes/bizsolution/assets/img/quote_pre.png);
  position: absolute;
  top: -19px;
  left: 0;
}
.testimonials-view .bubble .quote-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/themes/bizsolution/assets/img/quotes-blue.png);
  background-size: contain;
  position: absolute;
  right: 20px;
  top: -30px;
}
article.node--type-testimonial.node--view-mode-teaser .field.quote {
  max-height: 80px;
  transition: max-height 0.5s;
  overflow: hidden;
}
article.node--type-testimonial.node--view-mode-teaser:hover .field.quote { 
  position: relative;
  max-height: 500px; 
  transition: max-height 1s;
  z-index: 1000;
}
@media screen and (max-width: 640px) {
  .testimonials-view .views-row {
    margin: 1rem 0;
  }
}

#block-bizsolution-webform {
  max-width: 46rem;
  margin: auto;
}
#block-bizsolution-webform input,
#block-bizsolution-webform select,
#block-bizsolution-webform fieldset.webform-type-fieldset,
#block-bizsolution-webform .js-webform-type-checkboxes {
  border-radius: 8px;
  border: 1px solid var(--theme-secondary-color);
}
#block-bizsolution-webform fieldset.webform-type-fieldset,
#block-bizsolution-webform fieldset.webform-type-radios .fieldset-wrapper,
#block-bizsolution-webform .js-webform-type-checkboxes {
  padding: 0.25rem 1rem;
  margin-bottom: 2rem;
}
#block-bizsolution-webform input.form-radio,
#block-bizsolution-webform .js-form-type-checkbox,
#block-bizsolution-webform .js-webform-type-checkboxes {
  accent-color: var(--theme-secondary-color);
  margin-bottom: 0;
}
#block-bizsolution-webform label,
#block-bizsolution-webform span.fieldset-legend {
  font-size: 1rem;
  color: var(--theme-secondary-color);
  font-weight: bold;
}
#block-bizsolution-webform legend {
  margin-bottom: 0;
}
#block-bizsolution-webform input:focus,
#block-bizsolution-webform select:focus {
  background-color: var(--theme-secondary-color);
  color: #ffffff;
  border-color: #fff;
  transition: all 0.5s;
}
#block-bizsolution-webform .js-webform-select-other-input {
  padding-left: 2rem;
}


#block-bizsolution-flyoutsidebartogglebutton {
  position: fixed;
  right: 0;
  top: 50vh;
  z-index: 10;
  background-color: var(--theme-black-color);
  font-weight: bold;
  writing-mode: vertical-rl;
  line-height: 1;
  border: 2px solid;
  border-right: none;
  border-radius: 16px 0 0 16px;
  outline: 2px solid #ffffff !important;
  transition: all 100ms;
}
#block-bizsolution-flyoutsidebartogglebutton p {
  font-size: 0.9rem;
}
#block-bizsolution-flyoutsidebartogglebutton:hover {
  background-color: var(--theme-white-color);
  outline: 2px solid #000 !important;
  transition: all 300ms;
}
#block-bizsolution-flyoutsidebartogglebutton a {
  color: var(--theme-white-color) !important;
  display: inline-block;
  padding: 0.5rem;
}
#block-bizsolution-flyoutsidebartogglebutton a:hover {
  color: var(--theme-black-color) !important;
  padding: 0.5rem 1rem; 
}

#offCanvasSidebar {
  background-color: var(--theme-primary-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
#offCanvasSidebar a#close-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}
#offCanvasSidebar a#close-button span {
  color: var(--theme-white-color);
  font-size: 1.5rem;
  font-weight: bold;
}
#block-bizsolution-flyoutsidebarplaceholderblock p {
  color: #fff;
}

#block-bizsolution-sitebranding {
  padding-bottom: 3rem;
}

/* Publications page - Publications teaser */
.publication-left, .publication-right {
  padding: 10px;
}
.publication-left {
  text-align: center;
}
.publication-right {
  text-align: justify;
}
.publication-left h3 {
  margin: 0;
}

/* FAQ Page: Accordion - Panel */
.faq-inner {
  margin: 10px auto;
}
 .accordion {
  background-color: var(--theme-black-color) !important;
  border: 1px solid var(--theme-white-color) !important;
  outline: unset !important;
  padding: 1rem 2rem;
  border-radius: 8px;
  color: var(--theme-white-color) !important;
  cursor: pointer;
  text-align: center;
  transition: 0.4s;
}
.accordion:hover  {
  background-color: var(--theme-white-color) !important;
  border: 1px solid var(--theme-black-color) !important;
  color: var(--theme-black-color) !important;
  outline: unset;
}

.panel {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} 

/* Events Page */
.event-inner {
  margin: 10px auto;
}
.event-title {
  text-align: left;
}
.event-img {
  padding-right: 10px;
  text-align: center;
}
.event-date-location .date, .event-date-location .location {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .event-date-location .date, .event-date-location .location {
    text-align: left;
  }
}
