@media (min-width: 992px) {
    .richtexteditor .col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.long-txt {
    word-break: break-all;
}
/* START Partners/Microsoft and Cognizant pages tables */
@media (max-width: 767px) {
    .container.partner-with-ts {
        margin-bottom: 200px;
        position: relative;
    }
    .partner-with-ts .img-as-background {
        height: 235px;
    }
    .partner-with-ts .img-as-background .row {
        position: absolute;
        top: 100%;
    }
    .partner-with-ts .img-as-background .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .partner-with-ts .img-as-background .row .col-md-6 .text-white {
        color: #000 !important;
    }
    .partner-with-ts .img-as-background .row .col-md-6 .btn-white {
        background-color: #000;
        color: #fff!important;
    }
}
@media (max-width: 374px) {
    .partner-with-ts .img-as-background {
        height: 160px;
    }
}
.partners .our-partnership a {
    color: #000;
    text-decoration: underline
}

.partners .our-partnership table {
    width: 100%;
    border: 1px solid #e2e4e4;
    margin-top: 25px;
    margin-bottom: 30px
}

.partners .our-partnership table thead {
    color: #fff;
    background-color: #000
}

.partners .our-partnership table thead tr {
    height: 68px
}

.partners .our-partnership table thead tr td {
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.partners .our-partnership table thead tr td {
    border-right: 1px solid #e2e4e4
}

.partners .our-partnership table tbody .header {
    vertical-align: top
}

.partners .our-partnership table tbody .header td {
    font-weight: 700;
    font-size: 20px
}

.partners .our-partnership table tbody tr td {
    padding: 20px;
    border: 1px solid #e2e4e4
}

@media(max-width:767px) {
    .partners .our-partnership table {
        border: 0;
        margin-bottom: none
    }
    .partners .our-partnership table thead {
        display: none
    }
    .partners .our-partnership table .header {
        display: none
    }
    .partners .our-partnership table tbody tr {
        border-bottom: 0
    }
    .partners .our-partnership table tbody tr td {
        padding: 0
    }
    .partners .our-partnership table tr {
        display: table;
        margin-bottom: 20px;
        border-top: 1px solid #d8dada;
        width: 100%
    }
    .partners .our-partnership table td {
        width: 100%;
        display: block;
        border-bottom: 1px solid #d8dada;
        padding: 10px 0
    }
    .partners .our-partnership table td span {
        padding: 0 0 20px 15px;
        display: block
    }
    .partners .our-partnership table td:before {
        width: 100%;
        white-space: nowrap;
        text-align: left;
        float: left;
        font-weight: 700;
        font-size: 1.25rem;
        background: #000;
        color: #fff;
        padding: 10px 15px;
        margin-bottom: 10px
    }
    .partners .our-partnership table td:nth-of-type(1):before {
        content: "Verizon";
    }
    .partners .our-partnership table td:nth-of-type(1) span:before {
        content: "IoT devices and ThingSpace Platform";
        font-size: 1.2rem;
        padding: 10px 0;
        display: block;
        font-weight: 700
    }
    .partners .our-partnership table td:nth-of-type(2):before {
        content: "Verizon"
    }
    .partners .our-partnership table td:nth-of-type(2) span:before {
        content: "Network connectivity";
        font-size: 1.2rem;
        padding: 10px 0;
        display: block;
        font-weight: 700
    }
    .partners .our-partnership table td:nth-of-type(3):before {
        content: "Microsoft"
    }
    .partners .our-partnership table td:nth-of-type(3) span:before {
        content: "Cloud hosting";
        font-size: 1.2rem;
        padding: 10px 0;
        display: block;
        font-weight: 700
    }
    .partners .our-partnership table td:nth-of-type(4):before {
        content: "Microsoft"
    }
    .partners .our-partnership table td:nth-of-type(4) span:before {
        content: "Application template infused with AI";
        font-size: 1.2rem;
        padding: 10px 0;
        display: block;
        font-weight: 700
    }
    .partners.cognizant .our-partnership table td:nth-of-type(1):before {
        content: "15 Billion"
    }
    .partners.cognizant .our-partnership table td:nth-of-type(2):before {
        content: "1.3 Billion"
    }
    .partners.cognizant .our-partnership table td:nth-of-type(3):before {
        content: "1.3 Billion"
    }
    .partners.cognizant .our-partnership table tbody tr td {
        padding-bottom: 20px;
    }
}
/* END Partners/Microsoft and Cognizant pages tables */

/* .solutions .anchor-links,
.about .anchor-links {
 line-height:42px;
 border-left:1px solid #000;
 padding-left:20px
}
.solutions .anchor-links a,
.about .anchor-links a {
 color:#000;
 font-weight:700;
 line-height:22px
} */

.partners .security-stream a {
    color: #000;
    text-decoration: underline
}
.partners .security-stream .boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.partners .security-stream .boxes .arrow {
    background: url(../../../../../content/dam/thingspace-portal/partners/icons/right-arrow.svg) no-repeat;
    background-size: contain;
    background-position: right;
    float: left;
    width: 55px;
    height: 80px;
    display: block;
    margin: auto 20px
}

.partners .security-stream .boxes .box-item {
    background-color: #000;
    width: 177px;
    height: 177px;
    padding: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:991px) and (min-width:768px) {
    .partners .security-stream .boxes {
        display: initial
    }
    .partners .security-stream .boxes .box-item {
        float: left;
        margin: 30px auto 0
    }
    .partners .security-stream .boxes .arrow {
        margin-top: 30px;
        height: 177px
    }
}

@media(max-width:767px) {
    .partners .security-stream .boxes {
        display: grid
    }
    .partners .security-stream .boxes .arrow {
        margin: auto;
        transform: rotate(90deg)
    }
}
.partners .outcomes .col-md-12 {
    margin-bottom: 35px
}

.partners .outcomes .col-md-12 h4 {
    color: #d8dada
}

.partners .outcomes .five-columns .svg-item {
    display: flex;
    align-items: center;
    height: 70px
}

.partners .outcomes .five-columns .svg-item img {
    padding-right: 20px
}

.partners .outcomes .five-columns .svg-item p {
    font-weight: 700
}

@media(max-width:575px) {
    .partners .outcomes .five-columns .svg-item {
        height: 45px
    }
}


.five-col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px
}
.five-columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}
@media(max-width:991px) and (min-width:769px) {
    .five-columns {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 40px
    }
    .five-columns:last-child {
        margin-bottom: 0
    }
}

@media(max-width:768px) and (min-width:576px) {
    .five-columns {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px
    }
}

@media(max-width:575px) {
    .five-columns {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px
    }
}

/* END Partners/Microsoft and Cognizant pages tables */

/* START smart city and about pages */
.about .about-IoT .block-0-Gap {
    padding-bottom:60px
}
.about .about-IoT .textbox_top-line {
    height:auto!important
}
.solutions .block-white-border-plain,
.about .block-white-border-plain {
    border: 1px solid #fff;
    padding: 30px;
    height: 100%;
}
.solutions .block-0-Gap,
.about .block-0-Gap {
    border: 1px solid #d8dada;
    border-right: 0;
    padding: 30px;
    width: 25%;
    position: relative;
    float: left;
}

.solutions .block-0-Gap .header,
.about .block-0-Gap .header {
    font-size: 1.5rem;
    font-weight: 700;
    height: 26px
}

.solutions .block-0-Gap .textbox_top-line,
.about .block-0-Gap .textbox_top-line {
    height: 170px
}

.solutions .block-0-Gap:last-child,
.about .block-0-Gap:last-child {
    border-right: 1px solid #d8dada
}

.solutions .none-border,
.about .none-border {
    border: 0;
    padding: 0 15px 0 0
}
.solutions .link-bottom-right,
.about .link-bottom-right {
 position:absolute;
 margin-top:30px;
 bottom:30px;
 right:35px;
 text-align: right;
}

.solutions #smart-cities .link-bottom-right,
.about #smart-cities .link-bottom-right {
 position:absolute;
 margin-top:30px;
 bottom:30px;
 right:25px
}
@media(max-width:991px) {
    .solutions .secure-stream-tabt,
    .about .secure-stream-tabt {
     text-align:center
    }
    .solutions .secure-stream-tabt .arrow-rotate,
    .about .secure-stream-tabt .arrow-rotate {
     transform:rotate(90deg);
     /* width:20%!important; */
     height: 40px;
     margin:35px auto
    }
    .solutions .secure-stream-tabt .text-vertical-middle,
    .about .secure-stream-tabt .text-vertical-middle {
     justify-content:center;
    }
    .solutions .secure-stream-tabt .col-md-3,
    .solutions .secure-stream-tabt .col-md-5,
    .solutions .secure-stream-tabt .col-md-7,
    .about .secure-stream-tabt .col-md-3,
    .about .secure-stream-tabt .col-md-5,
    .about .secure-stream-tabt .col-md-7 {
     flex:0 0 100%;
     max-width:100%
    }
    .solutions #smart-cities .col-md-3,
    .about #smart-cities .col-md-3 {
     flex:0 0 100%;
     max-width:100%
    }
    .solutions #smart-cities .border-right,
    .about #smart-cities .border-right {
     border-right:1px solid #d8dada
    }
   }
.solutions .link-bottom-right span,
.about .link-bottom-right span {
 color:#000
}
.solutions .asset-sensor-icon img,
.about .asset-sensor-icon img {
    width: 50%
}
@media (max-width: 767px) {
    .solutions .asset-sensor-icon img,
    .about .asset-sensor-icon img {
        width: 30%
    }
}
.solutions .gray-bg-link,
.about .gray-bg-link {
    background: #f6f6f6;
    height: 70px;
    padding: 16px 30px;
    margin-bottom: 15px;
    position: relative;
    text-align: center
}

.solutions .gray-bg-link .arrow-black,
.about .gray-bg-link .arrow-black {
    margin: 10px 0 0
}
@media(max-width:1200px) and (min-width:667px) {
    .solutions .block-0-Gap .header,
    .about .block-0-Gap .header {
        height: 62px
    }
}
@media(min-width:768px) and (max-width:991px) {
    .solutions .block-0-Gap,
    .about .block-0-Gap {
     width:50%;
    }
    .about .about-IoT .block-0-Gap:nth-child(3),
    .about .about-IoT .block-0-Gap:nth-child(4) { /* Watching to find out if .solutions .block-0-Gap has the same */
       border-top: none;
    }
    .solutions .block-0-Gap:nth-child(2),
    .about .block-0-Gap:nth-child(2) {
     border-right:1px solid #d8dada
    }
    .solutions .gray-bg-link,
    .about .gray-bg-link {
        padding: 16px 10px
    }
    .solutions .link-bottom-right,
    .about .link-bottom-right {
        margin-top: 30px;
        bottom: 5px;
        right: 30px
    }
    .about .block-0-Gap .link-bottom-right {
        bottom: 30px;
    }
    .solutions #selectDevice .link-bottom-right,
    .about #selectDevice .link-bottom-right {
        bottom: 20px
    }
    .solutions .block-black-border.get-your-device .btn-black-at-bottom,
    .about .block-black-border.get-your-device .btn-black-at-bottom {
        bottom: 40px
    }
}
@media (max-width: 767px) {
    .solutions .block-0-Gap,
    .about .block-0-Gap {
     width:100%;
    }
}
@media(max-width:666px) {
    .solutions .block-0-Gap,
    .about .block-0-Gap {
     width:100%;
     margin-bottom:20px;
     padding:15px;
     border-right:1px solid #d8dada
    }
    .solutions .none-border,
    .about .none-border {
     border-right:0
    }
    .solutions .link-bottom-right,
    .about .link-bottom-right {
     right:20px
    }
   }
/* END smart city and about pages */

/* START Circle bullets with numbers inside - TS-Ready */

.solutions #rebates ol.circle,
.about #rebates ol.circle {
    counter-reset: li;
    padding-left: 0;
    position: relative;
    margin-left: .6rem
}

.solutions #rebates ol.circle::before,
.about #rebates ol.circle::before {
    width: 1px;
    background-color: #000;
    content: " ";
    position: absolute;
    top: .8rem;
    bottom: 2.5rem;
    left: 3px
}
.solutions #rebates ol.circle li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
@media(max-width:991px) and (min-width:767px) {
    .solutions #rebates ol.circle::before,
    .about #rebates ol.circle::before {
        bottom: 5.5rem;
        left: 2px
    }
}
@media(max-width:502px) and (min-width:465px) {
    .solutions #rebates ol.circle::before,
    .about #rebates ol.circle::before {
        bottom: 4.5rem;
    }
}
@media(max-width:466px) {
    .solutions #rebates ol.circle::before,
    .about #rebates ol.circle::before {
        bottom: 6rem;
        left: 2px
    }
}

.solutions #rebates ol.circle li,
.about #rebates ol.circle li {
    position: relative;
    margin: 0;
    padding: .5rem 0 .5rem 1rem;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    justify-content: space-evenly
}

.solutions #rebates ol.circle li span,
.about #rebates ol.circle li span {
    text-align: left;
    width: 105%;
    font-size: 20px;
    font-weight: 700
}

.solutions #rebates ol.circle li span a,
.about #rebates ol.circle li span a {
    color: #000;
    text-decoration: underline
}

.solutions #rebates ol.circle li::before,
.about #rebates ol.circle li::before {
    content: counter(li);
    counter-increment: li;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: .5rem;
    margin-left: -1.7rem;
    border: solid 1px #000;
    font-weight: 700
}
/* END Circle bullets with numbers inside - TS-Ready */

.resources #resources-APIs ul li .svg-item_icons {
    float: left;
    width: 40px
}

.resources #resources-APIs ul li .svg-item_icons img {
    width: 20px
}

/*START Partners details */
.partners-result .sideNav li {
    padding-top:7px;
    padding-bottom:7px;
    border-top:1px solid #d8d8d8;
    font-size:1rem;
    font-weight:700;
    list-style:none
   }
   .partners-result .sideNav li:hover {
    background-color:#f6f6f6
   }
   .partners-result .sideNav li a {
    text-decoration:none;
    font-size:14px;
    color:#747676
   }
   .partners-result .sideNav li img {
    cursor:pointer
   }
   .partners-result .sideNav li:last-child {
    border-bottom:1px solid #d8d8d8
   }
   .partners-result .collapse.show {
    position:unset;
    display:grid;
    text-align:left;
    width:100%;
    left:0
   }
   .partners-result .show-icon {
    display:none
   }
   .partners-result .black-text {
    color:#000!important
   }
   .partners-result .sideNav.toggled {
    margin-left:-25%;
    display:none
   }
/*END Partners details */

/* START tables in Documentation */
#table-resp table {
    width: 100%;
    /* border: 1px solid #e2e4e4; */ /*remove this to fit other table (02-12-21) */
    margin-top: 25px;
    margin-bottom: 30px;
    table-layout: fixed
}

#table-resp table thead  {
    color: #fff;
    background-color: #000
}

#table-resp table thead tr {
    height: 68px
}

#table-resp table thead tr td {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    border-right: 1px solid #e2e4e4
}

#table-resp table thead tr td:first-child {
    width: 40%
}

#table-resp table tbody .header {
    vertical-align: top
}

#table-resp table tbody .header td {
    font-weight: 700;
    font-size: 20px
}

#table-resp table tbody tr td {
    padding: 20px;
    border: 1px solid #e2e4e4;
    font-weight: 700;
    vertical-align: baseline
}

#table-resp table tbody tr td .check-icon {
    background-image: url(../../../../../content/dam/thingspace-portal/services/icons/checkmark.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left
}

#table-resp table tbody tr td .thead-respo {
    display: none
}

#table-resp .grid-wide-welcome-kit table tbody tr td {
    vertical-align: middle;
    padding: 30px 20px;
    font-weight: normal;
}
#table-resp .grid-wide-welcome-kit table tbody tr td .btn-black  {
    margin-top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    #table-resp .grid-wide-welcome-kit table tbody tr td .btn-black {
        padding: 8px 20px;
        width: 100px;
    }
}
@media(max-width:767px) {
    #table-resp table thead {
        display: none
    }
    #table-resp table tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px
    }
    #table-resp table tbody tr td {
        height: 55px;
        padding: 0;
        display: flex;
        align-items: center
    }
    #table-resp table tbody tr td .thead-respo {
        font-size: 16px;
        font-weight: 700;
        background-color: #000;
        color: #fff;
        display: flex;
        flex: 0 0 130px;
        align-items: center;
        height: 100%;
        margin-right: 15px;
        padding-left: 15px
    }
    #table-resp .grid-wide-welcome-kit table {
        border: none;
    }
    #table-resp .grid-wide-welcome-kit table tbody tr {
        display: inline-table;
        flex-direction: initial;
        margin-bottom: 20px;
        width: 100%;
    }
    #table-resp .grid-wide-welcome-kit table tbody tr td {
        height: auto;
        min-height: 55px;
        display: grid;
        width: 100%;
        padding: 0 0 15px 15px;
    }
    #table-resp .grid-wide-welcome-kit table tbody tr td .thead-respo {
        height: 55px;
        margin: 0 0 15px -15px;
        padding-left: 15px;
    }
    #table-resp .grid-wide-welcome-kit table tbody tr td .btn-black {
        margin-top: 15px;
        width: 150px;
    }
}

@media(max-width:414px) {
    #table-resp table tbody tr td {
        height: 75px
    }
}
/* END tables in Documentation */

/* Documentation > APIs Hyper > Precise Location */
.black-boxes {
    padding: 30px;
    border: 1px solid #d8dada;
    height: 100%;
}
.black-boxes h5 {
    padding: 0;
}
@media (min-width: 768px) {
    .GNSS-imaga-resp {
        display: none;
    }
}

@media (max-width: 767px) {
    .GNSS-image-resp {
        display:block;
    }
    .GNSS-image {
        display:none;
    }
    .black-boxes {
        padding: 15px;
    }
}


/* MDP Home page */
.round_corner-card {
    padding: 15px 15px 60px;
    border-radius: 5px;
    height: 100%;
    position: relative;
    display: flex;
}
.black-BG .round_corner-card {
        border: 1px solid #fff;
    }
.white-BG .round_corner-card {
        border: 1px solid #000;
    }
.text-box_icon {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 25px;
}
.icon-button__right {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media (max-width: 1080px) {
    #cloud-on-pocket .col-md-5, #cloud-on-pocket .col-md-7 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    #cloud-on-pocket .col-md-5 {
        padding-bottom: 30px;
    }
    #cloud-on-pocket .col-md-5 h1 {
        line-height: 2rem
    }
}
