/* Minification failed. Returning unminified contents.
(4,22): run-time error CSS1039: Token not allowed after unary operator: '-Deep-Green'
(5,28): run-time error CSS1039: Token not allowed after unary operator: '-Precision-Gray-Tint'
(6,17): run-time error CSS1039: Token not allowed after unary operator: '-Precision-Gray'
(20,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-heading-color'
(38,22): run-time error CSS1039: Token not allowed after unary operator: '-Precision-Gray-Tint'
(39,28): run-time error CSS1039: Token not allowed after unary operator: '-Precision-Gray'
 */
.btnSecond {
    height: 2.6rem;
    flex-shrink: 0;
    background: var(--Deep-Green, #005557);
    border: 1px solid var(--Precision-Gray-Tint, #CBCED1);
    color: var(--Precision-Gray, #fff);
    border-radius: 999em !important;
    width: auto;
}

h6 {
    font-size: 1rem;
}

h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}


h4 {
    color: #1A598A;
}

a:link {
    text-decoration: none;
    color: #005557;
}

.btn5Col {
    width: 350px;
}

.btnSecond:hover {
    background: var(--Precision-Gray-Tint, #ffffff);
    border: 1px solid var(--Precision-Gray, #2C373F);
}

.fakeLink {
    border: 0px;
    outline: 0px;
    background-color: transparent;
}

.btn-fy15 {
    font-family: Arial;
    font-size: 14px;
    padding: 7px 25px 7px 25px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
}

.btn-fy15-action {
    background-image: -webkit-linear-gradient(top, #fcb81e, #fcbb3a);
    background-image: -moz-linear-gradient(top, #fcb81e, #fcbb3a);
    background-image: -ms-linear-gradient(top, #fcb81e, #fcbb3a);
    background-image: -o-linear-gradient(top, #fcb81e, #fcbb3a);
    background-image: linear-gradient(to bottom, #fcb81e, #f9850b);
    color: #333;
}
.small-h1 {
    font-size: 1.125rem;
    color: #1A598A;
}
