h1 { font-size: 2.5rem; }
h2 { font-size: 2.125rem; }
h3 { font-size: 1.875rem; }
h4 { font-size: 1.625rem; }
h5 { font-size: 1.375rem; }
h6 { font-size: 1.125rem; }
p, section#main-section { font-size: .875rem; }

.dbContent{
    width: 100%;
}

.solutions-row {
    background-color: #F7F3F3;
}
.solutions-row > div {
    display: flex;
}
.solutions-row h1 {
    margin-bottom: 2.25rem;
}
.solution-block {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    padding: 15px 15px 22px 15px;
    border-radius: 6px;
    background-color: white;
    border: 2px solid white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    margin: 15px 15px 55px 15px;
    color: unset;
    transition: border-color 0.05s;
}
.others-block {
    padding: 50px 20px 15px 20px;
    border-radius: 6px;
    background-color: #bbb;
    width: 100%;
    display: block;
    margin-top: 40px;
}
.others-row > div {
    display: flex;
    padding: 8px;
}
.header-row hr {
    margin: 0 -20px;
    border-top: 4px solid #00b842;
}
.header-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 275px;
}
.header-video {
    display: flex;
    align-items: center;
    background-color: black;
    height: 100%;
}
.header-video .video-js {
    opacity: 0;
    transition: opacity 0.2s;
}
.header-video .video-js.vjs-has-started {
    opacity: 1;
}
.header-video .video-js .vjs-dock-text, .header-video .video-js .vjs-share-control {
    display: none;
}
.new-products a {
    color: black;
    font-weight: bold;
}
.new-products p {
    margin-bottom: 0.5rem;
}
.new-products br {
    display: none;
}
.solution-block:hover {
    text-decoration: none;
    color: unset;
}
.solution-block > img, .others-block > img  {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 30px;
    bottom: 2px;
}
.solution-block:hover {
    border: 2px solid #54B948;
}
.solution-tabs {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    /*border-bottom: 1px solid #858181;*/
}
.solution-tabs .nav-item{
    margin: 4px;
    padding: 0;
    cursor: pointer;
}
.solution-tabs .nav-link {
    border: 1px solid #858181;
    /*border-bottom: none;
    border-radius: 8px 8px 0 0;*/
    font-size: 16px;
    padding: 4px 24px 2px 24px;
}
.solution-tabs .nav-link:hover {
    border: 1px solid #858181;
    /*border-bottom: none;*/
}
.solution-tabs .nav-link.active {
    background-color: black;
    border-color: black;
    color: white;
}

.select-solution {
    margin-bottom: 1.2rem;
    margin-right: 2rem;
    position: relative;
    display: flex;
}
.select-solution > span, .select-solution > select {
    height: 28px;
}
.select-solution > span {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 3px 4px 3px 6px;
    border-radius: 6px 0 0 6px;
    position: relative;
}
.select-solution > span:after {
    content: '';
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 13px solid black;
    clear: both;
}
.select-solution > select {
    padding: 2px 6px 2px 16px;
    margin-left: -5px;
    cursor: pointer;
}
.select-solution > select:focus {
    outline: none;
}
.return-to {
    cursor: pointer;
    transition: color 0.1s;
    margin-bottom: 1.3rem;
}
.return-to:hover {
    color: red;
}
.return-to > .fa-undo {
    font-size: 1.5rem;
    margin-right: 0.3rem;
    transition: transform 0.1s;
}
.return-to:hover > .fa-undo {
    transform: rotate(-135deg);
}
.return-to > span {
    font-size: 1rem;
}

#breadcrumb {
    margin-bottom: 1.4rem;
    margin-top: -0.5rem;
    margin-left: -0.3rem;
}
#fairchild .feature-box{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.tool-logo {
    max-width: 260px;
}
.tool-link {
    display: flex;
    justify-content: center;
}
.tools-group .tools-group-item img {
    max-height: 200px;
}

.ibd-logo {
    max-width: 280px;
    margin-right: -20px;
}
