/*
 *  (c) 2000-2020 deviantART, Inc. All rights reserved.
 */
/* Widget Normal State */
#pointsdownload_widget .dev-page-button i {
    background: url(/minish/deviation/action-sprites.png?);
    background-position: 1px -78px;
}
#pointsdownload_widget .pdw_button_download .pdw_title .pdw_title_downloaded,
#pointsdownload_widget .pdw_button_download .pdw_title .pdw_title_downloaded_hover {
    display: none;
}
#pointsdownload_widget .pdw_details b {
    font-weight: bold;
}
#pointsdownload_widget.already-downloaded .pdw_details {
    padding-bottom: 29px;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachments_toggle {
    font-size: 11px;
    color: #1C6DA7;
    background-image: url('/minish/deviation/blue_arrow_spritesheet2.png');
    background-repeat: no-repeat;
    background-position: 0 -8px;
    line-height: 15px;
    padding: 0 0 0 12px;
    margin: 3px 0 0;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachments_list {
    margin: 5px 0 0;
}
#pointsdownload_widget .pdw_details .pdw_attachments.closed .pdw_attachments_toggle {
    background-position: 0 4px;
}
#pointsdownload_widget .pdw_details .pdw_attachments.closed .pdw_attachments_list {
    display: none;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachment {
    min-height: 30px;
    background-image: url('/minish/deviation/page_icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding: 0 0 0 26px;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachment .pdw_attachment_name {
    color: #2C2C2F;
    font-size: 11px;
    margin: 2px 0 0;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#pointsdownload_widget .pdw_details .pdw_attachments .pdw_attachment .pdw_attachment_size {
    color: #6A7069;
    font-size: 10px;
    margin: 0 0 -3px;
}

/* Already-downloaded State */
#pointsdownload_widget.already-downloaded .pdw_button_download {
    .linear-gradient(top, #C8DE9C, #B2D17F, #BFD991);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 2px -1px rgba(255, 255, 255, 0.7) inset, 0 1px 0 1px rgba(255, 255, 255, 0.25) inset;
}
#pointsdownload_widget.already-downloaded .pdw_button_download:hover {
    .linear-gradient(top, #CCE2A2, #B3D280, #C7DE9B);
}
#pointsdownload_widget.already-downloaded .pdw_button_download:active {
    box-shadow:0 0 6px rgba(0, 0, 0, 0.25) inset;
    background: #C2CDC2;
}
#pointsdownload_widget.already-downloaded .pdw_button_download .pdw_title .pdw_title_normal,
#pointsdownload_widget.already-downloaded .pdw_button_download:hover .pdw_title .pdw_title_downloaded,
#pointsdownload_widget.already-downloaded.unlockable .pdw_button_download:hover .pdw_title .pdw_title_downloaded_hover,
#pointsdownload_widget .pdw_button_download .pdw_title .pdw_title_processing {
    display: none;
}
#pointsdownload_widget.unlockable.already-downloaded .pdw_button_download.dev-page-button i,
#pointsdownload_widget.unlockable .pdw_button_download.dev-page-button i {
    background-image: url('/minish/stash/premium-content-jewel.png');
    background-position: center top;
    background-repeat: no-repeat;
}
#pointsdownload_widget.unlockable .pdw_unlockable_unlocked {
    display: none;
}
#pointsdownload_widget.unlockable.already-downloaded .pdw_unlockable_locked {
    display: none;
}
#pointsdownload_widget.unlockable.already-downloaded .pdw_unlockable_unlocked {
    display: block;
}
#pointsdownload_widget.already-downloaded .pdw_button_download i {
    background-image: url('/minish/deviation/green_check.png');
    background-position: center center;
    background-repeat: no-repeat;
}
#pointsdownload_widget.already-downloaded .pdw_button_download:hover i {
    background-image: url('/minish/deviation/action-sprites.png');
    background-position: 0 -78px;
    background-repeat: no-repeat;
}
#pointsdownload_widget.already-downloaded .pdw_button_download .pdw_title .pdw_title_downloaded,
#pointsdownload_widget.already-downloaded.unlockable .pdw_button_download:hover .pdw_title .pdw_title_downloaded,
#pointsdownload_widget.already-downloaded .pdw_button_download:hover .pdw_title .pdw_title_downloaded_hover {
    display: inline-block;
}
#pointsdownload_widget.already-downloaded .pdw_button_download .pdw_cost {
    display: none;
}
#pointsdownload_widget.processing .pdw_button_download .pdw_title .pdw_title_processing {
    display: block;
}

/* Ratings */
#pointsdownload_widget .pdw_rating {
    display: none;
    .linear-gradient(#D3DED1,  #CBD7CB);
    border: 1px solid #A8B9A5;
    border-radius: 0 0 4px 4px;
    box-shadow:0 1px 2px -1px #E1EAE0 inset;
    position: absolute;
    bottom: -1px;
    left: -1px;
    height: 21px;
    width: 100%;
}
#pointsdownload_widget.already-downloaded .pdw_details {
    padding-bottom: 10px;
}
#pointsdownload_widget.already-rated .pdw_details {
    padding-bottom: 29px;
}
#pointsdownload_widget.ratable .pdw_rating, #pointsdownload_widget.already-rated .pdw_rating {
    display: block;
}
#pointsdownload_widget.ratable .pdw_rating {
    background: #ffde00;
}
#pointsdownload_widget.already-rated .pdw_rating {
    background: transparent;
}
#pointsdownload_widget .pdw_rating .pdw_rating_text .rated {
    display: none;
}
#pointsdownload_widget.already-rated .pdw_rating .pdw_rating_text .rated {
    display: inline;
}
#pointsdownload_widget.already-rated .pdw_rating .pdw_rating_text .unrated {
    display: none;
}
#pointsdownload_widget.ratable.already-rated .pdw_rating .pdw_rating_text .rated {
    display: none;
}
#pointsdownload_widget .pdw_rating .pdw_rating_text .rerate {
    display: none;
}
#pointsdownload_widget.ratable.already-rated .pdw_rating .pdw_rating_text .rerate {
    display: inline;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars {
    float: left;
    margin: 5px 0 0 14px;
}
#pointsdownload_widget.ratable .pdw_rating .pdw_rating_stars span, #pointsdownload_widget.already-rated .pdw_rating .pdw_rating_stars span {
    display: block;
    float: left;
    background: url('/minish/deviation/pdw_rating_stars.png');
    background-repeat: no-repeat;
    background-position: -13px 0;
    width: 10px;
    height: 11px;
    padding-right: 3px;
}
#pointsdownload_widget.ratable .pdw_rating .pdw_rating_stars span {
    cursor: pointer;
}
#pointsdownload_widget .pdw_rating .pdw_rating_text {
    float: left;
    color: #262C21;
    font-size: 9.5px;
    text-shadow: 1px 0 0 rgba(38, 44, 33, 0.15);
    margin: 4px 0 0 5px;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_1 #pdw_rating_star_1 {
    background-position: 0 0;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_2 #pdw_rating_star_1,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_2 #pdw_rating_star_2 {
    background-position: 0 0;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_3 #pdw_rating_star_1,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_3 #pdw_rating_star_2,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_3 #pdw_rating_star_3 {
    background-position: 0 0;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_4 #pdw_rating_star_1,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_4 #pdw_rating_star_2,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_4 #pdw_rating_star_3,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_4 #pdw_rating_star_4 {
    background-position: 0 0;
}
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_1,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_2,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_3,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_4,
#pointsdownload_widget .pdw_rating .pdw_rating_stars.star_5 #pdw_rating_star_5 {
    background-position: 0 0;
}

/* Modal */
div.modal.modal-rounded.pointsdownload_modal {
    background: #EFF2EE;
}
div.modal.modal-rounded.pointsdownload_modal > a.x {
    top: 11px;
    right: 11px;
}
div.modal.modal-rounded.pointsdownload_modal > h2 {
    font-size: 15px;
    letter-spacing: 0.2px;
    padding: 13px;
    background: #EFF2EE;
    border-radius: 6px 6px 0 0;
}
div.modal.modal-rounded.pointsdownload_modal > .modal-arrow {
    background: url('/minish/deviation/modal_arrow.png');
    height: 16px;
    width: 16px;
    position: absolute;
    right: -14px;
    top: 125px;
}
.pd_modal_html {
    background: none;
}
.pd_modal_body {
    height: 468px;
    background: #EFF2EE;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.pd_modal_body #output {
    padding: 0 13px 13px;
    background-color: transparent;
}
.pd_modal_body .pd_summary {
    border: 1px solid #C8C9C7;
    border-radius: 5px;
    background-color: #E8ECE6;
    padding: 9px 9px 10px 6px;
    margin-top: 2px;
    font-family: Trebuchet MS, Verdana, Arial, serif;
}
.pd_modal_body .pd_summary .pd_download_section {
    font-size: 13px;
    font-weight: bold;
}
.pd_modal_body .pd_summary .pd_download_section .pd_summary_author_by {
    color: #778174;
}
.pd_modal_body .pd_summary .pd_download_section .pd_summary_author,
.pd_modal_body .pd_summary .pd_download_section .pd_summary_author a.u {
    color: #61685F
}
.pd_modal_body .pd_summary .pd_download_section .pd_summary_cost {
    float: right;
    font-family: Verdana, sans-serif;
}
.pd_modal_body .pd_summary .pd_download_section .pd_summary_cost i,
.pd_modal_body .pd_summary .pd_balance_section .pd_summary_balance i {
    background: url('/minish/deviation/downloads_for_points2.png');
    background-position: 22px 15px;
    height: 14px;
    width: 20px;
    float: right;
    display: block;
    margin: 0 0 0 5px;
}
.pd_modal_body .pd_summary .pd_hr {
    border-bottom: 1px solid #F3F5F2;
    border-top: 1px solid #C9CFC5;
    width: 100%;
    margin: 8px 0;
}
.pd_modal_body .pd_summary .pd_balance_section .pd_summary_title {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #565D54;
}
.pd_modal_body .pd_summary .pd_balance_section .pd_summary_balance {
    float: right;
    color: #E16F24;
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
}
.pd_modal_body .pd_summary .pd_balance_section .pd_summary_get_points {
    float: right;
    color: #2472B7;
}
.pd_modal_body .pd_terms {
    margin-top: 11px;
}
.pd_modal_body .pd_terms .pd_terms_title {
    float: left;
    display: inline-block;
    max-width: 340px;
    font-size: 11px;
    margin-bottom: 10px;
}
.pd_modal_body .pd_terms .pd_terms_expand {
    float: right;
    font-size: 11px;
    color: #2472B7;
    background-image: url('/minish/deviation/new_window_icon.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
}
.pd_modal_body .pd_terms .pd_terms_content {
    clear: both;
    background: #fff;
    border: 1px solid #C8C9C7;
    height: 186px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 9px;
}
.pd_modal_body .pd_terms .pd_terms_content .pd_terms_content_title {
    color: #373A48;
    font-size: 11px;
    font-weight: bold;
    margin: 7px 0 2px;
}
.pd_modal_body .pd_terms .pd_terms_content .pd_terms_content_body {
    font-size: 11px;
    line-height: 22px;
    color: #58585D;
    padding: 2px 0 7px 1px;
}
.pd_modal_body .pd_terms .pd_terms_content .pd_terms_content_body h4 {
    font-size: 12pt;
}
.pd_modal_body .pd_password {
    margin: 19px auto 0;
    .box-sizing(border-box);
    width: 200px;
    position: relative;
}
.pd_modal_body .pd_password .pd_password_default_enter {
    position: absolute;
    color: #8C8C8E;
    font-size: 11px;
    letter-spacing: 0.2px;
    left: 11px;
    top: 6px;
    top: 8px\9;
}

/* desktop chrome and safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pd_modal_body .pd_password .pd_password_default_enter {
        top: 8px;
    }
}
.pd_modal_body .pd_password.empty .pd_password_default_enter {
    display: block;
}
.pd_modal_body .pd_password .pd_password_default_enter,
.pd_modal_body .pd_password.empty .pd_password_default_saved {
    display: none;
}
.pd_modal_body .pd_password .pd_password_default_saved {
    .box-sizing(border-box);
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #98AEBD;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 7px 6px;
    width: 200px;
    color: #8C8C8E;
    font-size: 11px;
    letter-spacing: 0.2px;
}
.pd_modal_body .pd_password .password.text-input {
    background: #eee;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #98AEBD;
    padding: 6px 7px;
    .box-sizing(border-box);
    width: 200px;
}
.pd_modal_body .pd_password.empty .password.text-input {
    box-shadow:0 0 2px 2px #CDE3EB;
    background: #fff;
}
.pd_modal_body .pd_password.remembered .password.text-input {
    display: none;
}
.pd_modal_body .pd_password .remember-password {
    color: #656363;
    font-size: 11px;
    letter-spacing: 0.2px;
    margin: 6px 0 0 2px;
}
.pd_modal_body .pd_password .remember-password #password_remembered {
    margin: 0 5px 0 0;
}
.pd_modal_body .pd_agreement {
    margin-top: 9px;
}
.pd_modal_body .pd_agreement label {
    display: block;
    text-align: center;
}
.pd_modal_body .pd_agreement label a {
    color: #2472B7;
}
.pd_modal_body .pd_submit_button {
    color: #446814;
    display: block;
    font-size: 14.5px;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    margin: 24px auto 0;
    padding: 9px 0;
    text-shadow: 0 1px 0 #DFF4A6;
    width: 223px;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded {
    margin-top: 31px;
    text-align: center;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .label,
.pd_modal_body .pd_modal_finished .pd_modal_cost .label {
    color: #565C53;
    font-size: 11.5px;
    margin-right: 2px;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .title {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 13.5px;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .by {
    color: #7B8477;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 13.5px;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .userlink,
.pd_modal_body .pd_modal_finished .pd_modal_downloaded .userlink a {
    color: #656A62;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 13.5px;
}
.pd_modal_body .pd_modal_finished .pd_modal_cost {
    margin-top: 15px;
    text-align: center;
}
.pd_modal_body .pd_modal_finished .pd_modal_cost .cost {
    background: url('/minish/points/points_icon_grey.png') no-repeat scroll left center transparent;
    font-size: 12.5px;
    font-weight: bold;
    padding-left: 27px;
}
.pd_modal_body .pd_modal_finished .pd_modal_cost .unit {
    color: #3B3B3B;
    font-size: 12.5px;
    font-weight: bold;
}
.pd_modal_body .pd_modal_finished .pd_modal_download {
    background: none repeat scroll 0 0 #E8ECE6;
    border: 1px solid #C8C9C7;
    border-radius: 6px 6px 6px 6px;
    padding: 22px 0;
    margin-top: 33px;
    text-align: center;
    font-size: 11px;
    color: #565C53;
}
.pd_modal_body .pd_modal_finished .pd_modal_downloading {
    background-color: #FFF;
    text-align:center;
    font-family: 'Verdana', sans-serif;
    font-size: 11px;
    color: #778174;
    padding:5px;
    margin-top:12px;
    .title {
        font-weight:bold;
        display:block;
    }
    .message a {
        color:#337287;
    }
}
.pd_modal_body .pd_modal_finished .pd_modal_kthxbai {
    color: #778174;
    position:absolute;
    bottom:8px;
    left:13px;
    right:13px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    text-align:left;
    .thanks {
        float:left;
        width:150px;
        margin-top:22px;
    }
    .done {
        float:right;
    }
}
.pd_modal_body .pd_modal_finished .pd_modal_kthxbai {
    color: #778174;
    font-family: Verdana, sans-serif;
    font-size: 12.5px;
    line-height: 21px;
    margin-top: 153px;
    text-align: center;
}
.pd_modal_body .pd_modal_finished .smbutton.done {
    display: block;
    height: 36px;
    width: 124px;
    color: #5A6D4F;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 14.5px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
    .box-sizing(border-box);
}
.pd_modal_body .pd_modal_finished .smbutton.done a:hover {
    text-decoration: none;
}
.pd_modal_body .pd_modal_finished .smbutton.done a span {
    display: block;
    padding-top: 8px;
}

/* Mobile */
@media only screen and (max-device-width: 480px) {
    .pd_modal_body .pd_summary_section {
        overflow: auto;
    }
    body.pd_modal_body .pd_summary .pd_download_section .pd_summary_cost {
        display: block;
        float: left;
    }
    body.pd_modal_body .pd_summary .pd_balance_section .pd_summary_get_points {
        margin-top: 2px;
    }
    body.pd_modal_body .pd_summary .pd_balance_section .pd_summary_balance {
        float: left;
        margin-right: 0;
    }
    body.pd_modal_body .pd_summary .pd_balance_section .pd_summary_balance > i {
        margin: 3px 3px 0 0;
    }
}

/* Helper mixins */
.colormixin(@color:false) when not (@color=false) {color: @color;}
.bgcolormixin(@color:false) when not (@color=false) {background-color: @color;}
.bordercolormixin(@color:false) when not (@color=false) {border-color: @color;}

.widthmixin(@width:false) when not (@width=false) {width: @width;}
.minwidthmixin(@width:false) when not (@width=false) {min-width: @width;}
.maxwidthmixin(@width:false) when not (@width=false) {max-width: @width;}

.heightmixin(@height:false) when not (@height=false) {height: @height;}
.minheightmixin(@height:false) when not (@height=false) {min-height: @height;}
.maxheightmixin(@height:false) when not (@height=false) {max-height: @height;}

/* Helper variable for retina media queries */
@retina : ~"(-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi)";

/*
 * helper function for .linear-gradient
 * @encode - string of svg xml
 */
.base64DataUriBackground (@encode, @type: ~"image/svg+xml") {
    @dataUriPrefix: ~"url(data:@{type};base64,";
    @dataUriSuffix: ~")";
 
    // because our lessc doesn't give access to btoa()
    // we have to make our own
    @b64DataUri: ~`(function(a,b,c){function e(a){a=a.replace(/\r\n/g,'\n');var b='';for(var c=0;c<a.length;c++){var d=a.charCodeAt(c);if(d<128){b+=String.fromCharCode(d)}else if(d>127&&d<2048){b+=String.fromCharCode(d>>6|192);b+=String.fromCharCode(d&63|128)}else{b+=String.fromCharCode(d>>12|224);b+=String.fromCharCode(d>>6&63|128);b+=String.fromCharCode(d&63|128)}}return b}function f(a){var b='';var c,f,g,h,i,j,l;var m=0;a=e(a);while(m<a.length){c=a.charCodeAt(m++);f=a.charCodeAt(m++);g=a.charCodeAt(m++);h=c>>2;i=(c&3)<<4|f>>4;j=(f&15)<<2|g>>6;l=g&63;if(isNaN(f)){j=l=64}else if(isNaN(g)){l=64}b=b+d.charAt(h)+d.charAt(i)+d.charAt(j)+d.charAt(l)}return b}var d='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';return a+f(b)+c})('@{dataUriPrefix}','@{encode}','@{dataUriSuffix}')`;
 
    background: @b64DataUri;
}

/*
 * @angle - 1st param (eg 45deg, top, to left bottom)
 * @legacy_color - Color if no gradient at all is available
 * @ie_gradient_type - 0 (vertical) or 1 (horizontal).  If anybody wants to write a filter to deduce this 
 *                     angle, have at it
 */
.linear-gradient(@start_color, @end_color) {
    .linear-gradient(top, @start_color, @end_color, @start_color);
}
.linear-gradient(@angle, @start_color, @end_color) {
    .linear-gradient(@angle, @start_color, @end_color, @start_color);
}
.linear-gradient(@angle, @start_color, @end_color, @legacy_color: @start_color, @ie_gradient_type: 0) {
    @svg: ~'<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><linearGradient id="grad-ucgg-generated" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="@{start_color}" stop-opacity="1"/><stop offset="100%" stop-color="@{end_color}" stop-opacity="1"/></linearGradient><rect x="0" y="0" width="1" height="1" fill="url(#grad-ucgg-generated)" /></svg>';
 
    
    /* base background */
    background: @legacy_color;
    
    /* IE9 you so special */
    .ie.eq9 & {
        .base64DataUriBackground(@svg);
    }
    /* IE8 is the bad kind of special */
    .ie.lt9 & {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{start_color}', endColorstr='@{end_color}',GradientType=@ie_gradient_type );
    }
    
    /* hooray modern browsers */
    background: -webkit-linear-gradient(@angle, @start_color, @end_color);
    background: -moz-linear-gradient(@angle, @start_color, @end_color);
    background: linear-gradient(@angle, @start_color, @end_color);
}

.linear-gradient-stops(@angle, @legacy_start_color, @legacy_end_color, @legacy_color, @rest...) 
{
    @svg: ~'<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><linearGradient id="grad-ucgg-generated" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-color="@{legacy_start_color}" stop-opacity="1"/><stop offset="100%" stop-color="@{legacy_end_color}" stop-opacity="1"/></linearGradient><rect x="0" y="0" width="1" height="1" fill="url(#grad-ucgg-generated)" /></svg>';
 
    
    /* base background */
    background: @legacy_color;
    
    /* IE9 you so special */
    .ie.eq9 & {
        .base64DataUriBackground(@svg);
    }
    /* IE8 is the bad kind of special */
    .ie.lt9 & {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{legacy_start_color}', endColorstr='@{legacy_end_color}',GradientType=0 );
    }
    
    /* hooray modern browsers */
    background: -webkit-linear-gradient(@angle, @rest);
    background: -moz-linear-gradient(@angle, @rest);
    background: linear-gradient(@angle, @rest);
}

/*
 * This is not compatible with IE8, don't use it if you have to support old IE
 * 
 * @lhs - Left hand side (height, width, whatever)
 * @rhs - Right hand side, whatever your calculation is.  You probably need a ~
 *
 * Example: .calc(height, ~"100% - 50px")
 *
 * Note, using a guard because less doesn't seem to like using a variable for lhs
 * Annoying, but don't know what else to do
 *
 * http://caniuse.com/calc
 */
.calc(@lhs, @rhs) when (@lhs = width) {
    width: -webkit-calc(@rhs);
    width: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = height) {
    height: -webkit-calc(@rhs);
    height: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = left) {
    left: -webkit-calc(@rhs);
    left: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = right) {
    right: -webkit-calc(@rhs);
    right: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = top) {
    top: -webkit-calc(@rhs);
    top: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = bottom) {
    bottom: -webkit-calc(@rhs);
    bottom: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = min-width) {
    min-width: -webkit-calc(@rhs);
    min-width: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = max-width) {
    max-width: -webkit-calc(@rhs);
    max-width: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = min-height) {
    min-height: -webkit-calc(@rhs);
    min-height: calc(@rhs);
}
.calc(@lhs, @rhs) when (@lhs = max-height) {
    max-height: -webkit-calc(@rhs);
    max-height: calc(@rhs);
}


/*
 * Not compatible with IE8 or IE9 (nothing breaks, they just don't get transitions)
 */
.transition(@arg) {
    -moz-transition: @arg;
    -webkit-transition: @arg;
    transition: @arg;
}

.transition(@transition, @duration, @timingFunction: ease-in-out ) when (@transition = transform) {
    -webkit-transition: -webkit-transform @duration @timingFunction;
    -moz-transition: -moz-transform @duration @timingFunction;
    -ms-transition: -ms-transform @duration @timingFunction;
    transition: transform @duration @timingFunction;
}

.animation (@name, @duration: 300ms, @delay: 0, @ease: ease, @iterationCount: 1) {
    -webkit-animation: @name @duration @delay @ease;
    -moz-animation:    @name @duration @delay @ease;
    -ms-animation:     @name @duration @delay @ease;
    animation-iteration-count: @iterationCount;
    -webkit-animation-iteration-count: @iterationCount;
    -moz-animation-iteration-count: @iterationCount;
}

.transition-delay(@arg) {
    -webkit-transition-delay: @arg;
    -moz-transition-delay: @arg;
    -o-transition-delay: @arg;
    transition-delay: @arg;
}

/*
 * Not supported in <=IE8
 */
.transform(@arg) {
    -ms-transform: @arg;
    -webkit-transform: @arg;
    transform: @arg;
}

.transform-scale(@arg) {
    -ms-zoom: @arg;
    -ms-transform: scale(@arg);
    -webkit-transform: scale(@arg);
    transform: scale(@arg);
}

.transform-origin(@arg) {
    -ms-transform-origin: @arg;
    -moz-transform-origin: @arg;
    -webkit-transform-origin: @arg;
    transform-origin: @arg;
}

.box-sizing(@arg) {
    -moz-box-sizing: @arg;
    -webkit-box-sizing: @arg;
    box-sizing: @arg;
}

.filter(@arg) {
    -ms-filter: @arg;
    -moz-filter: @arg;
    -webkit-filter: @arg;
    filter: @arg;
}

.user-select(@arg) {
    -ms-user-select: @arg;
    -moz-user-select: @arg;
    -webkit-user-select: @arg;
    user-select: @arg;
}

.backface-visibility(@arg) {
    -webkit-backface-visibility: @arg;
    backface-visibility: @arg;
}

.perspective(@arg) {
    -webkit-perspective: @arg;
    perspective: @arg;
}

.cursor-zoom-in(@arg) {
    cursor: @arg;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.cursor-zoom-out(@arg) {
    cursor: @arg;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.appearance(@arg) {
    -webkit-appearance: @arg;
    -moz-appearance: @arg;
}

.text-size-adjust(@arg) {
    -webkit-text-size-adjust: @arg;
    -moz-text-size-adjust: @arg;
    -ms-text-size-adjust: @arg;
}

/* 
 *  Make something spin for infinite time, one rotation per @interval 
 *  example: .spin(3000ms)
*/
.spin(@interval) {
    -webkit-animation-name: spin;
    -webkit-animation-duration: @interval;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: @interval;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: @interval;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: @interval;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    @-ms-keyframes spin {
        from { -ms-transform: rotate(0deg); }
        to { -ms-transform: rotate(360deg); }
    }
    @-moz-keyframes spin {
        from { -moz-transform: rotate(0deg); }
        to { -moz-transform: rotate(360deg); }
    }
    @-webkit-keyframes spin {
        from { -webkit-transform: rotate(0deg); }
        to { -webkit-transform: rotate(360deg); }
    }
    @keyframes spin {
        from { transform:rotate(0deg); }
        to { transform:rotate(360deg); }
    }
}

/*
 * CSS3 multi-column layout.
 * Won't do anything for IE8 or 9.
 */
.column-count(@arg) {
    -moz-column-count: @arg;
    -webkit-column-count: @arg;
    column-count: @arg;
}
.column-width(@arg) {
    -moz-column-width: @arg;
    -webkit-column-width: @arg;
    column-width: @arg;
}
.column-gap(@arg) {
    -moz-column-gap: @arg;
    -webkit-column-gap: @arg;
    column-gap: @arg;
}
.column-rule(@arg) {
    -moz-column-rule: @arg;
    -webkit-column-rule: @arg;
    column-rule: @arg;
}

/*
 * Input placeholder text
 */
.placeholder-font-style(@style){
    &::-webkit-input-placeholder {
        font-style: @style;
    }
    &:-moz-placeholder {
        font-style: @style;
    }
    &::-moz-placeholder {
        font-style: @style;
    }
    &:-ms-input-placeholder {
        font-style: @style;
    }
}
.placeholder-color(@color: false, @bgcolor: false, @bordercolor: false){
    &::-webkit-input-placeholder {
        .colormixin(@color);
        .bgcolormixin(@bgcolor);
        .bordercolormixin(@bordercolor);
    }
    &:-moz-placeholder {
        .colormixin(@color);
        .bgcolormixin(@bgcolor);
        .bordercolormixin(@bordercolor);
    }
    &::-moz-placeholder {
        .colormixin(@color);
        .bgcolormixin(@bgcolor);
        .bordercolormixin(@bordercolor);
    }
    &:-ms-input-placeholder {
        .colormixin(@color);
        .bgcolormixin(@bgcolor);
        .bordercolormixin(@bordercolor);
    }
}

/* Full-screen mixin */
.full-screen-width(@width: false, @minwidth: false, @maxwidth: false) {
    &:-webkit-full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
    &:-moz-full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
    &:-ms-full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
    &:-o-full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
    &:full-screen {
        .widthmixin(@width);
        .minwidthmixin(@minwidth);
        .maxwidthmixin(@maxwidth);
    }
}
.full-screen-height(@height: false, @minheight: false, @maxheight: false) {
    &:-webkit-full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
    &:-moz-full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
    &:-ms-full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
    &:-o-full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
    &:full-screen {
        .heightmixin(@height);
        .minheightmixin(@minheight);
        .maxheightmixin(@maxheight);
    }
}

/* Text hyphenation */
.hyphenate(@style:auto) {
    -webkit-hyphens:@style;
       -moz-hyphens:@style;
        -ms-hyphens:@style;
            hyphens:@style;
}

.clearfix() {
    zoom:1;
    &:before, &:after{ 
        content:""; 
        display:table; 
    }
    &:after{ 
        clear: both; 
    }
}

.font-smoothing(@value: antialiased) when(@value = antialiased) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.font-smoothing(@value) when (@value = subpixel) {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.font-default(@font-size: 14px, @line-height: 1.2, @font-weight: 300) {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: @font-size;
    line-height: @line-height;
    font-weight: @font-weight;
}

.font-face-calibre() {
    @font-face {
    font-family: 'Calibre-Bold';
        src: url('//st.deviantart.net/fonts/calibre-bold.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
    font-family: 'Calibre-Semibold';
        src: url('//st.deviantart.net/fonts/calibre-semibold.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
    font-family: 'Calibre-Light';
        src: url('//st.deviantart.net/fonts/calibre-light.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }
}

.font-heading-bold(@font-size: 40px, @line-height: 1, @font-weight: 300) {
    font-family: 'Calibre-Bold';
    line-height: @line-height;
    font-weight: @font-weight;
    font-size: @font-size;
}

.flexbox() {
    /* order is important here */
    display: -webkit-box;      /* OLD - iOS <6, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox <19 */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Opera 12.1, Firefox >20 */
}

.flex() {
    .flexbox();

    /* but not here */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    justify-content: flex-start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
}
.flex-sizing(@size:1) {
    flex-grow: @size;
    -ms-flex-grow: @size;
    -moz-flex-grow: @size;
    -webkit-flex-grow:@size;
    flex-shrink: @size;
    -ms-flex-shrink: @size;
    -moz-flex-shrink: @size;
    -webkit-flex-shrink: @size;
}
.flex-center() {
    -webkit-box-pack: center; /* OLD - iOS <6, Safari 3.1-6 */
    -webkit-box-align: center;
    -moz-box-pack: center; /* OLD - Firefox <19 */
    -moz-box-align: center;
    -ms-flex-pack: center; /* TWEENER - IE 10 */
    -ms-flex-align: center;
    -webkit-justify-content: center; /* NEW - Chrome, Safari */
    -webkit-align-items: center;
    justify-content: center; /* NEW, Opera 12.1, Firefox >20 */
    align-items: center; 
}

.flexbox-inline() {
    display: -ms-inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.flex-direction(@value: row) {
    -webkit-flex-direction: @value;
    -ms-flex-direction: @value;
    flex-direction: @value;
}
.flex-grow(@value: 0) {
    -webkit-flex-grow: @value;
    -ms-flex-grow: @value;
    flex-grow: @value;
}
.flex-shrink(@value: 1) {
    -webkit-flex-shrink: @value;
    -ms-flex-shrink: @value;
    flex-shrink: @value;
}
.flex-justify(@value: flex-start) {
    -webkit-justify-content: @value;
    -ms-justify-content: @value;
    justify-content: @value;
}
.flex-align(@value: stretch) {
    -webkit-align-items: @value;
    -ms-align-items: @value;
    align-items: @value;
}
.flex-align-self(@value: auto) {
    -webkit-align-self: @value;
    -ms-align-self: @value;
    align-self: @value;
}
.flex-wrap(@value: wrap) {
    -webkit-flex-wrap: @value;
    -ms-flex-wrap: @value;
    flex-wrap: @value;
}
.fit(@margin:0) {
    position: absolute;
    top: @margin;
    right: @margin;
    bottom: @margin;
    left: @margin;
}

.fit-fixed(@margin:0) {
    position: fixed;
    top: @margin;
    right: @margin;
    bottom: @margin;
    left: @margin;
}

.transition-cubic-bezier(@property: all, @duration: 0.2s) {
    .transition(@property @duration cubic-bezier(0, 0, 0.58, 1));
}

/*
 * Push lately to have greyscale interfaces.
 * UI likes to think in terms of % grey, so they make mocks with
 * rgba(0,0,0, .74) for 74% grey.
 * This style uses more css room, requires more processing cycles from the browser's paint, and is dangerous
 * if underlying element is ever changed to something other than white.
 *
 * Now you can just do .foo { .grey(74%); color:@grey; }
 */

.grey(@percentage) {
    @grey: darken(#fff, 100% - @percentage);
}


/* Old brand colors */
.brandcolors() {
    @primary-green: #0FCC47;
    @primary-teal: #41CFC7;
    @primary-orange: #F75908;
    @primary-magenta: #ED145A;
    @primary-lightgreen: #BDD023;
    @primary-darkgreen: #026D20;

    @grey1: #111;
    @grey2: #242626;
    @grey3: #2F3131;
    @grey4: #323232;
    @grey5: #363636;
    @grey6: #474747;
    @grey7: #555;
    @grey8: #575757;
    @grey9: #666;
    @grey10: #6F6F6F;
    @grey11: #727272;
    @grey12: #828282;
    @grey13: #999;
    @grey14: #909090;
    @grey15: #CBCBCB;
    @pale-grey: #F2F2F2;

    @black-alpha1: rgba(0,0,0,0.5);
    @black-alpha2: rgba(0,0,0,0.2);

    @white-alpha1: rgba(0,0,0,0.8);
    @white-alpha2: rgba(0,0,0,0.5);
    @white-alpha3: rgba(0,0,0,0.3);
    @white-alpha4: rgba(0,0,0,0.2);
    @white-alpha5: rgba(0,0,0,0.1);
    @white-alpha6: rgba(0,0,0,0.07);

    @list-level-0: #19252C;
    @list-level-1: #273943;
    @list-level-2: #324855;
    @list-level-3: #455C69;
}

/* New brand colors */
.11-14-brandcolors() {
    /* Used by the header */
    @brand-green: #05CC47;
    @header-green: #475C4D;
    @dark-header-green: #46584A;
    @border-green: #38463B;
    @subheader-green: #3D4F42;
    @submit-green: #5FAC75;
    @menu-grey: #313836;
    @hover-blue: #508FA3;

    /* Colors from the brand guidelines */

    @black: #000;
    @grey1: #181A1B;
    @grey2: #4F5254;
    @grey3: #7D8080;
    @grey4: #F2F2F2;
    @white: #FFF;
    @darker-grey: #181A1B;
    @pale-grey: #F2F2F2;


    @blue1: #1F3833;
    @blue2: #36807A;
    @blue3: #40CFC7;
    @blue4: #D4F5F2;

    @green1: #1F3626;
    @green2: #42704F;
    @green3: #4DC47D;
    @green4: #D4F5DE;

    @orange: #F7590A;
    @accent-orange: darken(@orange, 10%);
}


