
body {
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: "Avenir LT W01 35 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;}

h1 {
    font-size: 48px;
    font-weight: normal;
    color: #A1BADE;
}

h2 {
    font-size: 24px;
    color: #a1bade;
    line-height: 26px;
    margin:0 0 10px;
}

h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/*
 * Nav
 */

.navBG {
    position: absolute;
    top: 110px;
    height: 60px;
    width: 100%;
    background-color: #A1BADE;
    z-index: -100;
}

.navGroup {
    padding: 25px 0 40px;
}


/*
 * Chord Diagram
 */

#chordDiagram {
    max-width: 570px;
    font-size: 11px;
}

#circle circle {
  fill: none;
  pointer-events: all;
}

.group path {
  fill-opacity: .8;
}

.group .circleText {
    color: #fff;
}

path.chord {
  stroke: #000;
  stroke-width: .25px;
}

#circle:hover path.fade {
  display: none;
}

#circle path.show {
    display: block;
}


/*
 * Content blocks
 */

#eduContent p {
    border-left: 5px solid #a1bade;
    margin: 0 0 0 0px;
    padding-left: 10px;
}

#eduContent #eastmont {
    padding-right: 10px;
}

#jobContent {
    padding-bottom: 40px;
}

#jobContent .subcontent {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #a1bade;
}

#jobContent .subcontent img {
    max-height: 35px;
}

/*
#jobContent .subcontent:first-child {
    padding: 0;
    border: none;
}
*/

/*
 * Tooltip
 */

.tooltip a {
    color: #fff;
}


/*
 * Modal
 */

.modal {
    width: 800px;
    margin: -330px 0 0 -400px;
}

.modal-body {
    max-height: 600px;
    overflow: hidden;
    text-align: center;
}


/*
 * Helper Classes
 */

.top40 {
    margin-top: 40px;
}

.theFooter {
    padding-top: 80px;
    color: #ccc;
    text-align: center;
}

#mti_wfs_colophon {
    display: none !important;
}

/*
 * Responsive adjustments
 */

@media (min-width: 980px) and (max-width: 1199px) {
    body {
        font-size: 12px;
    }

    #chordDiagram {
        font-size: 11px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 20px;
    }

    #chordDiagram {
        max-width: 460px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    body {
        font-size: 12px;
    }

    #chordDiagram {
        font-size: 9px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 18px;
    }

    .btn-group > .btn, .btn-group > .dropdown-menu {
        font-size: 12px;
    }

    .btn {
        padding: 4px 8px;
    }
}

@media (max-width: 767px) {
    .navBG {
        display:none;
    }

    h1 {
        font-size: 30px;
    }

    .btn {
        padding: 4px 8px;
    }

    .navGroup {
        padding: 5px 0 20px;
    }
}

@media (max-width: 480px) {
    .btn-group > .btn, .btn-group > .dropdown-menu {
        font-size: 11px;
    }
}
