/*
Theme: Canary---yellow trojanhorse
*/

@font-face {
	font-family: 'courier-prime.regular';
	src: url('../assets/fonts/courier-prime.regular.eot');
	src: local('☺'), url('../assets/fonts/courier-prime.regular.woff') format('woff'), url('../assets/fonts/courier-prime.regular.ttf') format('truetype'), url('../assets/fonts/courier-prime.regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
    overflow: auto;
}
body {
    font-family: 'courier-prime.regular';
/*    font-family: sans-serif;*/
	font-size: 13px;
    line-height: 1.25em;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body, select, input, textarea {
    color: #fff;
    background-color: #000;
}

a {color: #fff; text-decoration: none;}
a:hover {color: #fff;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fff; color: #000; text-shadow: none;}
::selection {background: #fff; color: #000; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fff; color: #fff;}

ins {background-color: #000; color: #fff; text-decoration: none;}
mark {background-color: #000; color: #fff; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.clearafter:after{
    content: '';
    display: block;
    clear: both;
}

.cursor-pointer{
    cursor: pointer;
}
.underline-mouseover:hover{
    text-decoration: underline;
}

.font-title{
    display: block;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 3vw;
    line-height: 1em;
    margin-bottom: 10px;
}


span.no-break {
    font-weight: inherit;
    display: inline-block;
}

.pill-button {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    padding: 0.2em 0.5em;
    margin-top: 4px;
    margin-bottom: 5px;
}
.pill-button.art {
    border: 1px solid #34c4fa;
    background-color: #34c4fa;
    color: #fff;
}
.pill-button-full {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    padding: 0.2em 0.5em;
    margin-top: 4px;
    margin-bottom: 5px;
}
.display-inlineblock{
    display: inline-block;
}

.text-right { text-align: right; }
.text-center { text-align: center; }

.blink {
    animation: blink 2s infinite;
}
@keyframes blink {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}

/*
-------------------------------------------------------------------------------*/



header{
    padding: 10px;
}

.logo{
    width: 100%;
    height: auto;
    filter: invert(1);
}

.bio {
    padding: 0;
    margin-bottom: 40px;
}
.bio.secondary {
    padding: 0 10px;
    
}





/* GREEN SECTION
-------------------------------------------------------------------------------*/
#green-section {
    background-color: #0f0;
    padding: 10px;
    color: #000;
    margin-bottom: 20px;
}
#green-section .section-title {
    background-color: #f00;
}
#green-section .section-title .title {
    font-weight: 700;
    font-family: helvetica;
    font-size: 3vw;
    line-height: 0.9em;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
}
#green-section .section-title .subtitle {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 10px;
}

#green-section .column-heading {
    padding-top: 1.5em;
}
#green-section .column-heading * {
    font-weight: 700;
    font-family: helvetica;
    font-size: 3vw;
    line-height: 1em;
    text-transform: uppercase;
}
#green-section .details {
    padding-left: 16.66%;
    padding-top: 1em;
}
#green-section .details a {
    color: #000;
}
#green-section .short-caption {
    padding-top: 1.2em;
}



/*
-------------------------------------------------------------------------------*/

.presentation {
    padding: 10px;
}

.padding-right-column {
    padding-right: 10px;
}
.padding-left-column {
    padding-left: 10px;
}
.border-left-column {
    padding: 0 10px;
    border-left: 1px solid #fff;
}
.border-right-column {
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.presentation .column {
/*    padding: 0 10px;*/
/*    border-left: 1px solid #fff;*/
    margin-bottom: 50px;
}
.presentation .column img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.presentation .column img.piechart {
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
}


.presentation .column iframe {
    width: 100%;
    height: 18.5vw;
    display: block;
}

.column.pie-wrapper {
    
}

.module-title{
    display: block;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 3vw;
    line-height: 0.8em;
    margin-bottom: 10px;
}

.badge-more {
    cursor: pointer;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 15px;
    padding: 0.2em 0.5em;
    margin-top: 4px;
}


.presentation.chart .column {
    min-height: 22vw;
}




/* ADVOCACY */
.pie-legend-1 {
    cursor: pointer;
    position: absolute;
    left: 46.7vw;
    margin-top: -14vw;
}
.pie-legend-2 {
    cursor: pointer;
    position: absolute;
    left: 58vw;
    margin-top: -11.5vw;
    text-align: center;
}
.pie-legend-3 {
    cursor: pointer;
    position: absolute;
    left: 56vw;
    margin-top: -1vw;
}
.pie-legend-4 {
    cursor: pointer;
    position: absolute;
    left: 47.5vw;
    margin-top: 1vw;
    text-align: center;
}
.pie-legend-5 {
    cursor: pointer;
    position: absolute;
    left: 36vw;
    margin-top: -1vw;
    text-align: center;
}
.pie-legend-6 {
    cursor: pointer;
    position: absolute;
    left: 37vw;
    margin-top: -12vw;
    text-align: center;
}

.pie-legend-1:hover,
.pie-legend-2:hover,
.pie-legend-3:hover,
.pie-legend-4:hover,
.pie-legend-5:hover,
.pie-legend-6:hover {
    text-decoration: underline;
}

.pie-legend-1.open,
.pie-legend-2.open,
.pie-legend-3.open,
.pie-legend-4.open,
.pie-legend-5.open,
.pie-legend-6.open {
    text-decoration: underline;
}

.trasparency-wrapper {
    margin-top: 20px;
    margin-bottom: 3vw;
}
.trasparency-wrapper div {
    padding-right: 10px;
}

.legend-details {
    margin-top: 6.3vw;
}
.legend-details .list-item {
/*    display: none;*/
    margin-bottom: 1em;
    cursor: pointer;
}
.legend-details .list-item:nth-child(3){
    margin-bottom: 0;
}

.legend-details .list-item:hover {
    text-decoration: underline;
}
.legend-details .list-item.open{
    display: block;
    text-decoration: underline;
}

.download-advocacy-wrapper {
    text-align: right;
    padding-top: 1em;
}
a.download-advocacy {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    padding: 0.2em 0.5em;
    margin-top: 4px;
    margin-bottom: 5px;
    display: inline-block;
}




/* COMMUNITY SERVICE
-------------------------------------------------------------------------------*/
#community-service {
    padding: 0 10px;
}
#community-service .module-title{
    text-align: center;
}
#community-service img {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}



/* projects
-------------------------------------------------------------------------------*/

.projects-timeline{
    padding: 0 0 50px 10px;
    
}
.projects-timeline-inner{
    padding-right: 0;
}

.timeline-content-wrapper{
    overflow-x: scroll;
    position: relative;
    top: -2vw;
}

.timeline-content{
    width: 610vw;
    width: 550vw;
    height: 34vw;
    padding-top: 10px;
}
.timeline-content img{
    height: 40vw;
}


/* width */
.timeline-content-wrapper::-webkit-scrollbar {
    height: 3px;
    
}

/* Track */
.timeline-content-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.timeline-content-wrapper::-webkit-scrollbar-thumb {
  background: #fff;
    border-radius: 10px;
}

/* Handle on hover */
.timeline-content-wrapper::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}




.milestone {
    display: inline-block;
    text-align: center;
/*    border: 1px solid red;*/
}

.year-label.milestone {
    
}
.project-label.milestone {
    width: 8vw;
    width: 6vw;
/*    padding: 0 1vw;*/
}
.project-label.milestone.wide-1 {
    width: 12vw;
}
.project-label.milestone.wide-2 {
    width: 18vw;
}

.row-tabs {
    border-bottom: 1px solid #fff;
}


.milestone:nth-of-type(odd) .upper-pin{
    display: none;
}
.milestone:nth-of-type(odd) {
    bottom: -0.7vw;
    position: relative;
    bottom: -6.3vw;
}


.milestone:nth-of-type(even) .lower-pin{
    display: none;
}
.milestone.year-label:nth-of-type(even){
    bottom: -8.6vw;
    position: relative;
}
.milestone.project-label:nth-of-type(even){
    bottom: -16.3vw;
    bottom: -10.3vw;
    display: inline-table;
    position: relative;
/*    position: absolute;*/
/*    margin-left: 4.2vw;*/
}
.milestone.project-label:nth-of-type(even) .text-wrapper {
    height: 6vw;
}

.milestone .text-wrapper {
    cursor: pointer;
    text-transform: uppercase;
}
.milestone .text-wrapper:hover {
    text-decoration: underline;
}
.milestone .text-wrapper.selected {
    text-decoration: underline;
}

span.upper-pin,
span.lower-pin {
    height: 1vw;
    border-left: 1px solid #fff;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.project-label span.upper-pin,
.project-label span.lower-pin {
    height: 4vw;
}


.label-text {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    padding: 0.2em 0.5em;
    margin-top: 4px;
    margin-bottom: 5px;
}

.hidden-content {
    display: none;
}


/* specifications */
#project-details {
    position: absolute;
    border: 1px solid #fff;
    padding: 10px;
    width: calc(50% - 20px);
    margin-top: 10px;
    background-color: #000;
    cursor: pointer;
    z-index: 999;
}

#project-details .preview-image {
    float: left;
    padding-right: 10px;
    width: 20%;
}
#project-details .preview-image img {
    width: 100%;
    height: auto;
    display: block;
}
#project-details .full-description {
    float: left;
    width: 80%;
}
#project-details .full-description.fullwidth {
    width: 100%;
}




/******/
.highlights {
    padding: 0 10px;
}
.highlights .row-images {
    margin-bottom: 20px;
}
.highlights .module-title {
    margin-bottom: 20px;
}
.highlights .image-wrapper {
    height: 22vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*
.highlights .image-wrapper video {
    width: 100%;
    height: 22vw;
    outline: none;
}
*/

.highlights a:nth-of-type(3n+1) .image-wrapper {
    border-right: 5px solid #000;
}
.highlights a:nth-of-type(3n+2) .image-wrapper {
    border-left: 5px solid #000;
    border-right: 5px solid #000;
}
.highlights a:nth-of-type(3n+3) .image-wrapper {
    border-left: 5px solid #000;
}

.highlights a:nth-of-type(3n+3):after {
    display: block;
    content: '';
    clear: both;
}


.highlight-title {
    display: block;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 2vw;
    line-height: 1em;
    margin-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px
}



/* 50 DOLLAR PROJECT RED
-------------------------------------------------------------------------------*/

.project-red {
    background-color: #f00;
    color: #000;
}

.project-red .logo {
    filter: invert(0);
    mix-blend-mode: multiply;
}




/* 
-------------------------------------------------------------------------------*/

.virgil-volume {
    padding: 0 10px;
    margin-top: 1vw;
    margin-bottom: 20px;
}


/* 
-------------------------------------------------------------------------------*/


footer{
    padding: 10px;
}




.copied-popup {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 15px;
    padding: 0.2em 0.5em;
    margin-top: 4px;
}

/****/



.col-md-2{
    width: 16.66%;
    float: left;
}
.col-md-3{
    width: 25%;
    float: left;
}
.col-md-4{
    width: 33.33%;
    float: left;
}
.col-md-6{
    width: 50%;
    float: left;
}
.col-md-8{
    width: 66.66%;
    float: left;
}
.col-md-9{
    width: 75%;
    float: left;
}
.col-md-10{
    width: 83.33%;
    float: left;
}
.col-md-12{
    width: 100%;
    float: left;
}

.mobile{display: none;}



@media screen and (max-width: 1600px) {
    .timeline-content {
        height: 44vw;
    }
}

@media screen and (max-width: 1280px) {
    .timeline-content-wrapper {
        top: -3vw;
    }
    .timeline-content {
        width: 660vw;
        height: 55vw;
    }
}


@media screen and (max-width: 960px) {
    
    .desktop{display: none;}
	.mobile{display: block;}
    
    body{
        font-size: 3vw;
    }
    
    .font-title{
        font-size: 10vw;
        margin-bottom: 0;
    }

    
    
    header {
        padding: 10px;
        padding-bottom: 10px;
    }
    
    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    
    
    


    /* GREEN SECTION
    -------------------------------------------------------------------------------*/


    #green-section .section-title .title {
        font-size: 10vw;
        font-family: helvetica;
        padding: 10px 5vw;
    }
    #green-section .section-title .subtitle {
        padding: 10px;
    }

    #green-section .column-heading {
        padding-top: 1.5em;
    }
    #green-section .column-heading * {
        font-size: 10vw;
    }

    #green-section .short-caption {
        padding-top: 1.2em;
    }


        
    
    /*  
    -------------------------------------------------------------------------------*/

    .presentation {
        padding: 0 10px;
        padding-bottom: 0;
    }
    
    .presentation .column {
        margin-bottom: 50px;
        padding-right: 0;
    }
    .presentation .column iframe {
        height: 51vw;
    }
    
    .module-title {
        font-size: 10vw;
    }
    
    
    
    
    /* ADVOCACY */
    .presentation.chart {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
    }
    .presentation.chart .module-title {
        line-height: 0.9em;
    }
    
    .presentation.chart .column {
        padding-left: 0;
    }
    
    .trasparency-wrapper div {
        margin-bottom: 0.5em;
    }
    

    
    
    .presentation .column img.piechart {
        width: 52%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15vw;
    }
    
    .presentation .column.pie-wrapper {
        padding-bottom: 10vw;
        border: 0;
            margin-top: 10px;
        order: 0;
    }
    
    .chart-legend-1 {
        order: 1;
        margin-top: 20px;
        margin-bottom: 1em !important;
    }
    .chart-legend-2 {
        order: 2;
    }
    
    
    
    
    .pie-legend-1 {
        left: 43vw;
        margin-top: -43vw;
    }    
    .pie-legend-2 {
        left: 75vw;
        margin-top: -39vw;
    }
    .pie-legend-3 {
        left: 69vw;
        margin-top: -2vw;
    }
    .pie-legend-4 {
        left: 35vw;
        margin-top: 5vw;
    }
    .pie-legend-5 {
        left: 8vw;
        margin-top: -4vw;
    }
    .pie-legend-6 {
        left: 9vw;
        margin-top: -39vw;
    }
    
    .pie-legend-1:hover,
    .pie-legend-2:hover,
    .pie-legend-3:hover,
    .pie-legend-4:hover,
    .pie-legend-5:hover,
    .pie-legend-6:hover {
        text-decoration: none;
    }
    
    .legend-details .list-item:hover {
        text-decoration: none;
    }
    
    
    .legend-details{
        margin-top: 0;
    }

    

    
    
    
    
    /**/
    
    span.upper-pin, span.lower-pin {
        height: 3vw;
    }
    
    .milestone:nth-of-type(odd) {
        bottom: -7.5vw;
    }
    
    .milestone.year-label:nth-of-type(even){
        bottom: -16.4vw;
    }
    .milestone.project-label:nth-of-type(even) {
        bottom: -11.8vw;
    }
    
    
    
    .download-advocacy-wrapper {
        padding-top: 0;
        text-align: left;
    }



    

    /* COMMUNITY SERVICE
    -------------------------------------------------------------------------------*/
    #community-service .module-title{
        text-align: left;
    }

    
    .border-left-column,
    .border-right-column {
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }

    
    
    /**/
    .projects-timeline {
        padding: 0 10px;
        padding-bottom: 10px;
    }
    

    .timeline-content {
        width: 2600vw;
        width: 2200vw;
        height: 120vw;
        padding-top: 10px;
    }
    .timeline-content img {
        height: 120vw;
    }
    
    .project-label.milestone {
        width: 30vw;
    }
    .project-label.milestone.wide-1 {
        width: 36vw;
    }
    .project-label.milestone.wide-2 {
        width: 42vw;
    }
    
    
    
    #project-details {
        
        width: calc(100% - 10px - 11px - 10px);
        z-index: 999;
    }
    
    
    
    /******/
    .highlights .row-images {
        margin-bottom: 0;
    }
    
    .highlights .image-wrapper {
        height: 60vw;
        margin-bottom: 10px;
    }

    .highlights .image-wrapper.img-wrap-1{
        border-right: 0;
    }
    .highlights .image-wrapper.img-wrap-2{
        border-left: 0;
        border-right: 0;
    }
    .highlights .image-wrapper.img-wrap-3{
        border-left: 0;
    }

    .highlight-title {
        font-size: 6vw;
        margin-bottom: 20px;
    }
    
    
    .virgil-volume {
        margin-top:10px;
    }

    

    /******************************/
    .col-sm-50{
        width: 50%;
        float: left;
    }
    .col-sm-100{
        width: 100%;
        float: left;
    }
        
} 
