/************* CSS CTA GH ***************/

.cta_button 
{
  display: block !important;
  margin: auto !important;
  max-height: 238px !important;
}

section.gh-article-cta-section
{
  border: 2px solid #A6C6E9;
  border-radius: 32px;
  display: block; 
  margin: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 1000px; 
  height: 230px;
}

.gh-article-cta-image-section
{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  float: left; 
  width: 300px; 
  height: 230px;
}

.gh-article-cta-image-section img
{
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 226px;
  object-fit: cover;
  width: 100%;
}

.gh-article-cta-content-section
{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  float: left;
  height: 230px;
  max-width: 600px;
  padding: 24px !important;
  text-align: left;
}

.gh-article-cta-title
{
  color: #343246 !important;
  font-family: 'DIN';
  font-size: 28px;
  text-align: left;
}

.gh-article-cta-text
{
  color: #252432;
  display: -webkit-box;
  font-family: 'DIN';
  font-size: 20px !important;
  margin-bottom: 16px !important;
  overflow: hidden;
  text-align: left;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.gh-article-cta-separator
{
  border: 1px solid #2F92DC;
  background: #2F92DC;
  width: 110px;
  margin-bottom: 8px;
}

.gh-article-cta-button
{
  background: #0076D7;
  border-radius: 24px;
  color: white;
  font-family: 'DIN'; 
  font-weight: 600;
  padding: 6px 32px;
  text-align: left;
  text-transform: uppercase;
}

/***************/

/*.gh-class { display: none; }*/

.gh-hide { display: none; }

.gh-article-header-section
{
  background: #0e2e4b !important; 
  border-bottom-right-radius: 37px;
  border-bottom-left-radius: 37px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 60px;
  padding: 40px;
}

.gh-article-title span
{
  color: white !important;
  font-family: 'DIN';
  font-size: 43px;
  font-weight: bold;
  line-height: 24px;
}

.gh-article-title
{
  max-width: 1016px !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.gh-article-author
{
  border-top: 2px solid #28A6FE;
  color: white !important;
  font-size: 17px;
  font-weight: 600 !important;
  max-width: 160px;
  margin-bottom: 24px !important;
  padding-top: 8px !important;
}

.gh-article-author a { color: white !important; }

.gh-article-tags-label
{
  color: white;
  font-family: 'DIN';
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
}

.gh-article-tag
{
  background: #075EAF;
  border: 1px solid white;
  border-radius: 15px;
  color: white !important;
  font-family: 'DIN';
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 16px;
  text-align: center;
  white-space: nowrap;
}

.gh-article-index
{
  background: #EFF5FC !important;
  border-radius: 15px;
  margin: auto;
  margin-top: 64px;
  max-width: 1000px;
  padding: 64px 104px;
}

.gh-article-index-label
{
  color: black !important;
  font-family: 'DIN';
  font-size: 32px;
  font-weight: bold;
  margin-left: -12px !important;
}

.gh-article-index-list-element a 
{ 
  color: black;
  font-family: arial;
  font-weight: 500;
}

.gh-article-index-list 
{
  counter-reset: my-awesome-counter;
  list-style: none !important;
}

.gh-article-index-list-element
{
  counter-increment: my-awesome-counter;
  font-size: 17px !important;
  margin: 0.25rem;
  padding-left: 8px;
}

.gh-article-index-list-element::before 
{
  background: white;
  border: 1px solid #0e2e4b;
  border-radius: 50%;
  color: #0e2e4b;
  content: counter(my-awesome-counter);
  display: none;
  font-size: 16px;
  font-weight: bold;
  height: 26px;
  line-height: 24px;
  margin-right: 0.5rem;
  margin-top: auto;
  text-align: center;
  width: 26px;
}

.gh-article-index-list-element::marker
{
  color: #0e2e4b !important;
  content: '■' !important;
}

.gh-indent-h3 { margin-left: 48px; }

.gh-indent-h4 { margin-left: 96px; }

.body_blog ul
{
 list-style-type: square !important; 
}


/* HEADER GH */
.body_blog ul li::marker
{
  color: #0e2e4b;
  font-size: 16px;
}

.body_blog p
{
  color: black !important;
}

.body_blog h2
{
  border-bottom: 2px solid #0e2e4b;
  color: black;
  font-family: 'DIN';
  font-size: 40px;
  font-weight: bold !important;
  line-height: 48px !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
}

.body_blog h3
{
  border-bottom: 2px solid #C6C6C6;
  color: black;
  font-family: 'DIN';
  font-size: 28px;
  font-weight: bold !important;
  line-height: 48px !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
}

.body_blog h4
{
  border-bottom: 2px dotted #C6C6C6;
  color: black;
  font-family: 'DIN';
  font-size: 22px;
  font-weight: bold !important;
  line-height: 48px !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
}

.gh-class .cta_button
{
  border-radius: 30px !important;
  height: 200px !important;
  width: 100% !important;
}

.body_blog .share li::marker
{
  content: "";
  display: none !important;
  visibility: hidden !important;
  color: white !important;
}

.blog-comments
{
  border-bottom: none !important;
}

.body_blog .share li::marker { content: ""; }
 }

/* FINE HEDER GH   */



.gh-class .cta_button
{
  border-radius: 30px !important;
  height: 200px !important;
  width: 100% !important;
}

@media screen and (max-width: 992px){
  .gh-article-header-section { margin-top: 58px; }

}

 @media only screen and (max-width: 576px){
   .gh-article-title span {
      font-size: 28px;
      line-height: 42px;
    }
}


@media screen and (max-width: 576px){
  .cta_button
  {
    max-width: 100vw;
    max-height: none !important;
    height: 100% !important;
    width: 100% !important;
  }
  
  .gh-article-cta-image-section
  {
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #a6c6e9;
    border-radius: 30px 30px 0 0 !important;
    display: block;
    float: none;
    height: 170px;
    width: 100% !important;
  }
  
  .gh-article-cta-content-section
  {
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: #a6c6e9;
    border-radius: 0 0 30px 30px !important;
    padding: 20px 24px 16px 24px !important;
    height: auto !important;
    width: 100%;
  }
  
  .gh-article-cta-image-section img
  {
    border-top-right-radius: 28px !important;
    border-top-left-radius: 28px !important;
  	border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 170px;
  }
  
  .gh-article-cta-title
  {
    font-size: 20px;
    padding-bottom: 0 !important;
  }
  
  .gh-article-cta-text
  {
	font-size: 16px !important; 
    -webkit-line-clamp: 4 !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
  }
  
  .gh-article-cta-button
  {
    font-size: 18px;
    padding: 6px 16px;
  }
  
  .gh-article-cta-section
  {
    border: none !important;
    height: fit-content !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
    margin-bottom: 40px !important;
    /*max-width: none !important; */
    margin: 0 !important;
    margin-top: 8px !important;
    overflow: hidden;
    width: 100%;
  }
  
  .gh-article-header-section
  {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 59px;
    padding: 24px 40px;
  }
  
  .gh-article-title span { font-size: 24px !important; }
  
  .gh-article-tags-label { font-size: 12px; }
  
  .gh-article-tag
  {
    font-size: 12px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 2px 8px;
  }
  
  .gh-article-author
  {
    padding-bottom: 0 !important;
    margin-bottom: 8px !important;
    margin-top: 8px !important;
  }
  
  .gh-article-index
  {
    background: white !important;
    padding: 40px !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .gh-article-index-label  { margin-left: 0 !important; }
  
  .gh-indent-h3 { margin-left: 32px; }

  .gh-indent-h4 { margin-left: 64px; }
  
  .body_blog p { color: black !important; }

  .body_blog h2 
  { 
    font-size: 24px; 
    border: none !important;
    line-height: 38px !important;
    margin: 50px 0 12px 0 !important;
    padding: 0 !important;
  }

  .body_blog h3 
  { 
    font-size: 21px; 
    border: none !important;
    margin: 42px 0 0 0 !important;
    padding: 0 !important;
  }

  .body_blog h4 
  { 
    font-size: 18px; 
    border: none !important;
    margin: 38px 0 0 0 !important;
    padding: 0 !important;
  }
  
  .body_blog .share li::marker
  {
    content: "";
    display: none !important;
    visibility: hidden !important;
    color: white !important;
  }
  
  .gh-article-index-list-element::marker { font-size: 10px !important; }
}

@media screen and (min-width: 576px) and (max-width: 667px){
  .gh-article-cta-text
  {
    font-size: 16px;
    line-height: 24px !important;
  }
  
  .gh-article-cta-button { font-size: 18px; }
}


@media screen and (min-width: 577px) and (max-width: 1024px) {
  
  .gh-article-title span { font-size: 36px !important; }
  
  .gh-article-index
  {
    border-radius: 0 !important;
    padding: 40px 64px !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .cta_button
  {
    max-width: 100%;
    /*padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 100vw; */
  }
  
  .gh-article-cta-image-section { width: 40% !important; }
  
  .gh-article-cta-title
  {
    font-size: 24px !important;
    padding-bottom: 0 !important;
  }
  
  .gh-article-cta-content-section
  {
    width: 60%; 
    padding: 16px !important;
  }
  
  .gh-article-cta-text { line-height: 28px !important; }
  
  .gh-article-cta-button
  {
    padding: 6px 16px;
    font-size: 20px;
  }
}


/* edit g. */
.gh-article-header-section {
    background: #0e2e4b !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding: 40px;
}

.gh-article-tag
{
  background: #0e2e4b;
  border: 1px solid white;
  border-radius: 15px;
  color: white !important;
  font-family: arial;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom:2px;
  padding: 4px 16px;
  text-align: center;
  white-space: nowrap;
  line-height: 2.6;
}