@font-face {
    font-family: 'Myriad Pro Regular';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MyriadPro-Light.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style : normal;
    font-weight: normal;
    src        : url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}


.list-unstyled {
	margin: 0;
}

.list-inline li {
	display: inline-block;
}

.card-margin-bottom {
    margin-bottom: 100px;
}

div.key-factor-inner-box {
    border: 1px solid #E4E4E4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h4 {
    letter-spacing: unset;
}

.tooltip-inner {
    background: white;
    border-color: var(--darkgray);
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    color: var(--lightblack);
    opacity: 1;
    text-align: start;
    max-width: 400px;
    min-width: 50px;
    padding: 12px;
}

a.hyper-link {
    text-decoration: underline;
    color: #9329FF;
}

h4.key-factor-inner-box {
	font-size  : 18px;
	color      : #006fba;
	margin     : 0 0 10px;
	line-height: 1;
	font-weight: 600;
}

h6.key-factor-inner-box {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
}

div.cta-box {
    margin-top: 26px;
}


div.key-factor-inner-box-border-top {
	border-top: 1px solid #E4E4E4;
    padding-top: 20px;
}

div.fas.fa-plus {
	display: block;
}
.user-input-header {
    background-color: #006fba;
    padding: 22px 0;
    color: #fff;
}

.user-input-header h4 {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
    font-weight: 600;
    padding-left: 15px;
}


.slider-legend {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #72706E;
    margin: 0;
    font-style: italic;
}

.card-header {
    background-color: #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100% !important;
    border-bottom: 0;
}

.card-header-left {
    display: flex;
    align-items: center;
    color: #006fba;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-header-button {
    color: #006fba !important;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    text-decoration: underline !important;
}

.card-description {
    padding: 20px;
}

.rc-slider-tooltip-inner {
    background-color: #006fba;
}

.rc-slider-tooltip-arrow {
    border-top-color: #006fba !important;
}

.rc-slider-track, .rc-slider-rail {
    height: 8px;
}

.rc-slider-handle {
    margin-top: -5px;
    width: 18px;
    height: 18px;
}

.rc-slider-step {
    display: none;
}

.no-handle .rc-slider .rc-slider-handle {
    display: none;
}

.no-handle .rc-slider-disabled {
    background-color: transparent !important;
}

.container-nav {
    max-width: 1440px;
    width    : 100%;
    margin   : 0 auto;
    padding  : 0 15px;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding  : 0 15px;
}

.cta-footer-text {
    color: #FF8B20;
    font-style: italic
}


/* Group Report Tabs */
.tab-content{
    border: none !important;
    padding-top: 10px !important;
}


/* Dropdown  border-line */

.is-focused:not(.is-open)>.Select-control {
    border-color: #006fba;
}


/* Dropdown multi value - cell */
.Select--multi .Select-value {
    border-color: var(--lightpurple);
    background-color: var(--lightgray);
    color: var(--darkestgray);
}


/* Weight Cell */

.form-control:focus {
    box-shadow: #80bcf9 !important;
    border-color: #006fba !important;;
}

.form-control:disabled {
    background-color: var(--lightgray);
    opacity: 0.5;
    font-weight: bold;
}

.invalid_value {
    color: red;
    border-color: red !important;
}

.valid_value {
    color: darkgreen;
    border-color: darkgreen !important;
}
