/**************Blog #75 CTA Section Banner ******************/

.blog-gray-block-1 {
    padding: 50px 50px 40px;
    background: #ffebd7; 
    margin-bottom: 20px; 
    border-radius: 10px;
}

.blog-gray-block-1 .highlighted-character {
    float: left; 
    line-height: 100%; 
    width: 1em; 
    font-size: 450%; 
    color: #f7751f; 
    font-weight: 700;
}
.blog-75-cta-box {
    position: relative;
    padding-right: 280px;
 }  

.blog-75-cta-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
 }


@media(max-width: 768px){
  .blog-75-cta-box {
    padding-right: 0;
 }  
  .blog-75-cta-btn {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    padding-top: 20px;
 }
  .blog-gray-block-1 {
    padding: 30px 25px;
 }

}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}
/*.table-bordered {
    border: 5px solid #dee2e6;
}*/

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    padding: .4rem;
}
.heading-row-wrapper {
    background-color: #004f7e;
    color: #fff;
}

.heading-title-row-wrapper {
   background-color: #00304c;
   color: #fff;
  
}

.tradeshow-info-row-wrapper:nth-child(even) {
   background-color: #f3f7f9;
}

.heading-title-row-wrapper h2 {
   margin: 0; 
}

/**************Blog #78 Everything You Need to Know About IoT Physical Security  ******************/

.Blog-78-Content-Grid-Wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
    background: #f1f9ff;
}

.Blog-78-blog-gray-block-1 {
    width: 55.5%;
    padding: 0px 35px 0 30px;
    height: 401.72px;
}
.Blog-78-Featured-Image-Banner-wrapper-right {
    width: 50.5%;
}

.Blog-78-Featured-Image-Banner img {
    border-radius: unset;
    margin: 0;
}

@media(max-width: 768px){
   .Blog-78-Content-Grid-Wrapper {
    display: block;
    width: 100%;
  }
   .Blog-78-blog-gray-block-1 {
    width: 100%;
    height: 100%;
    padding: 35px 35px 20px 35px;
  }
  .Blog-78-Featured-Image-Banner-wrapper-right {
    width: 100%;
  }
}

/**************Blog #80 How Smart Lockers Improve Mobile Device Management ******************/

.Blog-80-Content-Grid-Wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
    background: #f1f9ff;
}

.Blog-80-blog-gray-block-1 {
    width: 55.5%;
    padding: 20px 35px 0 50px;
    /**height: 297px;**/
}
.Blog-80-Featured-Image-Banner-wrapper-right {
    width: 50.5%;
}

.Blog-80-Featured-Image-Banner img {
    border-radius: unset;
    margin: 0;
}

@media(max-width: 768px){
   .Blog-80-Content-Grid-Wrapper {
    display: block;
    width: 100%;
  }
   .Blog-80-blog-gray-block-1 {
    width: 100%;
    height: 100%;
    padding: 35px 35px 20px 35px;
  }
  .Blog-80-Featured-Image-Banner-wrapper-right {
    width: 100%;
  }
}

/**************Blog #81 10 Physical Security Risk Mitigation Strategies That Actually Work ******************/

.blog-list-of-content nav {
  line-height: 1.75;
}

.blog-list-of-content {
  background: hsl(0deg 0% 100% / 25%);
  margin-bottom: 20px;
  border: 1px solid #aaaaaa80;
  border-radius: 10px;
  padding: 30px 7% 8px 7%;
}

/**************PPC LP IT and MDM by May. 2022******************/
.highlighted-score {
  width: 4%;
  margin: 0 auto;
  height: 6px;
  background: #f58220;
  padding: 3px;
  margin-bottom: 8px;
}


.kt-featured-listings-titles h3 {
  margin: 0;
  text-align: left;
}

.texts-listing-wrapper ul li {
  margin-bottom: 6px;
}

.ppc-lp-it-features-list {
  font-size: 25px; 
  color: #f58220;
}

.ppc-lp-it-features-list ul li {
   margin-bottom: 6px;
}


@media (min-width: 2560px) {
  .ppc-lp-it-gray-block {
    display: grid;
    grid-template-columns: repeat(2,30%);
    align-items: baseline;
    /**gap: 2em;**/
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 1182px;
  }
  .wrapper-1 {
    width: 100%;
    background: rgb(0 0 0 / 32%);
    padding: 20px;
    height: 495px;
  }
  .ppc-lp-it-wrapper-1, .ppc-lp-it-wrapper-2, {
    width: 325px;
    padding-bottom: 40px;
  }
  .ppc-lp-it-icon-wrapper {
    display: flex;
    align-items: baseline;
    gap: 1.85em;
    margin-bottom: 18px;
}
}



@media (min-width: 1800px) and (max-width: 2559px) {
  .ppc-lp-it-gray-block {
    display: grid;
    grid-template-columns: repeat(2,30%);
    align-items: baseline;
    gap: 2em;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 1182px;
  }
  .wrapper-1 {
    width: 100%;
    background: rgb(0 0 0 / 32%);
    padding: 20px;
    height: 495px;
  }
  .ppc-lp-it-wrapper-1, .ppc-lp-it-wrapper-2, {
    width: 250px;
    padding-bottom: 40px;
  }
  .ppc-lp-it-icon-wrapper {
    display: flex;
    align-items: baseline;
    gap: 1.85em;
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) { 
  .ppc-lp-it-gray-block {
    display: grid;
    grid-template-columns: repeat(2,27%);
    align-items: baseline;
    gap: 2em;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 870px;
  }
  .ppc-lp-it-wrapper-1, .ppc-lp-it-wrapper-2, {
    /**width: 240px;**/
    width: 230px;
    padding-bottom: 40px;
  }
  .SG_title h1 {
    font-size: 40px;  
  }
  .icon-wrapper-1 {
    margin-bottom: 20px;
  }
  .ppc-lp-it-icon-wrapper {
    margin-bottom: 15px;
  }
  .wrapper-1 {
    background: rgb(0 0 0 / 32%);
    padding: 20px;
    height: 495px;
  }
 
}

@media (min-width: 600px) and (max-width: 1199px) { 
  .ppc-lp-it-gray-block {
    display: block;
    /**background-image: linear-gradient(to top, rgba(0,0,0,0), rgb(21 21 21 / 44%));**/
    border-radius: 10px;
  }
   .wrapper-1 {
    width: 100%;
    padding: 20px;
  }
   .ppc-lp-it-wrapper-1, .ppc-lp-it-wrapper-2,{
    width: 100%;
    padding-bottom: 40px;
  }
  .icon-wrapper-1 {
    margin-bottom: 20px;
  }
  .ppc-lp-it-icon-wrapper {
    margin-bottom: 15px;
  }

}



@media (max-width: 599px) {
  .ppc-lp-it-gray-block {
    display: block;
    /**background-image: linear-gradient(to top, rgba(0,0,0,0), rgb(21 21 21 / 44%));**/
    border-radius: 10px;
  }
   .wrapper-1 {
    width: 100%;
    padding: 20px;
  }
   .ppc-lp-it-wrapper-1, .ppc-lp-it-wrapper-2,{
    width: 100%;
    padding-bottom: 40px;
  }
  .icon-wrapper-1 {
    margin-bottom: 20px;
  }
  .ppc-lp-it-icon-wrapper {
    margin-bottom: 15px;
  }
  .ppc-lp-it-featured-main-wrapper .button {
    padding: 16px 12%;
  }
  .highlighted-score {
  width: 15%;
  }
}

/**************Blog #85 ******************/

.Blog-85-Content-Grid-Wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
    background: #ffffff;
}

.Blog-85-blog-gray-block-1 {
    width: 55.5%;
    padding: 0px 35px 0 30px;
    /**height: 297px;**/
}
.Blog-85-Featured-Image-Banner-wrapper-right {
    width: 50.5%;
}

.Blog-85-Featured-Image-Banner img {
    border-radius: unset;
    margin: 0;
}

.Blog-85-blog-gray-block-1 h2 {
  margin-bottom: 10px;
}

.Blog-85-blog-gray-block-1 .blog-76-cta-btn a:hover {
  background: #f5822078;
}

@media(max-width: 768px){
   .Blog-85-Content-Grid-Wrapper {
    display: block;
    width: 100%;
  }
   .Blog-85-blog-gray-block-1 {
    width: 100%;
    height: 100%;
    padding: 35px 35px 20px 35px;
  }
  .Blog-85-Featured-Image-Banner-wrapper-right {
    width: 100%;
  }
}

/**************Blog #87 ******************/

.Blog-87-section-wrapper-1, .Blog-87-section-wrapper-2  {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
    border-left: 10px solid #f58220;
}


.Blog-87-section-wrapper-1 {
    background: #004f7e;
}
.Blog-87-block-1, .Blog-87-block-2 {
    /**margin-bottom: 20px;**/
    padding: 50px 50px 30px;
    border-radius: 10px;
    width: 60%;
}
.Blog-87-block-1-texts-full-width {
  width: max-content;
}
.Blog-87-Featured-Image-Banner-wrapper-right {
    width: 50%;
}
.Blog-87-section-wrapper-2 {
    /**border: 3px solid #f4f4f4;**/
}
.Blog-87-Featured-Image-Banner-wrapper-right-book-cover {
    width: 42.5%;
}

@media(max-width: 768px){
   .Blog-87-section-wrapper-1, .Blog-87-section-wrapper-2 {
    display: block;
    width: 100%;
  }
   .Blog-87-block-1, .Blog-87-block-2 {
    width: 100% !important;
    height: 100%;
    padding: 35px 35px 20px 35px;
    order: 2;
  }
  .Blog-87-Featured-Image-Banner-wrapper-right {
    width: 100%;
  }
}
/**************Blog #88 ******************/
.Blog-88-block-1, .Blog-88-block-2 {
    /**margin-bottom: 20px;**/
    padding: 50px 50px 30px;
    border-radius: 10px;
    width: 100%;
}
.Blog-88-section-wrapper-1 {
    background: #f3f7f9;
}

.Blog-88-section-wrapper-1, .Blog-88-section-wrapper-2  {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
    border-left: 4px solid #f58220;
    position: relative !important;
}
.Blog-88-Featured-Image-Banner-wrapper-right {
    width: 50%;
    position: absolute;
    right: -60px;
}
@media(max-width: 768px){
   .Blog-88-section-wrapper-1, .Blog-88-section-wrapper-2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
   .Blog-88-block-1, .Blog-88-block-2 {
    width: 100%;
    height: 100%;
    padding: 35px 35px 20px 35px;
  }
  .Blog-88-Featured-Image-Banner-wrapper-right, .Blog-88-Featured-Image-Banner-wrapper-right-2 {
    width: 100%;
    position: initial !important;
    right: initial !important;
    order: 0 !important;
  }
}
/**************Blog #88 ******************/

.Blog-89-Content-Grid-Wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #f3f7f9;
    padding: 85px 0 30px 0;
    position: relative;
    height: 100%;
}

.Blog-89-Featured-Image-Banner {
    position: absolute;
    left: -70px;
    top: 20px;
}

.Blog-89-blog-gray-block-1 {
    width: 75.5%;
    padding: 0px 35px 0 30px;
    /**height: 297px;**/
}
.Blog-89-Featured-Image-Banner-wrapper-right-book-cover {
    width: 35.5%;
}

.Blog-89-Featured-Image-Banner img {
    border-radius: unset;
    margin: 0;
}

.Blog-89-blog-gray-block-1 h2 {
  margin-bottom: 10px;
}

.Blog-89-blog-gray-block-1 .blog-76-cta-btn a:hover {
  background: #f5822078;
}

@media(max-width: 768px){
   .Blog-89-Content-Grid-Wrapper {
    display: block;
    width: 100%;
    padding: 0 10px 0 10px;
  }
   .Blog-89-blog-gray-block-1 {
    width: 100%;
    height: 100%;
    padding: 35px 35px 20px 35px;
  }
  .Blog-89-Featured-Image-Banner-wrapper-right-book-cover {
    width: 100%;
  }
  .Blog-89-Featured-Image-Banner {
    position: relative;
    left: 0;
    top: -25px;
}
}

/***************Blog 94 ************/

.RTN-blogs ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    display: flex;
    flex-flow: column wrap;
    gap: 0.5rem;
}

.blog-list-of-content ol {
    padding-left: 30px;
}

.RTN-blogs li {
    position: relative;
    counter-increment: my-awesome-counter;
    margin-bottom: 8px;
}

.RTN-blogs h2 {
  font-size: 36px;
}
.blog-list-of-content ol li::before {
    content: counter(my-awesome-counter);
    color: #f3f7f9;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    --size: 21px;
    left: -30px;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #f58220;
    border-radius: 50%;
    text-align: center;
}

.blog-94-10-step-list ol li::before {
    content: counter(my-awesome-counter);
    color: #f3f7f9;
    font-size: 17px;
    position: absolute;
    --size: 26px;
    left: 27px;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 52px;
    background: #f58220;
    border-radius: 50%;
    text-align: center;
    font-weight: 900;
}


/***************Blog 99 ************/

.Blog-99-section-wrapper-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    background: #f3f7f9;
    border-left: 6px solid #f58220;
    position: relative !important;
    gap: 2em;
}

.Blog-99-block-1 {
    padding: 50px 50px 30px;
    width: 100%;
}

.Blog-99-section-wrapper-1 {
    display: grid;
    align-items: center;
    margin-bottom: 20px;
    background: #f3f7f9;
    border-left: 6px solid #f58220;
    position: relative !important;
    grid-template-columns: 2.2fr 0.8fr 0.3fr;
    gap: 2em;
}

.featurs-in-bullets {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.1fr;
    gap: 1.5em;
}

.blog-99-bulleting-list {
    padding-left: 20px;
    /*width: 80%;*/
    list-style: none;
}
.blog-99-bulleting-list li {
    font-size: 16px;
    line-height: 1.55;
    position: relative;
    margin-bottom: .55rem;
    padding-left: 25px;
    color: #212424;
    /*background-image: url('https://www.realtimenetworks.com/hubfs/_RTN%20CMS%20Theme/icons/rtn_bulletpoint_2_Orange.svg');
    background-repeat: no-repeat;
    background-position: 0 -6.6px;*/
}
.blog-99-bulleting-list li:before {
    content: "✓";
    position: absolute;
    top: -4px;
    left: -4px;
    color: #f58220;
    font-size: 25px;
}
.texts-content-block-left p, .texts-content-block-right p {
    line-height: 1.5;
}

@media(max-width: 768px){
  .blog-99-bulleting-list {
    width: 100%;
  }
}


/***************Blog 100 ************/

.content-grid-with-pie-chart {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    background: #f3f7f9;
}

.texts-content-block-left, .texts-content-block-right {
    width: 57.5%;
    padding: 30px;
} 

@media(max-width: 768px) {
  .content-grid-with-pie-chart {
    flex-wrap: wrap;
 }
 .texts-content-block-left, .texts-content-block-right {
    width: auto;
    order: 2;
 }
  
 .image-content-block-right {
    order: 0;
 }
 .RTN-blogs h2 {
    font-size: 30px;
}
}

/***************Blog 101 ************/

.resources-solution-featured {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #f3f7f9;
  border-radius: 10px;
}
.featured-texts-content-wrap-left {
    width: 50%;
    padding: 10px 0 10px 25px;
}
.featured-texts-content-wrap-left h2 {
  font-size: 36px;
}
.resources-solution-featured .blog-gray-block-1 {
    background: #ffffff;
    width: 60%;  
}

@media(max-width: 768px){
  .resources-solution-featured {
    flex-wrap: wrap;
  }
  .featured-texts-content-wrap-left {
    width: 100%;
    padding: 15px;
  }
  .resources-solution-featured .blog-gray-block-1 {
    width: 100%;
    margin-top: -45px;
    background: none;
  }
  .featured-texts-content-wrap-left h2 {
    font-size: 30px;
  }
  .featured-texts-content-wrap-left p {
    padding-bottom: 0;
  }
}

/***************Blog 157 ************/

.Blog-157-section-wrapper-1 {
 position: relative;
 margin-bottom: 50px;
}
.featured-resourcrs-wrapper-items {
  position: relative;
}
.Blog-157-block, .Blog-157-block-1 {
  padding: 96px 6.5%;
  position: relative;
  background: #f3f7f9;
  border-left: 6px solid #f58220;
}
.Blog-157-block-1 {
  left: 40%;
  width: 60%;
}
.Blog-157-block {
  width: 100%;
}
.Blog-157-block h3 {
  font-size: 28px !important;
  line-height: 1.15 !important;
  margin: 0 0 30px !important;
}
.Blog-157-block-1 h3 {
  font-size: 28px !important;
  line-height: 1.15 !important;
  margin: 0 0 30px !important;
}
.Blog-157-Featured-Image-Banner-wrapper-right {
  bottom: 0;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 40%;
}

.Blog-157-Featured-Image-Banner-wrapper-right img {
  background-size: cover !important;
  bottom: 0;
  height: 100% !important;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
.title-numbers-block {
  color: #f3f7f9;
  font-size: 34px;
  font-weight: 700;
  --size: 50px;
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  background: #f58220;
  text-align: center;
  border-radius: 0 6px 6px 0;
  left: 0;
  position: absolute;
  top: 0;
}
.main-title-block {
  position: relative;
  left: 0;
}

@media (max-width: 768px) {
  .Blog-157-block, .Blog-157-block-1 {
    float: left;
    width: 100%;
    left: auto;
    padding: 45px 6.5%;
  }
  .Blog-157-Featured-Image-Banner-wrapper-right {
    position: relative;
    width: 100%;
  }
  .Blog-157-Featured-Image-Banner-wrapper-right img {
    position: relative;
  }
  .Blog-157-block, .Blog-157-block-1 {
    padding: 55px 6.5%;
    margin-bottom: 50px;
  }
  .main-title-block {
    position: relative;
    left: 0;
    top: 20px;
  }
  .Blog-157-block h3, .Blog-157-block-1 h3 {
    font-size: 24px !important;
  }
}


/***************Blog 158 ************/
.bottom-cta-section-whole-wrapper {
    margin-bottom: 100px;
}
.blog-entry-orange-side {
    width: 395px;
    float: right;
    padding-left: 60px;
}
.blog-entry-orange-side-2 {
    width: 100%;    
}
.blog-entry-orange-side-2 .blog-entry-orange-side-details {
  text-align: center;
}
.blog-entry-orange-side-details {
    background: #c5dbe9;
    padding: 35px;
    margin-bottom: 50px;
}

.blog-cta-banner-btn .button, .blog-entry-orange-side-details .button {
    display: inline-block;
    border-radius: 50px;
    background: #f58220;
    color: #f3f7f9 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 18px 29px;
    transition: .2s;
    text-decoration: none !important;
    cursor: pointer;
    /**width: 100%;**/
    white-space: nowrap;
    margin-top: 15px;
}
.blog-entry-orange-side-2 .blog-entry-orange-side-details .button {
  /**width: 40%;**/
}
.blog-entry-orange-side-details .button:hover {
    color: #fff;
    opacity: .7;
}
.blog-cta-banner-btn .button:hover {
    color: #fff;
    opacity: .7;
}
.blog-entry-orange-side-title, .blog-entry-orange-side-title-2 {
    color: hsl(0deg 0% 13%);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 20px;
}

.blog-entry-orange-side-title-2 {
    max-width: 75%;
    margin: 0 auto;
}
.blog-entry-orange-side-texts {
    color: #494e51;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
.blog-entry-orange-side {
  width: 100%;
  padding-left: 0;
}
.blog-entry-orange-side-details, .blog-entry-orange-side-details-2 {
  padding: 30px 20px 30px;
}
.blog-entry-orange-side .button, .blog-entry-orange-side-2 .button  {
  width: 100% !important;
  padding: 18px 25px;
}
.blog-cta-banner-btn .button, .blog-entry-orange-side-details .button {
  white-space: normal;
}
.rtn-featured-blog-image img {
  margin: 0 auto!important;
}
}

/***************Blog 160 ************/

.lessons-learned-texts-wrapper ol li:before {
  content: counter(my-awesome-counter);
  counter-increment: item;
  position: absolute;
  top: 0px;
  left: -20px;
  font-size: 21px;
  font-weight: 900;
  color: #f58220;
}

/***************Blog 161 ************/
.blog-161-texts-wrapper ol li:before {
  content: "• ";
  counter-increment: item;
  position: absolute;
  top: -8px;
  left: -20px;
  font-size: 30px;
  font-weight: 900;
  color: #f58220;
}

/***************Blog 169 ************/
.blog-169-header-wrapper .button {
  position: absolute;
  right: 2.05rem;
  top: 1.3rem;
 }

@media screen and (max-width: 767px) {
.blog-169-header-wrapper .button {
  position: initial;
  margin-top: 1.25rem;
 }
.blog-169-header-wrapper h2 {
  text-align: center;
 }
}

/***************Blog 171 ************/

.podcast-btn a:hover {
 transform: scale(1.1);

}

.podcast-blog-gray-block {
 padding: 15px 15px;
 border-left: 3px solid #f58220;
 background: hsl(240deg 7% 97%);
 margin-bottom: 2rem;
}

.podcast-blog-gray-block p {
 font-weight: 700;
}

.podcast-btn {  
 margin-top: 2em;
}

.podcast-btn a {
 display: inline-block;
 color: #f58220 !important;
 border: 2px solid #f58220;
 padding: 8px 80px;
 border-radius: 39px;
 font-size: 20px;
 transition: all .2s ease-in-out;
}

.blog-featured-section-wrapper-2 {
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: 0.8fr 1fr;
    margin-bottom: 5em;
    gap: 1em;
    padding: 40px 40px;
    /**border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);**/
 }

.blog-entry-orange-side-title {
    margin: 0;
    /**padding: 0.8rem;**/
    font-size: 30px;
}

.subtitle-texts {
    width: 56%;
    font-size: 18px;
    margin: 0 auto 1rem;
}


@media screen and (max-width: 767px) {
  .blog-featured-section-wrapper-2 {
    grid-template-columns: 1fr;
    gap: 3em;
 }
  .subtitle-texts {
    width: 100%;
 }
}
/**** Blog #207 ****/

.step-block {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 10%;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 15%;
    border: 6px solid #f58220;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    background: #fff;
    /*flex: 0 0 15%;*/
    background-color: #004f7e;
    color: #fff;
    padding: 2rem;
}

.texts-content-block-wrapper {
    flex: 0 0 70%;
}

@media screen and (max-width: 767px) {
  .step-block {
    align-items: flex-start;
    flex-flow: column nowrap;
 }
  .blog-gray-block-1 .step-number {
    margin-bottom: 2rem;
 }
}

/**** Blog #208 ****/

.blog_208 .content-wrapper_118fjr {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 30px 0px 30px;
    background-color: #ffffff;
    gap: 2rem;
    margin-bottom: 1.8rem;
}

.blog_208 .Blog-87-block-1, .blog_208 .Blog-87-block-2 {
    flex: 0 0 90%;
}

@media screen and (max-width: 767px) {
.blog_208 .content-wrapper_118fjr {
    flex-flow: row wrap;
    padding: 0;
 }

.blog_208 .Blog-87-block-1, .blog_208 .Blog-87-block-2 {
    flex: 0 0 100%;
 }
  
.blog_208 .rtn-featured-blog-image {
    margin: 0 0 2rem 0;
}
}

@media (min-width: 768px) {
.blog_208 .blog-featured-section-wrapper {
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: 50% 45%;
    margin-bottom: 5em;
    gap: 5%;
    padding: 0 20px;
 }
}


/**** Blog #210 ****/

.blog_210 .content-wrapper_118fjr {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #ffffff;
    gap: 2rem;
    margin-bottom: 0;
}


@media screen and (max-width: 767px) {
.blog_210 .content-wrapper_118fjr {
    flex-flow: row wrap;
}
}
  
/**** Blog #212 ****/
.blog_212 .blog-162-sec-copies-wrapper {
  padding: 2rem;
}

.flex-box-container-mian-wrapper {
    margin-bottom: 2rem;
}

.blog_212 .flex-box-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
  
.blog_212 .image-content-container {
    padding-right: 20px;
}
.blog_212 .text-content-container {
    padding-left: 10px;
}
.blog_212 .text-content-container p {
    margin: 0;
    padding: 0;
}
.blog_212 .image-content-container, .blog_212 .text-content-container {
    flex: 50% 0 0;
}
  
@media screen and (max-width: 767px) {
  .blog_212 .blog-162-sec-copies-wrapper {
    padding: 1rem;
}
  .blog_212 .flex-box-container {
    flex-flow: column wrap;
    row-gap: 2rem;
}
}

/**** Blog #215 ****/
  
.steps-container-block-main-wrapper {
    display: flex;
    flex-flow: row wrap;
    max-width: 733px;
    margin: -3% auto;
    justify-content: space-evenly;
}

.steps-container-block-215 {
    flex: 0 0 45%;
    margin-bottom: 1.5rem;
}

.step-block_height {
    padding: 50px 50px 40px;
    flex-flow: column;
    align-items: baseline;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(238, 247, 255, 0.7) 0%, rgba(238, 247, 255, 0.7) 77.33%, rgba(0, 79, 126, 0.9) calc(77.33% + 1px), rgba(0, 79, 126, 1) 100%);
}

.section-hero {
  background-color: #003250;
  /*background-image: url('https://www.realtimenetworks.com/hubfs/PPC-LP-PPC%20LP-Law-Enforcement-Solutions-1.jpeg');*/
  background-image: url(https://www.realtimenetworks.com/hubfs/Industry-page-hero-banner-background-image-law-enforcement_1600x600-3.png);
  background-size: cover;
  background-position: center;
  background-blend-mode: initial;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px; 
}

.section-hero_2 {
  background-image: url(https://www.realtimenetworks.com/hubfs/Industry-page-hero-banner-background-image-fleet-management_1600x600-2.png);
}

.section-hero_3 {
  background-image: url(https://www.realtimenetworks.com/hubfs/Industry-page-hero-banner-background-image-correctional-facilities_1600x600-1.png);
}

.section-hero_4 {
  background-image: url(https://www.realtimenetworks.com/hubfs/Industry-page-hero-banner-background-image-hotel_1600x600-1.png);
}

.section-hero_5 {
  background-image: url(https://www.realtimenetworks.com/hubfs/Industry-page-hero-banner-background-image-warehouse_1600x600-1.png);
}

.section-hero_6 {
  background-image: url(https://www.realtimenetworks.com/hubfs/Industry-page-hero-banner-background-image-casino_1600x600-1.png);
}

.section-hero_7 {
  background-image: url(https://www.realtimenetworks.com/hubfs/Industry-page-hero-banner-background-image-IT-Team_1600x600-2.png);
}

.section-hero_8 {
  background-image: url(https://www.realtimenetworks.com/hubfs/Industry-page-hero-banner-background-image-education_1600x600-1.png);
}

.section-hero h3 {
  color: #fff;
  font-size: 30px;
  flex-basis: 45%;
}

.section-hero-container_dmam1 {
  /*padding-left: 1.5rem;
  padding-right: 1.5rem;*/
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
}

@media screen and (max-width: 767px) {
.section-hero {
    background-color: #003250;
    background-position: left;
    background-blend-mode: multiply;
}
.blog-gray-block-1 .step-number_mobile {
    margin-bottom: .5rem;
}
.section-hero-container_dmam1 {
    flex-flow: column wrap;
}
  
.section-hero-container_dmam1 h2 {
    padding: 0 1.5rem;
}
.steps-container-block-215 {
    flex: 0 0 100%;
}
.step-block_height {
    height: initial;
}
.texts-content-block-wrapper {
    margin-top: 1.5rem;
}
}


/**** Blog #216 ****/
.card-group-container_dnankm8 {
  justify-content: flex-start;
  gap: 1.8rem;
  margin-bottom: 2.5rem;  
}

.steps-container-block-216 {
  flex: 0 0 45%;
  margin-bottom: 0;
}

.steps-container-block-217 {
  flex: 0 0 100%;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
}

.step-block_card {
  background-color: #F3F9FF;
  height: 100%;
  
}

.tradeshow-image_dmak66 {
  background-size: cover;
  background-position: center;
  /**height: 200px;**/
  margin-bottom: 15px;  
}

.tradeshow-image_dmak88 {
flex: 1;
margin-bottom: 0;
}

.tradeshow-image_dmak66 img {
  width: 100% !important;
}

.section-hero-title_11ngr {
  flex: 0 0 47.5%;
  
}

.card-texts-content-block_cfnan6 {
  padding: 15px;
}

.card-texts-content-block_cfnan7 {
  flex: 1;
}

.card-title-texts-kk1 {
  margin-bottom: 2rem;
}

.date-and-location_cc2 {
  color: #f58220;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.card-title-texts-kk1 h3 {
  margin-bottom: 0.6rem;
}

.card-title-texts-wraper-w-icons h3 {
  display: grid;
  grid-template-columns: 2.5rem auto;
  align-items: center;
  column-gap: 1rem;
  
  
}

.card-title-texts-wraper-w-icons h3::before {
  content: url(https://www.realtimenetworks.com/hubfs/check-mark.svg);
  
  
  
}

/*.cut-off-texts-ddfj1 {
  --max-lines: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--max-lines);
  overflow: hidden;
}*/

.section-hero-container_dmam1_2 {
  /*padding-left: 1.5rem;
  padding-right: 1.5rem;*/
  margin-left: 50%;
  display: inline-flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: flex-start;      
}

.subtitle-links_dma778 {
  color: #fff !important;
}

.small-blurb-wrapper {
  background: #f58220;
  padding: 1rem;
  width: 100%;
}

.blog_216 .control--checkbox input[type="checkbox"] {
  appearance: none !important;
  position: unset;
  opacity: 1;
  width: max-content;
  height: auto;
  margin: 0;
  cursor: pointer;
}
.blog_216 .control {
    background: #fff0;
}
.blog_216 .control__indicator {
  display: none;
}

.blog_216 .control:hover, .blog_216 .control.active-check {
  background: unset !important;
}

.texts-expand-btn_oskla88 {
  padding: 0.5em 1rem;
  margin-top: 1rem !important;
  border-radius: 3px;
  color: #fff;
  background-color: #002b45;
  transition: all 0.2s linear;
  
}

.texts-expand-btn_oskla88:hover {
  background-color: #00619a;
}

.texts-expand-btn_oskla88::before {
  content: "Continue Reading";
  font-size: 16px;
}

.texts-expand-btn_oskla88:checked::before {
  content: "Collapse";
  font-size: 16px;
}

.cut-off-texts-ddfj1:has(+ .control .texts-expand-btn_oskla88:checked) {
   --max-lines: inherit;   
}

@media screen and (max-width: 767px) {
.steps-container-block-216, .tradeshow-image_dmak88 {
  flex: 0 0 100%;
 }
  
.section-hero-container_dmam1_2 {
  margin-left: auto;
}
}


.blog-featured-sec-container_fw8a {
  background-image: url(https://www.realtimenetworks.com/hubfs/_RTN%20CMS%20Theme/icons/exclamation-mark_icon_2.svg);
  background-position: -84% -5px;
  background-repeat: no-repeat;
  width: 100%;
  padding-left: 60px;
  
}

.blog-gray-block-2 {
  padding: 30px 40px;
  background-color: #f3f7f9;
  border-radius: 10px;
  border: solid #2222 1px;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
.texts-sec-cxma778 {
  margin-top: 1rem;
}
.blog-featured-sec-container_fw8a {
  background-position: 0 50%;
  padding-left: 30px;
 }
.left-image-wrapper_dkk229 img {
  margin: 0 !important;
}
}

/**** Blog #222 ****/

.featured-content-grid_dma113jh {
  margin: 4.5% 0 auto;
  background-color: #002c46;
  padding: 2%;
}

.featured-content-grid_dma113jh_2 {
 margin-top: -3.5rem;
}

.featured-content-grid_container_daq88 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  gap: 1.5rem;
}

.featured-content-grid_block_dmv98 {
  flex: 1 0 48%;
  align-self: stretch;
  background-color: #f58220;
  padding: 30px;
  border-bottom: 10px solid #f58220;
  color: #fff;
}

.white-bkg_ad1 {
  background-color: initial !important; 
}
/*.featured-content-grid_block_dmv98.featured-content-grid_block_dmv98_3-cols {
  flex: 1 0 31%;
  
  
}*/
.featured-content-grid_block_dmv98-no-orange-bkg {
  background-color: #014f7e;
  
}

.featured-content-grid_block_dmv98.full-width_da8fh {
  flex: 1 0 100%;
}

.featured-content-grid_block_dmv98 h3 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.featured-content-grid_block_dmv98.no-padding_dd1 {
  padding: 0 !important;
}

.featured-content-grid_block_dmv98.three-columns-style_fk1 {
  flex: 1 0 31%;
  padding: 20px;
  
}

.featured-content-grid_block_dmv98.three-columns-style_fk1.white-bkg-compact-layout {
  border: 0.8px solid #e1e1e1;
  background-color: #fff; 
}

.no-gap_daq88 {
  gap: 0 !important;
}

/**** Blog #224 ****/

.FUll-width_ad41 {
  flex: 0 0 100%;
}

.blog-224-section-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 3rem;
}

.sub-section-cards-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 2%;
  padding: 0px 50px;
  row-gap: 1rem;
}

.sub-section-cards-wrapper_blg227 {
  padding: 0;
}

.sub-section-card-container {
  flex-basis: 48.3%;
  padding: 20px;
  border: 1.5px solid #e6e6e6;
  border-radius: 10px;
  background-color: #fff;
  align-self: stretch;
  /*margin-top: 1.5rem;*/
}


.sub-section-cards-wrapper :nth-child(3) {
  flex: 1 0 100%;
}

.sub-section-cards-wrapper_blg227 :nth-child(3) {
  flex: 0 0 48.3%;
}


@media screen and (max-width: 767px) {
  .sub-section-cards-wrapper {;
    padding: 0 5px;
    order: 2;
 }
  .sub-section-card-container {
    flex-basis: 100%;
 }
  .sub-section-cards-wrapper_blg227 :nth-child(3) {
    flex: 0 0 100%;
}
}

/**** Blog #226 ****/

.sub-section-card-wrapper_blg226 {
    margin-bottom: 1.5rem
}


.individual-cell_sec_226 {
    padding: 5px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 1rem;
  
}

.sub-section-card-desc-texts_container_226 :last-child {
    grid-column: span 2 / span 2;

}

@media screen and (min-width: 768px) {
  .sub-section-card-desc-texts_container_226 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
  .sub-section-card-wrapper_blg226 {
    padding: 10px 20px;
 }
}

/**** Blog #227 ****/

.content-wrapper-block_dasl7 {
    padding: 25px 30px;
    background-color: #eaf6ff;
    margin-top: 2rem;
    border-top: 15px solid #004f7e;
}

.sub-section-card-container_blg227 {
    padding: 0 20px 20px 20px;
}

.section-card-title-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.numbers-tags_00ax {
    background-color: #f58220;
    padding: 18px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    flex: 1;
    margin-bottom: .5rem;
    border-radius: 0 0 10px 10px;
}

.numbers-tags_00ax.title-subjects-wrapper {
    margin-bottom: 0;
    background-color: initial;
    color: #212424;
    padding: 1.6rem 0 0 0;
    font-size: 23px;
}

.card-title-tag-container_09xp {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
}

.section-card-title-wrapper h4 {
    margin: 0;
}

.section-card-title-wrapper .sub-section-card-title {
    flex: 1 0 100%;
}

/**** Blog #230 ****/

.secondary-content-bloc_das1 {
    margin-top: 1.5rem;
    border: 1.5px solid #cccccc;
    border-radius: 5px;
}

.secondary-content-bloc_das1_container {
    padding: 20px;
}

.secondary-content-bloc_das1_container .texts-btn-link {
    font-size: 21px;  
}

.container.header {
    width: 100%;
    text-align: center;
    background: #002c47;
    max-width: 1140px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.industry-header-background-image-wrapper-1 {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}

.header .header-content_jjmq1 {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    color: #fff;
    padding: 50px;
}

.header-content_jjmq1 h2 {
    color: #fff;
  
}
.header .glow-holder_jjmq1 {
    display: block;
    width: 50%;
    max-width: 789px;
    margin: 0 auto;
}

.header .glow-holder_jjmq1 .glow_jjmq1 {
    background: linear-gradient(90deg, #005bff 40%, #00ffdb 70%);
    filter: blur(150px);
    width: 50%;
    height: 782px;
    position: absolute;
    top: 70%;
}

.btn-margin {
    margin-top: .5rem;
}

.buttons-group-container_hha {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.buttons-group-container_hha a {
   min-width: fit-content;
   flex 1;
   font-size: 16px;
   
}

.bullet-numbers-label_dsma1 {
   font-size: 40px;
   border: 3px solid wheat;
   border-radius: 5px;
   width: 70px;
   height: 70px;
   text-align: center;
   place-content: center;
   display: inline-flex;
   place-items: center;
  
}

.checkmark-list {
  display: grid;
  gap: .625rem;
  padding: 0;
  margin-top: 1.5rem;
}

.checkmark-list li {
  display: grid;
  grid-template-columns: 1.5rem auto;
  column-gap: 0.5rem;
  align-items: center;
  margin: 0;
  text-align: left;
}

.checkmark-list li::before {
  content: url('https://www.realtimenetworks.com/hubfs/check-mark.svg');
}

@media screen and (max-width: 767px) {
.header .header-content_jjmq1 {
  padding: 40px;
}
.card-title_11d9 {
  flex: initial !important;
}
.header-content_jjmq1 h2 {
  font-size: 28px;
}
}

.check-list_wrapper {
  display: grid;
  gap: 1rem;
  color: #f58220;
}


/**** Blog #247 ****/

.content-wrapper-block_2dv {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.internal-cta-wrapper_2dv {
  flex: 1;
  text-align: center;
  background: #004f7e;
  margin: 0;
  align-self: stretch;
  place-content: center;
  padding-block: 2rem;
  
}

.internal-cta-wrapper_2dv span {
  width: 75%;
  display: inline-flex;
  font-size: 21px;
  line-height: 1;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  text-align: right;
  color: #f58220 !important;
}

.internal-wrapper_2dv {
  flex: 1;
}

.contnet-flex-inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: .5rem;
  border: 1px solid #eeee;
}

.image-wrapper_ca23 {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
  border-right: 1px solid #eeee;
  padding: 25px 15px;
}

.textual-copy_ca23 {
  flex: 1;
  padding: 30px;
}


.texts-portion-wrapper {
  flex: 1; 
  text-align: center; 
}

.margin-bottom_none {
 margin-bottom: 0 !important; 
  
}

.four-stages-process {
 list-style: none;
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 align-items: center;
 gap: 1rem;
 color: #fff;
 font-size: 21px;
 font-weight: 600;
 padding: 0; 
}

.stage-process {
  background: #f58220;
  padding: 3.5rem 2rem;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  text-align: center;
  flex-basis: 48.83%;
  align-self: stretch;
  place-content: center;
}

.stage-process.stage-process-3cols {
  flex-basis: 31.83%;
  place-content: flex-start;  
}

@media screen and (max-width: 767px) {
.contnet-flex-inner-wrapper {
  flex-flow: column wrap;
 }
.image-wrapper_ca23 {
  flex: 0 0 100%;
  max-width: 100%;
  border: none;    
 }
 .texts-portion-wrapper {
  padding: 60px 10px;
 }
 .title-section-container_dl1 {
  flex-flow: column wrap !important;
 }
 .title-counter-number {
    flex-wrap: wrap;
 }
}

.featured-content-grid_block_sol68 {
   padding: 0;
}

.featured-content-grid_top-texts-box {
   background-color: #004f7e;
   padding: 2rem;
}

.featured-content-grid_bottom-texts-box {
   background-color: #f58220;
   padding: 2rem;
}

span.tagline-wrapper {
   text-transform: uppercase;
}

.heading-container_d1 {
   display: flex;
   flex-flow: column wrap;
   gap: 1rem;
}

span.tagline-wrapper {
   padding: 0.5rem;
   background-color: transparent;
   width: fit-content;
   border: 2px solid #fff;
   border-radius: 8px;
}

.featured-content-grid_top-texts-box h3 {
   border-left: 3px solid #f58220;
   padding: .3rem 0.5rem;  
  
}

.title-counter-number {
   display: flex;
   align-items: center;
   gap: 1rem;
}

.title-counter-number::before {
  background-color: #f58220;
  color: white;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 3px;
}

.title-counter-1::before { content: "1"; }
.title-counter-2::before { content: "2"; }
.title-counter-3::before { content: "3"; }
.title-counter-4::before { content: "4"; }
.title-counter-5::before { content: "5"; }
.title-counter-6::before { content: "6"; }
.title-counter-7::before { content: "7"; }



.full-width {
    width: 100%;
}