@charset "UTF-8";
/*
Theme Name: Ascentage Pharma
Theme URI:
Author: xxx
Author xxx
Description: xxx
*/

:root {
  --siteWidth: 1163px;
  --clr_blue: #006CB8;
  --clr_blue_light: #ddeff6;
  --clr_gray_light: #bababa;
  --clr_gray_dark: #626262;
  --clr_gray_med: #7f7e7e;
  --clr_gray_lighter: #d6d6d6;
  --tSpeed: 0.1s;
  --boothWidth: 380px;
}

@media only screen and (max-width: 760px){
  :root {;
    --boothWidth: 256px;
  }
}

/*FONTS*/
/*https://transfonter.org/*/
/*https://onlinefontconverter.com/*/

/*ULTRA LIGHT*/
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 100;
  src: url(assets/fonts/AvenirNext-UltraLight.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 100;
  src: url(assets/fonts/AvenirNext-UltraLightItalic.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/*REGULAR*/
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 200;
  src: url(assets/fonts/AvenirNext-Regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 200;
  src: url(assets/fonts/AvenirNext-Italic.woff2) format('woff2');
}

/*MEDIUM*/
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 300;
  src: url(assets/fonts/AvenirNext-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 300;
  src: url(assets/fonts/AvenirNext-MediumItalic.woff2) format('woff2');
}

/*BOLD*/
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/AvenirNext-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 400;
  src: url(assets/fonts/AvenirNext-BoldItalic.woff2) format('woff2');
}

/*DEMI BOLD*/
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  src: url(assets/fonts/AvenirNext-DemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 500;
  src: url(assets/fonts/AvenirNext-DemiBoldItalic.woff2) format('woff2');
}

/*HEAVY*/
@font-face {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 600;
  src: url(assets/fonts/AvenirNext-Heavy.woff2) format('woff2');
}
@font-face {
  font-family: 'Avenir';
  font-style: italic;
  font-weight: 600;
  src: url(assets/fonts/AvenirNext-HeavyItalic.woff2) format('woff2');
}


html,body {

  margin: 0;
  padding: 0;
  background-color: var(--clr_blue);
  font-family: 'Avenir', Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 1025px) and (max-height: 768px) {
  html,body {
    zoom: 0.75;
    -ms-zoom: 0.75;
    -webkit-zoom: 0.75;
  }
}


h1 {
  position: relative;
  line-height: 20px;
  margin-block-start: initial;
  margin-block-end: initial;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 500;
  color: var(--clr_blue);
}

h2 {
  line-height: 36px;
  margin-block-start: initial;
  margin-block-end: initial;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 500;
  color: var(--clr_blue);
  font-size: 36px;
}

.homeH1 {
  font-size: 36px;
  margin-bottom: 60px;
}
.subH1 {
  font-size: 30px;
  line-height: 36px;
}

@media only screen and (max-width: 720px){

  .homeH1 {
    font-size: 28px;
  }

  h2,
  .subH1 {
    font-size: 28px;
    line-height: 32px;
  }

}

.cShell {
  position: relative;
  max-width: var(--siteWidth);
  margin: 0 auto;
  padding: 0 45px;
}

/*/+++++++++++++++++++++++*/
/*HEADER*/

.subHeader {
  position: relative;
  width: auto;
  height: auto;
  background-color: white;
}

.subHeader .cShell {
  display: grid;
  min-height:  162px;
  justify-content: start;
  align-items: center;
}

.home {
  position: relative;
  width: auto;
  height: auto;
  min-height:  530px;
  color: white;
  overflow: hidden;
  font-weight: 500;
}
.homeXX:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: var(--clr_gray_light);
}
.home .cShell {
  padding-top: 76px;
}

/*VIDEO*/
#homeVideo {
  position: absolute;
  display: grid;
  width: 100%;
  height: 100%;
  filter: blur(2px) brightness(80%);
  align-content: center;
}

#homeVideo video {
  position: relative;
  display: inline-grid;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 960px){
  #homeVideo {
    justify-content: center;
  }
  #homeVideo video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 480px){
  #homeVideo {
    align-content: start;
  }
  #homeVideo video {
    height: 150%;
  }
}

/*LOGOS*/
.headerLogo {
  width: 260px;
  height: 100px;
  background: url(assets/logo_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.headerLogo a {
  position: absolute;
  display: block;
  width: inherit;
  height: inherit;
  background: transparent;
}

#entryPop .headerLogo,
.subHeader .headerLogo {
  width: 260px;
  height: 100px;
  background: url(assets/logo_color.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*COPY*/
.headerCopy {
  position: relative;
  margin-top: 48px;
  max-width: 640px;
}
.headerCopy > div:first-child {
  font-size: 36px;
  line-height: 47px;
}
.headerCopy > div:last-child {
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 1280px){
  .home .cShell,
  .subHeader .cShell {
    display: grid;
    text-align: center;
    justify-content: center;
  }

  .home .cShell > div {
    display: inline-grid;
    justify-self: center;
  }

  .headerCopy {
    padding-bottom: 80px;
  }

}
@media only screen and (max-width: 640px){
  .headerCopy > div:first-child {
    font-size: 28px;
    line-height: 34px;
  }
  .headerCopy > div:last-child {
    font-size: 20px;
    line-height: 30px;
  }

  .home .cShell {
    margin-top: 42px;
    text-align: center;
  }

  .main .cShell {
    padding-top: 40px;
  }

  .headerCopy {
    position: relative;
    margin-top: 76px;
  }

  .headerLogo {
    width: 237px;
    height: 106px;
  }
}

@media only screen and (max-width: 360px){
  .cShell {
    padding: 0 20px;
  }
}

/*/+++++++++++++++++++++++*/

.corners {
  position: absolute;
  display: block;
  right: -40px;
  left: -40px;
  bottom: 0;
  width: auto;
  height: 100%;
  max-height: 312px;
  overflow: hidden;
}

.corners:after{
  content: '';
  position: absolute;
  left: -30px;
  right:-30px;
  top: -190px;
  width: auto;
  height: 312px;
  border-radius: 50%;
  box-shadow: 0 0 0 3840px white;
  padding: 90px;
  border: 2px solid var(--clr_gray_light);
}

/*
.corners > div {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 650px;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.cLeft {
  left: 0;
}

.cRight {
  right: 0;
  justify-self: end;
}

.cLeft:before,
.cRight:before {
  content: '';
  position: absolute;
  width: 300%;
  height: 600%;
  border-radius: 40%;
}
.cLeft:before {
  bottom: 0;
  left: -150px;
  box-shadow: -200px 156px 0 0 white;
  border: 2px solid var(--clr_gray_light);
}
.cRight:before {
  bottom: 0;
  right: -150px;
  box-shadow: 200px 156px 0 0 white;
  border: 2px solid var(--clr_gray_light);
}
*/




@media only screen and (max-width: 1024px){
  .cLeft:before {
    left: -110px;
  }
  .cRight:before {
    right: -110px;
  }
}

@media only screen and (max-width: 640px){

  .home {
    min-height:  476px;
  }
  /*
  .corners {
    max-height: 120px;
  }

  .corners > div {
    max-width: 425px;
 }
  */

  .cLeft:before,
  .cRight:before {
    width: 200%;
    height: 200%;
    border-radius: 50%;
  }

  .cLeft:before {
    left: -8px;
    box-shadow: -100px 100px 0 0 white;

  }
  .cRight:before {
    right: -8px;
    box-shadow: 100px 100px 0 0 white;
  }
}

@media only screen and (max-width: 320px){

  .cLeft:before {

    box-shadow: -50px 100px 0 0 white;

  }
  .cRight:before {

    box-shadow: 50px 100px 0 0 white;
  }
}
/*/+++++++++++++++++++++++*/
/*MAIN*/
.main {
  position: relative;
  width: auto;
  min-height: 654px;
  background-color: white;
  text-align: center;
}

.main .cShell {
  padding-top: 85px;
}

.sub {
  position: relative;
  width: auto;
  background-color: white;
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.subCopy {
  font-size: 20px;
  line-height: 30px;
  color: var(--clr_gray_dark);
  text-align: center;
  margin: 30px 0 24px 0;
}

.sub .cShell {
  padding-top: 20px;
}


.homeNavBlocks {
  position: relative;
  display: grid;
  grid-template-columns: 371px 371px 371px;
  margin: 0 auto;
  justify-content: center;
  grid-column-gap: 24px;
}

.homeNavBlocks a {
  position: absolute;
  width: auto;
  height: auto;
  background: transparent;
  left: 0;
  right: 0;
  top: -32px;
  bottom: 0;
  cursor: pointer;
}

.homeNavBlocks > div {
  position: relative;
  display: inline-grid;
  width: 100%;
  height: auto;
  font-weight: 300;
  justify-self: center;
}

.homeNavBlocks > div > div {
  position: relative;
  display: inline-grid;
  align-self: end;
  background-color: white;
  width: auto;
  padding: 0 40px 40px 40px;
  height: 341px;
  box-shadow: 10px 10px 27px rgba(106,105,105,0.14);
  justify-items: center;
  grid-template-rows: 150px 100px auto;
}

@media only screen and (max-width: 1280px){
  .homeNavBlocks > div > div {
    grid-template-rows: 130px 130px auto;
  }
}

@media only screen and (max-width: 960px){
  .homeNavBlocks > div > div {
    grid-template-rows: auto;
  }
}

/*VIRTUAL BOOTH*/
#virtualBooth {
  position: relative;
  display: grid;
  width: auto;
  min-height: 544px;
  max-width: 1052px;
  margin: 0 auto;
  overflow: hidden;
}

#virtualBooth:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 160px;
  height: calc(100% - 100px);
  left: 0;
  background-image: linear-gradient(to right, white, rgba(255,255,255,0));
  pointer-events: none;
}
#virtualBooth:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 160px;
  height: calc(100% - 100px);
  right: 0;
  background-image: linear-gradient(to right, rgba(255,255,255,0), white);
  pointer-events: none;
}

.vbShell {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: var(--boothWidth);
  height: 420px;
  justify-content: center;
  align-self: start;
  left: 44px;
  /*background: magenta;*/
}
.vbShell > div:last-child {
  /*border: 3px solid black;*/
  /*background-color: blue;*/
}


.blockGroup {
  position: absolute;
  display: inline-flex;
  margin: 50px 0 0 0;
  pointer-events: none;
  user-select: none;
}
.blockGroup > div:last-child {
  /*background-color: red;*/
}


.moveGrp {
  /*transition: left 1s, margin-left var(--tSpeed);*/
  transition: margin-left var(--tSpeed);
}

.grpRight {
  background: rgba(0, 0, 139, 0.15);
  /*margin-left: -88px;*/
}

.boothBlock {
  position: relative;
  z-index: 0;
  width: var(--boothWidth);
  height: 340px;
  cursor: pointer;
  color: var(--clr_gray_med);
  font-size: 20px;
  font-weight: 500;
  transition: height var(--tSpeed), top var(--tSpeed), margin var(--tSpeed);
  margin: 0;
  top: 40px;
  left: 35px;
  pointer-events: none;
}

.boothBlock:before {
  content: '';
  position: absolute;
  width: calc(var(--boothWidth) - 20px);
  max-height: 340px;
  height: auto;
  bottom: 0;
  left: -25px;
  top: -25px;
  box-shadow: 0 0 6px 6px rgba(0,0,0,0.1);
  background-color: white;
  transition: max-height var(--tSpeed);
  pointer-events: all !important;
}

.boothBlock  > div {
  pointer-events: none;
}
.boothBlock  > div > img {
  position: relative;
  width: 100%;
  height: auto;
}

.boothBlock  > div:first-child {
  position: relative;
  width: 310px;
  height: 200px;
  background-color: var(--clr_blue);
  overflow: hidden;
}

.boothBlock  > div:last-child {
  position: relative;
  margin-top: 48px;
  width: 100%;
  max-width: calc(var(--boothWidth) - 70px);
}

.blockOn {
  z-index: 1;
  height: 380px;
  color: var(--clr_blue) !important;
  top: 0;
  margin: 0 -44px;
}
.blockOn:before {
  box-shadow: 7px 7px 13px 13px rgba(0,0,0,0.15);
  max-height: 380px;
}

.blockIcon {
  position: relative;
  justify-self: center;
  width: 131px;
  height: 131px;
  background-color: var(--clr_blue_light);
  border-radius: 65px;
  margin-top: -32px;
}

.block_papers .blockIcon:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  display: block;
  background: url(assets/icon_publications.svg);
}

.block_booth .blockIcon:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  display: block;
  background: url(assets/icon_visual_booth.svg);
}

.block_medical .blockIcon:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  display: block;
  background: url(assets/icon_medical_info.svg);
}

.blockHeader {
  color: var(--clr_blue);
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

/*POPOVER*/

#entryPop,
#popOver {
  position: fixed;
  z-index: 2;
  align-items: center;
  justify-items: center;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#entryPop > div,
#popOver > div {
  position: relative;
  display: inline-grid;
  background-color: black;
  max-width: 1280px;
  width: auto;
  height: auto;
}
#popOver > div {
  background-color: white;
}


#entryPop > div > div:nth-child(3) {
  margin: 20px;
}

#entryPop {
  overflow-y: scroll;
}

#entryPop > div {
  background-color: white;
  max-width: 960px;
  text-align: center;
  color: var(--clr_gray_med);
  line-height: 36px;
  padding: 60px 80px;
  box-shadow: 10px 10px 27px rgb(106 105 105 / 14%);
}

#healthPro {
  margin: 0 0 20px 0;
  cursor: pointer;
}
#healthPro,
#entryPop a {
  text-decoration: underline;
  color: var(--clr_blue);
  /*font-size: 20px;*/
}

.lnkLarge {
  font-size: 20px;
}

#healthPro:hover,
#entryPop a:hover {
  color: black;
}

#entryPop .headerLogo {
  justify-self: center;
  padding-bottom: 40px;
}

#entryPop h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 720px){

  #entryPop > div {
    padding: 40px 30px 60px 30px;
    line-height: 24px;
  }

  .blockHeader {
    font-size: 24px;
    line-height: 32px;
  }

}

@media only screen and (max-height: 400px){

  #entryPop > div {
    padding: 40px 30px;
    line-height: 24px;
  }
  #entryPop .headerLogo {
    padding-bottom: 20px;
  }
}
#popOver video {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
}

.pVideo video {
  display: inline-grid !important;
}

.popOff {
  display: none !important;
}
.popOn {
  display: grid !important;
}

.popControls {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.25s;
}

.vidOn {
  opacity: 0;
}

.popImage {
  position: relative;
  display: inline-grid;
}

.popImage img {
  position: relative;
  padding: 20px;
  width: calc(100% - 40px);
  height: auto;
}

.tallImage img {
  position: relative;
  width: auto;
  height: 100%;
}

.pVideo .popImage {
  display: none;
}

.imageDescription {
  position: relative;
  background: white;
  padding: 20px;
  color: var(--clr_gray_med);
  font-weight: 500;
  z-index: 1;
  overflow-y: scroll;
  border-top: 2px solid var(--clr_blue);
}
.imageDescription a {
  text-decoration: underline;
  color: var(--clr_blue);
}
.imageDescription > div:first-child {
  color: var(--clr_blue);
}
.imageDescription p {
  margin: 8px 0;
}
.imageDescription strong {
  font-weight: 500;
  color: var(--clr_blue);
}

.videoLinks {
  position: relative;
}
.videoLinks:before  {
  content: '';
  position: absolute;
  left: -25px;
  right: -26px;
  top: -273px;
  bottom: -33px;
}
@media only screen and (max-width: 760px) {
  .videoLinks:before  {
    left: -20px;
    right: -30px;
    top: -160px;
    bottom: -8px;
  }
}

.videoLinks > div {
  position: relative;
  display: none;
  margin: 0 0 0 0;
  column-gap: 20px;
  justify-items: center;
  justify-content: center;
}
.vLink {
  text-decoration: underline;
  padding: 10px;
  pointer-events: all !important;
}

.blockOn .videoLinks > div {
  display: flex;
}

#button_video {
  position: relative;
  display: none;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  justify-self: center;
  align-self: center;
  background-color: var(--clr_gray_med);
  cursor: pointer;
}

#button_video:after {
  content: '';
  position: absolute;
  left: 40px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 40px solid var(--clr_gray_lighter);
  border-bottom: 20px solid transparent;
  align-self: center;
  justify-self: center;
}

#button_video:hover {
  background-color: var(--clr_blue);
}
#button_video:hover:after {
  border-left-color: white;
}

.pVideo #button_video {
  display: inline-grid !important;
}

#button_close {
  position: absolute;
  right: 30px;
  top:  25px;
  width: 23px;
  height: 23px;
  /*background-color: transparent;*/
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  background-color: white;
}

.pImage #button_close {
  right: 20px !important;
  top: 20px !important;
}

#button_close:hover {
  background-color: var(--clr_blue);
}

#button_close:before {
  content: '';
  position: absolute;
  left: 9px;
  top:  20px;
  width: 25px;
  height: 2px;
  background-color: var(--clr_gray_med);
  transform: rotate(45deg);
}

#button_close:after {
  content: '';
  position: absolute;
  left: 9px;
  top:  20px;
  width: 25px;
  height: 2px;
  background-color: var(--clr_gray_med);
  transform: rotate(-45deg);
}

#button_close:hover:before,
#button_close:hover:after {
  background-color: white;
}

/*SCROLL BAR*/
.boothScroll {
  position: relative;
  width: auto;
  height: 11px;
  margin: 40px 80px 0 80px;
  align-self: end;
  cursor: pointer;
  user-select: none;
  padding: 40px 0;
  /*background-color: red;*/
}
.boothScroll:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  background-color: var(--clr_gray_light);
  top: 40px;
  bottom: 40px;
  display: block;
}

.boothScroll > div {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: inherit;
  background-color: var(--clr_blue);
  transition: left 0.1s;
}

@media only screen and (max-width: 1280px) {

  .homeNavBlocks {
    grid-template-columns: 310px 310px 310px;
    grid-column-gap: 16px;
  }

  .homeNavBlocks > div {
    margin-bottom: 60px;
  }
}

@media only screen and (max-height: 1100px) and (orientation: landscape) {
  #popOver > div {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    grid-template-rows: 70% 30%;
    bottom: 0;
    top: 0;
  }

  .popImage {
    position: relative;
    display: block;
    height: 100%;
    margin: 0 auto;
    align-items: center;
  }

  .popImage img {
    position: relative;
    width: auto;
    height: calc(100% - 40px);
    justify-self: center;
  }

  .imageDescription {
    position: absolute;
    padding: 20px;
    overflow-y: scroll;
    border-top: 2px solid var(--clr_blue);
    height: calc(30% - 40px);
    bottom: 0;
  }
}

@media only screen and (max-height: 480px) and (orientation: landscape) {
  .popImage img {
    padding: 10px;
    height: calc(100% - 20px);
  }
  .imageDescription {
    padding: 10px;
    height: calc(30% - 20px);
  }
}


@media only screen and (orientation: portrait)  {

  #popOver > div {
    position: absolute;
    background: white;
    height: 100%;
    top: 0;
    grid-template-rows: 60% 40%;
  }

  imageDescription {
    position: absolute;
    overflow-y: scroll;
    border-top: 2px solid var(--clr_blue);
    height: 50%;
    bottom: 0;
  }

  .popImage {
    align-items: center;
  }

}



@media only screen and (max-width: 1024px) {

  .boothScroll {
    margin: 0;
    padding: 80px 0;
  }
  .boothScroll:before {
    top: 80px;
    bottom: 80px;
  }


}
@media only screen and (max-width: 970px) {
  .homeNavBlocks {
    grid-template-columns: auto;
    grid-column-gap: 0;
    justify-content: initial;
  }
}
@media only screen and (max-width: 760px) {


  #virtualBooth {
    min-height: 320px;
    max-width: 682px;
  }

  #virtualBooth:before {
    display: none;
  }
  #virtualBooth:after {
    display: none;
  }

  .vbShell {
    height: 300px;
  }

  .boothBlock {
    height: 210px;
    left: 30px;
  }

  .boothBlock:before {
    max-height: 210px;
    left: -20px;
    top: -20px;
    box-shadow: 0 0 6px 6px rgba(0,0,0,0.1);
  }

  .blockOn {
    height: 240px;
    margin: 0 -44px;
    top: 10px;
  }

  .blockOn:before {
    box-shadow: 7px 7px 13px 13px rgba(0,0,0,0.15);
    max-height: 240px;
  }

  .boothBlock > div:first-child {
    width: calc(var(--boothWidth) - 60px);
    height: 128px;
  }
  .boothBlock > div:last-child {
    display: none;
    margin-top: 40px;
  }

  .videoLinks {
    margin-top: 10px !important;
  }

  .boothBlock.blockOn  > div:last-child {
    display: block;
  }
  .sub {
    padding-bottom: 60px;
  }

  #button_close {
    right: 20px;
    top:  20px;
  }

  #button_video {
    width: 64px;
    height: 64px;
  }

  #button_video:after {
    left: 25px;
    border-top: 10px solid transparent;
    border-left: 20px solid var(--clr_gray_lighter);
    border-bottom: 10px solid transparent;
  }

}
@media only screen and (max-width: 640px) {


  .homeNavBlocks > div {
    max-height: 262px;
    min-height: initial;
    margin-bottom: 85px;
    width: 100%;
  }

  .homeNavBlocks > div > div {
    max-height: 189px;
    box-shadow: 10px 10px 10px 10px rgb(106 105 105 / 14%);
  }

  .blockCopy {
    display: none;
  }

  .main .cShell {
    padding-top: 40px;
  }
}


/*/+++++++++++++++++++++++*/
/*FOOTER*/
footer {
  position: relative;
  min-height: 206px;
  color:  white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .cShell {
  display: grid;
  grid-template-columns: auto auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .cShell > div {
  display: inline-grid;
}
footer .cShell > div:last-child {
  justify-self: end;
}

/*LOGOS*/
.footerLogo {
  width: 227px;
  height: 100px;
  background: url(assets/logo_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 30px;
}

.contactLinks {
  position: relative;
  display: flex;
}

.contactLinks > div:nth-child(2) {
  margin: 0 20px;
}

.contactLinks > div:nth-child(3):before {
  content: '|';
  position: relative;
  width: 1px;
  height: 20px;
  height: 20px;
  display: inline-block;
  padding-right: 20px;
  left: 0;
}
.contactLinks > div:nth-child(1):after {
  content: '|';
  position: relative;
  width: 1px;
  height: 20px;
  display: inline-block;
  padding-left: 20px;
  left: 0;
}

.copyRight {
  line-height: 34px;
  justify-self: end;
}

@media only screen and (max-width: 1170px){

  footer {
    text-align: center;
  }

  footer .cShell {
    grid-template-columns: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    justify-items: center;
  }

  .contactLinks {
    display: block;
  }

  footer .cShell > div:first-child,
  .contactLinks {
    margin-bottom: 45px;
  }

  footer .cShell > div:last-child {
    justify-self: center;
  }

  .contactLinks > div:nth-child(2) {
    margin: 10px 0;
  }

  .contactLinks > div:nth-child(2):before,
  .contactLinks > div:nth-child(2):after {
    display: none;
  }


  .footerLogo {
    margin-bottom: 60px;
  }

  .copyRight {
    justify-self: center;
  }

  .contactLinks > div:nth-child(3):before {
    display: none;
  }
  .contactLinks > div:nth-child(1):after {
    display: none;
  }

}