/*.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #332355, #332355 20%, #1C769E 25%, #1C769E 45%, #599331 50%, #599331 60%, #76B737 65%, #76B737 75%, #EBF6F6 80%, #EBF6F6 100%);
    background-image: -moz-linear-gradient(left, #332355, #332355 20%, #1C769E 25%, #1C769E 45%, #599331 50%, #599331 60%, #76B737 65%, #76B737 75%, #EBF6F6 80%, #EBF6F6 100%);
    background-image: -ms-linear-gradient(left, #332355, #332355 20%, #1C769E 25%, #1C769E 45%, #599331 50%, #599331 60%, #76B737 65%, #76B737 75%, #EBF6F6 80%, #EBF6F6 100%);
    background-image: linear-gradient(to right, #332355, #332355 20%, #1C769E 25%, #1C769E 45%, #599331 50%, #599331 60%, #76B737 65%, #76B737 75%, #EBF6F6 80%, #EBF6F6 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #332355, #332355 23%, #1C769E 27%, #1C769E 48%, #599331 52%, #599331 73%, #76B737 77%, #76B737 100%);
    background-image: -moz-linear-gradient(left, #332355, #332355 23%, #1C769E 27%, #1C769E 48%, #599331 52%, #599331 73%, #76B737 77%, #76B737 100%);
    background-image: -ms-linear-gradient(left, #332355, #332355 23%, #1C769E 27%, #1C769E 48%, #599331 52%, #599331 73%, #76B737 77%, #76B737 100%);
    background-image: linear-gradient(to right, #332355, #332355 23%, #1C769E 27%, #1C769E 48%, #599331 52%, #599331 73%, #76B737 77%, #76B737 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #76B737, #76B737 23%, #599331 27%, #599331 48%, #1C769E 52%, #1C769E 73%, #332355 77%, #332355 100%);
    background-image: -moz-linear-gradient(left, #76B737, #76B737 23%, #599331 27%, #599331 48%, #1C769E 52%, #1C769E 73%, #332355 77%, #332355 100%);
    background-image: -ms-linear-gradient(left, #76B737, #76B737 23%, #599331 27%, #599331 48%, #1C769E 52%, #1C769E 73%, #332355 77%, #332355 100%);
    background-image: linear-gradient(to right, #76B737, #76B737 23%, #599331 27%, #599331 48%, #1C769E 52%, #1C769E 73%, #332355 77%, #332355 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}*/

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #1C769E, #1C769E 23%, #76B737 27%, #76B737 48%, #599331 52%, #599331 73%, #332355 77%, #332355 100%);
    background-image: -moz-linear-gradient(left, #1C769E, #1C769E 23%, #76B737 27%, #76B737 48%, #599331 52%, #599331 73%, #332355 77%, #332355 100%);
    background-image: -ms-linear-gradient(left, #1C769E, #1C769E 23%, #76B737 27%, #76B737 48%, #599331 52%, #599331 73%, #332355 77%, #332355 100%);
    background-image: linear-gradient(to right, #1C769E, #1C769E 23%, #76B737 27%, #76B737 48%, #599331 52%, #599331 73%, #332355 77%, #332355 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

/* Fix home css styles for modal in case that the modal footer/header is missing. */
.modal-content {
    border-radius: 0;
}