﻿
.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: "Rasa", "Didot", "Hoefler Text", Garamond, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, serif;*/
    font-size: 15px;
    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: "Rasa", "Didot", "Hoefler Text", Garamond, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, serif;*/
        font-size: 15px;
        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 {
        padding: 0 5%;
    }

    .cv-container h2,
    .cv-container h3,
    .cv-container h4,
    .cv-container h5,
    .cv-container h6,
    .cv-container label {
        font-weight: 200;
        margin-top: 0;
        margin-bottom: 0.25em;
    }

    .cv-container h1,
    .cv-container h2,
    .cv-container h3 {
        /*font-family: "Montserrat", "Century Gothic", CenturyGothic, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, 华文细黑, STXihei, 黑体, SimHei, sans-serif;*/
    }

    .cv-container h1 {
        font-size: 475%;
        font-weight: 200;
        letter-spacing: -2px;
        line-height: 1em;
        text-transform: uppercase;
        word-spacing: 5px;
        margin: 0;
    }

    .cv-container h3 {
        font-size: 200%;
        text-transform: uppercase;
    }

    .cv-container h2 {
        color: #555555;
        font-size: 150%;
    }

    .cv-container h4,
    .cv-container h5 {
        font-size: 125%;
        font-weight: 500;
    }

    .cv-container h5 {
        color: #555555;
    }

    .cv-container h6 {
        color: #555555;
        font-size: 100%;
    }

    .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;
        -webkit-box-align: stretch;
        box-align: stretch;
       /* background: #fe962f;*/
        clear: both;
        position: relative;
        height: 100%;
    }

        .cv-container .column-container:after {
            content: ' ';
            clear: both;
            display: table;
        }

       /* .cv-container .column-container:before {
            content: ' ';
            display: block;
            position: absolute;
            z-index: 0;
            top: 0;
            width: 71%;
            height: 100%;
            left: 30%;
            background-color: #ffffff;
        }*/

    .cv-container .sidebar,
    .cv-container .main {
        position: relative;
    }

    .cv-container .sidebar {
        background-color: #fe962f;
        width: 30%;
        padding-left: 0;
        padding-right: 0;
    }

        .cv-container .sidebar .reference_story h3 {
            color: white;
            font-size: 125%;
        }

    .cv-container .main {
        background-color: #ffffff;
        width: 70%;
        padding-right: 30px;
    }

    .cv-container .contact_info {
        display: none;
    }

    .cv-container .sidebar .contact_info {
        display: block;
    }

    .cv-container section {
        margin-bottom: 2.25em;
    }

        .cv-container section.profile {
            margin-bottom: 1.05em;
        }

        .cv-container section header {
            margin-bottom: 0.45em;
        }

    .cv-container div[role=article] {
        margin-bottom: 1.5em;
    }

        .cv-container div[role=article]:last-child {
            margin-bottom: 0;
        }

        .cv-container div[role=article].vcard {
            margin-bottom: 0;
        }

            .cv-container div[role=article].vcard .logo {
                float: right;
                margin-bottom: 10px;
                width: 170px;
            }

               /* .cv-container div[role=article].vcard .logo .css-crop {
                    background-image: url(null);
                    background-position: right;
                }*/

@media (max-width: 768px) {
    .cv-container div[role=article].vcard .logo {
        float: none;
        margin: 15px auto;
        max-width: 300px;
        width: auto;
    }

        .cv-container div[role=article].vcard .logo .css-crop {
            background-position: center;
        }
}

.cv-container div[role=article].vcard .logo {
    display: none;
}

.cv-container .vcard .user-contact li:before {
    color: white;
    font-family: FontAwesome;
    text-align: center;
    display: inline-block;
    margin-right: 0.25em;
    width: 1.4em;
}

.cv-container .vcard li.adr:before {
    content: '\f041';
}

.cv-container .vcard li.phone:before {
    content: '\f095';
}

.cv-container .vcard li.email:before {
    content: '\f003';
}

.cv-container .vcard .user-links i {
    margin-right: 0.25em;
    width: 1.4em;
}

.cv-container .contact-spacer {
    background-color: #fe962f;
    height: 75px;
    position: relative;
    width: 30%;
}

    .cv-container .contact-spacer .spacer-stripe {
        border-top: 3px solid #ffffff;
        bottom: 0;
        height: 5px;
        position: absolute;
        width: 100%;
    }

.cv-container .user-title {
    color: #000000;
    padding: 1em 0;
    position: relative;
}

    .cv-container .user-title .title {
        font-style: italic;
    }

.cv-container .sidebar {
    color: white;
    z-index: 1;
}

    .cv-container .sidebar .add-section a.btn {
        color: white !important;
    }

    .cv-container .sidebar div[role=article] a {
        color: white;
    }

    .cv-container .sidebar .text-section {
        padding: 15px;
    }

    .cv-container .sidebar .user-thumbnail {
        position: relative;
    }

        .cv-container .sidebar .user-thumbnail img {
            width: 100%;
        }

        .cv-container .sidebar .user-thumbnail .spacer-stripe {
            /*border-top: 2px solid #fe962f;*/
            bottom: 0;
            height: 4px;
            position: absolute;
            width: 100%;
        }

    .cv-container .sidebar .adr {
        margin-top: 0.3em;
    }

    .cv-container .sidebar .user-contact,
    .cv-container .sidebar .user-links {
        padding: 15px 15px 0;
    }

        .cv-container .sidebar .user-contact li,
        .cv-container .sidebar .user-links li {
            color: white;
            margin-bottom: 1em;
        }

    .cv-container .sidebar .user-links {
        padding-top: 0;
    }

    .cv-container .sidebar section[data-table='text_stories'] .header-text,
    .cv-container .sidebar section[data-table='reference_stories'] .header-text,
    .cv-container .sidebar section[data-table='text_stories'] div[role=article],
    .cv-container .sidebar section[data-table='reference_stories'] div[role=article] {
        padding: 0 15px;
    }

    .cv-container .sidebar section[data-table='text_stories'] .header-text,
    .cv-container .sidebar section[data-table='reference_stories'] .header-text {
        margin-top: 1.5em;
    }

    .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 .dated_story div[role=article] {
    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 .dated_story .article-headings {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 2%;
    width: 17.5%;
}

.cv-container .dated_story .article-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1 5 80%;
    -webkit-flex: 1 5 80%;
    -moz-flex: 1 5 80%;
    -ms-flex: 1 5 80%;
    flex: 1 5 80%;
    max-width: 80%;
}

.cv-container .dated_story#references .article-headings {
    display: none;
}

.cv-container .dated_story#references .article-body {
    width: 100%;
}

.cv-container .skills {
    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;
    margin: -0.3em -12px;
}

    .cv-container .skills .competency {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        margin-bottom: 1.5em;
    }

        .cv-container .skills .competency:after {
            display: none;
        }

        .cv-container .skills .competency .competency-dial {
            -webkit-box-flex: none;
            -moz-box-flex: none;
            -webkit-flex: none;
            -moz-flex: none;
            -ms-flex: none;
            flex: none;
            height: 60px;
            margin-left: 15px;
            position: relative;
            width: 60px;
        }

            .cv-container .skills .competency .competency-dial svg {
                height: 60px;
                width: 60px;
            }

            .cv-container .skills .competency .competency-dial circle:first-child {
                fill: #fe962f;
                opacity: 0.2;
            }

            .cv-container .skills .competency .competency-dial path {
                fill: #fe962f;
            }

            .cv-container .skills .competency .competency-dial circle:last-child {
                fill: #ffffff;
                stroke-width: 20px;
                stroke: #ffffff;
            }

        .cv-container .skills .competency .competency-level {
            /*font-size: 125%;*/
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform-origin: translate(-50%, -50%);
            -o-transform-origin: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .cv-container .skills .competency .competency-description {
            -webkit-box-flex: 1;
            -moz-box-flex: 1 4 60%;
            -webkit-flex: 1 4 60%;
            -moz-flex: 1 4 60%;
            -ms-flex: 1 4 60%;
            flex: 1 4 60%;
        }

        .cv-container .skills .competency p {
            line-height: 120%;
            margin: 0;
        }

    .cv-container .skills .competency {
        display: inline-block;
        margin: 0.6em 12px;
        width: 46%;
        vertical-align: top;
    }

        .cv-container .skills .competency .competency-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: flex;
        }

        .cv-container .skills .competency .competency-dial path {
            fill: #fe962f;
        }

        .cv-container .skills .competency .competency-description {
            -webkit-box-flex: 1;
            -moz-box-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            -moz-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 215px;
        }

.cv-container .portfolio .row {
    margin: 0 -4px;
}

    .cv-container .portfolio .row .col-sm-12 {
        padding: 0;
    }

    .cv-container .portfolio .row .col-sm-6,
    .cv-container .portfolio .row .col-sm-4 {
        padding: 4px;
    }

.cv-container .portfolio label {
    min-height: 1.5em;
    text-align: right;
    margin: 0;
    width: 100%;
}

.cv-container .portfolio .asset-description {
    display: none;
}

.cv-container .portfolio .asset-thumb {
    position: relative;
    border: 3px solid #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .cv-container .portfolio .asset-thumb:hover .overlay {
        opacity: 1;
    }

    .cv-container .portfolio .asset-thumb:hover .portfolio-open {
        bottom: 0;
    }

    .cv-container .portfolio .asset-thumb .overlay {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 150px;
        max-width: 100%;
        padding: 10px;
        z-index: 10;
        display: block;
        opacity: 0;
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.5s ease;
    }

    .cv-container .portfolio .asset-thumb .css-crop {
        padding-bottom: 100%;
        width: 100%;
    }

.cv-container .edit-new {
    width: 100%;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .cv-container h1,
    .cv-container h2 {
        text-align: center;
    }

    .cv-container .contact-spacer {
        height: 50px;
        width: 100%;
    }

    .cv-container .user-title {
        white-space: initial;
        width: auto;
    }

    .cv-container .column-container:before {
        content: none;
    }

    .cv-container .contact_info {
        display: block;
    }

    .cv-container .user-thumb {
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
    }

    .cv-container .adr {
        line-height: 150%;
        text-align: center;
    }

    .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;
        margin-top: 30px;
        padding: 40px 0;
        width: 100%;
    }

        .cv-container .main .title-spacer {
            display: none;
        }

    .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;
        width: 100%;
    }

        .cv-container .sidebar .user-thumbnail {
            padding-bottom: 30px;
            background-color: #ffffff;
        }

            .cv-container .sidebar .user-thumbnail img {
                max-width: 100%;
                min-width: 200px;
                margin: 0 auto;
                display: block;
            }

        /*.cv-container .sidebar .contact_info {
            display: none;
        }*/

    .cv-container .dated_story div[role=article] .article-headings,
    .cv-container .dated_story div[role=article] .article-body {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cv-container .skills .competency {
        width: 100%;
    }
}

.pdf .cv-container {
    margin: 0;
}

    .pdf .cv-container h1 {
        letter-spacing: initial;
    }

    .pdf .cv-container .contact-spacer {
        display: none;
    }

    .pdf .cv-container .column-container {
        background: transparent;
    }

        .pdf .cv-container .column-container:after {
            content: none;
        }

        .pdf .cv-container .column-container:before {
            content: none;
        }

    .pdf .cv-container .portfolio .overlay {
        opacity: 1 !important;
    }

    .pdf .cv-container .chart-container {
        width: 650px !important;
    }

@page {
    margin: 1.2cm;
}

@page :first {
    margin-top: 0cm;
}
