

.adspecial_type1 h1, .adspecial_type1 h2, .adspecial_type1 h3, .adspecial_type1 h4, .adspecial_type1 h5, .adspecial_type1 h6 {
display:block;
}
.adspecial_type1 .frame_header {
  position: relative;
  height: 400px;
  text-align: left;
  background: #000 url(/extra/redhat_202111/media/head_title.png) no-repeat right center;
  overflow: hidden;
}
.adspecial_type1 .frame_header::before,
.adspecial_type1 .frame_header::after {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  position: absolute;
  top: -50px;
  left: -5%;
  border-bottom: 4px solid #B71200;
  border-right: 4px solid #B71200;
  transform: scale(0, 0);
  animation: expand 1s linear 0.5s forwards;
}
.adspecial_type1 .frame_header::after {
  width: 100%;
  top: 50px;
  left: 5%;
  border: none;
  border-top: 1px solid #FA9602;
  border-left: 1px solid #FA9602;
}

@keyframes expand {
  from {transform: scale(0, 0);}
  to {transform: scale(1, 1);}
}

.adspecial_type1 {
  max-width: none !important;
  background: #f5f5f5;
}
.frame_col_left {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 16px 80px;
  background: #fff;
}





#adspecial_redhat_202111.adspecial_type1 h1.adspecial {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px 0 8%;
  color: #fff;
  font-size: 2rem;
  font-feature-settings: "palt" 1;
  text-shadow: 0 0 5px #000;
}

#adspecial_redhat_202111.adspecial_type1 h2.adspecial,
.lead {
  position: relative;
  padding: 16px;
  position: relative;
  color: #fff;
  font-feature-settings: "palt" 1;
  background: #111;
  border-left: 2px solid #B71200;
  border-right: 2px solid #FA9602;
}
#adspecial_redhat_202111.adspecial_type1 h2.adspecial::before,
#adspecial_redhat_202111.adspecial_type1 h2.adspecial::after,
.lead::after,
.lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #B71200 0%, #FA9602 100%);
}
#adspecial_redhat_202111.adspecial_type1 h2.adspecial::after,
.lead::after {
  top: auto;
  bottom: 0;
}
.lead {
  margin: 0 0 40px;
  padding-bottom: 0;
  background: #fff;
  color: #333;
}


#adspecial_redhat_202111.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
  text-indent: 1em;
  margin: 1em 0;
  font-size: 16px;
}

#adspecial_redhat_202111.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_redhat_202111.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}


#adspecial_redhat_202111.adspecial_type1 .block_sponsored {
  clear: both;
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-align: center;
}
footer {margin-top: 0;}

.download-pdf {
    margin: 24px  0 48px;
    padding-bottom: 40px;
    text-align: center;
}
.download-pdf .download-btn a {
    display: inline-block;
    padding: 16px 24px;
    min-width: 50%;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    background: #EE1B00;
    transition: background .2s;
}
.download-pdf .download-btn a:hover {background: #A30F00; color: #fff !important;}

.trial {
  padding: 24px;
  text-align: center;
  border: 8px solid #efefef;
}
.trial strong {font-size: 1.25rem;}

.trial-btn {padding-top: 16px;}
.trial-btn a {
    display: inline-block;
    padding: 8px 24px;
    min-width: 50%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    background: #000;
    transition: background .2s;
}
.trial-btn a:hover {color: #EE1B00 !important;}


@media screen and (max-width: 960px) {
  #adspecial_redhat_202111.adspecial_type1,
  #adspecial_redhat_202111.adspecial_type1 .frame_col_right_container,
  #adspecial_redhat_202111.adspecial_type1 .frame_col_left_container,
  #adspecial_redhat_202111.adspecial_type1 .frame_col_left,
  #adspecial_redhat_202111.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_redhat_202111.adspecial_type1 .article_body .left,
  #adspecial_redhat_202111.adspecial_type1 .article_body .right,
  #adspecial_redhat_202111.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_redhat_202111.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_redhat_202111.adspecial_type1 .block_right_plink {
    display: none;
  }
  .adspecial_type1 .frame_header {background-position: center center;}
  .adspecial_type1 .frame_header::after {display: none;}
  .adspecial_type1 .frame_header::before {
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    background: rgba(0,0,0,.5);
    animation: none;
    transform: scale(1,1);
  }
}


@media screen and (max-width: 480px) {
  #adspecial_redhat_202111.adspecial_type1 h1.adspecial {padding: 0 16px; font-size: 1.5rem;}
  #adspecial_redhat_202111.adspecial_type1 h2.adspecial {line-height: 1.3;}

  .download-pdf .download-btn a {
    display: block;
  }

  .trial {padding: 16px;}
  .trial strong {font-size: 1rem; line-height: 1.3;}
  .trial-btn a {
    display: block;
    padding: 8px;
    font-size: 1rem;
  }
}


@media screen and (max-width: 320px) {
  #adspecial_redhat_202111.adspecial_type1 h1.adspecial br {display: none;}
}

