﻿@font-face {
    font-family: "tribeca";
    src: url(../fonts/Tribeca-Regular.eot);
    src: url(../fonts/Tribeca-Regular.eot?#iefix) format('embedded-opentype'),url(../fonts/Tribeca-Regular.woff) format('woff'),url(../fonts/Tribeca-Regular.ttf) format('truetype'),url(../fonts/Tribeca-Regular.svg) format('svg');
}

/*.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}*/

html {
    font-family: sans-serif;
    /*font-size: 87.5%;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*line-height: 1.71429em;*/
}

body {
    background: #fff;
    font: 14px/14px dincon,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, footer, header, nav, section, summary {
    display: block;
}

table {
    /*width: 100%;*/
}

::selection {
    color: #fff;
    background: #e50a0a;
}

a {
    color: #fcaf17;
}

h1 {
    margin: 0;
    padding: 0;
    font: bold 30px/30px dincon,Arial,sans-serif;
    color: #fcaf17;
    text-transform: uppercase;
}

.left-content {
    width: 640px;
    text-align: left;
    vertical-align: top;
}

#greyCrumb {
    background: #333;
    color: #f0f0f0;
    font: 16px/16px dincon,Arial,sans-serif;
    padding: 18px 0 14px 0;
}

    #greyCrumb a {
        color: #f0f0f0;
        text-decoration: none;
    }

    #greyCrumb .archiveLink {
        float: right;
        font: 16px/16px dincon,arial,sans-serif;
        display: block;
        margin: 0 20px 0 0;
        position: relative;
        /*text-align: right !important;
    position: absolute;
    right: 20px;*/
        text-transform: uppercase;
    }

.archiveLink:after {
    content: "";
    background: url(../images/sprite-arrow-thin.png);
    width: 9px;
    height: 5px;
    display: block;
    position: absolute;
    right: -15px;
    top: 4px;
}


#wrapper {
    transition: all .2s cubic-bezier(0.55,0,0.1,1);
    padding-top: 64px;
}

.header-top {
    height: 64px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    z-index: 10000;
    border-top: 4px solid transparent;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    outline-width: 0;
    border-color: #fcaf17 !important;
    position: fixed;
    top: 0px;
}

.content {
    background: #f1f1f1;
}

.content-wp {
    background: #f1f1f1;
    width: 980px;
    margin: 0 auto;
    min-height: 500px;
    padding: 40px 0 70px 0;
    color: #333;
    font: 16px/24px din,Arial,sans-serif;
}

    .content-wp section {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px dotted gray;
    }

.top-logo {
    background: url(../images/logo-tribeca.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 115px;
    height: 37px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: -moz-transform .1s cubic-bezier(0.55,0,0.1,1);
    -o-transition: -o-transform .1s cubic-bezier(0.55,0,0.1,1);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.55,0,0.1,1);
    transition: transform .1s cubic-bezier(0.55,0,0.1,1);
}

#tff-logo {
    background-image: url(../images/logo-tff-compressed.svg);
    background-size: 390px 30px;
    width: 390px;
}

    #tff-logo:hover {
        -moz-transform: translateY(-50%) scale(1.05);
        -ms-transform: translateY(-50%) scale(1.05);
        -webkit-transform: translateY(-50%) scale(1.05);
        transform: translateY(-50%) scale(1.05);
    }

#mainFooter {
    background: #222;
    padding: 40px 0 0 0;
    color: gray;
    font: bold 20px/28px dincon,Arial,sans-serif;
}

.socialIcon {
    background: url(../images/sprite-social.svg) no-repeat;
    height: 15px;
}

    .socialIcon.socTwitter {
        width: 18px;
        background-position: 2px top;
    }

        .socialIcon.socTwitter.white {
            background-position: 2px bottom;
        }

    .socialIcon.socFB {
        width: 8px;
        background-position: -17px top;
    }

        .socialIcon.socFB.white {
            background-position: -17px bottom;
        }

    .socialIcon.socTumblr {
        width: 9px;
        background-position: -26px top;
    }

        .socialIcon.socTumblr.white {
            background-position: -26px bottom;
        }

    .socialIcon.socStumble {
        width: 19px;
        background-position: -35px top;
    }

        .socialIcon.socStumble.white {
            background-position: -35px bottom;
        }

    .socialIcon.socPinterest {
        width: 12px;
        background-position: -54px top;
    }

        .socialIcon.socPinterest.white {
            background-position: -54px bottom;
        }

    .socialIcon.socGPlus {
        width: 15px;
        background-position: -67px top;
    }

        .socialIcon.socGPlus.white {
            background-position: -67px bottom;
        }

    .socialIcon.socYT {
        width: 20px;
        background-position: -82px top;
    }

        .socialIcon.socYT.white {
            background-position: -82px bottom;
        }

    .socialIcon.socRSS {
        width: 14px;
        background-position: -103px top;
    }

        .socialIcon.socRSS.white {
            background-position: -103px bottom;
        }

    .socialIcon.socInsta {
        width: 15px;
        background-position: -117px top;
    }

        .socialIcon.socInsta.white {
            background-position: -117px bottom;
        }

#clickOverlay {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    cursor: pointer;
}


.cw {
    width: 1020px;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

#mainFooter #footerLogo a {
    background: url(../images/logo-tribeca-white.svg) no-repeat;
    text-indent: -10000px;
    background-size: contain;
    display: block;
    height: 44px;
    width: 140px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 10px;
    transition: opacity .1s;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    outline-width: 0;
}


#mainFooter a {
    color: #fff;
    text-decoration: none;
    font: 14px/20px din,Arial,sans-serif;
    display: block;
}

    #mainFooter a:hover {
        text-decoration: underline;
    }

#mainFooter .row {
    margin: 40px 0 0 0;
}

#mainFooter .col {
    text-align: center;
    width: 33%;
    float: left;
}

#mainFooter #footerLogo a:hover {
    opacity: .5;
}

#mainFooter #footSocial nav {
    width: 140px;
    margin: 0 auto 40px auto;
}

#mainFooter #footSocial a {
    float: left;
    margin-right: 15px;
}

    #mainFooter #footSocial a.socRSS {
        margin-right: 0;
    }

.no-svg #mainFooter #footerLogo a {
    background: url(../images/logo-tribeca-white.png) no-repeat;
}

.cf:after {
    clear: both;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

#legalStripe {
    background: #222;
    color: #fff;
    font: bold 12px/12px din,Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

    #legalStripe span {
        color: gray;
    }

    #legalStripe a {
        color: #fff;
        text-decoration: none;
        font: bold 12px/22px din,Arial,sans-serif;
    }

        #legalStripe a:hover {
            text-decoration: underline;
        }

    #legalStripe #bblogo {
        margin-left: 10px;
        display: inline-block;
    }


.divline {
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dotted gray;
}

.infobox {
    background: #d8ecf5 url(../images/icon-box-info.png) no-repeat 10px 8px;
    border: 1px solid #9ac9df;
    color: #528da9;
    font: 14px/18px din,Arial,sans-serif;
}

    .infobox span {
        padding: 8px;
        padding-right: 10px;
        margin-left: 40px;
        display: block;
    }

.label {
    vertical-align: top !important;
    padding-top: 10px;
    margin-bottom: 0;
    font: 14px/14px dincon,Arial,sans-serif !important;
}

.label-normal {
    color: #333;
    font: 16px/24px din,Arial,sans-serif !important;
}

.formCaption {
    width: 160px !important;
}

.pageMenu a.active, .tffSection .pageMenu a:hover {
    color: #fcaf17;
}

.pageMenu a {
    color: #fff;
    font: 16px/16px dincon,Arial,sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 8px 20px;
    margin-right: 40px;
    text-decoration: none;
}

.pageMenu {
    width: 300px;
    position: absolute;
    top: 10px;
    background: #333;
    padding: 12px 0 8px 0;
}

    .pageMenu:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #333;
        position: absolute;
        left: -7px;
        top: 19px;
    }

#sidebar {
    float: left;
    position: absolute;
    left: 680px;
    z-index: 100;
}

.div-content-centerwp {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}

#content {
    width: 724px;
    float: right;
    padding-left: 24px;
}

.do nav {
}

    .do nav.stick {
        position: fixed;
        top: 0;
        z-index: 10000;
        margin-top: 80px;
    }

    .do nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .do nav li {
    }

        .do nav li a {
        }

.do a.nav-active {
    color: #fcaf17;
}

/* drag and drom student ID*/
.dropZoneExternal > div,
.dropZoneExternal > img {
    position: absolute;
}

.dropZoneExternal {
    position: relative;
    border: 1px dashed #fcaf17 !important;
    cursor: pointer;
}

.dropZoneExternal,
.dragZoneText {
    width: 100%;
    height: 300px;
}

.dropZoneText {
    width: 100%;
    height: 110px;
    color: #fff;
    background-color: #888;
}

#dropZone {
    top: 0;
    padding: 100px 25px;
}

.uploadControlDropZone,
.hidden {
    display: none;
}

.dragZoneText {    
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
    font: 20pt italic din,Arial,sans-serif !important;    
    margin: 0 auto;
    width: 1200px;
}

.dragZoneText {
    color: #ABABAB;
}

.dxucInlineDropZoneSys span {
    color: #fff !important;
    font-size: 10pt;
    font-weight: normal !important;
}

.uploadControlProgressBar {
    width: 100% !important;
}

.validationMessage {
    padding: 0 20px;
    text-align: center;
}

.uploadControl {
    margin-top: 10px;
}

.div-img {

}

.data_fee {
    vertical-align: middle;
}