﻿
.css-crop {
    background-repeat: no-repeat;
    height: 0;
    padding-bottom: 50%;
    width: 100%;
}

    .css-crop.bg-cover {
        background-position: center;
        background-size: cover;
    }

    .css-crop.bg-contain {
        background-position: center;
        background-size: contain;
    }

.clear-margin {
    margin: 0;
    padding: 0;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.clickable {
    cursor: pointer;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block !important;
}

.nomargin {
    margin: 0px !important;
}

.nowrap {
    white-space: nowrap;
}

.centered {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.first {
    margin-top: 0px !important;
}

.last {
    margin-bottom: 0px !important;
}

.mejs-overlay-button {
    display: none;
}

.cv-viewer p {
    min-height: 1em;
}

.cv-viewer .vcv-header {
    margin: 0 auto;
    max-width: 1020px;
    position: relative;
    padding: 30px 0;
}

    .cv-viewer .vcv-header .col-md-6:last-child {
        padding-right: 0;
    }

@media (max-width: 992px) {
    .cv-viewer .vcv-header .col-md-6:last-child {
        padding-right: 15px;
    }
}

.cv-viewer .vcv-header #social-share {
    text-align: right;
    position: absolute;
    left: -80px;
    top: 80px;
    z-index: 1050;
    opacity: 0;
}

    .cv-viewer .vcv-header #social-share .share-button {
        min-height: 30px;
    }

        .cv-viewer .vcv-header #social-share .share-button.subtle {
            opacity: 0.75;
        }

.cv-viewer .vcv-header .banner-top {
    padding-left: 90px;
    position: relative;
    margin-top: -10px;
    margin-bottom: -30px;
    z-index: 0;
    opacity: 0.5;
    display: inline-block;
}

    .cv-viewer .vcv-header .banner-top:hover {
        opacity: 0.8;
        -webkit-transition-property: transform opacity;
        -moz-transition-property: transform opacity;
        transition-property: transform opacity;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

.cv-viewer .vcv-logo {
    display: block;
    height: 40px;
    padding: 5px 0;
}

.cv-viewer div[role=article] .empty {
    display: none !important;
}

.cv-viewer footer.vcv-footer {
    margin-top: 100px;
    padding-bottom: 15px;
    text-align: center;
}

    .cv-viewer footer.vcv-footer p {
        margin: 0;
    }

.cv-viewer footer .updated-at {
    color: #333;
    opacity: 0.5;
}

.cv-fullscreen {
    position: relative;
}

    .cv-fullscreen .vcv-header {
        display: none;
    }

    .cv-fullscreen .vcv-footer {
        width: 100%;
        position: absolute;
        bottom: 0px;
        color: white;
        margin-top: 50px;
    }

        .cv-fullscreen .vcv-footer .updated-at {
            display: block;
            margin-bottom: 1em;
            opacity: 0.75;
        }

.editor-visible {
    display: none;
}

.cv-editor .cv-container {
    margin: 0 auto 200px auto;
}

    .cv-editor .cv-container .editor-visible {
        display: block;
    }

.asset label {
    text-align: center;
    display: block;
}

    .asset label > span {
        display: block;
        width: 100%;
    }

        .asset label > span > span {
           /* white-space: nowrap;*/
            overflow: hidden;
            -o-text-overflow: ellipsis;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            width: 100% !important;
        }

body {
    background-color: #eee;
}

.cv-container,
.cv-content {
    opacity: 1 !important;
}

.cv-container {
    background-color: #ffffff;
    border-radius: 1px;
    font-family: "Assistant", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;
    font-size: 14px;
    display: block;
    margin: 0 auto 10px;
    min-height: 500px;
    max-width: 1020px;
}

    .cv-container .nowrap-list li {
        white-space: nowrap;
    }

    .cv-container section {
        position: relative;
        word-wrap: break-word;
    }

        .cv-container section .date-range [data-bind=start_date] span,
        .cv-container section .date-range [data-bind=end_date] span {
            white-space: nowrap;
        }

        .cv-container section .date-range [data-bind=end_date]:before {
            content: ' - ';
        }

    .cv-container div[role=article]:after {
        content: '';
        display: block;
        clear: both;
    }

    .cv-container .main section:first-child .edit-section .sort-up,
    .cv-container .cv-content section:first-child .edit-section .sort-up {
        display: none;
    }

    .cv-container .main section:last-of-type .edit-section .sort-down,
    .cv-container .cv-content section:last-of-type .edit-section .sort-down {
        display: none;
    }

    .cv-container #profile .edit-section {
        display: none;
    }

    .cv-container #references .date-range {
        display: none !important;
    }

    .cv-container #references .article-body {
        width: 100%;
    }

    .cv-container svg {
        overflow: visible;
    }

    .cv-container table {
        width: 100%;
    }

    .cv-container .morris-hover {
        display: none !important;
    }

    .cv-container input[type='month'] {
        position: relative;
        border: none;
        max-width: 100%;
        content: attr(placeholder);
        display: inline-block;
    }

        .cv-container input[type='month']:before {
            content: attr(placeholder);
            position: absolute;
        }

    .cv-container .gallery .asset-thumb {
        display: block;
    }

    .cv-container .btn {
        margin-bottom: 15px;
    }

        .cv-container .btn i.subtle {
            opacity: 0.2;
        }

        .cv-container .btn i {
            opacity: 0.5;
        }

        .cv-container .btn.btn-glass {
            background-color: rgba(255, 255, 255, 0.15);
            -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.7);
        }

    .cv-container a,
    .cv-container [data-bind=email],
    .cv-container a[data-bind=organization_url] h5 {
        color: #428bca;
    }

    .cv-container [data-bind=organization_url] {
        display: block;
    }

    .cv-container .add-section {
        max-width: 850px;
        margin: 0px auto 60px;
    }

    .cv-container .cv-content:after {
        content: '';
        display: block;
        clear: both;
    }

    .cv-container .cv-content .user-thumb {
        display: none;
    }

        .cv-container .cv-content .user-thumb.visible {
            display: inherit;
        }

    .cv-container .asset-thumb {
        cursor: pointer;
        display: block;
        position: relative;
    }

        .cv-container .asset-thumb .asset-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 15%;
            z-index: 100;
            opacity: 0.5;
        }

            .cv-container .asset-thumb .asset-overlay:hover {
                opacity: 0.75;
            }

            .cv-container .asset-thumb .asset-overlay.youtube {
                background-image: url('/images/icons/play.png');
            }

            .cv-container .asset-thumb .asset-overlay img {
                page-break-inside: avoid;
            }

    .cv-container .contact_me .description {
        margin-bottom: 20px;
    }

    .cv-container .contact_me .input-group {
        font-family: "Assistant", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;
        font-size: 14px;
        margin-bottom: 20px;
    }

        .cv-container .contact_me .input-group.cv_slug-field {
            margin-bottom: 0;
        }

    .cv-container .contact_me label,
    .cv-container .contact_me input,
    .cv-container .contact_me button,
    .cv-container .contact_me textarea {
        font-weight: 300;
        line-height: normal;
    }

    .cv-container .contact_me label {
        display: block;
        margin-bottom: 4px;
        text-transform: none;
    }

    .cv-container .contact_me input[type='text'],
    .cv-container .contact_me input[type='email'],
    .cv-container .contact_me textarea {
        width: 400px;
        max-width: 100%;
    }

    .cv-container .contact_me input[type='text'],
    .cv-container .contact_me input[type='email'],
    .cv-container .contact_me textarea,
    .cv-container .contact_me button[type='submit'] {
        border-radius: 0;
        text-transform: none;
        transition: 0.2s;
    }

    .cv-container .contact_me .subject-field input {
        width: 500px;
    }

    .cv-container .contact_me textarea {
        width: 500px;
        height: 200px !important;
        margin-bottom: 0;
    }

    .cv-container .contact_me .success-message {
        display: none;
    }

@media (max-width: 992px) {
    #social-share {
        display: none;
    }

    .vcv-header .col-md-6:last-child {
        padding-right: inherit;
    }

    .vcv-header a {
        display: block;
        margin-bottom: 15px;
    }

    .vcv-header .vcv-logo {
        display: inline;
    }

    .vcv-header .btn {
        width: 100%;
    }
}

.pdf body {
    background-color: #ffffff;
}

.pdf .cv-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
}

    .pdf .cv-container a {
        text-decoration: none;
        transition: none;
    }

    .pdf .cv-container .main,
    .pdf .cv-container section:last-of-type,
    .pdf .cv-container section:last-of-type div[role=article]:last-of-type,
    .pdf .cv-container section:last-of-type div[role=article]:last-of-type > *:last-child,
    .pdf .cv-container section:last-of-type div[role=article]:last-of-type .mce-content-body > *:last-child,
    .pdf .cv-container section:last-of-type div[role=article]:last-of-type .mce-content-body li:last-child > *:last-child,
    .pdf .cv-container .content-container,
    .pdf .cv-container .cv-content {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

        .pdf .cv-container .cv-content,
        .pdf .cv-container .main > *:last-child,
        .pdf .cv-container .sidebar > *:last-child {
            page-break-after: always;
        }

.pdf.branded .cv-container .cv-content,
.pdf.branded .cv-container .main > *:last-child,
.pdf.branded .cv-container .sidebar > *:last-child {
    page-break-after: auto;
}

.pdf.branded .cv-container .branding {
    page-break-after: always;
}

.pdf .vcv-header,
.pdf .vcv-footer {
    display: none;
}

.pdf header,
.pdf .header-text {
    page-break-after: avoid;
    page-break-inside: avoid;
}

.pdf .no-page-break,
.pdf .css-crop,
.pdf pre,
.pdf blockquote,
.pdf img,
.pdf svg,
.pdf .chart-graph,
.pdf .chart-container,
.pdf .asset {
    page-break-inside: avoid;
}

    .pdf .no-page-break p {
        page-break-inside: avoid;
    }

.pdf .page-break {
    page-break-before: always;
}

.pdf thead {
    display: table-header-group;
}

.pdf p {
    orphans: 4;
    widows: 4;
}

.pdf .cv-container .chart-container {
    width: 850px;
}

.pdf .cv-container .portfolio .css-crop {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pdf .cv-container .user-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pdf .cv-container .branding span {
    opacity: 1;
}

.pdf .cv-container .asset-thumb .asset-overlay.youtube {
    display: none;
}

.pdf .contact_me {
    display: none;
}

@page {
    size: A4 portrait;
}

.cv-container {
    font-weight: 300;
}

    .cv-container .cv-content {
        margin: 0;
    }

    .cv-container h2,
    .cv-container h3,
    .cv-container h4,
    .cv-container h5,
    .cv-container h6,
    .cv-container label {
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 0.2em;
    }

    .cv-container h5 {
        margin: 0 0 0.2em;
    }

    .cv-container h1,
    .cv-container h3 {
        font-family: "Assistant", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;
    }

    .cv-container h1 {
        color: white;
        font-size: 225%;
        font-weight: 200;
        line-height: 1em;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 0.25em;
    }

    .cv-container h2 {
        font-size: 150%;
        font-style: italic;
        text-align: center;
    }

    .cv-container h3 {
        font-weight: 700;
        font-size: 150%;
        margin-bottom: 0.5em;
    }

    .cv-container h4,
    .cv-container h5 {
        font-weight: 400;
        font-size: 125%;
    }

    .cv-container h5 {
        color: #555555;
    }

    .cv-container h6 {
        font-size: 125%;
        color: #555555;
    }

    .cv-container strong {
        font-weight: 700;
    }

    .cv-container section {
        clear: both;
        margin-bottom: 3.5em;
    }

        .cv-container section header {
            text-align: left;
            position: relative;
            margin-bottom: 0.48em;
            width: 100%;
        }

            .cv-container section header .header-text {
                background-color: #ffffff;
                text-align: center;
                vertical-align: middle;
                display: inline-block;
                margin: 0 2px 0 0;
                padding: 0 0.5em 0 0;
                position: relative;
                z-index: 2;
            }

            .cv-container section header:after {
                border-bottom: 1px solid #dedede;
                content: '';
                display: block;
                left: 0;
                position: absolute;
                right: 0;
                top: 1em;
                width: 100%;
                z-index: 0;
            }

    .cv-container .column-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cv-container .main {
        padding: 2em 3%;
        width: 67%;
    }

        .cv-container .main h3 {
            color: #555555;
        }

        .cv-container .main .header-text {
            background-color: #ffffff;
        }

        .cv-container .main .vcard {
            display: none;
        }

    .cv-container .sidebar {
        background-color: #3dc1a4;
        color: white;
        padding: 3em 3%;
        width: 33%;
    }

        .cv-container .sidebar .vcard {
            display: block;
            padding-top: 2px;
        }

        .cv-container .sidebar .header-text {
            background-color: #3dc1a4;
        }

        .cv-container .sidebar div[role=article] a {
            color: white;
        }

        .cv-container .sidebar div[role=article].contact_info {
            margin-bottom: 2em;
        }

        .cv-container .sidebar .margin-top {
            margin-top: 1.5em;
        }

        .cv-container .sidebar .contact-field {
            margin-bottom: 1em;
        }

            .cv-container .sidebar .contact-field h4 {
                margin-bottom: 0;
            }

        .cv-container .sidebar .competency h6 {
            color: white;
        }

        .cv-container .sidebar .competency .competency-list {
            padding: initial;
        }

            .cv-container .sidebar .competency .competency-list li {
                background-color: white;
                opacity: 0.2;
            }

                .cv-container .sidebar .competency .competency-list li.filled {
                    opacity: 1;
                }

    .cv-container .user-contact,
    .cv-container .user-links {
        margin-left: -0.4em;
    }

        .cv-container .user-contact li,
        .cv-container .user-links li {
            margin-bottom: 0.75em;
        }

            .cv-container .user-contact li:before,
            .cv-container .user-links li:before,
            .cv-container .user-contact li i,
            .cv-container .user-links li i {
                text-align: center;
                width: 1.9em;
            }

        .cv-container .user-contact a,
        .cv-container .user-links a,
        .cv-container .user-contact [data-bind=email],
        .cv-container .user-links [data-bind=email] {
            color: white;
        }

        .cv-container .user-contact li:before {
            font-family: FontAwesome;
            display: inline-block;
        }

        .cv-container .user-contact li.adr:before {
            content: '\f041';
        }

        .cv-container .user-contact li.phone:before {
            content: '\f095';
        }

        .cv-container .user-contact li.email:before {
            content: '\f003';
        }

    .cv-container .user-title {
        padding: 15px 0;
    }

    .cv-container .user-thumb {
        max-width: 50%;
        margin: 0 auto;
        border: 1px solid white;
        padding: 4px;
        border-radius: 100%;
    }

        .cv-container .user-thumb .css-crop {
            padding-bottom: 100%;
            border-radius: 100%;
        }

    .cv-container #summary header {
        text-align: center;
    }

        .cv-container #summary header .header-text {
            padding: 0 0.5em;
        }

    .cv-container #summary div[role=article] {
        font-size: 115%;
        font-weight: 200;
        text-align: center;
        margin-top: 0;
        padding: 0 1.5em;
    }

    .cv-container div[role=article] {
        clear: both;
        margin-bottom: 1.2em;
    }

        .cv-container div[role=article]:last-child {
            margin-bottom: 0;
        }

    .cv-container .dated_story .article-headings {
        float: left;
        margin-right: 1%;
        width: 18%;
    }

    .cv-container .dated_story .article-body {
        float: left;
        width: 81%;
    }

    .cv-container .dated_story#references .article-headings {
        display: none;
    }

    .cv-container .dated_story#references .article-body {
        width: 100%;
    }

    .cv-container .competency-list {
        list-style: none;
        padding-left: 0.25em;
        width: 100%;
    }

        .cv-container .competency-list li {
            background-color: #3dc1a4;
            -webkit-transform: skewX(-30deg);
            -ms-transform: skewX(-30deg);
            -moz-transform-origin: skewX(-30deg);
            -o-transform-origin: skewX(-30deg);
            transform: skewX(-30deg);
            display: inline-block;
            height: 1em;
            margin-right: 2%;
            opacity: 0.2;
            width: 8%;
        }

            .cv-container .competency-list li.filled {
                opacity: 1;
            }

    .cv-container .portfolio .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .cv-container .portfolio .row:before {
            content: '';
            display: none;
        }

    .cv-container .portfolio .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cv-container .portfolio .asset .asset-description {
        display: none;
    }

    .cv-container .portfolio label {
        font-weight: 700;
        margin-bottom: 5px;
        margin-top: 5px;
        min-height: 1.8em;
    }

    .cv-container .portfolio .css-crop {
        -webkit-box-shadow: 1px 1px 3px 0 #cccccc;
        box-shadow: 1px 1px 3px 0 #cccccc;
        background-size: cover;
        background-position: center center;
        border: 1px solid #3dc1a4;
        padding-bottom: 75%;
        width: 100%;
    }

    .cv-container .portfolio a label {
        cursor: pointer;
    }

    .cv-container .sidebar .portfolio .asset {
        padding-left: 0;
        padding-right: 0;
    }

    .cv-container .sidebar .portfolio .css-crop {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none !important;
        border: 0;
        height: auto;
        padding: 0;
    }

        .cv-container .sidebar .portfolio .css-crop img {
            display: block !important;
        }

@media (max-width: 768px) {
    .cv-container .sidebar .portfolio label {
        text-align: left;
    }

    .cv-container .sidebar .portfolio .asset,
    .cv-container .sidebar .portfolio .asset-thumb {
        width: 100%;
    }

    .cv-container .sidebar .portfolio .asset-description {
        display: block;
    }
}

.cv-container .portfolio label {
    font-weight: initial;
}

.cv-container .portfolio .css-crop {
    width: 100%;
    padding-bottom: 75%;
    border: 2px solid #3dc1a4;
    border-radius: 2em 0 2em 0;
    box-shadow: 1px 1px 3px 0 #dedede;
}

.cv-container .edit-new {
    margin-bottom: 0;
    width: 100%;
}

.cv-container .sidebar .add-section a.btn {
    color: white;
}

@media (max-width: 768px) {
    .cv-container #summary div[role=article] {
        padding: 0;
    }

    .cv-container .main {
        -webkit-box-flex: 1;
        -moz-box-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        -moz-order: 0;
        order: 0;
        padding: 0;
        width: 100%;
    }

        .cv-container .main .vcard {
            background-color: #3dc1a4;
            color: white;
            display: block;
        }

        .cv-container .main .vcard,
        .cv-container .main section {
            padding: 2em 5%;
        }

    .cv-container .sidebar {
        -webkit-box-flex: 1;
        -moz-box-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        -moz-order: 1;
        order: 1;
        padding: 1em 5% 0;
        width: 100%;
    }

        /*.cv-container .sidebar .vcard {
            display: none;
        }*/

    .cv-container div[role=article] .article-headings,
    .cv-container div[role=article] .article-body {
        width: 100% !important;
    }
}

.pdf .cv-container {
    margin: 0;
}

    .pdf .cv-container .header-text:after {
        padding-right: 0;
        content: ' \00a0';
    }

    .pdf .cv-container .chart-container {
        width: 600px !important;
    }

    .pdf .cv-container .main,
    .pdf .cv-container .sidebar {
        padding-bottom: 0;
        padding-top: 0;
    }

@page {
    margin: 1.2cm;
}

@page :first {
    margin-top: 0cm;
}

.cv-container .sidebar h3 {
    color: white;
}
