@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wdth,wght@62.5..100,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url("/_catalogs/masterpage/CBSRev/public/css/cbsSiteIcons.css");

:root {
  --grey1: #f9f9f9;
  --grey2: #f3f3f3;
  --grey3: #e9e9e9;
  --grey4: #dddddd;
  --grey5: #cfcfd7;
  --grey6: #b3b2be;
  --grey7: #8d8d98;
  --grey8: #484848;
  --grey9: #0c0c0c;

  --blue0: #DFE8F4;
  --blue1: #f2f6fc;
  --blue2: #f0f6ff;
  --blue3: #e1ecfd;
  --blue4: #b6d8ff;
  --blue5: #0065e4;
  --blue6: #1844dc;
  --blue7: rgb(15, 54, 190);
  --blue8: #0b1d44;
  --blue9: #DAE8F9;
  /*04112024*/

  --lightblue1: #eafaff;
  --lightblue2: #a9efff;

  --cbsblack: #000000;
  --cbswhite: #ffffff;
  --cbsdeepblue: #132650;

  --cbsbluegreen: #6ee1d9;
  --cbsgreen: #4cb428;
  --cbsred: #fa593f;
  --cbsyellow: #f9dc62;

  --cbsherobackground: linear-gradient(99.36deg, #d8e7fd 0%, #eef5ff 100%);
  --cbsgradient1: linear-gradient(319.73deg,
      rgba(15, 76, 145, 0.65) 32.54%,
      rgba(117, 189, 229, 0.2) 85.25%);
  --cbsgradient2: linear-gradient(180deg,
      rgba(24, 68, 220, 0.001) 39.68%,
      rgba(9, 113, 184, 0.1) 74.24%);

  --cbsBorderRadius: 16px;
  --cbsHoverEffect: 0 0 3px 4px var(--blue4);

 


  /* ******************** SCROLLBAR */

  /* width */
  ::-webkit-scrollbar {
    width: 0.5rem;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.5rem var(--grey6);
    border-radius: 1rem;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--grey7);
    border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--blue8);
    /* NOT WORKING */
  }

  /* ******************** END SCROLLBAR */

  /* sample usage:
    background-color: var(--blue7);  */

  --cbsSiteIconDefault: 1.5rem;
  /*24px*/
  --cbsSiteIconHalf: 1rem;
  /*16px*/
  --cbsSiteIconDbl: 2.5rem;
  /*48px*/
  --cbsSiteIcon16: 16px;
  --cbsSiteIcon18: 18px;
  --cbsSiteIcon20: 20px;
  --cbsSiteIcon28: 28px;
  --cbsSiteIcon32: 32px;
  --cbsSiteIcon36: 36px;
  --cbsSiteIcon60: 60px;
  
}

.cbsWebPartTitle {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  font-family: Rubik;
  color: var(--grey9);
} 

/*04112024*/
/*body{
  direction: rtl;
}*/

.contentSection{
  width: 100%;
  padding: 2rem 0;
}

.contenBox{
  width: 1170px;
}

.contenBoxCenterlaizeCol{
  display: flex;
  align-items: center;
  flex-flow: column;
}

.contenBoxCenterlaize{
  width: 100%;
  display: flex;
  justify-content: center;
}
.cbsPleaseWait {
  display: flex;
  justify-content: center;
}
.siteIconOnWhiteCircle {
  border-radius: 50%;
  background-color: white;
  padding: 0.5rem;
}

.cbsSiteIcon {
  /* height: var(--cbsSiteIconHalf);
  width: var(--cbsSiteIconHalf); */
}

.cbsSocialMediaIcon {
  transform: scale(100%);
}

.cbsSiteIconYesNo {
  transform: scale(150%);
}

.cbsSiteIcon path {
  fill: var(--blue5);
}

.cbsSiteArrow path {
  /* stroke: var(--blue7); */

  /* stroke: var(--grey9); */
}

.siteIconHalf,
.cbsSiteArrowHalf {
  /* height: 1rem; */

  height: var(--cbsSiteIconHalf);
  width: var(--cbsSiteIconHalf);
}

.siteIconDbl,
.cbsSiteArrowDbl {
  /* height: 3rem; */
  height: var(--cbsSiteIconDbl);
  width: var(--cbsSiteIconDbl);
}
.siteIcon16,
.cbsSiteArrow16 {

  height: var(--cbsSiteIcon16);
  width: var(--cbsSiteIcon16);

}
.siteIcon18,
.cbsSiteArrow18 {

  height: var(--cbsSiteIcon18);
  width: var(--cbsSiteIcon18);

}
.siteIcon20,
.cbsSiteArrow20 {

  height: var(--cbsSiteIcon20);
  width: var(--cbsSiteIcon20);

}
.siteIcon28,
.cbsSiteArrow28 {

  height: var(--cbsSiteIcon28);
  width: var(--cbsSiteIcon28);

}
.siteIcon32,
.cbsSiteArrow32 {
  /* height: 36px; */
  height: var(--cbsSiteIcon32);
  width: var(--cbsSiteIcon32);
}
.siteIcon36,
.cbsSiteArrow36 {
  /* height: 36px; */
  height: var(--cbsSiteIcon36);
  width: var(--cbsSiteIcon36);
}
.siteIcon60,
.cbsSiteArrow60 {
  /* height: 60px; */
  height: var(--cbsSiteIcon60);
  width: var(--cbsSiteIcon60);
}

/* .dayCube {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  border-radius: 1rem;
  padding: 1rem;
  background-color: var(--blue4);
}
.daycubeDate {
  font-size: 1.5rem;
}
.daycubeMonth {
  font-size: 0.75rem;
} */

.dayCube {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  padding: 10px;
  background-color: #DDEDFF;
  align-items: center;
  row-gap: 10px;
  /* min-width: 3.5rem; */
  /* width: 70px;
  height: 72px; */










}

.daycubeDate {

  color: var(--grey9);
  font-family: Rubik;

  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.daycubeMonth {

  color: var(--grey9);
  font-family: "Noto Sans Hebrew";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}


/* .siteIconBlue path {
fill: var(--blue7);
} */

.ms-webpartzone-cell {
  margin: unset;
}

/* .ms-webpart-chrome-title {
  display: none;
} */

/* TYPOGRAPHY */
h1 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 65px;
  line-height: 65px;
}

h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 40px;
  /* line-height: 40px; */
}

h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
}

h5 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23.4px;
}

.subtitle1 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.body1 {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

body {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 21px; */
}

.body2 {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.body3 {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.sliders {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 28.5px;
}

.button {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.link1 {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
}

.link2 {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.link3 {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.additional {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
}

.mobile-additional {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 25px;
}


/* NON MOBILE SCREENS: */
@media only screen and (min-width: 768px) {
  h1 {

    font-weight: 600;
    font-size: 65px;
    line-height: 65px;
  }

  h2 {

    font-weight: 600;
    font-size: 40px;
    /* line-height: 40px; */
  }

  h3 {

    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
  }

  h4 {

    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
  }

  h5 {

    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }

  h6 {

    font-weight: 500;
    font-size: 18px;
    line-height: 23.4px;
  }

  .subtitle1 {

    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }

  .body1 {

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .body2 {

    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  .body3 {

    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }

  .sliders {

    font-weight: 500;
    font-size: 19px;
    line-height: 28.5px;
  }

  .button {

    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
  }

  .link1 {

    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
  }

  .link2 {

    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  .link3 {

    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }

  .additional {

    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
  }

  .mobile-additional {

    font-weight: 300;
    font-size: 25px;
    line-height: 25px;
  }
}

/*====================*/
/*  SharePoint Fixses */
/*====================*/
#s4-bodyContainer {
  padding-bottom: 0;
}

/*====================*/
/*    Master Page     */
/*====================*/
#header {
  position: sticky;
  display: grid;
  /*grid-template-rows: 30px;*/
  background: #ffffff;
  border-bottom: solid 1px #ccc;
  width: 100%;
  z-index: 6;
  top: 0;
}

.cbsLanguageBar {
  display: flex;
  align-items: center;
  justify-content: end;
  background: #0B1D44;
  height: 30px;
  width: 100%;
  padding: 5px 0;
}

.cbsLanguageBar ul {
  color: aliceblue;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Links inside the navbar */
.navbar a {
  text-decoration: none;
}

/* Add a background color on hover 
.dropdown-content > .row > .column a:hover {
  background-color: #ddd;
}*/

/* Clear floats after the columns */
.dropdown-content>.row:after {
  content: "";
  display: table;
  clear: both;
}

.navbar .icon {
  display: none;
}

/* Basic Button Bar - moved to "buttonLinkArray" */

/* .cbsButtonBar {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  gap: 1rem;
  justify-content: center;
}

.cbsButtonBarButton {
  background-color: var(--blue3);
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  color: var(--cbsblack);
  display: flex;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
}

.cbsButtonBarButton:hover {
  box-shadow: 0 0 3px 4px var(--blue4);
  text-decoration: none;
  font-weight: bold;
  transition: 300ms;
}

.cbsButtonBarButton:visited {
  color: var(--cbsblack);
} */

@media screen and (max-width: 600px) {
  .cbsButtonBar {
    flex-direction: column;
  }

  .cbsButtonBarButton {
    padding: 1rem;
  }
}

/* END Basic Button Bar */

/* Overrides to Old Site */
.dfwp-list {
  flex-wrap: nowrap;
  flex-direction: column;
  font-size: 1rem;
}

.dfwp-list a::before {
  content: '• '
}

/* END Overrides to Old Site */

@media screen and (max-width: 600px) {
  .navbar .dropdown:not(:first-child) {
    display: none;
  }

  .navbar .icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {
    position: relative
  }

  .navbar .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .navbar.responsive div {
    float: none !important;
    display: block !important;
    text-align: right !important;
  }
}



.bgExample {
  height: 25rem;
  background-color: #0b1d44;
  background-image: url('/SiteCollectionImages/cbslogo_bg.png');
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}


/* The Modal (background) */
.modal {
  z-index: 100;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  z-index: 14;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */
.closeModal {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #0b1d44;
  color: white;
  display: flex;
  align-items: center;
}

.modal-header h2 {
  color: white;
}

.modal-header {
  padding: 0.5rem 1rem;
}

.modal-body {
  padding: 1rem;
}

/*.modal-footer {
  padding: 2px 16px;
  background-color: #0b1d44;
  color: white;
}*/

/*====================*/
/*    PageLayouts     */
/*====================*/
.pageContentLayout_container_content_widgets {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  flex-grow: 0;
  padding: 1rem;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .dayCube {

width: 66px;
height: 66px;

  }
  .daycubeDate {

    font-size: 25px;


  }
  


  /* .cbsNewsPressReleasesContent {
    display: flex;
    flex-flow: column nowrap;
    align-items: normal;
    justify-content: center;
    gap: 1rem;
  }

  .cbsNewsPressReleasesDiv {
  } */

  .pageContentLayout_container_content {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    margin: 0;
  }

  /* .newsPressReleasesSourceDivItems {
    display: flex;
    flex-flow: column nowrap;
    justify-content: stretch;
  }

  .newsPressReleasesSourceDivItem {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  } */

  /* .cbsUsefulToolButtons {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .cbsUsefulToolItemLabel {
    font-size: medium;
    font-weight: bold;
    
    color: var(--grey9);
  } */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .dayCube {


    width: 70px;
    height: 72px;
      }
  .daycubeDate {

    font-size: 30px;

  }
  
  .daycubeMonth {
    /* font-size: 0.9rem;
    line-height: 1rem; */
    color: var(--grey9);
    font-family: "Noto Sans Hebrew";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
  }

  /* .cbsNewsPressReleasesContent {
    display: flex;
    flex-flow: column nowrap;
    align-items: normal;
    justify-content: center;
    gap: 1rem;
  }

  .cbsNewsPressReleasesDiv {
    padding: 1rem;
  } */

  .pageContentLayout_container_content {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    margin: 0;
  }



  /* .cbsUsefulToolButtons {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .cbsUsefulToolItemLabel {
    font-size: medium;
    font-weight: bold;
    
    color: var(--grey9);
  } */
  .pageContentLayout_container_content_widgets {
    width: 370px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* .cbsNewsPressReleasesContent {
    display: flex;
    flex-flow: row nowrap;
    align-items: normal;
    justify-content: center;
    gap: 1rem;
  }

  .cbsNewsPressReleasesDiv {
    background-color: var(--cbswhite);

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
  } */

  .pageContentLayout_container_content {
    display: grid;
    grid-template-columns: 5fr 2fr;
    padding: 1rem;
    margin: 1rem 4rem;
    gap: 10px;
  }

  /* .newsPressReleasesSourceDivItems {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
    padding: 1rem 0rem
  }

  .newsPressReleasesSourceDivItem {
    background-color: var(--cbswhite);
    border-radius: 1rem;
    padding: 1rem;
    display: grid;
    column-gap: 1rem;
    align-items: center;
    grid-template-columns: min-content auto min-content;
    color: unset;
  } */

  /* .cbsUsefulToolButtons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    
    justify-content: space-evenly;
    padding: 1rem 0rem;
  }

  .cbsUsefulToolItemLabel {
    font-size: 1.1rem;
    font-weight: bold;
    
    color: var(--grey9);
  } */
  .pageContentLayout_container_content_widgets {
    width: 370px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .cbsNewsPressReleasesContent {
    display: flex;
    flex-flow: row nowrap;
    align-items: normal;
    justify-content: center;
    gap: 1rem;
  }

  .cbsNewsPressReleasesDiv {
    background-color: var(--cbswhite);    
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .pageContentLayout_container_content {
    display: grid;
    grid-template-columns: 5fr 2fr;
    padding: 1rem;
    margin: 1rem 4rem;
    gap: 10px;
  }

  .newsPressReleasesSourceDivItems {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
    padding: 1rem 0rem
  }


  /*04112024*/
  /* .cbsUsefulToolButtonsContainer {
    display: flex;
    justify-content: center;
    max-width: 90vw;
    padding: 1rem;
    margin: 0 auto;
    overflow: hidden;
    margin: 10px;
    flex-direction: row;
  } */

  /* .cbsUsefulToolButtons {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    
    justify-content: space-evenly;
    padding: 1rem 0rem;
  }

  .cbsUsefulToolItemLabel {
    font-size: 1.1rem;
    font-weight: bold;
    
    color: var(--grey9);
  } */
  .pageContentLayout_container_content_widgets {
    width: 370px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .cbsNewsPressReleasesContent {
    display: flex;
    flex-flow: row nowrap;
    align-items: normal;
    justify-content: center;
    gap: 1rem;
  }

  .cbsNewsPressReleasesDiv {
    background-color: var(--cbswhite);    
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .pageContentLayout_container_content {
    display: grid;
    grid-template-columns: 5fr 2fr;
    padding: 1rem;
    margin: 1rem 4rem;
    gap: 10px;
  }

  .newsPressReleasesSourceDivItems {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
    padding: 1rem 0rem
  }

  .pageContentLayout_container_content_widgets {
    width: 370px;
  }

}

/* Handle with number of rows*/
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.truncateBody {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.truncateTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*==========*/
/*  Spinner */
/*==========*/
.spinnerContainer{
  display: flex;
  align-items: center;
  justify-content: center;

  .spinner{
    position: absolute;
    top: 40%;
    right: 40%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border: 14px solid #ccc;
    border-top: 14px solid #0078d7;
    border-radius: 50%;
    animation: spin 1slinear infinite;    
    display: none;
  }

  .spinnerText{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    font-family: Rubik;
    color: #0078d7;
    position: absolute;
    top: 50%;
    right: 40%;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  #s4-bodyContainer {
    padding-bottom: 0;
    overflow-x: clip;
  }

  .ms-fullWidth {
    /* max-width: 430px; */
  }

  .cbsNavDiv{
    /*padding: 0 8px;*/
  }

  /* .cbsIndicators{
    padding: 1rem 0;
  } */

  .modal-header {
    flex-direction: column;
  }
  .closeModal{
    align-self: flex-start;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}



/* CSS FOR INFO PAGES (STATIC PAGES) */
.cbsInfoPageContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0px;
  color: var(--cbsblack);
  font-family: Rubik,sans-serif;
}
.cbsInfoPageSection {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;

}
.cbsInfoPageSection a,
.cbsInfoPageSection a:visited {
  color: var(--blue7);
}

.cbsInfoPageSectionTitle {
  font-family: Rubik,sans-serif;
  font-size: 26px;
  font-weight: 600;
  /* color: var(--blue7); */
  padding: 16px 0px;
}
.cbsInfoPageSectionBody {
  text-align: justify;
  text-justify: inter-word;
}
.youTubeIcon {
  width: 32px;
}
.cbsInfoPageSectionLinks {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cbsInfoPageSectionLink {
  display: flex;
  gap: 10px;
}
.cbsInfoPageImageArray {
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
  justify-content: center;
}
.cbsInfoPageImageArray img {
  width: 70%;
}

.cbsInfoPageSectionBtn {
  display: flex;
  background-color: var(--blue7);
  border: 2px solid var(--blue7);
  color: var(--cbswhite) !important;
  border-radius: 1rem;
  font-weight: 600;
  padding: 1rem 2rem;
  margin: 1rem;
}
.cbsInfoPageSectionBtn a {
  text-decoration: none;
  color: var(--cbswhite);
}
.cbsInfoPageSectionBtn a:visited {
  color: var(--cbswhite);
}
.cbsInfoPageSectionBtn:hover a {
  color: var(--blue7);
  transition: 250ms;
}
.cbsInfoPageSectionBtn:hover {
  background-color: var(--cbswhite);
  color: var(--blue6) !important;
  text-decoration: none;
  transition: 250ms;
}
.cbsAccordionContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cbsAccordion {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  /* padding: 0.5rem; */
  /* gap: 1rem; */
  border: 1px solid var(--blue4);
  font-family: rubik, sans-serif;
}
.cbsAccordionTitle {
  padding: 1rem;
    -webkit-user-select: none; /* Safari */
  user-select: none; /* Standard syntax */
  cursor: pointer;
      font-weight: 600;
    font-size: 24px;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
}
.cbsAccordionTitle::after {
  content: url("/siteicons/sort.svg");
  
}
.cbsAccordionTitle:hover  {
  background-color: var(--blue3);
  transition: 250ms;
}
.cbsAccordionBody {
  display: none;
  margin: 1rem;
  /* border-radius: 1rem; */
  position: relative;
}
.cbsAccordionMaxHeight50 {
  max-height: 50px;
  overflow-y: hidden;
  /* background: linear-gradient(0deg,#ff0000 0%, rgba(255, 255, 255, 0) 50%); */
}
.cbsAccordionGradientOverlay {
  height: 50px;
  width: 100%;
  overflow-x: hidden;
  position: absolute;
  z-index: 5;
  background: linear-gradient(0deg,#FFFFFF 0%, rgba(255, 255, 255, 0) 50%);
}
.cbsAccordionShown {
  display: unset;
}

.cbsAccordionOpen {
  max-height: unset;
  transition: 250ms;
  background: unset;
}
.cbsAccordionOpen .cbsAccordionGradientOverlay {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cbsInfoPageImageArray {
      width: 70%;
      flex-direction: unset;
  }
  .cbsInfoPageImageArray img {
      /* width: unset; */
  }
}