@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


.zbBranding-mi.sbm 
{
  background-color:#fff;
}

.sbm .thumbnail
{
  background:#fff !important;
}

.sbm .more-from a:hover .thumbnail
{
  background:#fff !important;
}


/* new section */

.panelJournal 
{
  padding-top: 15px;
  padding-bottom: 25px;
  border:0px #cfcfcf solid;
}

.panelHeader #panelDate {
  font-size: 1.2em;
  float: left;
}

.panelHeader #panelNumber {
  font-size: 1.2em;
  float: right;
}

.panelIssueControl {
  margin-top: 10px;
  margin-bottom: 10px;
}

.panelIssueControl a {
  font-size: 8pt;
  cursor: pointer;
}

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }


/* Section1 */
.barJournalTop
{
  background-color: #6f6f6f;
  min-height: 5rem;
  margin-top: 25px;
}
  
.topParentDivider
{
  border-left: .5em solid #fff;
}

.topParentSquare
{
  display: grid;
  place-items: center;
  padding: 1em 0 1em 0;
}

.topRowDivider
{
  border-bottom: .25em #fff solid;
}

.topText
{
  padding: 0 0 2em 2em;
}
  
.topText h1
{
  color: #fff;
  font-weight: bold;
  font-size: 5rem;
}
  
.topText p
{
  color: #fff;
  margin-top: 2rem;
  font-size: 2em;
}
  
@media screen and (max-width: 800px)
{
  .topText {
  padding-left: 1rem;
  display: grid;
  place-items: center;
  text-align: center;
}

.topChildSquare
{
  text-align: center;
  margin-bottom: 20px;
}
}

  /* Section1 */
  
  /* Section2 -- Advertising Submission About Archive */
  
.section2Element
{
  transition: all 0.2s ease-in-out;
}

.section2Element:hover
{
  transform: scale(1.1);
}
  
  .section2Row {
    background-color: #ffffff;
    text-align: center;
    min-height: 300px;
    padding-top: 7rem;
    padding-left: 18rem;
    padding-right: 18rem;
    display: inline-block;
  }
  
  .section2Center {
    margin-bottom: 40px;
  }
  
  .section2Element p {
    font-weight: 100;
    font-size: 2rem;
    width: 50%;
    margin-top: 1rem;
    color: #767676 !important;
  }
  
  @media screen and (max-width: 800px) {
    .section2Row {
      padding-left: 0;
      padding-right: 0;
    }
  }

.bj-con
{
  background: #fff;
}

.mbj-link-group
{
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-size: 1.5em !important;
  font-weight: 500 !important;
}

.mbj-link-group a
{ 
  margin: .5em 0 .5em 0;
  color: #000 !important;
}

.mbj-link-group a:visited
{ 
  margin: .5em 0 .5em 0;
  color: #000 !important;
}

.mbj-link-group a:hover
{ 
  color: #0F27A6 !important;
}


  /* Section2 */
  

  /* Section3 */
  
.section3Row
{
  background-color: #ffffff;
  padding-left: 26rem;
  padding-right: 26rem;
  min-height: 400px;
}
  
.section3Img img
{
  width: auto;
  max-width: 600px;
  position: relative;
  /* top: 60px; */
  top: 5rem;
}
  
.section3Row > h1
{
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
  
.section3Item
{
  cursor: pointer;
}
  
.section3Item h1
{
  font-weight: bold;
  font-size: 2.4rem;
  word-break: break-word;
  color: black !important;
}

.section3Item p
{
  font-weight: 100;
  color: #767676 !important;
}

.section3Item:hover .section3Dot
{
  background-color: #9ed6ea;
}
  
  .section3ParentDot {
    top: 25px;
    left: 20px;
  }
  
  .section3Dot {
    background-color: #ffffff;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #767676;
  }
  
  .section3ItemDiv {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .section3Center {
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 990px) {
    .section3Row {
      padding: 0;
      display: grid;
      place-content: center;
    }
  
    .section3Img {
      text-align: center;
    }
    .section3Img img {
      top: 0;
      width: inherit;
    }
    .section3ParentDot {
      left: 10px;
    }
  }

  @media screen and (max-width: 390px) {
    .section3ParentDot {
        top: 45px;
    }
    .section3ItemDiv {
        padding-left: 5rem;
    }
  }
  
  @media screen and (min-width: 990px) and (max-width: 1450px) {
    .section3Row {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .section3Img img {
      max-width: 450px;
    }
  }
  


  /* Section3 */
  


/* Section4 */

.section4Row
{
  background-color: #efefef;
  padding-left: 26rem;
  padding-right: 26rem;
  min-height: 400px;
}
  
.section4Row > h1
{
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
  
  .section4Item {
    width: 300px;
    flex: 0 1 330px;
    background-color: #ffffff;
    margin: 15px;
    height: 200px;
    padding: 2rem;
    word-break: break-word;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
  }
  .section4Item:hover {
      cursor: pointer;
      background-color: #9ed6ea;
  }
  
  .section4Item h1 {
    color: black !important;
  }
  
  .section4Item p {
    font-weight: 100;
    color: #767676 !important;
  }
  
  .section4Center {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  @media screen and (max-width: 1510px) {
    .section4Row {
      padding-left: 15rem;
      padding-right: 15rem;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .section4Row {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }


/* Features */

.topFeatures
{
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  /*margin-left: 104px !important;*/
}

.topFeatures h3
{
  margin: .25em 0 .25em 0 !important;
  padding: 0 !important;
}

.topFeatures a, .topFeatures a:visited
{
  margin: .25em 0 .25em 0 !important;
  padding: 0 !important;
  color: #000 !important; 
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  line-height: 1.3em !important;
}

.topFeatures a:hover 
{
  color: #0F27A6 !important;
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  line-height: 1.3em !important;
}

.features
{
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}

.features a, .features a:visited 
{
  color: #000; 
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  line-height: 1.3em !important;
}

.features a:hover 
{
  color: #0F27A6;
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  line-height: 1.3em !important;
}
  

/*  Columns  */

.columnArticles h2
{
  border-bottom: .1em black solid !important;
  color: #000 !important;
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.4em !important
}

.columnArticles a, .columnArticles a:visited 
{
  color: #000; 
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  line-height: 1.3em !important;
}

.columnArticles a:hover 
{
  color: #0F27A6;
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  line-height: 1.3em !important;
}



/* More from this issue */

.more-from
{
  margin-top: 1.5em !important;
}

.more-from h2
{
  padding-bottom: 0 !important;
  border-bottom: .1em black solid !important;
  color: #000 !important;
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.4em !important
}

.more-from a, .more-from a:visited 
{
  color: #000 !important;
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-size: .95em !important;
  font-weight: 700 !important;
  line-height: 1.1em !important;
}

.more-from a:hover 
{
  color: #0F27A6 !important;
  font-family: Roboto, 'Lucida Sans', Calibri, sans-serif !important;
  font-weight: 700 !important;
  font-size: .95em !important
  line-height: 1.1em !important;
}
.socialContent {display: none !important;}


.ads .thumb {
    margin-top: 0px;
    margin-bottom: 10px;
}
