/*

(~'~~'~~'~~)
  |        |
  |        |
  |       ~|~                         _ __
  |-------())                        ||  |
  (        _)                      .'~\  /.
  |        |                     ()()__\/ ".
  |        |                     /*        "
  ''..     |                     |     //  |
  |'..'---_/\                    |    ()   |
 /    ''---|| /\                 ".       ."
/     \    \\/\/                   "..  ."\\
|  \  /     \_/                      || |  ^
|   \/\\    | \                     ((__)


         .-'''-.
       .~       \
    _\/___________
     (    |   |\  |
      |   |___|_|_|
      |       __ |
      |       \/ |    OOOO
      |          |    (  )
      ========()==     | |
     /        /\  \--;_| |
    /         /|   | |__/
   /_____/ __/ |   |-|
    /    ~~  ) |   |
((  ~------..)/    |
     |         |   |
     |         |   /
     \_________|__/__
      |              \
      \               |
       \__________    |
            |    /   /
            |   /   /
            |  /___/
           /   /_/..
           |  /     ~'-
           |  ----..   )
           |    |   ~~~
           |____|
            |__|
            /  '-----.
            |________/
*/

h1, h2, h3, h4 {
    font-family: 'BWHaasText-65Medium', sans-serif;
    color: #000;
}
h2 {
    font-size: 80px;
    line-height: 86px;
    margin-bottom: 40px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 20px;
}

p {
    margin-bottom: 1.25em;
}
p.extramargin{
    margin-top: 3.5em;
    margin-bottom: 3.75em;
}

em {
    font-family: 'TiemposTextWeb-RegularItalic', serif;
    font-weight: normal;
    font-style: normal;
}

body.mobile #mobile-container{
    display: block;
}
#svg-container svg{
    min-height: 330px;
}

.section a {
    border-bottom: 1px solid #2B00F7;
}

#inner {
	font: 17px/27px 'TiemposTextWeb-Regular', Georgia, serif;
	margin: 0 auto;
}

.section {
    margin: 30px auto 50px;
    max-width: 900px;
}

#footer {
    padding: 0;
    max-width: 1160px;
    margin: 0 auto 50px;
}

#footer div {
    max-width: 900px;
    margin: 30px auto 0;
}

#footer h4 {
    color: #999;
    font-size: 1.1em;
}

#footer p {
    margin-bottom:0.5em;
    line-height: 1.5em;
}

#footer h4, p strong {
    font-family: 'BWHaasText-75Bold', sans-serif;
    font-weight: normal;
}

.footnotes {
    margin: 2em 0 3em;
    padding-left: 0.5em;
}

.footnotes:nth-of-type(2n) {
    margin-bottom: 0;
}

.footnotes li {
    color: #999;
    font: 1em/1.4em 'BWHaasText-55Roman', sans-serif;
    margin: 0 0 0.5em;
    position: relative;
}

.footnotes li:before {
    content: '\2022';
    width: 5px;
    height: 5px;
    position: absolute;
    top: -1px;
    left: -7px;
    font-weight: bold;
}

.big {
    font-size: 20px;
    line-height: 30px;
}

.ad {
    float: right;
    padding: 10px 0 10px 20px;
}

.byline {
    font: 1.3em/1.3em 'BWHaasText-65Medium', sans-serif;
    margin-top: 3em;
    color: rgb(38,38,38);
}

.bw-attribution-img {
    background-color: inherit;
    display: inline-block;
    max-height: 1.25em;
    padding: 4px 0 0 4px;
    margin-bottom: -4px;
}

.section .bw-attribution-link { 
    border-bottom: none;
}

.floatL, .floatR {
    max-width: 300px;
}
.floatL{
    float: left;
    padding: 20px 30px 20px 0;
}
.floatR {
    float: right;
    padding: 20px 0 20px 30px;
}
.floatL img, .floatR img{
    max-width: 100%;
}

#intro {
    margin-top: 90px;
}
#intro ul {
    list-style-type:none;
    margin:2em 3em;
}
#intro ul li {
    margin-bottom:20px;
    position: relative;
}
#intro ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: -20px;
    background: url(../img/bullet-sprite.png) no-repeat center top;
}
#intro ul li:nth-child(2):before{
    background-position: center -17px;
}
#intro ul li:nth-child(3):before{
    background-position: center -35px;
}
#intro ul li:nth-child(4):before{
    background-position: center -53px;
}
#intro ul li:nth-child(5):before{
    background-position: center -71px;
}



#Methodology{
    border-top: 1px solid #999;
    color: #999;
    margin-top: 100px;
}
#Methodology h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 1.25em;
}
#Methodology h3 {
    font-size: 20px;
    line-height: 20px;
    padding-top: 0;
    margin-top: 2.5em;
    margin-bottom: 0.75em;
}
#Methodology h4{
    font-size: 16px;
    margin-bottom: 0.5em;
    min-height: initial;
}
#Methodology p{
    margin-top: 0;
    font: 16px/24px 'BWHaasText-55Roman', sans-serif;
}

.svg-pie {
    max-width: 350px;
    padding-top: 0;
    overflow: hidden;
}

.padded{
    padding-top: 30px;
}
.padded2{
    padding-top: 15px;
}


#dotMenu{
	display: block;
	position: fixed;
	width: 30px;
	height:120px;
	top: 140px;
	right:10px;
    z-index: 2;
}

#dotMenu a {
    display: inline-block;
    line-height: 0;
    position: relative;
    cursor: pointer;
    border: none;
}
#dotMenu a:hover:before{
  opacity: 1;
}

#dotMenu a:hover .dotname{
    opacity: 1;
}

#dotMenu a:before{
    content: '';
    width: 30px;
    height: 30px;
    border: 3px solid #bbb;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: 0px;
    opacity: 0;
    transition: opacity .2s;
}

#dotMenu a .dotname{
    position: absolute;
    top: 3px;
    right: 100%;
    text-align: right;
    background-color: rgba(255,255,255,0.9);
    color: #aaa;
    padding: 3px 6px;
    font: 14px/20px 'BWHaasText-65Medium', sans-serif;
    white-space: nowrap;
    transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    opacity: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#dotMenu a.active .dotname{
  color: #555;
}

#dotMenu a.active:before{
    border: 3px solid #888;
    opacity: 1;
}

.circle {
  width: 100px;
  height: 100px;
  background: red;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}


.blue{
    color:#2800d7 !important;
}
.lightblue{
    color:#6488ff !important;
}
.purple{
    color:#b547f1 !important;
}
.orange{
    color:#fb8b1e !important;
}
.red{
    color:#ff433d !important;
}
.green{
    color:#1dcc92 !important;
}

.smaller{
    font-size: 11px;
    line-height: 14px;
}
.larger{
    font-size: 26px;
}

.searchfield {
    margin: 5em 0;
    position: relative;
}

.searchfield form {
    display: block;
}
textarea:focus, input:focus {
    /*box-sizing: border-box;*/
}
.btn{
    background: #000;
    padding: 8px 14px;
    color: #fff;
    font: 22px 'BWHaasText-65Medium', sans-serif;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    outline: none;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}

.btn:hover{
    background: #2800d7;
}

form + .btn {
    border: none;
    padding: 6px 10px;
    margin-left: 10px;
    font-size: 34px;
    position: absolute;
    top: 16px;
    right: 0px;
    z-index: 100;
}

.center{
    text-align: center;
}

.fullChart{
    width: 94%;
    margin: 60px auto;
}
.fullChart h4{
    text-align: center;
    margin-bottom: 16px;
}
.fullChart h5{
    text-align: center;
    font: 22px 'BWHaasText-65Medium', sans-serif;
    font-size: 1em;
    line-height: 1.55em;
    color: #888;
    max-width: 600px;
    margin: 10px auto 30px;
}
.barlist li{
    display: block;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}
.barlist .licol{
    float: left;
}
.barlist .coname {
    font: 12px 'BWHaasText-65Medium', sans-serif;
    color: #888;
    width: 26%;
    min-width: 200px;
    text-align: right;
}
.barlist .value {
    font: 15px 'BWHaasText-65Medium', sans-serif;
    fill: #888;
    width: 22px;
    margin: 0 2%;
    color: #26E6B3;
}
.barlist .barbox {
    height: 24px;
    position: relative;
    width: 60%;
}
.barlist .barbox .barbar {
    background-color: #26E6B3;
    height: 24px;
    position: absolute;
    left: 0px;
}

.miniChart {
    display:inline-block;
    vertical-align: top;
    width: 49%;
    text-align: center;
    margin-top: 49px;
    position: relative;
    font-family: 'BWHaasText-65Medium', sans-serif;
}

.miniChart text {
  font: 12px 'BWHaasText-65Medium', sans-serif;
  fill: #888;
}

.miniChart img {
    width: 80%;
}

.miniChart #debt .v, .miniChart #placement .v{
  line-height: 104px;
  margin-bottom: 10px;
  font-family: 'BWHaasText-75Bold', sans-serif;
}

#input-school{
    padding-left: 15px;
    padding-right: 15px;
}
input, .tt-hint, .tt-input{
	width: 100%;
	height: 54px;
	font: 34px 'BWHaasText-55Roman', sans-serif;
	border: 2px solid #767676;
	display: inline-block;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
}
input:focus, .tt-hint:focus, .tt-input:focus{
    border: 2px solid #767676;
}
.tt-hint {color: #767676;}
textarea:focus, input:focus{
	border: 1px solid #2800d7;
}
.tt-menu {
    width: 100%;
    margin-top: 5px;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border: 2px solid #767676;
}
.tt-suggestion {
    padding: 3px 20px;
    color: #767676;
    text-align: left;
    font: 24px/24px 'BWHaasText-55Roman', sans-serif;
}
.tt-suggestion.tt-cursor {
    background-color: #262626;
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead {
    width: 100%;
    z-index: 100;
}
.typeahead,
.tt-query{
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #767676;
    border-radius: 0px;
    outline: none;
}
.typeahead {background-color: #fff;}
.typeahead:focus {border: 1px solid #767676;}
.tt-query {box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);}

.ranking-table{
    text-align: center;
    line-height: 20px;
    margin: 40px 0;
    width: 100%;
    color: #333;
    table-layout: auto;
}
.ranking-table th{
    cursor: pointer;
    vertical-align: top;
    border: none;
    position: relative;
    padding-bottom: 6px;
    padding-top: 10px;
    font-family: 'BWHaasText-65Medium', sans-serif;
}
.ranking-table th:nth-child(2) {
    text-align: left;
    padding-left: 6px;
}
.ranking-table td:nth-child(1){
    font: 24px/26px 'BWHaasText-65Medium', sans-serif;
    width: 10%;
}
.ranking-table td:nth-child(2) {
    padding-left: 6px;
    color: #333;
    font: 22px/24px 'BWHaasText-65Medium', sans-serif;
    text-align: left;
    border-bottom: 1px solid #ddd;
    width: 48%;
}
.ranking-table td {
    font-family: 'BWHaasText-65Medium', sans-serif;
    padding: 8px 2px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    position: relative;
}
.ranking-table tr td:nth-child(1) {
    border: none;
}
.ranking-table tr td span.rbubble{
    width: 28px;
    height: 28px;
    background-color: blue;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    top: -1px;
    position: relative;
    cursor: default;
}

.ranking-table td .fa:after{
    font-size: 14px;
    position: absolute;
    left: 14px;
    top: 10px;
}
.ranking-table td .fa-arrow-up:after{
    content: '▲';
}
.ranking-table td .fa-arrow-down:after{
    content: '▼';
}
.ranking-table td .fa-square:after{
    content: '◼';
    font-size: 12px;
}
.ranking-table td .fa-circle:after{
    content: '●';
}


.ranking-table col.sorted{
    background-color: #f9f9fd;
}

.ranking-table th:hover .fa:after{
    content: '⬇';
}
.ranking-table th:hover .fa.fa-sort-desc:after{
    content: '⬆'; 
}

.ranking-table th span.fa {
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -4px;
}
.ranking-table .fa-arrow-up { color: #0c0;}
.ranking-table .fa-arrow-down { color: #c00;}
.ranking-table .fa-square { color: #ccc;}
.ranking-table .fa-circle { color: #ccc;}
.ranking-table .fa.fa-sort-asc:after{
    content: '⬇';
}
.ranking-table .fa.fa-sort-desc:after{
    content: '⬆';
}

.show-more, .show-less { cursor: pointer; }

.circle{
    margin-left: 24px;
    width:40px;
    height:40px;
    border-radius:50%;
    color:#fff;
    line-height:40px;
    background:#2800d7;
}

.ta-header {
    margin: auto 13px;
    margin-top: 10px;
    color: #262626;
    font: 12px 'BWHaasText-75Bold', sans-serif;
}

circle.median {
    fill: #000;
    stroke: transparent;
    stroke-width: 0;
    opacity: 0.5;
    transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
}
circle.median.hide-median {
    opacity: 0;
}

#comp-debt circle.comp {
    fill: #26E6B3;
    stroke: #26E6B3;
    stroke-width: 3;
}

#comp-debt path.comp {
    fill: none;
    stroke: #26E6B3;
    stroke-width: 2.5px;
}


#first-jobs {
    position: relative;
    font: 15px/15px 'BWHaasText-55Roman', sans-serif;
    color: #999;
}

#first-jobs .median {
    margin-top: 10px;
}

#first-jobs path.arc {
    stroke: #fff;
    stroke-width: 2px;
    fill: #CBCBCB;
}

#first-jobs .pct {
    font-size: 32px;
}

#first-jobs .started .pct, #first-jobs .started .v {
    fill: #6386FB;
    color: #6386FB;
    font-family: 'BWHaasText-75Bold', sans-serif;
}

#first-jobs .startup .pct, #first-jobs .startup .v {
    fill: #FC423B;
    color: #FC423B;
    font-family: 'BWHaasText-75Bold', sans-serif;
}

#regions .region, #regions .pct {
    fill: #B645F0;
}

#regions .us-region, #regions .us-region .pct {
    fill: #FC423B;
}

#sectors .sector, #sectors .pct {
    fill: #6386FB;
}

#placement .v {
    font-size: 92px;
    color: #F72566;
}

#debt .v {
    font-size: 92px;
    color: #F4B136;
}

.fullwidth {
    max-width: 1460px;
    width: 100%;
    text-align: center;
}

#slope-chart {
    font: 10px 'BWHaasText-55Roman', sans-serif;
}

#slope-chart path {
    fill: none;
    stroke: #ccc;
    cursor: pointer;
}
#slope-chart text {
    cursor: pointer;
    fill: #ccc;
}
#slope-chart .school:hover text {
    fill: #F72566;
}
#slope-chart .school:hover path {
    stroke: #F72566;
    stroke-width: 2px;
}
#slope-chart .school.selected text {
    fill: #F4B136;
}
#slope-chart .school.selected path {
    stroke: #F4B136;
    stroke-width: 2px;
}
#slope-chart text {
    fill: #333;
    font-size: 10px;
}
#slope-chart .headings text {
    font-size: 12px;
}
.axis {
    shape-rendering: crispEdges;
}

.x.axis line {
    stroke: #666;
}

.x.axis .minor {
    stroke-opacity: .5;
}

/*.x.axis path {
  display: none;
}*/

.y.axis path {
    fill: none;
}
.y.axis line {
    stroke: #999;
}

#methpie{
    transform: scale(2.0) translate(-2px,3px);
    -moz-transform: scale(2.0) translate(-2px,3px);
    -webkit-transform: scale(2.0) translate(-2px,3px);
    -o-transform: scale(2.0) translate(-2px,3px);
    -ms-transform: scale(2.0) translate(-2px,3px);
    height: 300px;
}
.methslice{
    opacity: 0;
}


/*-- display none --*/
body.mobile #svg-container, #mobile-container, .btn.hidden, h1, .hidden, .x.axis path, .allschools .mediankey {
    display: none;
}

div.tooltip{
    font: 13px/20px 'BWHaasText-65Medium', sans-serif;
    color: #333;
    width: inherit;
    max-width: 300px;
    min-height: inherit;
    box-shadow: none;
}
.tooltip:after, .tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 100;
}
.tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.tooltip:before {
    border-color: rgba(102, 102, 102, 0);
    border-top-color: lightgray;
    border-width: 9px;
    margin-left: -9px;
}


@media screen and (max-width: 998px){
    #dotMenu{
        display: none;
    }
    .section{
        width: 96%;
        margin-top: 70px;
    }
    #intro{
        margin-top: 60px;
    }

    h2 {
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 0;
    }
    h3 {
        font-size: 30px;
        line-height: 36px;
    }
    h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .byline {
        font-size: 1.06em;
        margin: 1.5em 0 0;
    }

    .padded {
        padding-top: 2px;
    }

    #svg-container svg{
    min-height: 280px;
    }

    #footer {
        width: 96%;
    }
}

@media screen and (max-width: 910px){
  .slopehide, #slope-chart {display: none;}
}

@media screen and (max-width: 768px){
    .ranking-table td:nth-child(2) {
        font: 18px/24px 'BWHaasText-65Medium', sans-serif;
    }
    .ranking-table td{
        font: 16px/20px 'BWHaasText-65Medium', sans-serif;
    }
    .ranking-table td .fa:after {
        left: 6px;
    }
    .miniChart {
          width: 100%;
    }
    #svg-container svg{
        min-height: 220px;
    }

    .barlist .barbox {
        width: 50%;
    }
    .barlist .coname {
        min-width: 150px;
    }
    .ad {
        float: none;
        padding: 10px 0 10px 20px;
        float: none;
        width: 340px;
        height: 340px;
        margin: 20px auto;
    }
}

@media screen and (max-width: 620px){
    .ranking-table td:nth-child(2) {
        font: 16px/24px 'BWHaasText-65Medium', sans-serif;
    }
    .ranking-table td{
        font: 14px/20px 'BWHaasText-65Medium', sans-serif;
    }
    .smaller {
        font-size: 9px;
        line-height: 12px;
    }
    #svg-container{
        display: none;
    }
    #mobile-container{
        display: block;
    }
    #mobile-container svg{
        min-height: 400px;
    }


}

@media screen and (max-width: 560px) {

    .barlist .barbox {
        width: 40%;
    }

    #main{
        overflow: hidden;
    }
    .section{
        margin: 50px auto 30px;
    }
    #intro {
        margin-top: 20px;
    }

    #inner, #footer div {
        padding: 0 1em;
    }

    #footer div {
        max-width: 100%;
    }

    #footer h4 {
        min-height: auto;
    }

    .ad, .floatR {
        float: none;
    }

    .floatR {
        padding: 0;
    }

    #methpie {
        transform: scale(1.9) translate(-6px, 3px);
        -webkit-transform: scale(1.9) translate(-6px, 3px);
        -moz-transform: scale(1.9) translate(-6px, 3px);
        -ms-transform: scale(1.9) translate(-6px, 3px);
        -o-transform: scale(1.9) translate(-6px, 3px);
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 0;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
    }
    h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .byline {
        font-size: 15px;
        margin-top: 1em;
        margin-bottom: 0;
    }
    .padded {
        padding-top: 0;
    }

    #debt .v, #placement .v {
        font-size: 70px;
    }

    .miniChart #debt .v, .miniChart #placement .v {
        line-height: 80px;
        margin-bottom: 0;
    }

    .miniChart {
        margin-top: 30px;
        width: 100%;
    }

    .searchfield {
        margin: 3em 0;
    }

    #Methodology h2 {
        font-size: 30px;
    }

    #Methodology h3 {
        margin-top: 1.5em;
    }

    #slope-chart, #dotMenu, .nomobile {
        display: none;
    }

    #mobile-container svg{
      min-height: 320px;
    }

    #intro ul {
        margin: 1em 2em;
    }

    .ranking-table {
        margin: 20px 0;
    }

    .ad {
        padding: 0;
        margin: 0 auto;
    }
    input, .tt-hint, .tt-input{
        font-size: 22px;
    }
    .startup, .started{
        padding: 10px 0px !important;
    }

    .index-page__headline {
        overflow: visible;
    }
}

@media screen and (max-width: 440px) {
    #mobile-container svg{
        min-height: 260px;
    }
    .barlist .barbox {
        width: 28%;
    }
}

@media screen and (max-width: 359px) {
    .miniChart {
        margin-left: -1.3em
    }
    .miniChart h4{
        margin-left: 1.5em;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .ad {
        margin-left: -1em;
        text-align: center;
    }
}
