.el-cascader-menu__list {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 6px 12px;
    list-style: none;
    box-sizing: border-box;
}

.el-cascader-menu {
    overflow-x: hidden;
}

.el-cascader-menu__wrap {
    overflow-x: hidden;
}

.el-cascader-node__postfix {
    float: right;
    position: relative;
    top: 2px;
}

.el-cascader-node.is-selectable:focus {
    outline: none;
}

.admin-dashboard {
    background-color: #F2F2F2;
    min-height: 100%;
}

.admin-dashboard .el-pager *,
.admin-dashboard .el-pagination *,
.admin-dashboard .el-pagination *:disabled {
    background-color: #F2F2F2;
}

.spacing-4 {
    height: 4px;
}

.spacing-8 {
    height: 8px;
}

.spacing-16 {
    height: 16px;
}

.spacing-24 {
    height: 24px;
}

.spacing-32 {
    height: 32px;
}

.spacing-64 {
    height: 64px;
}

.spacing-80 {
    height: 80px;
}

.spacing-96 {
    height: 96px;
}

.spacing-128 {
    height: 128px;
}

.mosaic-bg {
    background-image: url("/img/splash/Comps/SIKU User Mosaic Jul 2019 BG.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.contact-item {
    display: flex;
    align-items: center;
}

.siku-dialog .el-dialog__body {
    padding-top: 6px;
}

.feed-text-light {
    /*color: #BDBDBD;*/
    color: #8D8D8D;
}

.text-light {
    color: #828282;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #AAE5F8;
    color: #00B0F0;
    text-align: center;
    margin-right: 12px;
}

.contact-icon span {
    line-height: 32px;
}

.alert-siku {
    color: white;
    padding: 6px 12px;
    display: inline-block;
}

.alert-siku-danger {
    background: #C00000;
}

.alert-siku-success {
    background: #008845;
}

.alert-siku-warning {
    background: #FFC000;
}

.creation-section {
    margin: 6px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.el-tabs__item {
    color: inherit;
}

.d-flex {
    display: flex;
}

.p-0 {
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.p-6 {
    padding: 6px;
}

.px-12 {
    padding: 0 12px;
}


.p-12 {
    padding: 12px;
}

.m-0 {
    margin: 0 !important;
}

.ml-3 {
    margin-left: 3px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-36 {
    margin-left: 36px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-12 {
    margin-right: 12px;
}

.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.my-6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.mx-6 {
    margin-left: 6px;
    margin-right: 6px;
}

.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.mx-24 {
    margin-left: 24px;
    margin-right: 24px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-12 {
    margin-top: 12px;
}

.blue-submenu-stacked .item {
    display: inline-block;
    width: auto;
    text-align: center;
}

.blue-submenu-stacked .item .item-icon {
    padding: 3px 15px 0 15px;
}

.blue-submenu-stacked .item .item-icon span {
    vertical-align: bottom;
    font-size: 24px;
}

.blue-submenu-stacked .item .item-text {
    padding: 0 15px 0 15px;
    font-size: 12px;
    position: relative;
    z-index: 10;
}

.blue-submenu-stacked .item.active,
.blue-submenu .item.active {
    background: #00B0F0;
    color: white;
    position: relative;
}

.blue-submenu-stacked .item.active:before,
.blue-submenu.item.active:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #00B0F0;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
    z-index: 1;
}

.blue-submenu-stacked {
    display: flex;
    height: 50px;
    background-color: #AAE5F8;
}

.blue-submenu-stacked .item {
    padding: 0 10px;
    text-align: center;
}

.blue-submenu-stacked .item .item-icon {
    max-height: 24px;
    margin-bottom: 3px;
    margin-top: 6px;
}

.blue-submenu-stacked .item .item-icon span {
    font-size: 20px;
}

.blue-submenu {
    display: flex;
    background-color: #AAE5F8;
}

.blue-submenu .item {
    text-align: center;
}

.blue-submenu .item > div {
    padding: 10px;
}

.blue-submenu .item .item-icon {
    max-height: 24px;
}

.blue-submenu .item .item-icon span {
    font-size: 20px;
}

.blue-submenu .item .item-text {
    font-size: 12px;
}

.creation-section .assistive-text {
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 300;
}

.creation-section .helper-text {
    font-weight: 300;
    margin-top: 14px;
    color: #828282;
}

.creation-section .assistive-text .fa,
.creation-section .assistive-text .fas,
.creation-section .assistive-text .far,
.creation-section .assistive-text .fal {
    font-weight: 500;
}

.creation-section .header {
    border-radius: 4px 4px 0 0;
    padding: 14px;
    background-color: white;
    font-size: 16px;
    /*color: #00B0F0;*/
    color: #4F4F4F;
}

.creation-section .header.toggle-container {
    border-radius: 4px;
}

.creation-section .header.toggle-container.container-open {
    border-radius: 4px 4px 0 0;
}

.creation-wrapper .creation-section .header.container-open {
    background-color: white;
}

.creation-section .header > span {
    width: 20px;
    display: inline-block;
}

.creation-section .header .toggle-directive {
    top: 14px !important;
    right: 12px !important;
    color: #00B0F0;
}

.creation-section .header.recommended .toggle-directive {
    top: 24px !important;
}

.creation-section .body {
    padding: 18px 12px 12px 12px;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.creation-section .creation-section {
    margin: 0px;
}

.creation-section .creation-section .header {
    background-color: #F2F2F2;
}


.creation-section .body .separator {
    margin: 12px 0;
}

.creation-section .body .el-form-item__label {
    line-height: normal;
}

.el-dialog .modal-separator {
    margin-left: -20px;
    margin-right: -20px;
}

.el-dialog.tag-picker .el-dialog__header,
.el-dialog.tag-picker .el-dialog__body {
    padding-top: 0;
}

@media (max-width: 768px) {
    .el-dialog {
        width: 90% !important;
        margin-top: 15px !important;
    }
}

.tag-results-wrapper {
    max-height: 500px;
    overflow-y: auto;
}

.tag-results-wrapper .list-item:hover {
    background-color: rgba(217, 237, 247, 0.7);
}

.selected-item-wrapper {
    max-height: 124px;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .el-input {
        width: auto;
    }
}

.el-input.block {
    width: 100%;
}

.routeGuard.el-notification {
    width: 400px;
}

.routeGuard .el-notification__group {
    width: 100%;
}

.routeGuard .el-notification__title {
    color: black;
}

.level {
    display: flex;
    align-items: center;
}

.level-top {
    display: flex;
    align-items: flex-start;
}

.inline-level {
    display: inline-flex;
    align-items: center;
}

.flex {
    flex: 1;
}

.edit-popover,
.edit-popover-light,
.el-tooltip__popper.edit-popover {
    padding: 0;
    background-color: rgb(56, 56, 56);
    color: whitesmoke;
    font-weight: 400;
    border: none;
}

.edit-popover-light .separator {
    padding: 0;
    margin: 3px 0;
    border-bottom: 1px solid gray;
}

.edit-popover.with-padding,
.el-tooltip__popper.edit-popover.with-padding,
.edit-popover-light.with-padding {
    padding: 12px;
}

.edit-popover ul,
.edit-popover-light ul {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

.edit-popover li,
.edit-popover-light li {
    padding: 6px;
}

.edit-popover li:last-child,
.edit-popover-light li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.edit-popover li:first-child,
.edit-popover-light li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.edit-popover li:hover,
.edit-popover-light li:hover {
    background-color: #00B0F0;
    color: whitesmoke;
    cursor: pointer;
}

.edit-popover[x-placement^=top] .popper__arrow::after,
.edit-popover[x-placement^=top] .popper__arrow,
.el-tooltip__popper.edit-popover[x-placement^="top"] .popper__arrow::after,
.el-tooltip__popper.edit-popover[x-placement^="top"] .popper__arrow,
.edit-popover-light[x-placement^="top"] .popper__arrow::after,
.edit-popover-light[x-placement^="top"] .popper__arrow {
    border-top-color: rgb(56, 56, 56);
}

.edit-popover[x-placement^=left] .popper__arrow::after,
.edit-popover[x-placement^=left] .popper__arrow,
.el-tooltip__popper.edit-popover[x-placement^=left] .popper__arrow::after,
.el-tooltip__popper.edit-popover[x-placement^=left] .popper__arrow,
.edit-popover-light[x-placement^=left] .popper__arrow::after,
.edit-popover-light[x-placement^=left] .popper__arrow {
    border-left-color: rgb(56, 56, 56);
}

.edit-popover[x-placement^=right] .popper__arrow::after,
.edit-popover[x-placement^=right] .popper__arrow,
.el-tooltip__popper.edit-popover[x-placement^=right] .popper__arrow::after,
.el-tooltip__popper.edit-popover[x-placement^=right] .popper__arrow,
.edit-popover-light[x-placement^=right] .popper__arrow::after,
.edit-popover-light[x-placement^=right] .popper__arrow {
    border-right-color: rgb(56, 56, 56);
}

.edit-popover.el-popper[x-placement^="bottom"] .popper__arrow::after,
.edit-popover.el-popper[x-placement^="bottom"] .popper__arrow,
.el-tooltip__popper.edit-popover[x-placement^="bottom"] .popper__arrow::after,
.el-tooltip__popper.edit-popover[x-placement^="bottom"] .popper__arrow,
.edit-popover-light.el-popper[x-placement^="bottom"] .popper__arrow::after,
.edit-popover-light.el-popper[x-placement^="bottom"] .popper__arrow {
    border-bottom-color: rgb(56, 56, 56);
}

.edit-popover.el-popper[x-placement^="bottom"] .popper__arrow::after,
.el-tooltip__popper.edit-popover.el-popper[x-placement^="bottom"] .popper__arrow::after,
.edit-popover-light.el-popper[x-placement^="bottom"] .popper__arrow::after {
    top: 0px;
}

.text-100 {
    font-weight: 100;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-border {
    border: none !important;
}

.thin-blue-bar {
    height: 30px;
    padding: 5px 10px;
    background-color: #AAE5F8;
    color: #00B0F0;
}

.thin-blue-bar .thin-item {
    margin-right: 20px;
}

/*.text-primary {*/
/*color: rgb(27, 182, 244);*/
/*}*/

/*.bg-primary {*/
/*background-color: rgb(27, 182, 244);*/
/*}*/

/*.el-button--primary {*/
/*background-color: rgb(59, 191, 240);*/
/*border-color: rgb(59, 191, 240);*/
/*}*/

/*.el-button--primary:focus,*/
/*.el-button--primary:hover {*/
/*background-color: rgb(27, 182, 244);*/
/*border-color: rgb(27, 182, 244);*/
/*}*/

.icecore-section-table-head {
    background-color: #00B0F0;
}

.icecore-section-table-head th {
    color: white;
    font-weight: 400;
    border-right: white 1px solid;
}

.icecore-section-table-head th:last-child {
    color: white;
    font-weight: 400;
    border-right: none;
}

.icecore-section-table-head > tr > th {
    border-bottom: 1px solid #ddd;
}

label.el-form-item__label {
    display: inherit;
    max-width: inherit;
    margin-bottom: 0;
    font-weight: inherit;
}

.el-form--label-top .el-form-item__label {
    padding-bottom: 6px;
}

.bigger-tooltip {
    font-weight: 200;
    font-size: 14px;
}

.flex-center {
    display: flex;
    align-content: center;
}

.text-red {
    color: #C00000;
}

.bg-red {
    background-color: #C00000;
}

.text-tool {
    color: #C00000;
}

.bg-tool {
    background-color: #C00000;
}

.text-ice {
    color: #008845;
}

.bg-ice {
    background-color: #008845;
}

.text-wildlife {
    color: #008845;
}

.bg-wildlife {
    background-color: #008845;
}

.text-white {
    color: #FFF;
}

.text-blue {
    color: #00B0F0;
}

.text-yellow {
    color: #FFC000;
}

.text-gray {
    color: #8D8D8D;
}

.link-gray {
    color: #8D8D8D;
    text-decoration: underline;
}

.link-gray:hover, .link-gray:focus {
    color: #525252;
}

.text-light-gray {
    color: #BDBDBD;
}

.text-darker-gray {
    color: #4F4F4F;
}

.text-bold {
    font-weight: bold;
}

.blue-submenu {
    background: #AAE5F8;
}


.sidebar-section {
    background: white;
    border-radius: 5px;
    padding: 10px;
    margin: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.sidebar-section-v2 {
    background: transparent;
    border-radius: 0;
    padding: 10px;
    margin: 6px;
    box-shadow: none;
}

.sidebar-section-v2 .tagger-wrapper .tag-item {
    background-color: #E0E0E0;
}

.sidebar-section-v2 .tagger-wrapper .tag-item .tag-delete.text-primary {
    color: #a2a2a2;
}

.sidebar-section .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sidebar-section .title.bb {
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 5px;
}

.aes-icon {
    position: relative;
    width: 1em;
    height: 1em;
    display: inline-block;
}

.aes-icon:after {
    content: '';
    width: 1em;
    height: 1em;
    background-image: none;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.aes-community:after {
    background-image: url('/img/icons/inukshuk.png');
}

.aes-community-black:after {
    background-image: url('/img/icons/community.png');
}

.aes-ice:after {
    background-image: url('/img/icons/ice.svg');
}

.aes-species:after {
    background-image: url('/img/icons/species.svg');
}

.square-border,
.square-border * {
    border-radius: 0;
}

.cover-bar {
    padding: 5px 15px 5px 0;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.cover-bar .cover-item {
    display: inline;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}

* {
    font-family: "Roboto", sans-serif;
}

.serif * {
    font-family: 'Droid Serif', serif;
}

.btn-xs {
    padding: 1px;
    font-size: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.profile-pic-wrapper {
    background-color: white;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 20px;
    left: 20px;
    z-index: 10;
    border: 7px solid white;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.5);
}

.picture-area .show-on-hover {
    opacity: 0.01;
    transition: opacity ease 300ms
}

.picture-area:hover .show-on-hover {
    opacity: 1;
}

.no-margin {
    margin: 0;
}

.bg-transparent {
    background-color: transparent;
}

.table.table-borderless > tbody > tr > td,
.table.table-borderless > tbody > tr > th,
.table.table-borderless > tfoot > tr > td,
.table.table-borderless > tfoot > tr > th,
.table.table-borderless > thead > tr > td,
.table.table-borderless > thead > tr > th {
    border-top: none;
}

.el-steps * {
    box-sizing: content-box;
}

.bg-white {
    background-color: white;
}

.bg-gray {
    background-color: #F2F2F2;
}

.bg-dark-gray {
    background-color: #E0E0E0;
}

.text-block {
    display: block;
}

.block .el-upload {
    display: block;
}

[data-link="#share-facebook"] {
    color: #3b5998;
}

[data-link="#share-twitter"] {
    color: #0084b4;
}

[data-link="#share-pinterest"] {
    color: #C92228;
}

[data-link="#share-googleplus"] {
    color: #d34836;
}

[data-link="#share-linkedin"] {
    color: #0077B5;
}

.block,
.block .el-input {
    display: block;
    width: 100%;
}

.el-upload .el-upload__input {
    display: none;
}

.vue-loader-spinner,
.vue-loader-spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.vue-loader-spinner {
    font-size: 15px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #13CE66;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.vue-loader-spinner.sm,
.vue-loader-spinner.sm:after {
    width: 2em;
    height: 2em;
}

.vue-loader-spinner.sm {
    font-size: 10px;
    border-top: 0.5em solid rgba(255, 255, 255, 0.2);
    border-right: 0.5em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
    border-left: 0.5em solid #13CE66;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.panel-sm {
    margin-bottom: 5px;
}

.panel-sm .panel-heading {
    padding: 2px 5px;
    font-weight: bold;
}

.panel-sm .panel-body {
    padding: 2px 5px;
}

.toggle-directive {
    transition: all 300ms linear;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.8;
    display: inline-block;
    width: 20px;
    margin-left: 0;
    text-align: center;
    position: absolute;
    top: 10px
}

span > .toggle-directive {
    top: -3px;
}

.toggle-directive:hover {
    opacity: 1;
    transform: scale(1.2);
}

.toggle-directive.show {
    transform: rotate(180deg);
}

.toggle-directive.show:hover {
    opacity: 1;
    transform: rotate(180deg) scale(1.2);
}

.toggle-directive.fa-angle-down.show {
    transform: rotate(180deg);
}

.toggle-directive.fa-angle-down.show:hover {
    opacity: 1;
    transform: rotate(180deg) scale(1.2);
}

.img-responsive {
    width: 100%;
}

.hover {
    cursor: pointer;
}


.hover-opacity {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 200ms linear;
}

.hover-opacity:hover {
    cursor: pointer;
    opacity: 1;
}

.hover-opacity.disabled,
.hover-opacity.disabled:hover {
    cursor: not-allowed;
    opacity: 0.3;
    transition: none;
}

.hover:hover .toggle-directive {
    opacity: 1;
    transform: scale(1.2);
}

.hover:hover .toggle-directive.show {
    opacity: 1;
    transform: rotate(180deg) scale(1.2);
}

/*.hover:hover .toggle-directive.fa-angle-down.show {*/
/*opacity: 1;*/
/*transform: rotate(-180deg) scale(1.2);*/
/*}*/

.chart-builder {
    width: 600px;
    height: 400px;
    position: absolute;
    left: -2000px;
}

.chart-image-wrapper {
    border-radius: 6px;
    overflow: hidden;
}

.chart-image-wrapper:hover {
    cursor: zoom-in;
}

.full-chart-wrapper {
    width: 870px;
    height: 490px;
}

.panel {
    border-radius: 0;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-'] {
    padding: 0;
}

.panel-heading {
    border: 0;
    border-radius: 0;
}

.panel-body {
    background-color: rgba(255, 255, 255, 0.92);
}

.title-row-gold {
    background: rgba(204, 162, 25, 0.9);
}

.title-row-blue {
    background: rgba(59, 90, 153, 0.8);
}

.title-row-green {
    background: rgba(120, 139, 34, 0.8);
}

@media (min-width: 320px) {

    .title-row-gold, .title-row-blue, .title-row-green {
        margin-top: 150px;
        margin-bottom: 0px;
    }

    .division-title {
        font-family: 'Oswald', sans-serif;
        color: white;
        font-weight: 100 !important;
        font-size: 20px;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;
        z-index: 111;
    }

    .white-box {
        background-color: rgba(255, 255, 255, 0.92);
        box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, 0.2);
        color: #666;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .white-box h4 {
        font-family: 'Oswald', sans-serif;
        margin: 20px auto 10px;
        text-transform: uppercase;
    }

    .white-box span.border-bottom-subtitle {
        height: 1px;
        width: 30%;
        background: #888;
        display: block;
        margin-bottom: 15px;
    }

    .white-box p {
        font-family: 'Droid Serif', serif !important;
        padding: 15px 10px;
        font-size: 16px;
    }

    .white-box a {
        color: #cca219;
        text-decoration: none;
    }

    .white-box a:hover {
        color: #000;
    }

    .white-box li {
        font-family: 'Droid Serif', serif !important;
        font-size: 16px;
        margin-bottom: 20px
    }

    .right-side-column {
        margin-top: 150px;
        padding-right: 0;
        padding-left: 0;
    }

    .in-text-images-portrait-right {
        margin: 5px 0px 10px 20px;
        width: 50%;
        float: right;
    }

    .in-text-images-landscape-right {
        margin: 5px 0px 10px 20px;
        width: 100%;
        float: right;
    }

    .in-text-images-portrait-left {
        margin: 5px 20px 10px 0px;
        width: 50%;
        float: left;
    }

    .in-text-images-landscape-left {
        margin: 5px 20px 10px 0px;
        width: 100%;
        float: left;
    }
}

@media (min-width: 480px) {

    .in-text-images-portrait-right, .in-text-images-portrait-left {
        width: 20%;
    }

    .in-text-images-landscape-right, .in-text-images-landscape-left {
        width: 30%;
    }
}

@media (min-width: 768px) {

    .title-row-gold, .title-row-blue, .title-row-green {
        margin-top: 150px;
        margin-bottom: 0px;
    }

    .division-title {
        font-size: 28px;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .white-box h4 {
        margin: 20px auto 10px;
    }

    .white-box span.border-bottom-subtitle {
        height: 1px;
        width: 30%;
        margin-bottom: 15px;
    }

    .white-box p {
        font-size: 16px;
    }

    .white-box li {
        font-size: 16px;
        margin-bottom: 20px
    }

    .right-side-column {
        margin-top: 150px;
        padding-right: 0;
        padding-left: 7px;
    }

    .in-text-images-portrait-right {
        margin: 5px 0px 10px 20px;
        width: 30%;
    }

    .in-text-images-landscape-right {
        margin: 5px 0px 10px 20px;
        width: 40%;
    }

    .in-text-images-portrait-left {
        margin: 5px 20px 10px 0px;
        width: 30%;
    }

    .in-text-images-landscape-left {
        margin: 5px 20px 10px 0px;
        width: 40%;
    }
}

@media (min-width: 992px) {

    .title-row-gold, .title-row-blue, .title-row-green {
        margin-top: 150px;
        margin-bottom: 0px;
    }

    .division-title {
        font-size: 30px;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .white-box {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .white-box h4 {
        margin: 20px auto 10px;
    }

    .white-box span.border-bottom-subtitle {
        height: 1px;
        width: 30%;
        margin-bottom: 15px;
    }

    .white-box p {
        font-size: 16px;
    }

    .white-box li {
        font-size: 16px;
        margin-bottom: 20px
    }

}

@media (min-width: 1200px) {
    .right-side-column {
        margin-top: 150px;
        padding-right: 0;
    }

    .in-text-images-portrait-right {
        margin: 5px 0px 10px 20px;
        width: 30%;
    }

    .in-text-images-landscape-right {
        margin: 5px 0px 10px 20px;
        width: 35%;
    }

    .in-text-images-portrait-left {
        margin: 5px 20px 10px 0px;
        width: 30%;
    }

    .in-text-images-landscape-left {
        margin: 5px 20px 10px 0px;
        width: 35%;
    }

}


.siku-well {
    padding: 12px;
    background: #E0E0E0;
    border-radius: 5px;
}

a.simple-link {
    text-decoration: none;
    color: inherit;
}

.image-upload-overlay {
    background: #26323f;
    border-radius: 5px;
    padding: 6px 12px;
    color: white;
}

.stacked-checkboxes .el-checkbox {
    display: block;
    margin-left: 0;
}

.siku-tab .el-tabs__nav {
    background-color: white;
}

.siku-tab.el-tabs .el-tabs__header {
    box-shadow: 0 1px 1px 0 rgb(224 224 224);
}

.el-tabs.bg-white .el-tabs__header {
    margin-bottom: 0;
}

.el-tabs.bg-white .el-tabs__content {
    background: #F2F2F2;
}

.select-group .el-select-group__title {
    font-size: 16px;
    color: #BDBDBD;
}

.el-radio.block + .el-radio {
    margin-left: 0;
}

.siku-autocomplete.el-autocomplete-suggestion li {
    font-size: 14px;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 2px 0;
}

.siku-autocomplete.el-autocomplete-suggestion .autocomplete-icon {
    height: 32px !important;
    width: 32px !important;
}

.siku-autocomplete.el-autocomplete-suggestion .autocomplete-title {
    padding-left: 5px;
}

.zoom-animation {
    animation: zoom 1s linear infinite;
    -webkit-animation: zoom 1s linear infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}


.badge.badge-primary {
    background-color: #00B0F0;
}

.badge.badge-danger {
    background-color: #C00000;
}

.el-dialog__wrapper.bottom-right.upload-dialog .el-dialog {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
}

.el-tooltip__popper.emoji-picker {
    padding: 0;
}

.emoji-picker[x-placement^=top] .popper__arrow::after,
.emoji-picker[x-placement^=top] .popper__arrow {
    border-top-color: rgb(145, 145, 145);
}

.api-docs-content-wrapper .toggle-directive {
    top: 0;
}

.field-icon {
    font-size: 24px;
    width: 25px;
    margin-right: 12px;
    text-align: center;
}

.field-icon-offset {
    margin-left: 37px;
}

.linker {
    height: 0;
    width: 22px;
    font-size: 16px;
    color: lightgray;
    position: relative;
    top: -10px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.siku-input-wrapper {
    width: 100%;
}

@media (min-width: 1200px) {
    .siku-input-wrapper {
        width: 70%;
    }
}

.uploaded-image .image-bottom-overlay {
    padding: 5px 12px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

.uploaded-image .caption .el-textarea__inner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.icon-l {
    font-family: 'SIKU-Light' !important;
}

.icon-s {
    font-family: 'SIKU-Solid' !important;
}

.icon-d {
    font-family: 'SIKU-Duotone' !important;
}

.icon-dot {
    font-family: 'SIKU-Dot' !important;
}

.post-field-view {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.post-field-view .icon {
    color: #828282;
    align-self: start;
    width: 36px;
    height: 36px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.post-field-view .field-label {
    text-transform: uppercase;
    font-size: 12px;
    color: #BDBDBD;
}

.cms-toggle-wrapper {
    cursor: pointer;
    border-top: 1px dotted #E0E0E0;
    color: #828282;
    margin-top: 12px;
    padding-top: 12px;
    text-align: center;
    transition: all 200ms ease-in-out;
}

.cms-toggle-wrapper:hover {
    color: #333;
}

.el-button.el-button--text.text-danger {
    color: #C00000;
}

.linkable-post-item {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 0 12px 0 0;
}

.el-message-box.danger-confirm .title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}

.el-message-box.danger-confirm .title .icon {
    color: #C00000;
}

.el-checkbox.checkbox-large {
    font-size: 20px;
}

.el-checkbox.checkbox-large .el-checkbox__inner {
    width: 20px;
    height: 20px;
}

.el-checkbox.checkbox-large .el-checkbox__inner::after {
    border-width: 2px;
    height: 11px;
    left: 6px;
    width: 5px;
}




.post-info-view .cover-bar {
    background: #3D3D3D;
    color: white;
    padding: 10px;
}

.post-info-view .creation-section {
    margin: 6px;
}

.post-info-view .cover-bar .cover-item {
    margin-left: 20px;
}

.post-info-view .el-upload__input {
    display: none;
}

.share-wrapper {
    font-size: 1em;
}

.share-wrapper img {
    vertical-align: middle;
    opacity: 0.8;
    transition: opacity 200ms linear;
}

.share-wrapper img:hover {
    opacity: 1;
}

.dep-info-table tbody tr:first-child td {
    border-top: none;
}

.dep-info-table td {
    font-size: 12px;
}

.dep-info-table tr td:first-child {
    font-weight: bold;
}

.post-info-view .contributor-icon {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    display: inline-block;
}

.post-info-view .creation-section {
    background-color: white;
}

