#root-left-side {
    padding-right: 0px;
    background-image: url("/assets/root/Tech_BlueShirt_RiskSuite-6e5cb876.png");
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#root-right-side {
    padding-left: 0px;
    border-left-width: 4px;
    border-left-color: #AED136;
    border-left-style: solid;
    height: 380px;
    background-color: #1D4C7E;
}

#root-text-wrapper {
    position: relative;
    padding: 100px;
}

#root-title {
    font-size: 45px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    color: white;
}

#root-subtitle {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: bold;
    color: white;
}

.root-spacer {
    height: 50px;
}

#root-text-block-1 {
    text-align: left;
}

#root-body-text-1 {
    color: #1D4C7E;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: bold;
}

#root-body-text-2 {
    color: #1D4C7E;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

#root-container-3 {
    background-color: #1D4C7E;
}

#root-left-side-2 {
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom:50px;
    background-color: #1D4C7E;
}

#root-logo {
    height: 360px;
    width: 100%;
}

#root-right-side-2 {
    padding-left: 0px;
    border-left-width: 4px;
    border-left-color: #AED136;
    border-left-style: solid;
    padding-top: 50px;
    padding-bottom:50px;
    background-color: #1D4C7E;
}

#root-body-text-3 {
    color: white;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 50px;
    text-align: left;
}

#root-body-text-4 {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1D4C7E;
    padding-top: 100px;
}

.root-deploy-image {
    width: 100%;
}

.root-deploy-text {
    padding-top: 45px;
    font-size: 18px;
    font-weight: bold;
}

#root-container-4 {
    background-color: #1D4C7E;
}

#root-body-text-5 {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    padding-top: 25px;
    text-align: center;
}

#root-pro-contacts {
    border-bottom-color:#AED136;
}

#root-container-4  .root-tab-selected {
    padding: 3px;
    margin-right: 15px;
    margin-bottom: 5px;
}

#root-container-4  .active.root-tab-selected {
    background-color: #AED136;
    border-color: #AED136;
}

#root-container-4  .root-tab-selected:hover {
    border-color: #AED136;
}

.root-pro-image {
    height: 172px;
    width: 172px;
}

.root-pro-name {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.root-pro-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.root-pro-contact-wrapper {
    color: #fff;
    margin-bottom: 10px;
}

.root-pro-icon {
    filter:invert(100%);
    margin-right: 10px;
}

.root-pro-location-text {
    margin-right: 10px;
}

.root-pro-email-icon {
    padding-bottom: 3px;
}

.root-pro-summary {
    color: #fff;
}

.root-pro-profile-link {
    position: relative;
    text-decoration: none;
    color: #AED136;
    padding-bottom: 3px;
}

.root-pro-profile-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease, left 0.3s ease;
}

.root-pro-profile-link:hover::before {
    width: 100%;
    left: 0;
}

#root-container-5 {

}

#root-body-text-6 {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1D4C7E;
    text-align: center;
}

.root-productions-pdf-image {
    padding-top: 30px;
}

.root-products-logo-image {
    margin-bottom: 20px;
    height: 144px;
}

.root-products-link {
    color: #1D4C7E;
    text-decoration: none;
    font-weight: bold;
}

.root-products-row {
    border-bottom: 2px solid #AED136;;
}