html,
body {
    font-size: 16px;
    font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ocom-base * {
    font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ui-widget {
    font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.card {
    background-color: white;
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.ohc-banner {
    max-height: 211px;
    background-color: #1a5a69 !important;
    margin: 0px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.62);
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

.ohc-banner::before {
    background-image: url("images/header_nature_texture.png");
    background-repeat: repeat;
    content : "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity : 0.08;
    z-index: -1;
}

.ohc-az-banner {
    max-height: 211px;
    background-color: #1a5a69 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.62);
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 25px 25px 25px 0px!important;
    margin: 0px;
}

.ohc-banner h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.62);
    font-size: 38.5px;
    font-weight: 800;
}

.ohc-az-banner h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.62);
    font-size: 38.5px;
    font-weight: 800;
}

.no-padding {
    padding: 0px !important;
}

.banner-subtitle p {
    opacity: 0.9;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
}

h1.ohc-header-text {
    margin: 0;
}

.ohc {
    max-width: 1600px;
    margin: auto;
    background: #f1f0eb;
}

.ohc-header {
    background-color: #282c34;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}

.ohc-header-text {
    font-size: 38px;
    line-height: 1.21;
}

.ohc-section-title {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #1a1816;
    margin-top: 54px;
    padding-bottom: 25px;
}

.ohc-link {
    color: #61dafb;
}

.popular-topic-thumbnail {
    height: 75px;
    width: 75px;
}

.text-center {
    text-align: center;
    align-items: center;
}

.popular-card {
    padding: 5px 15px 20px;
    transition: all .2s ease-in-out;
}

.card-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #1a1816;
}

.popular-card .card-icon {
    float: left;
}

.popular-card:hover {
    transform: scale(1.05);
}

.popular-product-title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-decoration: none;
}

.popular-product-group {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.16px;
    text-align: left;
    color: #333333;
}

/* Categories Styles Start */
.category-access-col {
    height: 88px;
    border: solid 1px #eceae5;
    background-color: #ffffff;
    color: #333333;
}

.category-access-col a{
    color: #333333;
}

.category-access-col *:hover {
    background-color: #eceae5;
    cursor: pointer;
    color: #000000;
}

.category-access-col .inner-row {
    height: 100%;
    display: flex;
    align-items: center;
}

.category-access-col .inner-row .inner-column2 {
    padding-left: 12px;
}

.category-access-col .text {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #292623;
    width: max-content;
    top: 50%;
    transform: translate(0%, -50%);
    position: absolute;
}

.category-access-col .image {
    float: right;
}

.category-access-row {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #e4ebf0;
}

/* Categories Styles End */

.pd-top-10 {
    padding-top: 10px;
}

.pd-bottom-10 {
    padding-bottom: 10px;
}

.pd-top-25 {
    padding-top: 25px;
}

.pd-bottom-25 {
    padding-bottom: 25px;
}

.pd-bottom-30 {
    padding-bottom: 30px;
}

.pd-top-50 {
    padding-top: 50px;
}

.pd-bottom-50 {
    padding-bottom: 50px;
}

.pd-left-5 {
    padding-left: 5px;
}

.pd-left-15 {
    padding-left: 15px;
}

.pd-left-22 {
    padding-left: 22px;
}

.pd-left-25 {
    padding-left: 25px;
}

.pd-left-50 {
    padding-left: 50px;
}

.pd-right-15 {
    padding-right: 15px;
}

.pd-right-22 {
    padding-right: 22px;
}

.pd-right-25 {
    padding-right: 25px;
}

.pd-right-50 {
    padding-right: 50px;
}

.mrg-bottom-0 {
    margin-bottom: 0px;
}

.mrg-bottom-15 {
    margin-bottom: 15px;
}

.mrg-bottom-25 {
    margin-bottom: 25px;
}

.mrg-top-25 {
    margin-top: 25px;
}

.text-center-circle {
    display: table-row;
    padding-top: 23px;
    padding-left: 2px;
}

a.card-link {
    text-decoration: underline;
}

.media-align-center {
    align-items: center !important;
}

.madia-body-center {
    vertical-align: middle;
}

.madia-body-center>div {
    vertical-align: middle;
}

.bg-gray {
    background-color: #eceae5;
}

.footer-links {
    display: block;
    align-items: center;
    justify-content: center;
}

ul.footer-links a:focus {
    color: white !important;
}

.hidden-lg {
    display: none;
}

.invisible-anchor {
    text-decoration: none;
    background-color: none;
    color: inherit;
}

.invisible-anchor:hover {
@extend .invisible-anchor
}

.icon-text-aligned {
    vertical-align: text-bottom
}

.featured-products-container {
    margin-bottom: 10px;
}

.feature-icons-alignment {
    float: right !important;
}

.feature-icon-col {
    padding-right: 10px;
}

.feature-text-col {
    display: table;
    height: 57px;
}

.feature-text-container {
    display: table-cell;
    vertical-align: middle;
}

.autonomous-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-autodw.png');
}

.cloud-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-cloud.png');
}

.database-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-database.png');
}

.digital-assistant-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-digitalasst.png');
}

.financials-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-financials.png');
}

.global-hr-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-globalhr.png');
}

.graal-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circles-graal.png');
}

.java-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-java.png');
}

.planning-budgeting-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-pbcs.png');
}

.supply-chain-planning-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-supplychain.png');
}

.infrastructure-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-infrastructure.png');
}

.integration-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-integration.png');
}

.atp-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-atp.png');
}

.analytics-icon {
    background-size: cover;
    height: 57px;
    width: 57px;
    display: block;
    background-image: url('./icons/product-circle-analytics.png');
}

.ohc-button-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-group .iconified {
    padding-left: 2.375rem;
}

.form-group .placeholder-icon {
    position: absolute;
    margin-top: 19px;
    margin-left: 11px;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.view-solutions-button {
    color: white;
    background-color: #3f3a36;
    border-color: #3f3a36;
    border-radius: 3px;
    border-width: 2px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 16px;
    line-height: 1.36;
}

.view-solutions-button:hover {
    background-color: #383330;
    color: white;
}

.view-solutions-button:active {
    background-color: #312d2a;
    color: white;
}

.view-solutions-button:focus {
    background-color: #312d2a;
    color: white;
    box-shadow:inset 0px 0px 0px 2px #FFFFFF;
}

.popular-solution-text {
    padding: 22px;
}

.pd-solution-bottom-25 {
    padding-bottom: 25px;
}

.row.lg-flex {
    max-width: 1390px;
    margin: auto;
}

div.ohc-popular-solutions-section {
    position: relative;
    z-index: 0;
}

div.ohc-popular-solutions-section::before {
    background-image: url("images/whatsnew_rw_texture.png");
    background-repeat: repeat;
    content : "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity : .1;
    z-index: -1;
}

div.ohc-popular-solutions-section .circle-icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: 26px;
    margin-left: 7px;
}

div.ohc-popular-solutions-section .circle-icon-logo {
    position: relative;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-top: -25px; /* Half the height */
    margin-left: -12.5px; /* Half the width */
}

.turquoise-bg-color {
    background-color: #438c9a;
}

.oracle-bg-color {
    background-color: #e28541;
}

.red-bg-color {
    background-color: #e55944;
}

div.ohc-popular-solutions-section.bg-gray a > div.popular-solution-header > p:hover,
div.ohc-popular-solutions-section.bg-gray > div > div.row.lg-flex > div > div > div > div.popular-solution-footer.solution-mobile-hidden > a:hover {
    color: #1a1816;
    text-decoration: underline !important;
}

div.ohc-popular-solutions-section.bg-gray a > div.popular-solution-header > p:active,
div.ohc-popular-solutions-section.bg-gray > div > div.row.lg-flex > div > div > div > div.popular-solution-footer.solution-mobile-hidden > a:active {
    color: #70665e;
    text-decoration: underline !important;
}

div.ohc-popular-solutions-section.bg-gray a > div.popular-solution-header > p:enabled {
    color: #1a1816;
}

.blue {
    color: white;
    background-color: #337ab7;
    height: 120px;
    display: flex;
    align-items: center;
}

.blue-left-icon {
    height: 120px;
    width: 80px;
    display: block;
    background: url("./icons/blue-left-icon.png") no-repeat center;
}

.red {
    color: white;
    background-color: #de4750;
    height: 120px;
    display: flex;
    align-items: center;
}

.red-left-icon {
    height: 120px;
    width: 80px;
    display: block;
    background: url("./icons/red-left-icon.png") no-repeat center;
}

.green {
    color: white;
    background-color: #609640;
    height: 120px;
    display: flex;
    align-items: center;
}

.green-left-icon {
    height: 120px;
    width: 80px;
    display: block;
    background: url("./icons/green-left-icon.png") no-repeat center;
}

.orange {
    color: white;
    background-color: #c77400;
    height: 120px;
    display: flex;
    align-items: center;
}

.orange-left-icon {
    height: 120px;
    width: 80px;
    display: block;
    background: url("./icons/orange-left-icon.png") no-repeat center;
}

.popular-solution-card {
    overflow: hidden;
    height: auto;
    margin-bottom: 45px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
}

.solution-mobile-hidden {
    display: none;
}

.ohc-popular-products-section {
    background-color: #fcfbfa;
}

.ohc-popular-products-section .popular-solution-description {
    margin-left: 65px;
}

.adjustable-height {
    height: 100%;
}

.popular-solution-header {
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    color: #1a1816;
}

.popular-solution-footer {
    padding-left: 22px;
    padding-right: 22px;
    height: 65px;
}

.flex-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a.search-similar {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    float: left;
    color: #1a1816;
    margin-top: 12px;
}

.full-customer-badge {
    display: inline;
    float: right;
}

.mini-customer-badge {
    display: none;
    float: right;
    margin-top: 3px;
}

.customer-inspired {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    background-image: url("icons/inspired-center-green.png");
    background-size: 10px 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 55px;
    margin-right: 25px;
}

.customer-inspired:before {
    background: url("icons/inspired-left-green.png") 0 0 no-repeat;
    height: 40px;
    width: 55px;
    display: inline-block;
    content: "";
    background-size: 100% 100%;
    position: absolute;
    margin-left: -54px;
}

.customer-inspired:after {
    background: url("icons/inspired-right-green.png");
    height: 40px;
    width: 25px;
    display: inline-block;
    content: "";
    background-size: 100% 100%;
    position: absolute;
    margin-left: -1px;
}

.ohc-popular-solutions-section {
    padding-bottom: 28px;
}

.card-title {
    font-weight: bold;
    font-size: 21px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    line-height: 1.24;
    margin-bottom: 0 !important
}

.no-border {
    border: 0px !important;
    border-radius: 0px !important;
}

.card.no-border:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 770px) {
    .ohc-banner {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .ohc-az-banner {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .ohc-find-product form {
        margin-bottom: 42px;
        padding-left: 22px;
    }
    h2.find-a-product {
        margin-top: 60px;
    }
}

.a-z-letter-list {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #226aa8;
    font-weight: bold;
    font-size: 24px;
}

.elipse {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background-color: #226aa8;
    align-items: center;
}

.elipse-text {
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}
.product-list-a-z {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #226aa8;
    list-style-type: none;
}
.a-z-letter-list>li {
    width: 35px;
    height: 35px;
    text-align: center;
}
.product-list-a-z li {
    padding-top: 20px;
    padding-bottom: 20px;
}
.letter-link>a:visited {
    color: inherit;
}
.letter-link:hover {
    width: 35px;
    height: 35px;
    color: white !important;
    background-color: #21837f;
    border-radius: 50%;
    padding: 1.2px 1px 1px 3px;
    text-align: center !important;

}
.letter-link:hover a {
    text-decoration: none;
    color: white !important;
}
/* feedback popup css */
.u10w5 {
    height: auto;
}
.f11 .u10w1, .ocom-base .u10w1 {
    margin: 0 0 0em 0;
}
#a-z-letter-dropdown {
    height: 30px;
    border: solid 1px #d3d3d3;
    display: inline;
}
#a-z-letter-dd-container {
    align-items: center;
    text-align: center;
    padding: 15px;
}
.list-group.product-list-a-z > li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-group {
    margin-bottom: 0px;
}
.col-item-w1.cb85w3 {
    font-size: 33px;
}

.list-group.product-list-a-z {
    line-height: 1;
    margin-bottom: 0px;
}
.a-z-letter-list>li>a {
    width: 16px !important;
    height: 34px !important;
    font-size: 26px !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 0.88 !important;
    letter-spacing: 2.03px !important;
    text-align: center !important;
    color: #1a1816 !important;
}
.cb85w3 h3 {
    font-size: 33px !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    background-color: #3F3A36 !important;
    line-height: 1.35 !important;
}
.product-list-a-z a{
    font-weight: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #00688C !important;
}
.ohc-az-header-text {
    font-size: 38.5px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: white !important;
    padding-left: 0px;

}
h1.ohc-az-header-text {
    margin: 0;
}

.find-product {
    display: flex;
    justify-content: center;
    height: 127.1px;
    background-color: #70665e;
    max-height: 50%;
    align-items: center;
    flex-direction: column;
}
.find-product-form {
    padding-left: 15px;
    padding-right: 15px;
}
.find-title {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    margin: 0px;
    display: block;
    padding-right: 22px;
}
.find-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
.input-container {
    position: relative;
}
#find-product-icon {
    left: 18px;
    top: 18px;
    position: absolute;
    width: 26px;
    height: 23px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #757473;
}
#search-product-name {
    padding-left: 54px;
    width: calc(100vw - 20px);
    max-width: 430.1px;
    height: 54.5px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 0 rgba(13, 1, 1, 0.25);
    background-color: #ffffff;
}
#search-product-name:-ms-input-placeholder {
    color: #868686;
}
.letter-link {
    margin-right: 2px !important;
}
hr.hrStyle {
    border-top: 2px solid #fcfbfa !important;
}
.product-list-a-z a:hover{
    text-decoration: underline !important;
}
div.col-lg-4.col-md-4.col-sm-4.col-xs-12.product-col-right {
    padding-right: 0px !important;
}
@media only screen and (min-width: 500px) {
    li.u02menuback {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .ohc-banner.jumbotron.jumbotron-fluid .container {
        padding: 0px;
    }
    .ohc-az-banner.jumbotron.jumbotron-fluid .container {
        padding: 0px;
    }
    .a-z-letter-list {
        display: none;
    }
    .ohc-banner h1 {
        font-size: 36px;
    }
    .ohc-az-banner h1 {
        font-size: 36px;
    }
    #a-z-letter-dropdown {
        visibility: visible;
        font-size: 16px;
        text-align: center;
        align-content: center;
        text-align-last: center;
    }
    .letter-link:hover a {
        font-size: 14px;
        line-height: 1;
        font-weight: normal;
        font-stretch: normal;
    }
    .list-group.product-list-a-z > li > a {
        font-size: 14px !important;
    }
    .col-item-w1.cb85w3 > h3 {
        font-size: 33px !important;
    }
    .find-product-form {
        margin-top: 12px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #search-product-name {
        width: 100%;
    }
    .find-title {
        padding-right: 0px;
    }
    .ohc-az-header-text {
        padding-left:15px !important;
    }
    div.col-lg-4.col-md-4.col-sm-4.col-xs-12.product-col-left {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 30px !important;
    }
    div.col-lg-4.col-md-4.col-sm-4.col-xs-12.product-col-mid {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 30px !important;
    }
    div.col-lg-4.col-md-4.col-sm-4.col-xs-12.product-col-right {
        width: 100% !important;
        padding-left: 0px !important;
    }
}
@media only screen and (max-width: 880px) {
    .hidden-lg {
        display: inherit;
    }
    .footer-links-prev {
        display: none;
    }
    .pd-left-50 {
        padding-left: 16px;
    }
    .mobile-left-padding {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 770px) {
    .mrg-bottom-25 {
        margin-bottom: 16px;
    }
    .mrg-top-25 {
        margin-top: 0px;
    }
    .mrg-bottom-mob-25 {
        margin-bottom: 25px;
    }
    .hidden-sm {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    div.row.category-access-row > div:nth-child(n+7) {
        border-bottom: solid 2px #eceae5;
    }
    .category-access-col {
        height: 160px;
    }
    .category-access-col .inner-row {
        display: block;
    }
    .category-access-col .inner-row .inner-column1 {
        height: 55%;
        display: flex;
        align-items: center;
    }
    .category-access-col .inner-row .inner-column2 {
        height: 36%;
    }
    .category-access-col .image {
        margin-top: 30px;
        float: none;
    }
    .category-access-col .text {
        width: unset;
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    .ohc-section-title {
        font-size: 30px;
        margin-top: 72px;
    }
    .find-product {
        flex-direction: row;
    }
    .solutions-title {
        margin-top: 86px;
    }
    .solution-mobile-hidden {
        display: block;
    }
    .feature-icons {
        height: 72px !important;
        width: 72px !important;
    }
    .feature-icons-alignment {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .feature-icon-col {
        padding-right: 0px;
    }
    .feature-text-col {
        height: 72px;
    }
    .featured-products-container {
        margin-bottom: 73px;
    }
    .popular-solution-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
    }
    .pd-solution-bottom-25 {
        padding-bottom: 0px;
    }
    .popular-product-title {
        font-size: 21px;
    }
    .popular-product-group {
        font-size: 16px;
    }
    .view-solutions-button {
        margin-bottom: 44px;
    }
    .product-col-left {
        padding-right: 20px !important;
    }
    .product-col-mid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .product-col-right {
        padding-left: 20px !important;
    }
    #a-z-letter-dropdown {
        visibility: hidden;
    }
    #a-z-letter-dd-container {
        height: 0px;
    }
    .azDisplayContainer {
        width: 95.3% !important;
        margin-left: 30px !important;
        margin-right: 30px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    div.col-lg-4.col-md-4.col-sm-4.col-xs-12.product-col-left {
        width: 33.33% !important;
        padding-left: 0px !important;
        padding-right: 30px !important;
    }
    div.col-lg-4.col-md-4.col-sm-4.col-xs-12.product-col-mid {
        width: 33.33% !important;
        padding-left: 0px !important;
        padding-right: 30px !important;
    }
    div.col-lg-4.col-md-4.col-sm-4.col-xs-12.product-col-right {
        width: 33.33% !important;
        padding-left: 0px !important;
    }
}
@media only screen and (min-width: 992px) {
    .text-lg-right {
        text-align: right;
    }
}
@media only screen and (min-width: 1200px) {
    .category-access-col {
        border-bottom: solid 2px #eceae5;
    }
    .lg-flex {
        display: flex;
    }
    .featured-products-card {
        padding-bottom: 8px;
    }
    .featured-products-row {
        margin-right: 12px;
        margin-left: 12px;
    }
    .popular-solution-card {
        min-width: 350px;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1320px) {
    .full-customer-badge {
        display: none;
    }
    .mini-customer-badge {
        display: inline;
    }
    .col-xs-2.arrow {
        margin-left: -12px;
    }
    .category-access-col .text {
        font-size: 13px;
    }
}