﻿body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
div, p, li, a {
    font-size: 16px;
}

h1, h2, h3 {
    font-weight: bold;
}

.page-content {
    padding: 10px;
}

.blur {
    filter: blur(3px);
}


.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover {
    background-color: #CCC;
    color: #FFF;
}

.card {
    border: 1px solid #D0D4D9;
    margin-bottom: 61px;
}

    .card .card-header {
        background-color: #006940;
        color: #ffffff;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        display: flex;
        align-items: center;
        padding: 20px 24px;
    }

    .card .card-body {
        background-color: #ffffff;
        padding: 24px 43px;
        font-size: 16px;
        color: #424242;
        letter-spacing: 0.17px;
        line-height: 24px;
    }

    .card h2 {
        color: #424242;
        font-weight: bold;
        margin: 0;
    }
    .card.blogposts-card .card-body {
        padding-bottom: 0px;
    }
    .card.blogposts-card.post-container{ 

        height: 470px;
    }
        .card.blogposts-card h2 {
            font-size: 24px;
            font-weight: bold;
            line-height: 28px;
            margin: 0px;
        }
        .card.blogposts-card .row {
            margin-left: -10px;
            margin-right: -10px;
        }
        .card.blogposts-card div[class^="col"] {
            padding-left: 10px;
            padding-right: 10px;
        }
        .card.blogposts-card .card-footer {
            text-align: center;
            padding-bottom: 32px;
            padding-top:16px;
        }
    .card.blogposts-card.mobile .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .card.blogposts-card.mobile div[class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
    }
    .card.blogposts-card.mobile .card-body {
        padding: 24px 24px 0px 24px;
    }
    .card.blogposts-card.mobile .card-footer {
        padding: 0px 24px 24px 24px;
    }

.header-section h1 {
    margin: 0;
    color: #006940;
    font-size: 28px;
    line-height: 33px;
}

.header-section .info.title {
    color: #414141;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 12px 0px;
}

.header-section .info.company {
    color: #333333;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
}

.header-section .info.compensation-description {
    margin-top: 12px;
}

    .header-section .info.compensation-description p {
        font-size: 16px;
        line-height: 22px;
    }

    .header-section .info.compensation-description a,
    .header-section .info.compensation-description a:hover,
    .header-section .info.compensation-description > a:focus {
        color: #00693D;
        padding: 0;
    }

        .header-section .has-chart {
            padding: 53px 0px;
        }

.header-section .no-chart {
    text-align: center;
    padding: 40px 0px;
}

    .header-section .no-chart h1 {
        font-size: 30px;
    }

#current-salary-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    #current-salary-container .legend-row {
        display: flex;
    }

    #current-salary-container .legend-row .material-icons {
        margin-right: 25px;
    }

        #current-salary-container .legend-row .material-icons:hover {
            cursor: pointer;
        }


    #current-salary-container .legend-item {
        margin-bottom: 10px;
    }

        #current-salary-container .legend-item h6 {
            font-weight: bold;
        }

    #current-salary-container .legend-item h6,
    #current-salary-container .legend-item span {
        margin: 0;
        font-size: 20px;
        line-height: 24px;
    }


#sd-chart-currentSalary {
    height: 230px;
    width: 230px;
    position: relative;
}

    #sd-chart-currentSalary .totalcash,
    .legend-row.totalcash .material-icons {
        fill: #01579D;
        color: #01579D;
    }

    #sd-chart-currentSalary svg .equity,
    .legend-row.equity .material-icons {
        fill: #FF0000;
        color: #FF0000;
    }

    #sd-chart-currentSalary svg .pensionandother,
    .legend-row.pensionandother .material-icons {
        fill: #006940;
        color: #006940;
    }

    #sd-chart-currentSalary .center-info {
        position: absolute;
        width: 100%;
        text-align: center;

    }

        #sd-chart-currentSalary .center-info p.sub-info {
            display: none;
        }

        #sd-chart-currentSalary .center-info p {
            font-size: 23px;
            line-height: 28px;
            margin: 0;
            color: #333333;
        }





.profile-card {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 160px;
    padding: 60px 24px 24px 24px;
    text-align: center;
}

    .profile-card.banner_imgOne {
        background-image: url('/content/images/executive-bio-1.png');
    }

    .profile-card.banner_imgTwo {
        background-image: url('/content/images/executive-bio-2.png');
    }

    .profile-card.banner_imgThree {
        background-image: url('/content/images/executive-bio-3.png');
    }

    .profile-card.banner_imgFour {
        background-image: url('/content/images/executive-bio-4.png');
    }

    .profile-card.banner_imgFive {
        background-image: url('/content/images/executive-bio-5.png');
    }

    .profile-card .profile-photo {
        background-color: #9fa6b3;
        border-radius: 50%;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 5em;
        height: 185px;
        width: 185px;
    }

    .profile-card h1 {
        color: #424242;
        font-size: 28px;
        text-align: center;
    }

    .profile-card .info {
        font-size: 16px;
        color: #424242;
        text-align: center;
        line-height: 24px;
        margin-bottom: 8px;
    }

        .profile-card .info.marketing {
            margin-top: 21px;
        }

.section-header {
    font-size: 24px;
    padding: 0px 0px 24px 0px;
}
.compensation-card {
    margin-top: 16px;
}

.compensation-card .card-body {
    padding-bottom: 0px;
}
.compensation-card .info {
    width: 100%;
    font-size: 14px;
}

.compensation-card .info.name {
    font-weight: bold;
    color: #27AE60;
}
.compensation-card .info.title {
    font-weight: bold;
}

#salary-container {
    display: flex;
}

#salary-history-contaniner, #current-salary-container, #compensation-cta-container {
    flex: 1;
}

.compensation-card .history-grid-container {
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #D0D4D9;
}

.compensation-card .history-grid-header {
    margin: 0px;
    text-align: center;
    display: flex;
}
.compensation-card .history-grid-header span {
    margin-top: auto;
    white-space: pre;
    padding: 11px 0px;
    background-color: #F5F5F5;
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    width: 10%;
}

    .compensation-card .history-grid-header span:last-child {
        border-right-width: 0px;
    }

.compensation-card .history-grid {
    min-height: 160px;
    position: relative;
    text-align: center;
}
    .compensation-card .history-grid div.grid-row {
        margin: 0px;
        display: flex;
    }
    .compensation-card .history-grid span {
        padding: 6px 0px;
        border-color: #E0E0E0;
        border-style: solid;
        border-width: 0px 1px 1px 0px;
        width: 10%;
    }

        .compensation-card .history-grid span.l-border {
            border-left-width: 1px;
        }

        .compensation-card .history-grid span:last-child {
            border-right-width: 0px;
        }

        .compensation-card .history-grid span:not(.visible) {
            filter: blur(3px);
            background-color: #F5F5F5;
            border-left-width: 1px;
        }

    .compensation-card .history-grid .compensation-cta {
        z-index: 10;
    }
    
    .compensation-card .history-grid .compensation-cta, .compensation-card .history-grid .compensation-cta div {
        font-size: 18px;
        filter: blur(0px);
        line-height: 1.2;
    }

.compensation-cta {
    width: 88%;
    position: absolute;
    background-color: #006940;
    color: #FFF;
    text-align: left;
    padding: 29px 36px;
    top: 0;
    transform: translate(6%, 50%);
}

    .compensation-cta .btn {
        width: 160px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .compensation-cta .btn:hover,
        .compensation-cta .btn:active,
        .compensation-cta .btn:visited {
            color: inherit;
            background-color: #F5BE23;
        }

#compensation-cta-container .compensation-cta {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    font-size: 14px;
    display: block;
    width: 80%;
}

    #compensation-cta-container .compensation-cta .btn {
        margin-top: 32px;
    }


#salary-container {
    padding-bottom: 20px;
}
    
#sd-chart-salaryHistory {
    height: 300px;
}

#sd-chart-salaryHistory svg .line {
    stroke: #006940;
    stroke-width: 4px;
    fill: none;
}



.workhistory-card .company-container {
    margin-bottom: 28px;
}

    .workhistory-card .company-container h3 {
        margin: 0;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        color: #414141;
    }

    .workhistory-card .company-container .info.company {
        font-size: 18px;
        line-height: 26px;
    }

    .workhistory-card .company-container .info.company {
        font-style: italic;
    }

.workhistory-card .card-body {
    padding: 33px 39px 0px 39px;
}

.workhistory-card .card-footer {
    background-color: #ffffff;
    border: none;
    padding: 0px 39px 32px 39px;
    text-align: center;
}

    .workhistory-card .card-footer .info {
        font-size: 20px;
        color: #424242;
        text-align: center;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .workhistory-card .card-footer a.btn
    {
        background-color: #F5A623;
        border-radius: 4px;
        color: #FFFFFF;
        border-color: #F5A623;
        padding-left: 38px;
        padding-right: 38px;
        font-size: 16px;
        line-height: 24px;
    }

        .workhistory-card .card-footer a.btn:hover,
        .workhistory-card .card-footer a.btn:active,
        .workhistory-card .card-footer a.btn:focus {
            background-color: #F5BE23;
        }


    .profile-detail {
        display: flex;
        align-items: center;
        text-decoration: none !important;
    }

    .profile-detail .photo span {
        background-color: #9fa6b3;
        border-radius: 50%;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1em;
        height: 80px;
        width: 80px;
    }

    .profile-detail .detail {
        display: inline-flex;
        flex-direction: column;
    }

        .profile-detail .detail .executive {
            display: block;
            font-weight: bold;
            font-size: 20px;
            line-height: 24px;
            padding: 0 0 8px 0;
            color: #424242;
            text-decoration: none;
        }

            .profile-detail .detail .executive:hover {
                color: #006940;
            }

        .profile-detail .detail .info {
            font-size: 16px;
            color: #424242;
            line-height: 19px;
            padding-bottom: 8px;
        }

            .profile-detail .detail .info.company {
                display: block;
                color: #006940; 
                font-style: italic;
                padding: 0;
                text-decoration: none;
            }

                .profile-detail .detail .info.company:hover {
                    text-decoration: underline;
                }

.connection-card span,
.connection-card .heading {
    font-size: 16px;
    line-height: 19px;
}

.connection-card span {
    color: #006940;
}

.connection-start {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connection-start-block {
    display: flex;
}

    .connection-start-block .connection-line {
        width: 50%;
        border-right: solid 1px #707070;
        height: 31px;
    }

    .connection-group {
        display: flex;
    }

.connection-set {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
}

    .connection-set .connection1,
    .connection-set .connection2 {
        display: flex;
    }


    .connection-set .profile-detail {
        padding: 9px 0px;
        width: 100%;
        text-align: center;
    }

        .connection-set .profile-detail .detail .info {
            font-size: 18px;
            line-height: 24px;
        }

        .connection-set .profile-detail .detail .executive,
        .connection-set .profile-detail .detail .info.company {
            padding-bottom: 10px;
        }

        .connection-set .profile-detail .detail .info:not(.company) {
            padding-bottom: 0px;
        }

        .connection-set .connection-block {
            display: flex;
            width: 100%;
        }

        .connection-set .connection-block .connection-line {
            width: 50%;
            height: 31px;
            border-right: solid 1px #707070;
        }

    .connection-set:not(:first-of-type) .connection-block:first-of-type .connection-line,
    .connection-set:not(:last-of-type) .connection-block:first-of-type .connection-label {
        border-top: solid 1px #707070;
    }

        .connection-set .connection-block .connection-label {
            width: 50%;
            padding-left: 9px;
            height: 31px;
            display: flex;  
            align-items: flex-end;
        }

.connection-group:last-of-type .connection-set .connection-block .connection-label,
.connection-group:last-of-type .connection-set .connection-block .connection-line {
    border-top: none;
}



.popularprofiles-card .profile-detail:not(:last-of-type) {
    margin-bottom: 20px;
}

.popularprofiles-card .card-body {
    padding: 24px;
}

.axis .domain,
.axis .tick {
    stroke-width: 1;
    color: #414141;
}

.tick text {
    font-size: 16px;
}



.biography-card .card-body {
    line-height: 19px;
    color: #414141;
    padding: 27px 38px;
}
.disclosure-card .card-body {
    line-height: 19px;
    color: #414141;
    padding: 27px 38px;
}
.xa-cta .card-body {
    padding: 24px;
    font-weight: bold;
}

    .xa-cta .card-body p {
        margin: 0;
        padding-bottom: 7px;
        color: #414141;
        font-size: 16px;
        line-height: 19px;
    }

    .xa-cta .card-body a {
        color: #006940;
        padding: 0;
        text-decoration: underline;
        font-size: 16px;
        line-height: 19px;
    }


.powered-by {
    font-size: 16px;
}

.datapage-breadcrumbs ol li a,
.datapage-breadcrumbs ol li a span
{
    font-size: 16px;
    line-height: 22px;
}

    .datapage-breadcrumbs ol li a.disabled {
        color: #424242;
    }
span.breadcrumb-divider {
    padding: 0px 4px;
}

@media (max-width: 1199px) {
    .compensation-cta {
        transform: translate(6%, 35%);
        width: 90%;
    }
}

@media (max-width: 1199px) {
    .card.compensation-card .history-grid-header span:nth-of-type(6),
    .card.compensation-card .history-grid-header span:nth-of-type(7),
    .card.compensation-card .history-grid span:nth-of-type(6),
    .card.compensation-card .history-grid span:nth-of-type(7) {
        display: none;
    }

    .compensation-card .history-grid-header span,
    .compensation-card .history-grid span {
        width: 12.5%;
    }
}

@media (max-width: 991px) {
    .compensation-card .history-grid .compensation-cta, .compensation-card .history-grid .compensation-cta div {
        font-size: 18px;
    }

    .card.compensation-card {
        display: none;
    }

    #current-salary-container {
        flex-direction: column;
    }

    .legend-body {
        margin-top: 20px;
    }

    #salary-container {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .compensation-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .compensation-cta .btn {
            margin-left: 24px;
        }
}

@media (max-width: 767px) {
    .col-md-9,
    .col-md-3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card {
        margin-bottom: 0px;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .header-section h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .header-section .has-chart {
        padding: 40px 0px 15px 0px;
    }

    #current-salary-container {
        margin-top: 20px;
    }

    .compensation-cta .btn {
        margin-top: 16px;
        width: 100%;
        max-width: 160px;
    }

    .workhistory-card .card-body {
        padding: 24px 24px;
    }

    .workhistory-card .card-footer {
        padding: 0px 24px 24px 24px;
    }

        .workhistory-card .card-footer a.btn {
            width: 100%;
        }

    .connection-set {
        flex-direction: column;
    }

        .connection-set:last-of-type {
            display: none;
        }

        .connection-set:nth-of-type(2) .connection-block:first-of-type .connection-label {
            border-top: none;
        }

    .biography-card .card-body {
        padding: 24px 34px;
    }

    .disclosure-card .card-body {
        padding: 24px 34px;
    }

    .xa-cta .card-body {
        padding: 24px 71px;
    }

    span.breadcrumb-divider:after {
        content: "/";
    }
}

@media (max-width: 576px) {
    .header-section {
        padding: 0px 8px;
    }
    .connection-set .profile-detail {
        display: flex;
        flex-direction: column;
    }

        .connection-set .profile-detail .detail {
            text-align: center;
            margin-left: 0;
            margin-top: 16px;
        }

    .datapage-breadcrumbs {
        padding: 10px 8px 24px 8px;
    }

    .search-container {
        padding: 24px 14px !important;
    }
}

.col-xs-6 {
    float: left;
    width: 50%;
}

@media (min-width: 768px) {
    .col-sm-3,
    .col-sm-6,
    .col-sm-9 {
        float: left;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-9 {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .col-md-3,
    .col-md-4,
    .col-md-9 {
        float: left;
    }
    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-9 {
        width: 75%;
    }
}
