﻿/* ==========================================================================
   Header
   ========================================================================== */

.content a:focus { text-decoration: underline; }

.Nevada { display: inline-block; }

.unr img {
    margin-top: -5px !important;
    padding-right: 10px;
}

.header-seperator {
    position: relative;
    z-index: 50 !important;
}

.header-seperator img { margin-top: 0px; }

.header-bg-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.navbar {
    position: relative;
    z-index: 100;
}

.seperator-icon {
    padding: 0px;
    position: absolute;
    top: 126px;
    z-index: 101;
}

/* Media Queries */

@media only screen and (max-width: 500px) {
    .header-seperator { height: 170px; }

    

    .header-bg {height: 280px !important;}
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
    .header-seperator { height: 170px; }
}

@media only screen and (max-width: 767px) {
    .primary-nav { display: none; }

    .header-seperator {
        background-color: rgba(245, 245, 245, .8);
        border-bottom: 1px solid rgb(227, 227, 227);
        margin-top: 70px;
        padding: 20px;
    }

    .content-wrapper { margin-top: 90px; }

    .header-seperator img {
        margin-left: 0%;
        margin-top: 2%;
    }

    #home .header {
        background: #003366 url("/assets/main/img/header-bg.jpg") -250px 0 no-repeat;
        background-size: 1050px auto;
    }

    .header-bg-gradient { height: 240px; }

    .seperator-icon {
        left: 0;
        position: absolute;
        top: 155px;
        z-index: 101;
    }
}

/* ==========================================================================
   Header - ENDS
   ========================================================================== */

/* 
   Call to action button
   ========================================================================== */

.CTAbtn {
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 33, 66, 0.45) !important;
    border-radius: 2px 2px 2px 2px !important;
    color: rgb(0, 33, 66) !important;
    display: inline-block !important;
    font-family: "Myriad W08 Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-left: 10px !important;
    overflow: hidden !important;
    padding: 0.77em 1em !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    /*text-rendering: optimizelegibility !important;*/
    text-transform: uppercase !important;
    width: 100% !important;
    z-index: 4 !important;
}

.CTAbtn:hover {
    border: 1px solid rgba(0, 33, 66, 1) !important;
    color: #003366 !important;
}

/* 
   Carousel
   ========================================================================== */

.carousel { position: relative; }

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-inner > .item {
    /*-webkit-transition: .6s ease-in-out left;*/
    display: none;
    position: relative;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    max-width: 100%;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev { display: block; }

.carousel-inner > .active { left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next { left: 100%; }

.carousel-inner > .prev { left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }

.carousel-inner > .active.left { left: -100%; }

.carousel-inner > .active.right { left: 100%; }

.carousel-control {
    bottom: 0;
    color: #fff;
    /*filter: alpha(opacity=50);*/
    font-size: 20px;
    left: 0;
    opacity: .5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}

.carousel-control.left { background-color: transparent; }

.carousel-control.right {
    background-color: transparent;
    left: auto;
    right: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    /*filter: alpha(opacity=90);*/
    opacity: .9;
    text-decoration: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-family: serif;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
}

.carousel-control .icon-prev:before { content: '\2039'; }

.carousel-control .icon-next:before { content: '\203a'; }

.carousel-indicators {
    background-color: #f5f5f5;
    left: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 10px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
    z-index: 14;
}

.carousel-indicators li {
    border: 1px solid #999;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}

.carousel-indicators .active {
    background-color: #999;
    height: 12px;
    margin: 0;
    width: 12px;
}

.carousel-caption {
    background: #f5f5f5;
    bottom: 0px;
    height: 100%;
    left: 0px;
    padding: 15px;
    position: static;
    right: 0px;
    text-align: center;
}

.carousel-caption span { display: block; }

.carousel-caption p {
    color: #555555;
    line-height: 20px;
}

.carousel-caption .btn { text-shadow: none; }

/** Zack's addition for Buttons used on carousel **/

.carousel button {
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    color: #fff;
    opacity: 0.5;
    outline: none;
}

.carousel button:hover,
.carousel button:focus {
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    color: #fff;
    /*filter: alpha(opacity=90);*/
    opacity: .9;
    text-decoration: none;
    /* added for accessibility */
    outline: auto 5px #5E9EF3;
}

.faculty-list { display: inline-block !important; }

#sectioncarousel { margin-bottom: 60px; }

@media (max-width: 510px) {
}

@media (min-width: 1200px) {
    .carousel-caption { height: 100%; }
}

@media screen and (min-width: 768px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        width: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        z-index: 15;
    }
}

.content-wrapper .breadcrumbs ul li a { color: #77767B; }

.content-wrapper .breadcrumbs ul li a:hover { color: #003366; }

.content-wrapper .breadcrumbs { margin-bottom: 50px; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}

/* 
   Well Styles
   ========================================================================== */

.well {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    border-radius: 6px;
    padding: 24px;
}

.well-sm {
    border-radius: 3px;
    padding: 9px;
}

/* 
   Thumbnails
   ========================================================================== */

.thumbnail {
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: block;
    line-height: 1.428571429;
    margin-bottom: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active { border-color: #428bca; }

.thumbnail .caption {
    color: #333333;
    padding: 9px;
}



.pull-right { float: right !important; }

.pull-left { float: left !important; }

.blockquote {
    color: #3a7196!important;
    font-family: "myriad-pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 21px !important;
    line-height: 1.25;
    text-align: center !important;
}

.caption {
    color: #555 !important;
    font-family: "myriad-pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    line-height: 1.8em !important;
    margin-bottom: 11px !important;
    padding: 0 !important;
    text-align: left;
}

.author {
    color: #555;
    font-family: "myriad-pro", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.25;
    text-align: left !important;
}

.no-float { float: none !important; }

.taxlist {
    list-style: none !important;
    padding-left: 0px;
}

.taxlist li {
    padding-bottom: 15px;
    padding-left: 0px;
}

.right-cb {
    margin-left: 10px;
    margin-top: 50px;
}

.right-cb h3 {
    color: #002142;
    font-size: 26px;
    margin-left: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
}

.center { text-align: center !important; }

.social-media-collection {
    margin-left: 10px !important;
    text-align: center !important;
}

.announcement-item {
    background-color: #f0f6fa !important;
    border: 1px solid rgba(82, 146, 188, 0.3) !important;
    border-radius: 7px;
    margin-bottom: 15px;
    padding: 15px;
    padding-right: 0px;
    padding-top: 0px;
}

.announcement-item p {
    font-size: 13px;
    margin: 0 !important;
    padding-bottom: 5px !important;
}

.announcement-item .date,
.announcement-right .date,
.taxlist .date {
    color: #707070;
    font-size: 12px;
    padding: 0 !important;
}

.announcement-item img { margin-top: 10px; }

/*.announcement-right, .tax-right { margin-left: 7px !important; }*/

a.tax-right, .right-cb a { text-decoration:underline; }

.announcement-right p {
    font-size: 14px;
    margin: 0 !important;
    padding-bottom: 5px !important;
}

.announcement-right h4 { margin-bottom: 1px !important; }

.announcement-right a { color: #428BCA !important; }

.announcement-right a:hover { color: #2A6496 !important; }

.abstract-right { font-size: 13px !important; }

.header-right h4 a { font-size: 17px !important; }

.rss-feed p { margin: 0em 0px 1em !important; }

.title-right-nav { margin-left: 0.615385em; }

.title-right-nav h3 a { margin-left: 0px !important; }

/* Media Queries */

@media only screen and (max-width: 768px) {
    .side-bar-front, .sidebarWrapper-front { display: none; }

    .content { margin-top: 40px; }
}

.secondary-nav h1 a { color: rgb(0, 51, 102); }

.secondary-nav img {
    margin-top: -8px;
    padding-right: 6px;
}

.secondary-nav h1 a,
.secondary-nav span a { color: rgb(0, 51, 102); }

.secondary-nav img {
    margin-top: -8px;
    padding-right: 6px;
}

.content-wrapper .side-bar-front ul { padding-bottom: 20px; }

.contact-bar h3 {
    color: rgb(00, 33, 66);
    font-size: 26px;
    margin-left: 0.615385em;
    margin-top: 50px;
    text-decoration: none;
    text-transform: uppercase;
}

.contact-bar p {
    color: #757575;
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin-left: 1.2em;
    text-decoration: none;
}

.contact-bar a {
    text-decoration: underline;
}

.content-wrapper .sidebarWrapper-front {
    overflow: hidden;
    position: relative;
}

.content-wrapper .side-bar-front {
    border-left: 1px solid #E3E3E3;
    margin-top: 0px;
    padding-bottom: 58px;
    position: relative;
    top: 0;
    transition: top 0.3s ease-in 0s;
}

.content-wrapper .side-bar-front h3 a {
    color: #003366;
    font-size: 26px;
    margin-left: 0.615385em;
    text-decoration: none;
    text-transform: uppercase;
}

.content-wrapper .side-bar-front h3 a:hover { color: #3a7196; }

.content-wrapper .side-bar-front ul {
    margin: 0;
    padding: 0;
}

.content-wrapper .side-bar-front ul li {
    list-style: none outside none;
    margin: 1em 0 1em 1em;
    padding: 0;
}

.content-wrapper .side-bar-front ul li a {
    color: #656565;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.content-wrapper .side-bar-front ul li a:hover { color: #003366; }

.content-wrapper .side-bar-front ul li.here a { color: #003366; }

.content-wrapper .side-bar-front .fixedPositionTop {
    position: fixed;
    top: 8px;
    z-index: 200;
}

.content-wrapper .side-bar-front .absolutePositionBtm {
    bottom: 34px;
    position: absolute;
    top: auto;
    transition: none 0s ease 0s;
}

.flex-video {
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 25px;
    position: relative;
}

.flex-video.widescreen { padding-bottom: 57.25%; }

.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;

}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media only screen and (max-device-width: 800px),
only screen and (device-width: 1024px) and (device-height: 600px),
only screen and (width: 1280px) and (orientation: landscape),
only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video { padding-top: 0; }
}

#lwe {
    margin: 0 !important;
    padding: 0 !important;
}

#lw li.lwe {
    border-bottom: 1px solid #f5f5f5 !important;
    margin-bottom: 20px;
}

.lwd {
    color: #555 !important;
    font-size: 11px !important;
    line-height: 1.4em !important;
}

.lwn0 {
    color: #003366 !important;
    font-size: 13px !important;
}

.lwn a { color: #3a7196!important; }

.lwn a:hover { color: #003366 !important; }

.lwl {
    color: #003366 !important;
    font-size: 11px !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

.lwl a { color: #3a7196; }

.lwl a:hover { color: #003366; }

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.1/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.1//fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.1/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.1/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

.glyphicon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

.glyphicon:empty { width: 1em; }

.glyphicon-asterisk:before { content: "\2a"; }

.glyphicon-plus:before { content: "\2b"; }

.glyphicon-euro:before { content: "\20ac"; }

.glyphicon-minus:before { content: "\2212"; }

.glyphicon-cloud:before { content: "\2601"; }

.glyphicon-envelope:before { content: "\2709"; }

.glyphicon-pencil:before { content: "\270f"; }

.glyphicon-glass:before { content: "\e001"; }

.glyphicon-music:before { content: "\e002"; }

.glyphicon-search:before { content: "\e003"; }

.glyphicon-heart:before { content: "\e005"; }

.glyphicon-star:before { content: "\e006"; }

.glyphicon-star-empty:before { content: "\e007"; }

.glyphicon-user:before { content: "\e008"; }

.glyphicon-film:before { content: "\e009"; }

.glyphicon-th-large:before { content: "\e010"; }

.glyphicon-th:before { content: "\e011"; }

.glyphicon-th-list:before { content: "\e012"; }

.glyphicon-ok:before { content: "\e013"; }

.glyphicon-remove:before { content: "\e014"; }

.glyphicon-zoom-in:before { content: "\e015"; }

.glyphicon-zoom-out:before { content: "\e016"; }

.glyphicon-off:before { content: "\e017"; }

.glyphicon-signal:before { content: "\e018"; }

.glyphicon-cog:before { content: "\e019"; }

.glyphicon-trash:before { content: "\e020"; }

.glyphicon-home:before { content: "\e021"; }

.glyphicon-file:before { content: "\e022"; }

.glyphicon-time:before { content: "\e023"; }

.glyphicon-road:before { content: "\e024"; }

.glyphicon-download-alt:before { content: "\e025"; }

.glyphicon-download:before { content: "\e026"; }

.glyphicon-upload:before { content: "\e027"; }

.glyphicon-inbox:before { content: "\e028"; }

.glyphicon-play-circle:before { content: "\e029"; }

.glyphicon-repeat:before { content: "\e030"; }

.glyphicon-refresh:before { content: "\e031"; }

.glyphicon-list-alt:before { content: "\e032"; }

.glyphicon-lock:before { content: "\e033"; }

.glyphicon-flag:before { content: "\e034"; }

.glyphicon-headphones:before { content: "\e035"; }

.glyphicon-volume-off:before { content: "\e036"; }

.glyphicon-volume-down:before { content: "\e037"; }

.glyphicon-volume-up:before { content: "\e038"; }

.glyphicon-qrcode:before { content: "\e039"; }

.glyphicon-barcode:before { content: "\e040"; }

.glyphicon-tag:before { content: "\e041"; }

.glyphicon-tags:before { content: "\e042"; }

.glyphicon-book:before { content: "\e043"; }

.glyphicon-bookmark:before { content: "\e044"; }

.glyphicon-print:before { content: "\e045"; }

.glyphicon-camera:before { content: "\e046"; }

.glyphicon-font:before { content: "\e047"; }

.glyphicon-bold:before { content: "\e048"; }

.glyphicon-italic:before { content: "\e049"; }

.glyphicon-text-height:before { content: "\e050"; }

.glyphicon-text-width:before { content: "\e051"; }

.glyphicon-align-left:before { content: "\e052"; }

.glyphicon-align-center:before { content: "\e053"; }

.glyphicon-align-right:before { content: "\e054"; }

.glyphicon-align-justify:before { content: "\e055"; }

.glyphicon-list:before { content: "\e056"; }

.glyphicon-indent-left:before { content: "\e057"; }

.glyphicon-indent-right:before { content: "\e058"; }

.glyphicon-facetime-video:before { content: "\e059"; }

.glyphicon-picture:before { content: "\e060"; }

.glyphicon-map-marker:before { content: "\e062"; }

.glyphicon-adjust:before { content: "\e063"; }

.glyphicon-tint:before { content: "\e064"; }

.glyphicon-edit:before { content: "\e065"; }

.glyphicon-share:before { content: "\e066"; }

.glyphicon-check:before { content: "\e067"; }

.glyphicon-move:before { content: "\e068"; }

.glyphicon-step-backward:before { content: "\e069"; }

.glyphicon-fast-backward:before { content: "\e070"; }

.glyphicon-backward:before { content: "\e071"; }

.glyphicon-play:before { content: "\e072"; }

.glyphicon-pause:before { content: "\e073"; }

.glyphicon-stop:before { content: "\e074"; }

.glyphicon-forward:before { content: "\e075"; }

.glyphicon-fast-forward:before { content: "\e076"; }

.glyphicon-step-forward:before { content: "\e077"; }

.glyphicon-eject:before { content: "\e078"; }

.glyphicon-chevron-left:before { content: "\e079"; }

.glyphicon-chevron-right:before { content: "\e080"; }

.glyphicon-plus-sign:before { content: "\e081"; }

.glyphicon-minus-sign:before { content: "\e082"; }

.glyphicon-remove-sign:before { content: "\e083"; }

.glyphicon-ok-sign:before { content: "\e084"; }

.glyphicon-question-sign:before { content: "\e085"; }

.glyphicon-info-sign:before { content: "\e086"; }

.glyphicon-screenshot:before { content: "\e087"; }

.glyphicon-remove-circle:before { content: "\e088"; }

.glyphicon-ok-circle:before { content: "\e089"; }

.glyphicon-ban-circle:before { content: "\e090"; }

.glyphicon-arrow-left:before { content: "\e091"; }

.glyphicon-arrow-right:before { content: "\e092"; }

.glyphicon-arrow-up:before { content: "\e093"; }

.glyphicon-arrow-down:before { content: "\e094"; }

.glyphicon-share-alt:before { content: "\e095"; }

.glyphicon-resize-full:before { content: "\e096"; }

.glyphicon-resize-small:before { content: "\e097"; }

.glyphicon-exclamation-sign:before { content: "\e101"; }

.glyphicon-gift:before { content: "\e102"; }

.glyphicon-leaf:before { content: "\e103"; }

.glyphicon-fire:before { content: "\e104"; }

.glyphicon-eye-open:before { content: "\e105"; }

.glyphicon-eye-close:before { content: "\e106"; }

.glyphicon-warning-sign:before { content: "\e107"; }

.glyphicon-plane:before { content: "\e108"; }

.glyphicon-calendar:before { content: "\e109"; }

.glyphicon-random:before { content: "\e110"; }

.glyphicon-comment:before { content: "\e111"; }

.glyphicon-magnet:before { content: "\e112"; }

.glyphicon-chevron-up:before { content: "\e113"; }

.glyphicon-chevron-down:before { content: "\e114"; }

.glyphicon-retweet:before { content: "\e115"; }

.glyphicon-shopping-cart:before { content: "\e116"; }

.glyphicon-folder-close:before { content: "\e117"; }

.glyphicon-folder-open:before { content: "\e118"; }

.glyphicon-resize-vertical:before { content: "\e119"; }

.glyphicon-resize-horizontal:before { content: "\e120"; }

.glyphicon-hdd:before { content: "\e121"; }

.glyphicon-bullhorn:before { content: "\e122"; }

.glyphicon-bell:before { content: "\e123"; }

.glyphicon-certificate:before { content: "\e124"; }

.glyphicon-thumbs-up:before { content: "\e125"; }

.glyphicon-thumbs-down:before { content: "\e126"; }

.glyphicon-hand-right:before { content: "\e127"; }

.glyphicon-hand-left:before { content: "\e128"; }

.glyphicon-hand-up:before { content: "\e129"; }

.glyphicon-hand-down:before { content: "\e130"; }

.glyphicon-circle-arrow-right:before { content: "\e131"; }

.glyphicon-circle-arrow-left:before { content: "\e132"; }

.glyphicon-circle-arrow-up:before { content: "\e133"; }

.glyphicon-circle-arrow-down:before { content: "\e134"; }

.glyphicon-globe:before { content: "\e135"; }

.glyphicon-wrench:before { content: "\e136"; }

.glyphicon-tasks:before { content: "\e137"; }

.glyphicon-filter:before { content: "\e138"; }

.glyphicon-briefcase:before { content: "\e139"; }

.glyphicon-fullscreen:before { content: "\e140"; }

.glyphicon-dashboard:before { content: "\e141"; }

.glyphicon-paperclip:before { content: "\e142"; }

.glyphicon-heart-empty:before { content: "\e143"; }

.glyphicon-link:before { content: "\e144"; }

.glyphicon-phone:before { content: "\e145"; }

.glyphicon-pushpin:before { content: "\e146"; }

.glyphicon-usd:before { content: "\e148"; }

.glyphicon-gbp:before { content: "\e149"; }

.glyphicon-sort:before { content: "\e150"; }

.glyphicon-sort-by-alphabet:before { content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before { content: "\e152"; }

.glyphicon-sort-by-order:before { content: "\e153"; }

.glyphicon-sort-by-order-alt:before { content: "\e154"; }

.glyphicon-sort-by-attributes:before { content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before { content: "\e156"; }

.glyphicon-unchecked:before { content: "\e157"; }

.glyphicon-expand:before { content: "\e158"; }

.glyphicon-collapse-down:before { content: "\e159"; }

.glyphicon-collapse-up:before { content: "\e160"; }

.glyphicon-log-in:before { content: "\e161"; }

.glyphicon-flash:before { content: "\e162"; }

.glyphicon-log-out:before { content: "\e163"; }

.glyphicon-new-window:before { content: "\e164"; }

.glyphicon-record:before { content: "\e165"; }

.glyphicon-save:before { content: "\e166"; }

.glyphicon-open:before { content: "\e167"; }

.glyphicon-saved:before { content: "\e168"; }

.glyphicon-import:before { content: "\e169"; }

.glyphicon-export:before { content: "\e170"; }

.glyphicon-send:before { content: "\e171"; }

.glyphicon-floppy-disk:before { content: "\e172"; }

.glyphicon-floppy-saved:before { content: "\e173"; }

.glyphicon-floppy-remove:before { content: "\e174"; }

.glyphicon-floppy-save:before { content: "\e175"; }

.glyphicon-floppy-open:before { content: "\e176"; }

.glyphicon-credit-card:before { content: "\e177"; }

.glyphicon-transfer:before { content: "\e178"; }

.glyphicon-cutlery:before { content: "\e179"; }

.glyphicon-header:before { content: "\e180"; }

.glyphicon-compressed:before { content: "\e181"; }

.glyphicon-earphone:before { content: "\e182"; }

.glyphicon-phone-alt:before { content: "\e183"; }

.glyphicon-tower:before { content: "\e184"; }

.glyphicon-stats:before { content: "\e185"; }

.glyphicon-sd-video:before { content: "\e186"; }

.glyphicon-hd-video:before { content: "\e187"; }

.glyphicon-subtitles:before { content: "\e188"; }

.glyphicon-sound-stereo:before { content: "\e189"; }

.glyphicon-sound-dolby:before { content: "\e190"; }

.glyphicon-sound-5-1:before { content: "\e191"; }

.glyphicon-sound-6-1:before { content: "\e192"; }

.glyphicon-sound-7-1:before { content: "\e193"; }

.glyphicon-copyright-mark:before { content: "\e194"; }

.glyphicon-registration-mark:before { content: "\e195"; }

.glyphicon-cloud-download:before { content: "\e197"; }

.glyphicon-cloud-upload:before { content: "\e198"; }

.glyphicon-tree-conifer:before { content: "\e199"; }

.glyphicon-tree-deciduous:before { content: "\e200"; }

table {
    background-color: transparent;
    max-width: 100%;
}

th { text-align: left; }

.table {
    margin-bottom: 20px;
    width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #dddddd;
    line-height: 1.428571429;
    padding: 8px;
    vertical-align: top;
}

.table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody + tbody { border-top: 2px solid #dddddd; }

.table .table { background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td { border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th { background-color: #f5f5f5; }

table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th { background-color: #ebcccc; }

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th { background-color: #faf2cc; }

@media (max-width: 767px) {
    .table-responsive {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        border: 1px solid #dddddd;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }

    .table-responsive > .table { margin-bottom: 0; }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }

    .table-responsive > .table-bordered { border: 0; }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; }
}

/*** Tabs  ************************/

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after { clear: both; }

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after { clear: both; }

.nav > li {
    display: block;
    position: relative;
}

.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}

.nav > li.disabled > a { color: #999999; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    background-color: transparent;
    color: #999999;
    cursor: not-allowed;
    text-decoration: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.428571429;
    margin-right: 2px;
}

.nav-tabs > li > a:hover { border-color: #eeeeee; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    /*background-color: #ffffff;*/
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    color: #555555;
    cursor: default;
}

.nav-tabs.nav-justified {
    border-bottom: 0;
    width: 100%;
}

.nav-tabs.nav-justified > li { float: none; }

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a { margin-bottom: 0; }
}

.nav-tabs.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff; }
}

.nav-pills > li { float: left; }

.nav-pills > li > a { border-radius: 4px; }

.nav-pills > li + li { margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #2e6ca2;
    color: #ffffff;
}

.nav-stacked > li { float: none; }

.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px;
}

.nav-justified { width: 100%; }

.nav-justified > li { float: none; }

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

/*** Person Profile  ************************/

header.person-profile-header h1 { text-align: left; }

header .positionTitle {
    color: #555555;
    font-family: "Myriad Pro Cond 1167289", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    header.person-profile-header h1 { padding: 0; }
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a { margin-bottom: 0; }
}

.nav-tabs-justified { border-bottom: 0; }

.nav-tabs-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; }
}

@media (max-width: 768px) {
    .cbInner img { width: 100%; }
}

.content { word-wrap: break-word; }

.content a { text-decoration:underline; }

/* Facebook Fluid Like Box */

#fb-root { display: none !important; }

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 99% !important; }

/*** Degrees  ************************/

#DegreeDetailInfoBox {
    background-color: rgb(238, 238, 238);
    border-radius: 10px;
    margin-bottom: 1em;
    padding: 20px;
}

#DegreeDetailInfoBox ul { margin: 0px; }

#DegreeDetailInfoBox ul li {
    color: #555;
    list-style: none;
    padding-bottom: 9px;
    padding-top: 9px;
}

#DegreeDetailInfoBox a { color: #2e6ca2; }

#DegreeDetailInfoBox a:hover { color: #003366; }

.gsc-selected-option-container { min-width: 92px !important; }