* {
    box-sizing: border-box;
}
.color-block.dark-grey {
    background-color: #4a4a4a;
}
.color-block.light-grey {
    background-color: #8a95a1;
}
.color-block.ki-black {
    background-color: #131d27;
}
.color-block.text-grey {
    background-color: #4c5660;
}
.color-block.ki-green {
    background-color: #4eb8c1;
}
.color-block.bg-grey {
    background-color: #f1f3f6;
    color: #4c5660;
}
.color-block.border-grey {
    background-color: #d8d8d8;
    color: #4c5660;
}
.color-block.white {
    background-color: #fff;
    color: #4c5660;
    border: 1px solid #f1f3f6;
}
.sidebar-list-wrap a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
}
h1,
.h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.44px;
    line-height: 32px;
    text-transform: uppercase;
}
h2,
.h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
h3,
.h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}
p {
    color: #131d27;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.body-small {
    color: #4c5660;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.subtext {
    color: #8a95a1;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
label,
.label {
    color: #131d27;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: block;
}
.nav-item a {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #d8d8d8;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-item:hover a {
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-item.active-nav a {
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
#sidebar {
    width: 200px;
    background-color: #1d2c3b;
    padding: 10px;
    color: #fff;
}
#sidebar ul {
    position: fixed;
    padding-left: 10px;
}
#sidebar ul li {
    list-style: none;
    margin-bottom: 8px;
}
#sidebar ul li a {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #fff;
}
#sidebar ul li a:hover {
    color: #8a95a1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.sliding-menu {
    background-color: #1d2c3b;
}
#the-library {
    width: calc(100% - 200px);
    background-color: #eeeff1;
}
#page-wrapper {
    background-color: #f1f3f6;
}
.code-group {
    border: 1px solid #ccc;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
}
.code-output {
    background-color: #fff;
    margin: 30px 0px;
}
.code-snippet {
    height: 0px;
    overflow: hidden;
}
.code-snippet.opencode {
    height: auto;
}
.group-title {
    font-size: 3rem;
    font-family: sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.show-code {
    background-color: #666;
    color: #fff;
    font-family: monospace;
    display: inline-block;
    padding: 5px;
    border-radius: 2px;
    padding: 7px 10px 5px;
    border-radius: 2px;
}
.color-block {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right: 20px;
    padding: 7px;
    color: #fff;
}
.test-section {
    padding: 40px;
}
.row {
    margin-top: 20px;
}
.link-button-wrap {
    display: block;
}
.link-button-wrap .link-button {
    border-radius: 8px;
    background-color: #4eb8c1;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 17px;
    position: relative;
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.link-button-wrap .link-button:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #4e94c1;
}
.link-button-wrap .link-button .right-align-icon {
    position: absolute;
    right: 7px;
    margin-top: 11px;
    top: 0px;
}
.link-button-wrap .link-button .right-align-icon g {
    fill: #fff;
}
.filter-button {
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #4a4a4a;
    border: 1px solid #d8d8d8;
    display: inline-block;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.button-text-icon {
    border-radius: 16px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #4a4a4a;
    border: 1px solid #d8d8d8;
    display: inline-block;
    padding: 5px 15px 4px;
    background-color: #f1f3f6;
    cursor: pointer;
    position: relative;
}
.button-text-icon.icon-right {
    padding-right: 30px;
}
.button-text-icon.icon-right:after {
    position: absolute;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    right: 10px;
    top: 9px;
}
.button-text-icon.icon-arrow:after {
    background-image: url(../resources/right-arrow.svg);
    background-size: cover;
}
.button-text-icon.icon-left {
    padding-left: 30px;
}
.button-text-icon.icon-left:before {
    position: absolute;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    left: 12px;
    top: 6px;
}
.add-item {
    background-color: #fff;
    color: #4eb8c1;
}
.button-text-icon.add-item.icon-plus:before {
    background-image: url(../resources/icon-plus.svg);
    background-size: cover;
}
.edit-button {
    letter-spacing: 0.55px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
.edit-button .icon-wrap {
    position: absolute;
    margin-left: -19px;
    width: 13px;
    margin-top: 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.edit-button .icon-wrap svg {
    width: 100%;
}
.edit-button .icon-wrap svg path {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.edit-button:hover {
    background-color: #4eb8c1;
    color: #fff;
    border: 1px solid #4eb8c1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.edit-button:hover path {
    fill: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.edit-icon-only {
    border-radius: 50%;
    height: 30px;
    width: 0px;
    padding: 5px 13px 5px 16px;
}
.edit-icon-only .icon-wrap {
    position: relative;
    margin-left: -9px;
    width: 15px;
    height: 13px;
    margin-top: 1px;
}
.add-icon-only {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: block;
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.add-icon-only:hover {
    background-color: #4eb8c1;
    border: 1px solid #4eb8c1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.add-icon-only:hover g {
    stroke: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.add-icon-only .icon-wrap {
    position: relative;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    margin-top: 2px;
}
.no-data {
    background-color: #fff !important;
    color: #d8d8d8;
    border: 1px solid #d8d8d8;
    cursor: default;
}
.no-data:after {
    opacity: 0.25;
}
.submit-button {
    background-color: #4eb8c1;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 12px 30px;
    cursor: pointer;
    border-radius: 24px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.submit-button:hover {
    background-color: #131d27;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.cancel-button {
    background-color: transparent;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    color: #4a4a4a;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 12px 30px;
    cursor: pointer;
    border-radius: 24px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.cancel-button:hover {
    background-color: #131d27;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.card {
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 25px 15px;
    position: relative;
}
.card .h2,
.card h2 {
    color: #131d27 !important;
}
.card p {
    color: #4c5660;
    font-weight: 300;
}
.card > P {
    margin-top: 0px;
}
.card .subtext {
    color: #8a95a1;
    text-transform: uppercase;
}
.card .card-button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card .card-button-row .button-text-icon {
    margin-right: 10px;
}
.card .status {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: block;
    right: 16px;
    top: 15px;
}
.card .status.status-active {
    background-color: #4eb8c1;
}
.card-section .card {
    display: inline-block !important;
    max-width: 32% !important;
    margin: 0px 0.5% 15px;
}
.profile-card .profile-attribute {
    position: relative;
    margin-top: 15px;
    word-wrap: break-word;
}
.profile-card .profile-attribute:before {
    position: absolute;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    left: 3px;
    margin-top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.profile-card .profile-organisation:before {
    background-image: url(../resources/icon-org.svg);
}
.profile-card .profile-location:before {
    background-image: url(../resources/icon-location.svg);
}
.profile-card .profile-email:before {
    background-image: url(../resources/icon-email.svg);
}
.profile-card .profile-role:before {
    background-image: url(../resources/icon-assignments.svg);
}
.profile-card .profile-image {
    height: 64px;
    width: 64px;
    display: block;
    border-radius: 50%;
    border: 2px solid #d8d8d8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 15px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 8px 36px 6px 5px;
    background-color: #fff;
    color: #4a4a4a;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    outline: none !important;
    background-image: url(../resources/icon-down-arrow.svg);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: 93% 49%;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
input {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background-color: #fff;
    color: #4a4a4a;
    padding: 8px 16px 6px;
    font-family: "Roboto", sans-serif;
    outline: none !important;
}
.search-input {
    background-image: url(../resources/icon-search.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 3% 51%;
    padding-left: 30px;
    padding: 10px 5px 10px 25px !important;
    border-radius: 4px !important;
    float: right;
    border-color: #ccc;
}
.search-input::-webkit-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
    font-size: 14px;
}
.search-input::-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
    font-size: 14px;
}
.search-input:-ms-input-placeholder {
    color: #4a4a4a;
    opacity: 1;
    font-size: 14px;
}
.search-input:-moz-placeholder {
    color: #4a4a4a;
    opacity: 1;
    font-size: 14px;
}
.sign-in-field {
    max-width: 460px;
    margin-bottom: 20px;
}
.sign-in-field label {
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #8a95a1;
    font-weight: 400;
}
.sign-in-field input,
.sign-in-field textarea {
    width: 100%;
    border-radius: 0px !important;
    border: 1px solid #d8d8d8;
    padding: 11px !important;
    font-family: "Roboto", sans-serif;
}
.sign-in-field select {
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-heading {
    padding-bottom: 20px;
    margin-top: 30px;
}
.section-heading-border {
    margin-bottom: 25px;
    border-bottom: 1px solid #d8d8d8;
}
.hub-table-row {
    background-color: #fff;
    border-bottom: 1px solid #f1f3f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hub-table-cell {
    width: 14%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hub-table-program {
    text-transform: uppercase;
    width: 10%;
}
.hub-table-program a {
    color: #131d27;
}
.hub-table-years {
    width: 10%;
}
.hub-table-priority {
    width: 12%;
}
.hub-table-study {
    font-weight: 700;
    width: 18%;
}
.hub-table-study a {
    color: #131d27;
}
.hub-table-status {
    width: 16%;
}
.hub-table-controls {
    width: 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hub-table-controls div,
.hub-table-controls a {
    margin-left: 5px;
}
.hub-table-headers {
    background-color: transparent;
}
.hub-table-headers .hub-table-cell {
    color: #8a95a1;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.profile-info .profile-attribute {
    padding-left: 30px;
    position: relative;
    margin-top: 15px;
    word-wrap: break-word;
}
.profile-info .profile-attribute:before {
    position: absolute;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    left: 3px;
    margin-top: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.profile-info .profile-organisation:before {
    background-image: url(../resources/icon-org.svg);
}
.profile-info .profile-location:before {
    background-image: url(../resources/icon-location.svg);
}
.profile-info .profile-email:before {
    background-image: url(../resources/icon-email.svg);
}
.profile-info .profile-role:before {
    background-image: url(../resources/icon-assignments.svg);
}
.profile-info .profile-image {
    height: 112px;
    width: 112px;
    display: block;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 15px;
}
.profile-info .profile-left-col {
    width: 170px;
}
.profile-info .profile-right-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.profile-info .profile-attribute-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
}
.profile-info .profile-attribute-col {
    width: 48%;
    margin-right: 2%;
}
.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #d8d8d8;
    padding: 20px 10px 15px;
    min-height: 135px;
    position: relative;
}
.news-item .news-item-left-col {
    width: 33%;
}
.news-item .news-item-right-col {
    width: 66%;
}
.news-item .subtext {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.news-item .link-button-wrap {
    margin-top: 10px;
}
.news-item .edit-news-item {
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
}
.editable-news-item .edit-news-item {
    display: block;
}
.feed-card {
    border-radius: 4px;
    background-color: #f1f3f6;
    padding: 30px 30px;
}
.feed-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}
.feed-info {
    color: #131d27;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 15px;
}
.feed-header-right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.feed-content {
    margin-top: 20px;
}
.feed-item {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    padding-top: 20px;
}
.feed-item div {
    margin-bottom: 10px;
}
.feed-item .label {
    white-space: normal;
}
.feed-item-header-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
