﻿@charset "UTF-8"; /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ .fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}

.fa-fw, .fa-li {
    text-align: center
}

.fa, .fa-stack {
    display: inline-block
}

.fa, .glyphicon {
    -moz-osx-font-smoothing: grayscale
}

.img-thumbnail, .thumbnail {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px
}

.materials-text, pre {
    word-wrap: break-word
}

@font-face {
    font-family: FontAwesome;
    src: url(/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/assets/fonts/fontawesome-webfont.eot?v=4.7.0#iefix) format("embedded-opentype"),url(/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-stack, img {
    vertical-align: middle
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em
}

    .fa-li.fa-lg {
        left: -1.85714em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

hr, img {
    border: 0
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.btn-group > .btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu {
    float: left
}

.fa.fa-pull-right {
    margin-left: .3em
}

body, figure {
    margin: 0
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em
}

.badge, sub, sup {
    vertical-align: baseline
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.img-responsive, .img-thumbnail {
    width: 100%\9;
    height: auto;
    max-width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""
}

.fa-empire:before, .fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before, .fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before, .fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before, .fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before, .fa-vcard:before {
    content: ""
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a:active, a:hover {
    outline: 0
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.glyphicon, address, cite {
    font-style: normal
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .btn-danger.dropdown-toggle, .open > .btn-default.dropdown-toggle, .open > .btn-info.dropdown-toggle, .open > .btn-primary.dropdown-toggle, .open > .btn-warning.dropdown-toggle {
    background-image: none
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://www.apus.edu/assets/fonts/glyphicons-halflings-regular.eot);
    src: url(https://www.apus.edu/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(https://www.apus.edu/assets/fonts/glyphicons-halflings-regular.woff) format("woff"),url(https://www.apus.edu/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(https://www.apus.edu/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

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

.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"
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus, a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline-offset: -2px
}

.img-responsive {
    display: block
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code, table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl, ol, ul {
    margin-top: 0
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

address, dl {
    margin-bottom: 20px
}

ol, ul {
    margin-bottom: 10px
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dd, dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 750px
    }
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dropdown-menu > li > a, .form-horizontal .form-group:after, .modal-footer:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .ui-helper-clearfix:after {
    clear: both
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

legend, pre {
    color: #333
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

blockquote:after, blockquote:before {
    content: ""
}

address {
    line-height: 1.42857
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " "
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    overflow-y: scroll
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

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

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

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

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

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

    .table .table {
        background-color: #fff
    }

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

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

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        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, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

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

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

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

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

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

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

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

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

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

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

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

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

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

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

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

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

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

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

fieldset, legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=radio]:focus, input[type=file]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #777
    }

    .form-control::-webkit-input-placeholder {
        color: #777
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
    line-height: 1.42857\9
}

    .form-horizontal .form-group-sm input.form-control[type=date], .form-horizontal .form-group-sm input.form-control[type=time], .form-horizontal .form-group-sm input.form-control[type=datetime-local], .form-horizontal .form-group-sm input.form-control[type=month], .input-group-sm > .input-group-btn > input.btn[type=date], .input-group-sm > .input-group-btn > input.btn[type=time], .input-group-sm > .input-group-btn > input.btn[type=datetime-local], .input-group-sm > .input-group-btn > input.btn[type=month], .input-group-sm > input.form-control[type=date], .input-group-sm > input.form-control[type=time], .input-group-sm > input.form-control[type=datetime-local], .input-group-sm > input.form-control[type=month], .input-group-sm > input.input-group-addon[type=date], .input-group-sm > input.input-group-addon[type=time], .input-group-sm > input.input-group-addon[type=datetime-local], .input-group-sm > input.input-group-addon[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .form-horizontal .form-group-lg input.form-control[type=date], .form-horizontal .form-group-lg input.form-control[type=time], .form-horizontal .form-group-lg input.form-control[type=datetime-local], .form-horizontal .form-group-lg input.form-control[type=month], .input-group-lg > .input-group-btn > input.btn[type=date], .input-group-lg > .input-group-btn > input.btn[type=time], .input-group-lg > .input-group-btn > input.btn[type=datetime-local], .input-group-lg > .input-group-btn > input.btn[type=month], .input-group-lg > input.form-control[type=date], .input-group-lg > input.form-control[type=time], .input-group-lg > input.form-control[type=datetime-local], .input-group-lg > input.form-control[type=month], .input-group-lg > input.input-group-addon[type=date], .input-group-lg > input.input-group-addon[type=time], .input-group-lg > input.input-group-addon[type=datetime-local], .input-group-lg > input.input-group-addon[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }

.checkbox, .radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm, .form-horizontal .form-group-lg .form-control-static.form-control, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-horizontal .form-group-sm select.form-control, .input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px
}

    .form-horizontal .form-group-sm select.form-control[multiple], .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > .input-group-btn > select.btn[multiple], .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
        height: auto
    }

.form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.form-horizontal .form-group-lg select.form-control, .input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px
}

    .form-horizontal .form-group-lg select.form-control[multiple], .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > .input-group-btn > select.btn[multiple], .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
        height: auto
    }

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.collapsing, .dropdown {
    position: relative
}

.form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group, .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio, .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label, .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active:focus, .btn:active:focus, .btn:focus {
        outline-offset: -2px
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    border-color: #357ebd
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        background-image: none
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-group-xs > .btn, .btn-sm, .btn-xs {
    font-size: 12px;
    line-height: 1.5
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .dropdown-menu-right, .dropdown-menu.pull-right {
        left: auto;
        right: 0
    }

    .dropdown-header, .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        line-height: 1.42857;
        white-space: nowrap
    }

.badge, .input-group-addon, .pager, .progress-bar {
    text-align: center
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

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

.dropdown-menu > li > a {
    font-weight: 400;
    color: #333
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed
    }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

        .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
            outline: 0
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar:after, .btn-toolbar:before {
        content: " ";
        display: table
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

#cboxWrapper, .cboxPhoto, .nav > li > a > img {
    max-width: none
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn > .btn + .btn {
    margin-left: -1px
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.input-group, .input-group-btn, .input-group-btn > .btn {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .form-horizontal .form-group-sm .input-group-addon.form-control, .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .form-horizontal .form-group-lg .input-group-addon.form-control, .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
        z-index: 2
    }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

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

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

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

    .nav:after {
        clear: both
    }

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

    .nav > li.disabled > a {
        color: #777
    }

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

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

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

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

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

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

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

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

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

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

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #428bca
}

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

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

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

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

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

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

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

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

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

        .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0
        }

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

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

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

.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
    content: " ";
    display: table
}

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.embed-responsive, .modal, .modal-open, .progress {
    overflow: hidden
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.breadcrumb > li, .pagination {
    display: inline-block
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px
        }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -15px
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px
        }

    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .btn-group-xs > .navbar-btn.btn, .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

    .navbar-inverse .navbar-brand {
        color: #777
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #777
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #090909;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #777
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #777
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li + li:before {
        content: "/&nbsp;";
        padding: 0 5px;
        color: #ccc
    }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none
}

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

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

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

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    padding: .2em .6em .3em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #428bca
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #3071a9
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #777;
    border-radius: 10px
}

.ui-button, .ui-spinner, .ui-spinner-input {
    vertical-align: middle
}

.badge:empty {
    display: none
}

.list-group-item, .media-object, .thumbnail {
    display: block
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

.alert, .thumbnail {
    margin-bottom: 20px
}

    .alert .alert-link, .close {
        font-weight: 700
    }

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

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

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

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

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.close, .list-group-item > .badge {
    float: right
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
    color: #777;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

    .media, .media .media {
        margin-top: 15px
    }

        .media:first-child {
            margin-top: 0
        }

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #e1edf7
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

    .panel-title, .panel > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0
    }

.panel-body {
    padding: 15px
}

    .panel-body:after, .panel-body:before {
        content: " ";
        display: table
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading, .panel > .list-group:last-child .list-group-item:last-child, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px
    }

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px
    }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

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

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

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

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd
    }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #428bca
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }

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

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

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

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

.close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.carousel-caption, .carousel-control {
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content, .popover {
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:after, .modal-footer:before {
        content: " ";
        display: table
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.invisible, .seSpecial {
    visibility: hidden
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    left: 5px
}

.tooltip.top-right .tooltip-arrow {
    right: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    left: 5px
}

.tooltip.bottom-right .tooltip-arrow {
    right: 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal
}

.carousel-caption, .carousel-control, .ui-button, .ui-datepicker .ui-datepicker-title, .ui-datepicker th {
    text-align: center
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel, .carousel-inner {
    position: relative
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff
    }

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

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

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

    .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 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff
}

    .carousel-control.left {
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
    }

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

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

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

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

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

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

.carousel-indicators {
    padding-left: 0
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0)
    }

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

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff
}

    .carousel-caption .btn, .text-hide {
        text-shadow: none
    }

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

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

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

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.hidden {
    visibility: hidden !important
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}
/*! jQuery UI - v1.11.3 - 2015-02-12
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-zfix, .ui-widget-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        margin: 0 5px
    }

.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    cursor: pointer;
    overflow: visible
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none
    }

        .ui-button .ui-button-text {
            display: block;
            line-height: normal
        }

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em
    }

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 1px 0
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 42%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        font-weight: 700;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
            float: right
        }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        border: none;
        padding: 16px 20px;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: 0 0;
        overflow: auto
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        padding: .5em
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            text-align: center
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

    .ui-menu .ui-menu {
        position: absolute
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0
    }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
        height: 100%;
        filter: alpha(opacity=25);
        opacity: .25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
    bottom: 0
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px
    }

.ui-selectmenu-button, .ui-spinner, .ui-spinner-button {
    overflow: hidden
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    padding: 0
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 22px .2em .4em
}

.ui-widget-content a, .ui-widget-header, .ui-widget-header a {
    color: #333
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none
        }

.HeaderElement div, .modalQuestion, .print-floatright, .remainingBalDiv {
    float: right
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

    .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
        cursor: text
    }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    font-weight: 700
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: 400;
        color: #454545
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #454545;
            text-decoration: none
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
        border: 1px solid #ccc;
        background: #ededed;
        font-weight: 400;
        color: #2b2b2b
    }

        .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #2b2b2b;
            text-decoration: none
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        background: #f6f6f6;
        border: 1px solid #c5c5c5;
        color: #454545;
        font-weight: 400
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #454545;
            text-decoration: none
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #dad55e;
        background: #fffa90;
        color: #777620
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #777620
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #f1a899;
        background: #fddfdf;
        color: #5f3f3f
    }

        .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
            color: #5f3f3f
        }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: 700
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: 400
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35)
        }

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

@font-face {
    font-family: GibsonRegular;
    src: url(/assets/Intranet/fonts/Gibson-Regular-webfont.eot);
    src: url(/assets/Intranet/fonts/Gibson-Regular-webfont.eot?#iefix) format("embedded-opentype"),url(/assets/Intranet/fonts/Gibson-Regular-webfont.woff) format("woff"),url(/assets/Intranet/fonts/Gibson-Regular-webfont.ttf) format("truetype"),url(/assets/Intranet/fonts/Gibson-Regular-webfont.svg#GibsonRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GibsonLight;
    src: url(/assets/Intranet/fonts/Gibson-Light-webfont.eot);
    src: url(/assets/Intranet/fonts/Gibson-Light-webfont.eot?#iefix) format("embedded-opentype"),url(/assets/Intranet/fonts/Gibson-Light-webfont.woff) format("woff"),url(/assets/Intranet/fonts/Gibson-Light-webfont.ttf) format("truetype"),url(/assets/Intranet/fonts/Gibson-Light-webfont.svg#GibsonLight) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GibsonSemiBold;
    src: url(/assets/Intranet/fonts/Gibson-SemiBold-webfont.eot);
    src: url(/assets/Intranet/fonts/Gibson-SemiBold-webfont.eot?#iefix) format("embedded-opentype"),url(/assets/Intranet/fonts/Gibson-SemiBold-webfont.woff) format("woff"),url(/assets/Intranet/fonts/Gibson-SemiBold-webfont.ttf) format("truetype"),url(/assets/Intranet/fonts/Gibson-SemiBold-webfont.svg#GibsonSemiBold) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    color: #555;
    font-size: 16px;
    line-height: 22px;
    background-color: #eaeaea
}

.FormTitle, .h1, .h2, .h2-muted, .h3, .homepadcontent h2, .printTitle1, h1, h2, h3 {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.container {
    padding: 0
}

.homepadcontent, .padcontent {
    padding: 20px
}

.padcontent {
    background: #fff;
    min-height: 40vh
}

.h1, .printTitle1, h1 {
    color: #555;
    font-size: 2em;
    margin: 32px 0 16px;
    line-height: 105%
}

.printTitle1 {
    text-align: left !important
}

@media only screen and (max-width:767px) {
    .homepadcontent {
        padding: 10px
    }

    .h1, h1 {
        font-size: 1.75em;
        margin: 16px 0
    }
}

.h2, h2 {
    font-size: 1.5em;
    color: #555;
    padding: 32px 0 8px;
    display: block
}

hr {
    border-style: solid none none !important;
    border-width: 1px 0 0 !important;
    border-color: #ddd !important
}

    hr[style] {
        background-color: #ddd !important;
        height: 0 !important
    }

.bluebox, .bluebox-header {
    background-color: #e5eff4;
    color: #555
}

.homepadcontent h2 {
    font-size: 1.75em;
    font-weight: 200;
    margin-top: 10px
}

.bold, address label {
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .h2, h2 {
        font-size: 1.25em;
        margin: 32px 0 8px
    }
}

.h2-muted {
    font-size: 1em;
    color: #555;
    opacity: .5;
    line-height: 1.5em;
    margin: 16px 0;
    display: inline-block
}

.field, .label {
    display: block
}

@media only screen and (max-width:767px) {
    .h2-muted {
        margin: 0
    }
}

.FormTitle, .h3, h3 {
    font-size: 1.25em;
    color: #555;
    margin: 32px 0 8px
}

.bluebox {
    padding: 20px;
    margin-bottom: 30px
}

.bluebox-header {
    padding: 6px 20px 3px;
    margin-bottom: 10px
}

.bluebox p {
    color: #555 !important
}

.bluebox h3, .bluebox-header h3 {
    color: #555;
    margin: 12px 0 16px;
    font-size: 1.5em
}

.bluebox a {
    color: #005e98 !important
}

    .bluebox a.btn-primary {
        color: #fff !important
    }

.bluebox h3 span {
    text-transform: uppercase;
    font-size: 66.66667%;
    display: block
}

h2.bullets span {
    background-color: #608eb5;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    padding: 2px 12px;
    margin-right: 5px
}

h2 span#ctl00_cphMain_paymentProfileControl_dropdownHeadingLabel, h2 span#lblLedger {
    background-color: #fff;
    border-radius: 0;
    color: #555;
    padding: 0
}

.graybox, .graybox-confirmation {
    border: 1px solid #ddd;
    margin-top: 30px
}

.graybox {
    padding: 0 20px 20px
}

.graybox-confirmation {
    padding: 10px;
    background-color: #f1f2f2
}

.box-confirmation {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px
}

#ctl00_cphMain_tvEditPersonalInfo h3 {
    background-color: #608eb5;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 30px
}

.h4, .label, h4 {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    color: #555
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 0;
    margin: 0 !important;
    padding: 5px 10px !important
}

.col-md-4 ul {
    margin: 0;
    padding: 0 0 0 15px
}

.col-md-4 li {
    margin: 0;
    padding: 0
}

.popuptitle, p {
    margin-bottom: 10px
}

.popuptitle {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.field {
    padding-bottom: 15px
}

.label {
    font-size: 1rem;
    border-radius: 0;
    vertical-align: auto
}

@media only screen and (max-width:767px) {
    .h3, h3 {
        font-size: 1.125em
    }
}

.h4, h4, p {
    font-size: 1em
}

.h4, h4 {
    line-height: inherit
}

p {
    font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    line-height: 1.4em
}

a, a.link, a:visited, address label, button.link, button.link:visited {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

    a, a.link, button.link {
        color: #005e98;
        text-decoration: none;
        padding: 0;
        -moz-user-select: text;
        background: 0 0;
        border: none
    }

#semSessionsDiv a, #semSessionsDiv a.link, #semSessionsDiv button.link {
    text-align: left;
    line-height: 1.25em
}

.buttonwrap, .paymentButtonContainer {
    text-align: center
}

a:hover, button.link:hover {
    color: #005e98;
    text-decoration: underline;
    cursor: pointer
}

a:visited, button.link:visited {
    color: #608eb5;
    text-decoration: none
}

address label {
    display: inline-block;
    margin: 0 5px 0 0
}

.btn-panel, .infoDialog .buttonwrap {
    margin-top: 15px
}

a.tooltip {
    color: #005e98;
    text-decoration: dotted
}

.red {
    color: #b20000
}

.formfieldcont {
    border-bottom: 1px solid #333;
    display: flex;
    padding: 10px
}

.btn-panel {
    display: block
}

.topPaddingMed {
    padding-top: 25px
}

.courseSessions {
    margin: 30px 0
}

@media only screen and (max-width:767px) {
    .courseSessions {
        margin: 30px -15px 40px
    }
}

.fa-info-circle {
    color: #005e98;
    cursor: pointer
}

.isAdmin {
    font: .85em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    text-transform: capitalize
}

.table-label, th {
    text-transform: uppercase
}

.isAdmin .fa-asterisk {
    font-size: .75em;
    vertical-align: top;
    margin-left: -4px
}

.window-fixed {
    position: fixed;
    overflow-x: hidden;
    width: 100%
}

.window-free {
    position: relative;
    overflow-x: auto
}

.infoDialog {
    position: fixed;
    -webkit-overflow-scrolling: touch
}

    .infoDialog > * {
        -webkit-transform: translateZ(0)
    }

.required {
    color: #b20000
}

#fsaOptionsDiv {
    border-top: solid 1px #ccc
}

    #fsaOptionsDiv .labelBlock {
        padding: 15px 0
    }

@media only screen and (max-width:767px) {
    #fsaOptionsDiv .labelBlock {
        padding: 5px 0
    }
}

#fsaOptionsDiv .labelBlock > label {
    display: inline
}

#fsaOptionsDiv .labelBlock a {
    font-size: .875em;
    margin-left: 10px;
    padding: 5px 10px;
    border-left: 1px solid #ccc
}

.fc-icon-phone::before {
    padding-right: 9px;
    font-family: fontawesome;
    content: "\f095";
    color: #bbb;
    margin-left: 2px
}

.fc-icon-email::before {
    padding-right: 8px;
    font-family: fontawesome;
    content: "\f0e0";
    color: #bbb
}

.fc-icon-print::before, .fc-icon-web::before {
    padding-right: 9px;
    font-family: fontawesome;
    color: #bbb
}

.fc-icon-web::before {
    content: "\f0ac"
}

.fc-icon-print::before {
    content: "\f02f"
}

@media only screen and (min-width:768px) {
    #fsaOptionsDiv {
        margin-top: 15px
    }
}

@media only screen and (max-width:767px) {
    #fsaOptionsDiv .labelBlock a {
        border: none;
        display: block;
        padding: 5px 0;
        margin-left: 0
    }

    #fsaOptionsDiv {
        border: none
    }
}

.ui-selectmenu-open .ui-menu {
    max-height: 250px
}

.ui-dialog p {
    margin-bottom: 5px
}

#progressBarDialog.ui-dialog-content {
    padding: 15px
}

.paymentmethod {
    font: 1em GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif
}

.paymentprofile {
    font-size: .875em
}

.samePaymentOption {
    color: #555;
    font-size: .875em
}

.applyContainer {
    min-height: 50px;
    padding: 25px 0 5px
}

.pending {
    font-size: 1em;
    font-style: italic;
    margin-left: 15px
}

.attendancePolicy {
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .pending {
        margin-left: 0;
        display: block
    }

    .attendancePolicy {
        padding: 0 15px
    }
}

.CVVCodeLink, .GIBillInfoLink {
    font: .875em GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    color: #005e98;
    font-style: italic;
    cursor: pointer
}

.confirmation-message {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 15px;
    margin: 5px 0 20px;
    font: 1.15em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.in_error {
    background-color: #fcf8e3;
    color: #000;
    font-weight: 400
}

.error {
    color: #b20000
}

.alert-important {
    padding: 20px 10px 20px 20px !important;
    line-height: 125%;
    color: #e3952d;
    font: 1em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

    .alert-important .important-message {
        margin: auto
    }

    .alert-important .fa {
        vertical-align: middle;
        font-size: 2em;
        padding: 5px 0
    }

.alert-block {
    color: #b20000;
    padding: 20px 20px 20px 0;
    margin: 0 0 25px;
    border: 1px solid #d1b4b9;
    background-color: #f7e5e5
}

    .alert-block h4 {
        margin-top: 0
    }

    .alert-block p {
        margin-bottom: 5px;
        color: #b20000
    }

    .alert-block ul {
        margin: 0;
        padding-left: 20px
    }

#ctl00_cphMain_lblAgreement, #ctl00_cphMain_vsMessage, #dvTechFeeMessage, .alert-info {
    color: #555 !important;
    padding: 20px;
    margin: 0 0 25px;
    border: 1px solid #d0c4b0;
    background-color: #fffbe1;
    display: block
}

    #dvTechFeeMessage span {
        color: #555 !important
    }

    .alert-info h4 {
        margin-top: 0
    }

    .alert-info p {
        margin-bottom: 5px;
        color: #555
    }

    .alert-info ul {
        margin: 0;
        padding: 0
    }

#ctl00_cphMain_Calendar1_pnlCalendar {
    top: 380px;
    left: 10px;
    z-index: 1 !important
}

#tvMyFormst2 table, #tvMyFormst3 table, #tvMyFormst4 table, #tvMyFormst5 table {
    margin-top: 0;
    text-align: right
}

    #tvMyFormst2 table h3, #tvMyFormst5 table h3 {
        text-align: left
    }

.check-all-no input, .check-all-yes input {
    display: inline-block;
    width: 60px
}

.no-checkbox input, .yes-checkbox input {
    width: 60px
}

.check-all-yes > label, .yes-checkbox > label {
    display: inline-block;
    width: 300px
}

.check-all-no label, .no-checkbox label {
    display: none
}

.no-checkbox, .yes-checkbox label {
    display: inline-block
}

.check-all-no::after {
    content: "\a ";
    white-space: pre
}

#regionDiv label, .milCareerInfo #militarySpouseOrDependentDiv {
    white-space: nowrap
}

#tblConfirm table table {
    border: 1px solid #ccc
}

    #tblConfirm table table td {
        padding: 2px 10px;
        font-size: .875em
    }

#txtEmailID {
    width: 30%
}

#divFinStatus, #divLedger, #divRegistrationConfirmationsParent {
    border-top: 1px solid #ccc;
    margin-top: 10px
}

#registrationReceipt .alert-info:first-child {
    margin: 30px 0 15px
}

table.TCEDocSelection tbody tr:last-child {
    border-top: 1px solid #ccc
}

    table.TCEDocSelection tbody tr:last-child td {
        padding-top: 10px;
        padding-bottom: 20px
    }

table.TCEDocSelection tbody tr:nth-child(2) td table tr:last-child {
    border-top: none
}

    table.TCEDocSelection tbody tr:nth-child(2) td table tr:last-child td {
        padding-bottom: 10px;
        padding-top: 0
    }

blockquote {
    padding: 10px 0;
    margin: 0 0 20px;
    border-left: none
}

.linear .box::after {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    font-size: 144px;
    right: 5px;
    bottom: 54px;
    opacity: .1;
    position: absolute
}

.linear .box:first-child::after {
    content: "1"
}

.linear .box:nth-child(2)::after {
    content: "2"
}

.linear .box:nth-child(3)::after {
    content: "3"
}

.linear .box:last-child::after {
    content: "4"
}

.alert-sideinfo {
    color: #555;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #e4d7ba;
    background-color: #fffbe1;
    font-size: .875em;
    line-height: 1.25em
}

.transparent-dialog, .transparent-dialog .ui-widget-content {
    background: 0 0
}

.alert-sideinfo p {
    margin-bottom: 5px;
    line-height: 1.25em
}

.alert-sideinfo h4 {
    margin-top: 0
}

.alert-sideinfo ul {
    margin: 0;
    padding: 0
}

#registrationReceipt .alert-sideinfo:first-child {
    margin: 30px 0 0
}

@media only screen and (min-width:768px) {
    .alert-sideinfo:after, .alert-sideinfo:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .alert-sideinfo:after {
        border-color: rgba(255,251,225,0);
        border-right-color: #fffbe1;
        border-width: 15px;
        margin-top: -15px
    }

    .alert-sideinfo:before {
        border-color: rgba(228,215,186,0);
        border-right-color: #e4d7ba;
        border-width: 16px;
        margin-top: -16px
    }
}

.gray-box div div.scheduled:before, .tdmyacademicplan + .gray-box div div:first-child:before {
    content: "\f017 \A"
}

.remainingBalDiv {
    margin-top: 30px
}

.cellInfoDiv p {
    margin-bottom: 10px
}

.rowDivider {
    margin: 0 15px 15px;
    border-bottom: 1px solid #eaeaea
}

.courseFees {
    margin-top: 15px;
    padding: 10px
}

    .courseFees .row .col-xs-6:last-child {
        text-align: right
    }

    .courseFees .rowDiv {
        margin-top: 10px
    }

    .courseFees .cellAmtDiv, .courseFees .cellDiv {
        white-space: nowrap;
        padding: 5px
    }

.col-no-gutter, .no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.list-inline, .list-unstyled {
    margin: 0
}

.col-gutter {
    margin-right: 15px;
    margin-left: 15px
}

@media only screen and (max-width:767px) {
    .remainingBalDiv {
        width: 100%
    }

    .col-no-gutter-xs {
        padding-right: 0;
        padding-left: 0
    }

    .linear .box::after {
        font-size: 96px;
        right: 15px;
        bottom: 38px
    }

    .no-gutter-xs > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
}

.webgrid-header > [class*=col-], .webgrid-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 0
}

#adpScheduleDiv .webgrid-header > [class*=col-], #adpScheduleDiv .webgrid-row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px
}

.gutter-large > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px
}

.gutter-sm-md > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.no-gutter-sm-md > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .gutter-sm-md > [class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }

    .no-gutter-sm-md > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (min-width:992px) {
    .no-gutter-sm-md > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
}

.no-gutter-left > [class*=col-] {
    padding-left: 0
}

.col-no-gutter-right, .no-gutter-right > [class*=col-] {
    padding-right: 0
}

.table-label {
    font-family: GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif
}

@media only screen and (min-width:768px) {
    .no-gutter-left-xs > [class*=col-] {
        padding-left: 0
    }

    .sessionStart.col-sm-4 {
        padding-left: 15px
    }
}

#registrationReceipt address:last-of-type {
    margin-bottom: 0
}

#registrationCartDiv {
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .col-no-gutter-right {
        padding-right: 15px
    }

    .xs-pull-right {
        float: right
    }

    .courseDetailsMain .summary-box {
        margin-top: 30px
    }

    #registrationCartDiv {
        margin: 0 -15px
    }
}

.form-group, .form_row {
    margin-bottom: 0
}

.padcenterarea {
    padding: 0 15px
}

.courseSubstitutesInner ul {
    margin-left: 20px
}

.form_field_error_message, .validate {
    font-size: 1em;
    color: #b20000
}

.form-group {
    margin-top: 15px
}

#clearRegCartBtn {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .padcenterarea {
        padding: 0
    }

    .responsive-crlf {
        display: block
    }

    #clearRegCartBtn {
        margin: 0 0 15px
    }
}

.ui-datepicker {
    padding: 0;
    width: 254px;
    height: 36px
}

.confirmationInsert {
    padding: 20px
}

    .confirmationInsert.btnWrap {
        text-align: center
    }

        .confirmationInsert.btnWrap .btn {
            margin: 0
        }

@media only screen and (max-width:767px) {
    .confirmationInsert {
        padding: 15px
    }

    .pageInfo {
        margin-bottom: 15px
    }

    .editCardLink {
        text-align: center
    }
}

.courseConfirmation {
    margin: 25px 0
}

.courseInfo {
    margin: 10px 0
}

.confirmationTotals {
    margin-bottom: 20px;
    padding: 0
}

.sectionComplete {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-top: 15px;
    display: block
}

.lineItalic, .ui-widget {
    font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif
}

@media only screen and (min-width:992px) {
    .sectionComplete {
        float: right;
        display: inline-block;
        line-height: 32px;
        margin-top: 0
    }
}

.gray-bottom-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

.editCardLink .link {
    margin: 30px 0 10px
}

@media only screen and (max-width:767px) {
    .editCardLink .link {
        margin-top: 15px
    }
}

@media only screen and (min-width:768px) {
    .confirmationDate {
        text-align: right
    }
}

.rowDivPrintDiv {
    margin: 0 0 15px;
    text-align: center
}

.confirmationAddresses > div {
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .confirmationAddresses > div.last-of-type {
        margin-bottom: 0
    }
}

#paymentmethod .btn {
    margin: 0;
    padding: 10px
}

#updateCurrentProfileTxt {
    margin-bottom: 15px
}

.ui-datepicker-calendar, button.ui-datepicker-current {
    display: none
}

.no-margin {
    margin: 0
}

#courseSectionSelectionDiv, #courseSectionSelectionIniDiv, #verifyStudentProfile {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding: 15px 0
}

@media only screen and (min-width:768px) {
    #courseSectionSelectionDiv, #courseSectionSelectionIniDiv, #verifyStudentProfile {
        padding: 15px 0
    }
}

@media only screen and (max-width:767px) {
    #courseSectionSelectionDiv, #courseSectionSelectionIniDiv, #verifyStudentProfile {
        border-top: none;
        padding: 15px 0;
        margin: 0
    }

    .milCareerInfo #militarySpouseOrDependentDiv {
        white-space: normal
    }
}

#editStudentProfileBtnDiv {
    text-align: right;
    margin: 10px 0
}

.submit.section, .ui-dialog .ui-dialog-titlebar {
    text-align: center
}

.fa-required {
    font-size: .6em;
    padding-bottom: 10px;
    display: inline-table;
    vertical-align: bottom;
    color: #b20000
}

.milCareerInfo .h2, .milCareerInfo .h3 {
    margin: 0
}

.milCareerInfo .form-group {
    margin-bottom: 30px
}

.milCareerInfo .row > [class*=col-], .milCareerInfo .row > [class*=nopad] {
    padding-bottom: 15px
}

#creditCardDiv label, #spanCardCode, .nowrap {
    white-space: nowrap
}

.transparent-dialog .ui-widget-header {
    border: none;
    background: 0 0
}

#semSessionsDiv .webgrid-header.isAdmin {
    padding-right: 18px
}

.btn.active:focus, .btn:active:focus, .btn:focus, a:focus {
    outline: 0
}

.lineItalic {
    font-size: .875em;
    color: #555;
    font-style: italic
}

.skipnav {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.academicplanlink {
    margin-top: 5px
}

    .academicplanlink a:hover {
        color: #608eb5 !important
    }

#vaScaleOfBenefits td, #vaScaleOfBenefits th {
    padding: 5px 15px
}

#vaScaleOfBenefits table, #vaScaleOfBenefits td, #vaScaleOfBenefits th {
    border: 1px solid #555
}

    #vaScaleOfBenefits table p, #vaScaleOfBenefits td p, #vaScaleOfBenefits th p {
        margin-bottom: 0 !important;
        font-weight: 300
    }

.phoneLinkContainer a {
    display: inline !important;
    line-height: 1em !important
}

button.informationBtnClass:hover {
    text-decoration: none
}

.confirmAmountHack {
    padding-right: 54px
}

@media only screen and (max-width:767px) {
    .confirmAmountHack {
        padding-right: 15px
    }

    #noteForUser {
        padding: 0 15px
    }
}

#validationMessageDiv {
    padding: 25px;
    font-weight: 700
}

.ui-datepicker-header, .ui-selectmenu-button {
    -moz-appearance: none !important;
    background: linear-gradient(#fff,#f1f1f1) !important;
    color: #333 !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    position: relative !important;
    text-decoration: none !important;
    text-indent: .01px !important
}

.apusEmployeeEmailTextBoxDiv {
    margin-top: 25px
}

.emailSuffix {
    margin-left: 5px
}

.ui-datepicker-header {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    display: block !important
}

.ui-datepicker-next, .ui-datepicker-prev {
    display: none
}

.ui-selectmenu-button {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    display: block !important
}

.fa-chevron-down {
    width: 0;
    height: 0;
    position: absolute;
    right: 30px;
    cursor: pointer;
    margin-top: 10px
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: 0;
    background-color: #F1F2F2
}

.bottom-margin > [class*=col-] {
    margin-bottom: 15px
}

.ui-widget-header {
    background-color: #252849
}

.apusDialog {
    width: auto !important
}

@media only screen and (min-width:992px) {
    .apusDialog {
        width: 600px !important
    }
}

.ui-dialog {
    font: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    color: #555;
    margin-bottom: 0
}

    .ui-dialog.ui-widget-content {
        border: none
    }

    .ui-dialog a {
        color: #005e98;
        text-decoration: none;
        font-weight: 700
    }

        .ui-dialog a:hover {
            color: #005e98;
            text-decoration: underline
        }

        .ui-dialog a:visited {
            color: #608eb5;
            text-decoration: none
        }

    .ui-dialog .ui-dialog-titlebar .ui-button {
        background: 0 0;
        float: right;
        border: none
    }

    .ui-dialog #CVVCodeIcon {
        position: absolute;
        left: 105px;
        top: 4px
    }

    .ui-dialog .fa-lg {
        vertical-align: -25%
    }

    .ui-dialog .fa-close {
        color: #fff !important
    }

    .ui-dialog .ui-dialog-title {
        font: 1.5em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
        color: #fff;
        margin: 0
    }

@media only screen and (max-width:767px) {
    .ui-dialog .ui-dialog-title {
        font: 1.25em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
    }

    .ui-dialog .ui-dialog-titlebar {
        padding: 8px 20px
    }
}

.ui-dialog .ui-dialog-titlebar a {
    font-size: 1.5em;
    text-decoration: none
}

#creditCardDiv {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px
}

#ctl00_cphMain_hlGlobalFinancialAidPortal, #popup_cancel, #popup_ok, .add, .btn, .cancel, .contactus_button_style, .edit, .print-floatright, .save, .ui-button-text-only {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    line-height: normal;
    white-space: normal;
    box-shadow: none !important
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: 0
}

.yesNo span:first-child {
    padding-left: 317px
}

.yesNo span:last-child {
    padding-left: 40px
}

@media only screen and (max-width:767px) {
    .ui-dialog .ui-dialog-buttonpane {
        padding: 0 15px
    }

    .btn, .ui-button-text-only {
        width: 100%
    }

    .infoDialog .btn, .infoDialog .ui-button-text-only {
        width: auto
    }
}

.dialogForm .row {
    margin-bottom: 15px
}

#ctl00_cphMain_hlGlobalFinancialAidPortal, #popup_cancel, #popup_ok, .btn, .contactus_button_style, .print-floatright, .ui-button-text-only {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 1rem;
    padding: 11px 24px;
    border: none !important;
    margin: 6px 10px 10px 4px
}

.add, .cancel, .edit, .save {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: .875rem;
    padding: 6px 12px;
    border: none !important;
    margin: 0
}

.buttons .cancel, .buttons .save {
    padding: 12px 24px;
    margin: 15px 15px 15px 0;
    font-size: 1rem
}

.btn-medium, .btn-text {
    font: 1em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.row.bot-margin {
    margin-bottom: 20px
}

#ctl00_cphMain_hlGlobalFinancialAidPortal, #popup_ok, .add, .btn-primary, .contactus_button_style, .edit, .save, .ui-button-text-only {
    color: #fff !important;
    background-color: #005e98
}

#popup_cancel, .btn-secondary, .btn-secondary.ui-button-text-only, .cancel, .print-floatright {
    color: #005e98 !important;
    background-color: #e5eff4
}

#ctl00_cphMain_hlGlobalFinancialAidPortal:hover, #popup_ok:hover, .add:hover, .btn-primary:hover, .contactus_button_style:hover, .edit:hover, .save:hover, .ui-button-text-only:hover {
    background: #608eb5;
    text-decoration: none
}

#popup_cancel:hover, .btn-secondary.ui-button-text-only:hover, .btn-secondary:hover, .cancel:hover, .print-floatright:hover {
    background-color: #d2e5ef
}

.btn-text {
    background: 0 0;
    color: #005e98;
    padding: 12px 0
}

.btn[disabled], button[disabled] {
    background-color: #ccc
}

.btn-text:hover {
    color: #d2e5ef
}

.btn-medium {
    padding: 9px 20px;
    margin: 0 15px 0 0
}

@media only screen and (max-width:767px) {
    .btn-medium {
        margin: 15px 15px 0 0;
        width: auto
    }
}

#btnPrint {
    margin: 15px 0
}

.label, input[type=radio] {
    text-align: left
}

.btn-panel .btn {
    margin-right: 15px
}

.btn[disabled] {
    color: #fff !important
}

table[style], ul[style] {
    color: #555 !important
}

h2 img {
    margin-bottom: 4px;
    padding-right: 5px
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #fff
}

.img-responsive.desktop, .img-responsive.mobile {
    border: 1px solid #ddd
}

input[type=text], input[type=password] {
    width: 60%;
    margin-bottom: 5px;
    height: 40px;
    -webkit-appearance: none;
    vertical-align: baseline;
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    font-weight: 400;
    padding: 5px 10px;
    display: block
}

font[color=blue] {
    color: #005e98 !important
}

.label {
    padding-top: 20px
}

.fc-box h2, .fc-home-img {
    text-align: center
}

.form_text1 {
    padding: 0 0 10px;
    vertical-align: top
}

ul[style] {
    list-style-type: disc !important
}

.alumni-blocks li, .cartLinks ul, .myaccount-sub ul, .tuitionCost li {
    list-style-type: none
}

#lblUrgent {
    color: #ffff26;
    font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700
}

.fc-box {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f2f2f2;
    margin-top: 25px
}

    .fc-box h2 {
        font-size: 1.5em
    }

.fc-text {
    padding: 10px;
    font-size: .875em
}

th {
    border-bottom: 2px solid #ccc;
    font-family: GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif;
    padding: 10px 0 0;
    text-align: left;
    font-weight: 500 !important
}

.page {
    background-color: #ddd;
    margin-right: 5px;
    padding: 2px 8px;
    font-size: .875rem
}

u {
    text-decoration: none;
    font-weight: 700
}

input[type=text]:focus {
    border: 1px solid #ccc;
    box-shadow: 0 0 6px #999
}

textarea.form-control {
    width: 100% !important
}

.gray-box {
    background-color: #f1f2f2;
    border-top: 20px solid #fff;
    line-height: 1.125rem;
    padding: 10px 20px;
    width: 40%;
    margin-left: 15px
}

    .dialogTable .col-xs-6, .gray-box > .row, .totalRow {
        border-top: 1px solid #ccc
    }

    .gray-box h3 {
        margin-bottom: 5px
    }

    .gray-box > .row {
        margin-top: 15px
    }

#ctl00_cphMain_pnlAcademicAdvisingTeamContact .call, #ctl00_cphMain_pnlAcademicAdvisingTeamContact .chat, #ctl00_cphMain_pnlAcademicAdvisingTeamContact .email, #ctl00_cphMain_pnlAcademicAdvisingTeamContact .scheduled {
    margin-top: 20px;
    text-align: center;
    line-height: 17px
}

.tdmyacademicplan + .gray-box div div {
    padding: 20px 15px 10px;
    text-align: center;
    font-size: 12px
}

    .tdmyacademicplan + .gray-box div div:first-child:before, .tdmyacademicplan + .gray-box div div:last-child:before, .tdmyacademicplan + .gray-box div div:nth-child(2):before, .tdmyacademicplan + .gray-box div div:nth-child(3):before {
        font-family: fontawesome;
        white-space: pre;
        font-size: 1.5rem
    }

    .tdmyacademicplan + .gray-box div div:nth-child(2):before {
        content: "\f086 \A"
    }

    .tdmyacademicplan + .gray-box div div:nth-child(3):before {
        content: "\f095 \A"
    }

    .tdmyacademicplan + .gray-box div div:last-child:before {
        content: "\f0e0 \A"
    }

.form_mv_add, .form_mv_remove, label {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    font-weight: 400
}

.form_mv_add, .form_mv_remove {
    cursor: pointer;
    font-size: .875em;
    margin: 2px 0 0 5px
}

.form_field_multivalued {
    margin-top: 10px
}

.ui-disabled {
    color: #555;
    cursor: not-allowed !important
}

fieldset {
    margin-top: 20px
}

.carousel-indicators li {
    margin: 1px 5px
}

.carousel-indicators .active {
    margin: auto 5px
}

#soeMenuAccordion > li {
    padding-top: 10px
}

.form-group {
    display: block;
    width: 100%
}

.indent {
    padding-left: 20px
}

label {
    color: #555;
    font-size: 1rem;
    line-height: inherit;
    cursor: default;
    display: inline
}

.birthday_container label {
    color: #555;
    font-family: GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: inherit
}

.accordionTitle, .form_row_description {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.form_row_description {
    display: inline-block;
    font-size: .875em;
    font-weight: 400;
    margin-bottom: 5px
}

table.ext-Table tr th:nth-child(2), table.ext-Table tr th:nth-child(3), table.ext-Table tr th:nth-child(4), table.ext-Table tr th:nth-child(5), table.ext-Table tr th:nth-child(6) {
    width: 100px
}

.table-form TR {
    margin-bottom: 15px
}

.itemRows {
    margin-top: 15px
}

.rowVADivs {
    display: table-row
}

.dialogTable {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc
}

    .dialogTable .col-xs-6 {
        font-size: 1em;
        text-align: left
    }

.accordionTitle {
    background-color: #f1f2f2;
    padding: 10px 20px;
    font-size: 1rem;
    margin-bottom: 5px;
    cursor: pointer
}

    .accordionTitle:before {
        content: "\f0da";
        font-family: fontawesome;
        padding-right: 5px
    }

#accordionCourses .cartLineItemHeader {
    min-height: 60px;
    border: solid #ccc;
    border-width: 1px 0;
    background: #F1F2F2;
    margin-bottom: 2px;
    padding: 10px 0
}

    #accordionCourses .cartLineItemHeader .cartLabel {
        font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
        font-size: 1em;
        color: #555
    }

    #accordionCourses .cartLineItemHeader .numeric, #accordionCourses .cartLineItemHeader .tuitionDesc, #accordionCourses .lineItemDesc {
        font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
        font-size: 1em;
        color: #555
    }

    #accordionCourses .cartLineItemHeader .LineItemDescrition, #accordionCourses .cartLineItemHeader .TotalAmount {
        text-align: left
    }

#accordionCourses .right, .cartTotalGroup {
    text-align: right
}

@media only screen and (min-width:992px) {
    #accordionCourses .cartLineItemHeader .LineItemDescrition, #accordionCourses .cartLineItemHeader .TotalAmount {
        text-align: right
    }
}

#accordionCourses .containerDivsPmts {
    margin-bottom: 25px
}

@media only screen and (max-width:360px) {
    #accordionCourses .paymentProfile {
        display: block
    }
}

#accordionCourses .rowPmts {
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0
}

#accordionCourses .lineItemAmount, #accordionCourses .lineItemDetail {
    font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #555
}

.cartRow {
    border: 1px solid #ccc;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .cartRow {
        border: none;
        margin: 0
    }
}

.non-webgrid-row td {
    line-height: 30px
}

table {
    width: 100%
}

thead .webgrid-header th {
    vertical-align: top;
    padding-bottom: 5px
}

#tblRegistrationCart thead .webgrid-header th {
    padding: 0 20px 5px
}

.trow-content ul {
    margin-bottom: 0
}

.tuitionCost li {
    display: inline;
    padding-left: 15px
}

#ctl00_cphMain_dtSession, .webgrid {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    border: none
}

    #ctl00_cphMain_dtSession .item td:nth-child(5), .webgrid .item td:nth-child(5) {
        width: 30px
    }

    #ctl00_cphMain_dtSession .item td:nth-child(6), .webgrid .item td:nth-child(6) {
        padding-left: 0
    }

    #ctl00_cphMain_dtSession td, .webgrid td {
        padding: 5px 10px
    }

    #ctl00_cphMain_dtSession th, .webgrid th {
        padding: 0
    }

    #ctl00_cphMain_dtSession tfoot td, .webgrid tfoot td {
        padding: 8px 8px 8px 0
    }

    #ctl00_cphMain_dtSession .trBackgroundColor, #ctl00_cphMain_dtSession .webgrid-hover, .webgrid .trBackgroundColor, .webgrid .webgrid-hover {
        background-color: #eaeaea !important
    }

    #ctl00_cphMain_dtSession .webgrid-row td:first-child, .webgrid .webgrid-row td:first-child {
        padding-left: 15px
    }

    #ctl00_cphMain_dtSession .webgrid-row, #ctl00_cphMain_dtSession tr, .webgrid .webgrid-row, .webgrid tr {
        padding: 10px 0;
        font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
        font-size: 1em;
        border-bottom: solid 1px #ccc;
        cursor: pointer
    }

#btnLogout, #cmdAdminSite, #ctl00_ctrNavHeader_CtrNewCourses1_btnLogout, #ctl00_ctrNavHeader_CtrNewCourses1_hlnChangePassword, #ctl00_ctrNavHeader_CtrNewCourses1_hypEditProfile, #hlnChangePassword, #hypEditProfile {
    padding: 5px 10px !important;
    font-size: .875rem;
    margin-right: 5px !important
}

#add-container {
    border: none !important
}

#ctl00_cphMain_dtSession tr {
    cursor: default
}

    #ctl00_cphMain_dtSession .webgrid-row .isAdmin, #ctl00_cphMain_dtSession tr .isAdmin, .webgrid .webgrid-row .isAdmin, .webgrid tr .isAdmin {
        line-height: 2.25em
    }

    #ctl00_cphMain_dtSession .webgrid-row.sectionFlag, #ctl00_cphMain_dtSession tr.sectionFlag, .webgrid .webgrid-row.sectionFlag, .webgrid tr.sectionFlag {
        border-top: solid 1px #ccc
    }

    #ctl00_cphMain_dtSession .webgrid-row.even, #ctl00_cphMain_dtSession tr.even, .bordered tr.even, .webgrid .webgrid-row.even, .webgrid tr.even {
        background-color: #F1F2F2
    }

    #ctl00_cphMain_dtSession .webgrid-row.odd, #ctl00_cphMain_dtSession tr.odd, .webgrid .webgrid-row.odd, .webgrid tr.odd {
        background-color: #fff
    }

.careerInfo #ctl00_cphMain_dtSession .webgrid-row, .careerInfo #ctl00_cphMain_dtSession tr, .careerInfo .webgrid .webgrid-row, .careerInfo .webgrid tr, .militaryInfo #ctl00_cphMain_dtSession .webgrid-row, .militaryInfo #ctl00_cphMain_dtSession tr, .militaryInfo .webgrid .webgrid-row, .militaryInfo .webgrid tr {
    padding: 10px 20px;
    cursor: default
}

#ctl00_cphMain_dtSession .webgrid-selected, .webgrid .webgrid-selected {
    background-color: #e5eff4 !important
}

#ctl00_cphMain_dtSession .webgrid-header, .webgrid .webgrid-header, .webgrid-header {
    font-family: GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #555;
    border-bottom: solid 3px #999;
    text-transform: uppercase
}

    #ctl00_cphMain_dtSession .webgrid-header .h3, #ctl00_cphMain_dtSession .webgrid-header .h4, #ctl00_cphMain_dtSession .webgrid-header h3, #ctl00_cphMain_dtSession .webgrid-header h4, .webgrid .webgrid-header .h3, .webgrid .webgrid-header .h4, .webgrid .webgrid-header h3, .webgrid .webgrid-header h4 {
        text-transform: none
    }

.militaryInfo #ctl00_cphMain_dtSession .webgrid-header, .militaryInfo .webgrid .webgrid-header {
    padding: 0 5px
}

@media only screen and (min-width:768px) {
    #ctl00_cphMain_dtSession .webgrid-header .pull-right, .cartRow .tuitionColumn, .webgrid .webgrid-header .pull-right {
        text-align: right
    }
}

@media only screen and (max-width:767px) {
    #ctl00_cphMain_dtSession .webgrid-header, .webgrid .webgrid-header {
        border-bottom: none
    }
}

.cartItemHeader {
    border-bottom: 1px solid #ccc;
    background-color: #F1F2F2
}

    .cartItemHeader .h2 {
        margin: 0;
        display: inline !important
    }

@media only screen and (max-width:767px) {
    .cartItemHeader .h2 {
        display: inline
    }

    .cartItemHeader {
        padding: 15px;
        border: none;
        margin: 0
    }

    #paymentLedgerCourseTitleDiv {
        margin-bottom: 15px
    }
}

#paymentLedgerDiv .cartItemHeader {
    padding: 20px
}

.cartItemDetail {
    padding: 15px 20px
}

@media only screen and (max-width:767px) {
    .courseData {
        display: block
    }

    .cartItemDetail {
        padding: 15px
    }

    .cartTotalGroup {
        margin-top: 25px;
        text-align: left
    }
}

.tablecell-header {
    font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif
}

.paymentTable .paymentSectionHeader, .paymentTable .paymentTableHeader, .shadedHeader .paymentSectionHeader {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    color: #555
}

.margin-top-15 {
    margin-top: 15px
}

.shadedHeader {
    background-color: #F1F2F2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 10px 40px
}

    .shadedHeader .paymentSectionHeader {
        font-size: 1em;
        text-align: right
    }

@media only screen and (max-width:767px) {
    .shadedHeader {
        padding: 10px 0;
        margin: 0
    }

        .shadedHeader .paymentSectionHeader {
            text-align: left
        }
}

.shadedHeader .paymentSectionHeader.techFee {
    margin-top: 20px
}

.paymentTable {
    margin-bottom: 30px;
    padding: 0 15px;
    border: 1px solid #ccc
}

#registrationReceipt .paymentTable {
    padding: 0
}

@media only screen and (max-width:767px) {
    .paymentTable {
        border: none
    }
}

.paymentTable .rowTotalPayments {
    border-top: 1px solid #ccc;
    padding-top: 10px
}

    .paymentTable .rowTotalPayments h4 {
        margin: 10px 0;
        font-size: 1em
    }

.paymentTable .tableTitle {
    border-top: 1px solid #ccc
}

    .paymentTable .tableTitle .h2 {
        margin: 30px 0 0
    }

.paymentTable .tableData {
    padding: 15px 40px
}

.paymentTable .paymentTableHeader {
    font-size: 1.25em;
    text-align: center;
    margin: 20px 0;
    font-weight: 700
}

.paymentTable .paymentSectionHeader {
    font-size: 1em;
    text-align: right
}

@media only screen and (max-width:767px) {
    .paymentTable .tableData {
        border: none;
        padding: 15px 0
    }

    .paymentTable .paymentSectionHeader {
        text-align: left
    }
}

.paymentTable .paymentSectionHeader.techFee {
    margin-top: 20px
}

.paymentTable .paymentTotalRow {
    line-height: 1em
}

.paymentTable .paymentMethodHeader {
    line-height: 1em;
    padding-top: 10px
}

.paymentTable .paymentLineRow {
    line-height: 1em;
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}

.paymentTable .lineCat, .paymentTable .lineDesc {
    line-height: 1.25em;
    font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif
}

.popup-container .col-md-12, .popup-container .col-md-6.paddingLess, .popup-container .col-xs-12 {
    padding-right: 15px
}

.modal-dialog {
    top: 50px;
    left: 25%;
    position: absolute
}

.popup-container input[type=text], .popup-container input[type=password] {
    width: 100%
}

.buttons .col-md-6, .popup-container .col-md-12, .popup-container .col-md-6, .popup-container .col-xs-12, .popup-container .col-xs-5, .popup-container .col-xs-6, .popup-container .col-xs-7 {
    padding-left: 0
}

.modal-dialog, .simplemodal-container {
    max-height: 680px !important;
    width: 600px !important
}

.popup-container select {
    max-width: 100%;
    width: 100%
}

table#rblAddPayType td {
    width: 50%
}

#PopupForm, .modal-dialog, .popup-container {
    background-color: #fff
}

@media only screen and (max-height:700px) {
    .modal-dialog, .simplemodal-container {
        height: 90% !important
    }
}

@media only screen and (max-width:479px) {
    .modal-dialog, .simplemodal-container {
        width: 300px !important;
        max-height: 90% !important
    }

    table#rblAddPayType td {
        width: 100%;
        display: block
    }
}

.rowtop {
    padding-bottom: 10px
}

.modalCloseImg.simplemodal-close {
    font-size: 1rem;
    padding: 12px 24px;
    background-color: #252849;
    display: block;
    text-align: right;
    color: #fff
}

#ctl00_cphMain_acc1_ctl00n0 > img, #ctl00_cphMain_ach1_ctl00 a, #ctl00_cphMain_tvViewMyGradeReportsn0 img, #ctl00_cphMain_tvViewMyGradeReportsn3 img, .planTable > div > table img, .ui-accordion .ui-accordion-content.accBodyDiv > div > table img {
    display: none
}

.paymentTable .lineCat {
    font-size: 1em;
    color: #555;
    font-weight: 700
}

.paymentTable .lineDesc {
    font-size: 1em;
    color: #555
}

.paymentTable .lineAmount {
    font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #555;
    text-align: right
}

.planTable .lineItemDesc, .ui-accordion .ui-accordion-content.accBodyDiv .lineItemDesc, tr[align=center] td {
    text-align: left
}

@media only screen and (max-width:767px) {
    .paymentTable .paymentLineRow .col-xs-12 {
        margin-top: 5px
    }

    .accPanel {
        margin: 0 -15px 20px
    }
}

#ctl00_cphMain_acc1 > div, #ctl00_cphMain_ach1 > div, .planTable > div, .ui-accordion .ui-accordion-content.accBodyDiv > div {
    font-size: 1em;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    border-collapse: collapse;
    width: 100%;
    color: #555
}

.planTable .cellDivsAmt, .planTable .lineItemDesc, .ui-accordion .ui-accordion-content.accBodyDiv .cellDivsAmt, .ui-accordion .ui-accordion-content.accBodyDiv .lineItemDesc {
    font: 1em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.planTable .paymentProfile span, .planTable .pull-right, .ui-accordion .ui-accordion-content.accBodyDiv .paymentProfile span, .ui-accordion .ui-accordion-content.accBodyDiv .pull-right {
    text-align: right
}

#ctl00_cphMain_acc1 .HeaderElement, #ctl00_cphMain_ach1 .HeaderElement, .planTable .HeaderElement, .ui-accordion .ui-accordion-content.accBodyDiv .HeaderElement, h4.HeaderElement {
    background-color: #608eb5;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 0
}

#refundPolicyTbl ul {
    margin-bottom: 20px
}

#ctl00_cphMain_acc1 .HeaderElement h2, #ctl00_cphMain_ach1 .HeaderElement h2, .ui-accordion .ui-accordion-content.accBodyDiv .HeaderElement h2 {
    color: #fff;
    margin: 0
}

.HeaderElement h2 {
    float: left
}

.HeaderElement span {
    padding-left: 20px
}

#ctl00_cphMain_acc1_ctl00n0Nodes a img {
    padding-left: 10px
}

.MainElement.SectionHeader, .planTable .MainElement.SectionHeader, .ui-accordion .ui-accordion-content.accBodyDiv .MainElement.SectionHeader {
    background-color: #F1F2F2;
    color: #555;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    display: block;
    margin: 0 -21px;
    padding: 10px 35px;
    width: calc(100% + 21px);
    font-size: 1.25em;
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.planTable .hidden, .planTable .ui-accordion-header-icon, .ui-accordion .ui-accordion-content.accBodyDiv .hidden, .ui-accordion .ui-accordion-content.accBodyDiv .ui-accordion-header-icon {
    display: none
}

.planTable .MainElement.SectionHeader h2, .ui-accordion .ui-accordion-content.accBodyDiv .MainElement.SectionHeader h2 {
    color: #fff;
    margin: 0
}

.planTable .ui-accordion-header, .ui-accordion .ui-accordion-content.accBodyDiv .ui-accordion-header {
    padding: 10px
}

@media only screen and (min-width:992px) {
    .planTable .ui-accordion-header, .ui-accordion .ui-accordion-content.accBodyDiv .ui-accordion-header {
        padding: 10px 20px
    }
}

.planTable .lineItemLabel, .ui-accordion .ui-accordion-content.accBodyDiv .lineItemLabel {
    padding-left: 40px;
    white-space: nowrap;
    font: 1em GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    text-align: right
}

.planTable .ui-accordion-content, .ui-accordion .ui-accordion-content.accBodyDiv .ui-accordion-content {
    border: none;
    border-bottom: 1px solid #eaeaea;
    overflow: auto;
    padding: 10px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .planTable .ui-accordion-content, .ui-accordion .ui-accordion-content.accBodyDiv .ui-accordion-content {
        padding: 10px 30px
    }
}

@media only screen and (min-width:992px) {
    .planTable .ui-accordion-content, .ui-accordion .ui-accordion-content.accBodyDiv .ui-accordion-content {
        padding: 10px 20px
    }
}

.planTable .panel-title, .ui-accordion .ui-accordion-content.accBodyDiv .panel-title {
    min-height: 60px
}

.planTable .header, .ui-accordion .ui-accordion-content.accBodyDiv .header {
    line-height: 2.5em
}

.planTable .annotation, .ui-accordion .ui-accordion-content.accBodyDiv .annotation {
    font-size: .875em
}

.planTable.ui-accordion-header, .ui-accordion .ui-accordion-content.accBodyDiv.ui-accordion-header {
    padding: 10px
}

.planTable .desc, .ui-accordion .ui-accordion-content.accBodyDiv .desc {
    margin-bottom: 15px
}

.planTable h4, .ui-accordion .ui-accordion-content.accBodyDiv h4 {
    margin-top: 0;
    display: inline-block
}

.planTable .paymentInfo, .ui-accordion .ui-accordion-content.accBodyDiv .paymentInfo {
    font: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #555;
    margin-bottom: 10px
}

.planTable button, .ui-accordion .ui-accordion-content.accBodyDiv button {
    margin: 15px 0 0
}

    .planTable button.link, .ui-accordion .ui-accordion-content.accBodyDiv button.link {
        margin: 0
    }

.ui-accordion .ui-accordion-content {
    padding: 1em
}

.ui-accordion h4.ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 15px;
    min-height: 60px;
    font: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    background-color: #F1F2F2;
    border: 1px solid #e5eff4;
    font-size: 1.5em
}

@media only screen and (max-width:767px) {
    .ui-accordion h4.ui-accordion-header {
        font-size: 1em
    }
}

.ui-accordion h4.ui-accordion-header a {
    color: #555 !important
}

.ui-accordion .ui-accordion-content.course-fold {
    padding: 25px 0
}

.paymentTypes .panel-title {
    background: #eaeaea;
    border: none
}

.cartToolTip, .selfPayToolTip {
    background: #252849;
    padding: 10px 20px;
    box-shadow: none
}

.paymentTypes .panel-title a {
    font: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    color: #555;
    font-size: 1em
}

.cartToolTip, .progressBar, .selfPayToolTip {
    font: 1em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.expandData.fa, .paymentTypes .panel-title .fa-caret-down, .paymentTypes .panel-title .fa-caret-right {
    color: #555
}

.costCollapse .bottom-row {
    margin-top: 15px
}

@media only screen and (min-width:992px) {
    .costCollapse .bottom-row {
        margin-top: 0
    }
}

.accordionHeader {
    margin-top: 20px;
    text-align: center
}

.row-full-height {
    height: 100%
}

.col-full-height {
    height: 100%;
    vertical-align: middle
}

.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed
}

.col-xs-height {
    display: table-cell;
    float: none !important
}

@media (min-width:768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important
    }
}

@media (min-width:992px) {
    .col-md-height {
        display: table-cell;
        float: none !important
    }
}

@media (min-width:1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important
    }
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

.selfPayToolTip {
    color: #fff;
    border-radius: 5px;
    border: none
}

    .selfPayToolTip a {
        color: #91c3dc
    }

.cartToolTip {
    color: #fff;
    border-radius: 5px;
    border: none
}

    .cartToolTip a {
        color: #d2e5ef
    }

    .cartToolTip .ui-tooltip-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
        bottom: -10px;
        left: 47%;
        border-color: #252849 transparent;
        border-width: 10px 10px 0
    }

.bottomBoxHeader, .cartHeader {
    border-bottom: 1px solid #ccc
}

.HeaderElement h4 {
    margin-bottom: 0
}

.progressBar {
    text-align: center;
    background-repeat: no-repeat;
    float: right;
    height: 55px;
    width: 220px
}

    .progressBar ul {
        margin: 30px 25px 0 0;
        padding-left: 0
    }

@media only screen and (min-width:768px) {
    .progressBar ul {
        margin: 22px 25px 0 0;
        float: right
    }
}

@media only screen and (max-width:767px) {
    .progressBar {
        font: .875em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
    }

        .progressBar #confirmation, .progressBar #paymentselection {
            line-height: 2em;
            vertical-align: top
        }

        .progressBar #courseselection, .progressBar #paymentconfirmation {
            margin-top: .4em
        }
}

.progressBar li {
    width: 68px;
    text-align: center;
    line-height: 2em;
    margin: 0;
    display: inline-block;
    color: #ccc;
    position: relative
}

.progressBar .active {
    font-weight: 700;
    color: #608eb5
}

.containerDivsPmts .showContent, .containerDivsPmts .showContentHeader {
    margin-bottom: 10px
}

.courseDetailsMain .showContent, .courseDetailsMain .showContentHeader {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.cartLineItemHeader .showContent, .cartLineItemHeader .showContentHeader {
    display: block
}

@media only screen and (min-width:768px) {
    .progressBar li {
        width: 130px
    }

        .progressBar li::before {
            width: 130px;
            left: 0
        }

        .progressBar li::after {
            left: -50px;
            height: 2px;
            width: 96px
        }

    .showContent, .showContentHeader {
        display: none
    }
}

.contentToShow .fa {
    color: #005e98
}

@media only screen and (max-width:767px) {
    .progressBar li {
        line-height: 1.25em;
        margin-left: 3px
    }

        .progressBar li#paymentconfirmation::after {
            top: -12px
        }

    .showContent .expandRightCaret:before, .showContentHeader .expandRightCaret:before {
        font-family: FontAwesome;
        content: "\f0da\00a0"
    }

    .showContent .expandDownCaret:before, .showContentHeader .expandDownCaret:before {
        font-family: FontAwesome;
        content: "\f0d7\00a0"
    }

    .contentToShow {
        display: none
    }
}

@media print {
    a[href]:after {
        content: none !important
    }

    .progressBar, .utility, button, footer {
        display: none !important
    }

        .progressBar.nextStepsBtn, .utility.nextStepsBtn, button.nextStepsBtn, footer.nextStepsBtn {
            display: inline !important
        }

    .confirmationNextLink {
        display: none !important
    }

    .confirmationTotals, .paymentTable {
        padding: 0 !important
    }

        #paymentLedgerDiv .cartItemHeader, .paymentTable .tableData, .shadedHeader {
            padding: 10px 0
        }

    #confirmationAddress.col-sm-3, #rightSideBoxDiv.col-sm-9 {
        margin-top: 20px;
        width: 100% !important
    }

        #confirmationAddress.col-sm-3 .rowDiv {
            float: left !important
        }

    .printButton {
        display: none
    }

    .confirmationInfo.col-sm-5 {
        width: 41.66666666666667%
    }

    .confirmationInfo.col-sm-4 {
        width: 33.33333333333333%
    }
}

.titleHeader {
    margin: 0 0 15px
}

@media only screen and (max-width:767px) {
    .titleHeader {
        margin: 0 0 15px 15px
    }
}

.bottomBoxHeader {
    background-color: #F1F2F2;
    padding: 5px 20px;
    position: relative;
    z-index: 100;
    margin-bottom: -2px
}

    .bottomBoxHeader h3 {
        margin: 10px 0
    }

.bottomBox {
    border: 1px solid #ccc
}

@media only screen and (max-width:767px) {
    .bottomBox {
        border-left: none;
        border-right: none
    }

    #courseListDiv {
        margin: 0 -15px 30px
    }

        #courseListDiv .sessionData {
            text-align: left
        }
}

#courseListDiv .courseRow {
    padding: 15px 0 !important
}

#courseListDiv .h4, #courseListDiv h4 {
    margin: 0
}

#courseListDiv .row-ledger {
    padding-top: 5px;
    margin-top: 5px;
    border-top: solid 1px #ccc;
    height: 5px
}

.top-border-gray {
    border-top: 1px solid #ccc
}

#paymentTypeDiv {
    position: relative;
    margin-bottom: 30px
}

    #paymentTypeDiv ul {
        list-style: none;
        padding: 0
    }

    #paymentTypeDiv li {
        float: left;
        width: 12rem;
        height: 5rem;
        margin-right: 85px;
        position: relative;
        z-index: 10;
        -o-transition: background .25s ease-in,border .25s ease-in;
        -ms-transition: background .25s ease-in,border .25s ease-in;
        -moz-transition: background .25s ease-in,border .25s ease-in;
        -webkit-transition: background .25s ease-in,border .25s ease-in;
        transition: background .25s ease-in,border .25s ease-in
    }

        #paymentTypeDiv li svg {
            fill: #fff;
            stroke: #F1F2F2;
            stroke-width: 2px;
            -o-transition: fill .25s ease-in,stroke .25s ease-in;
            -ms-transition: fill .25s ease-in,stroke .25s ease-in;
            -moz-transition: fill .25s ease-in,stroke .25s ease-in;
            -webkit-transition: fill .25s ease-in,stroke .25s ease-in;
            transition: fill .25s ease-in,stroke .25s ease-in
        }

        #paymentTypeDiv li a {
            padding: 0 10px;
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
            -o-transition: color .25s ease-in;
            -ms-transition: color .25s ease-in;
            -moz-transition: color .25s ease-in;
            -webkit-transition: color .25s ease-in;
            transition: color .25s ease-in
        }

            #paymentTypeDiv li a:hover {
                color: #fff
            }

        #paymentTypeDiv li.active {
            pointer-events: none;
            z-index: 100 !important
        }

            #paymentTypeDiv li.active svg {
                fill: #F1F2F2
            }

            #paymentTypeDiv li.active:hover a {
                cursor: default;
                color: #005e98
            }

            #paymentTypeDiv li.active:hover svg {
                z-index: 0;
                fill: #F1F2F2;
                stroke: #F1F2F2
            }

        #paymentTypeDiv li:hover {
            z-index: 10
        }

@media only screen and (max-width:767px) {
    #paymentTypeDiv li {
        margin-right: 2px;
        width: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 2px solid #F1F2F2;
        border-bottom: none
    }

        #paymentTypeDiv li a {
            padding: 0 8px
        }

        #paymentTypeDiv li.active {
            background: #F1F2F2
        }

        #paymentTypeDiv li:hover {
            background-color: #999;
            border: 2px solid #999
        }
}

#paymentTypeDiv li:hover svg {
    fill: #999;
    stroke: #999
}

#paymentTypeDiv svg {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

#paymentTypeDiv .tabText {
    position: relative;
    padding: 12px 10px;
    z-index: 2;
    display: inline-block;
    width: 190%;
    height: 100%
}

@media only screen and (max-width:767px) {
    #paymentTypeDiv .tabText {
        width: auto
    }

    #paymentTypeDiv {
        margin: 0 -15px 20px
    }

        #paymentTypeDiv .tab-content {
            border: none
        }
}

#paymentTypeDiv .buttonwrap {
    text-align: left
}

#paymentTypeDiv .h4, #paymentTypeDiv h4 {
    margin: 0 0 5px
}

#paymentTypeDiv .h3, #paymentTypeDiv h3 {
    margin-top: 0
}

#paymentTypeDiv .profileBtn {
    text-align: right;
    color: #555
}

#paymentTypeDiv .tab-content {
    border: none;
    background-color: #F1F2F2;
    border-top: none;
    padding: 15px 5px;
    z-index: 100;
    position: relative;
    margin-top: -5px
}

#paymentTypeDiv .paymentButtonContainer {
    text-align: left
}

#paymentTypeDiv .nav-tabs {
    border: none
}

.nav-tabs > li > a {
    border: none;
    font: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.cs-tabs .nav-tabs > li.active > a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    color: #555
}

.cs-tabs .nav-tabs > li > a {
    padding: 10px 20px
}

.cs-tabs h2 {
    margin-top: 25px
}

#school p {
    margin-bottom: 5px
}

.cs-tabs {
    margin-bottom: 25px
}

#cartPaymentSummary h3 {
    margin: 0
}

#cartPaymentSummary.sideInfo {
    padding: 15px 15px 0
}

@media only screen and (max-width:767px) {
    .nav-tabs {
        border: none
    }

    #cartPaymentSummary.sideInfo {
        padding: 35px 15px 0
    }
}

#cartPaymentSummary .summaryTotalCell {
    background: #fffbe1;
    margin: 15px -15px 0;
    padding: 15px;
    border-top: 1px solid #ccc
}

div.modAcActive, div.modAcLink, div.modAcTitle {
    background-repeat: no-repeat
}

.scrollingBox {
    width: 100%
}

.courseReview, .paymentMethod {
    float: left
}

@media only screen and (max-width:767px) {
    #cartPaymentSummary .summaryTotalCell {
        border: none
    }

    #cartPaymentSummary {
        margin: 0 -15px 30px
    }

    .courseReview, .paymentMethod {
        float: none
    }
}

.sidebarBox {
    float: right
}

.spacer {
    margin-top: 15px
}

.btn-mini {
    margin: 0;
    padding: 5px 10px;
    font: .875em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif !important
}

.sideBoxHeader h3 {
    padding: 0 15px
}

.paymentTabInfo {
    position: absolute
}

#primaryPaymentBodyDiv {
    position: relative
}

.addressBlock {
    font-size: 1em;
    line-height: 1.25em
}

.messageBlockAwd, .messageBlockPrm, .messageBlockSup {
    position: absolute
}

@media only screen and (max-width:767px) {
    .sidebarBox {
        float: none
    }

    .xs-align-right {
        text-align: right
    }

    .btn-mini {
        width: auto;
        margin-left: 15px
    }

    .messageBlockAwd, .messageBlockPrm, .messageBlockSup {
        position: relative
    }
}

#verifyAwardDialog pre {
    border: none;
    margin: 15px 0;
    padding: 0
}

    #verifyAwardDialog pre font {
        font: 1.25em GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif !important
    }

        #verifyAwardDialog pre font strong {
            font-weight: 400
        }

#verifyAwardDialog hr {
    margin: 0
}

#divADP .adp-blocks {
    margin: 15px 10px 0
}

#divADP .divADPBlock {
    padding: 0 5px
}

    #divADP .divADPBlock .insideBlock {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        text-align: center;
        height: 150px;
        padding: 5px
    }

@media only screen and (max-width:767px) {
    #divADP .divADPBlock .insideBlock {
        height: auto
    }
}

#divADP .divADPBlock .h4, #divADP .divADPBlock h4 {
    margin: 5px 0
}

#divADP .divADPBlock .cellADPText {
    border: 1px solid #ccc;
    padding: 5px 25px;
    width: 125px;
    margin: 0 auto 10px
}

#divADP .cellADPDivI {
    margin-bottom: 10px;
    font-style: italic;
    line-height: 1.25em
}

#divADP .h3, #divADP h3 {
    margin: 15px 0 5px
}

#divADP sup {
    color: #b20000
}

#divADPPaySchedule, #divInitPayment {
    margin-bottom: 15px
}

.AuthorizeNetSeal {
    width: 100px !important;
    height: 80px !important;
    float: right !important;
    margin: -45px 0 0 !important;
    text-align: center !important;
    font-size: .9em !important;
    line-height: 1em !important
}

    .AuthorizeNetSeal a {
        color: #005e98 !important
    }

@media only screen and (max-width:767px) {
    .AuthorizeNetSeal {
        margin-right: 15px !important
    }

        .AuthorizeNetSeal img {
            width: 70px !important;
            height: 56px !important
        }
}

#rightContentOther ul li {
    padding-bottom: 0
}

div.modAc {
    clear: both
}

div.ac_expand {
    text-align: right
}

div.modAcTitle {
    background-image: url('../assets/images/expand.gif');
    background-position: left 16px top 10px;
    clear: both;
    color: #555;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 35px;
    border-bottom: 1px solid #fff;
    background-color: #F1F2F2
}

div.modAcContent {
    padding: 10px 20px
}

div.modAcLink {
    background-image: url('../assets/images/link.gif');
    background-position: left center
}

div.modAcActive {
    background-image: url('../assets/images/down.gif');
    background-position: left 16px top 10px
}

#ctl00_cphMain_tvCourseList img, #ctl00_cphMain_tvMyRegistrationReceiptsn0 img, #ctl00_cphMain_tvViewMyGradeReportsn1 img, #ctl00_cphMain_tvViewMyStudentStatusn0 img, #ctl00_cphMain_tvViewMyTranscriptLogsn0 img, #tvMyFormsn0 img, #tvMyFormsn10 img, #tvMyFormsn11 img, #tvMyFormsn12 img, #tvMyFormsn13 img, #tvMyFormsn15 img, #tvMyFormsn17 img, #tvMyFormsn19 img, #tvMyFormsn2 img, #tvMyFormsn3 img, #tvMyFormsn4 img, #tvMyFormsn5 img, #tvMyFormsn6 img, #tvMyFormsn7 img, #tvMyFormsn8 img, #tvMyFormsn9 img {
    display: none
}

.padcontent {
    z-index: 1
}

.ecampus-menu {
    z-index: 10
}

    .ecampus-menu .fa {
        margin-left: 5px
    }

@media only screen and (max-width:767px) {
    .ecampus-menu .fa {
        color: #d2e5ef;
        margin-right: 5px;
        margin-left: 0
    }

        .ecampus-menu .fa.visible-xs {
            display: inline-block !important
        }
}

.ecampus-menu input[type=submit] {
    -moz-user-select: text;
    background: 0 0;
    border: none;
    color: #fff;
    font: 1rem GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
    text-decoration: none;
    line-height: 1rem;
    padding: 0
}

@media only screen and (max-width:767px) {
    .ecampus-menu input[type=submit] {
        color: #d2e5ef
    }

    .ecampus-menu {
        display: none;
        box-shadow: none;
        background-color: #005e98;
        float: left;
        position: absolute;
        margin: 0 -15px;
        top: 90px;
        width: 335px;
        left: 15px;
        z-index: 2;
        padding: 20px
    }

        .ecampus-menu > li a {
            color: #d2e5ef
        }
}

.ecampus-menu .nav {
    float: right;
    margin-right: 90px
}

@media only screen and (max-width:1199px) {
    .ecampus-menu .nav {
        margin-right: 45px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ecampus-menu .nav {
        margin-right: 10px
    }
}

@media only screen and (max-width:767px) {
    .ecampus-menu .nav {
        margin-right: 0;
        float: none
    }
}

.ecampus-menu .more {
    display: none !important
}

.ecampus-menu > .level-1 li {
    float: left;
    position: relative
}

    .ecampus-menu > .level-1 li a {
        text-transform: uppercase;
        font-size: 1rem;
        padding: 0 20px
    }

@media only screen and (max-width:1199px) {
    .ecampus-menu > .level-1 li a {
        padding: 5px 10px 0
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .ecampus-menu > .level-1 li a {
        font-size: .85rem
    }
}

@media only screen and (max-width:767px) {
    .ecampus-menu > .level-1 li {
        margin-right: 15px;
        float: none
    }

        .ecampus-menu > .level-1 li a {
            display: inline-block
        }
}

.ecampus-menu > .level-1 li a:hover {
    background-color: transparent;
    text-decoration: none
}

.ecampus-menu > .level-1 li a:focus {
    text-decoration: none
}

.ecampus-menu > .level-1 li:hover > .level-2 {
    display: block
}

.ecampus-menu > .level-1 li.megaMenu {
    position: static
}

    .ecampus-menu > .level-1 li.megaMenu.online-research ul.level-2 {
        padding-left: 15px;
        left: 0;
        width: 100%
    }

.ecampus-menu > .level-1 > li {
    height: 55px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 15px;
    padding: 5px 5px 0;
    background: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ecampus-menu > .level-1 > li {
        padding: 5px 0 0
    }
}

@media only screen and (max-width:767px) {
    .ecampus-menu > .level-1 li:hover > .level-2 {
        display: none
    }

    .ecampus-menu > .level-1 > li {
        border-radius: 0;
        padding: 0;
        background: #005e98;
        height: auto;
        margin-top: 0
    }

    .doctoral ~ div .ecampus-menu > .level-1 > li {
        background: #252849
    }
}

.ecampus-menu > .level-1 > li > a {
    height: 50px
}

.ecampus-menu > .level-1 > li a {
    color: #555
}

.myconferraldatelabel, .programlabel, .programlevellabel, .studentidlabel {
    font-weight: 700;
    display: inline;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .ecampus-menu > .level-1 > li > a {
        height: auto
    }

    .ecampus-menu > .level-1 > li a {
        color: #d2e5ef;
        padding: 0;
        background: 0 0;
        font-weight: 700
    }

        .ecampus-menu > .level-1 > li a:hover, .ecampus-menu > .level-1 > li input:hover {
            background-color: rgba(255,255,255,.25)
        }
}

.ecampus-menu > .level-1 > li:hover {
    background-color: #d7d7d7
}

    .ecampus-menu > .level-1 > li:hover a, .ecampus-menu > .level-1 > li:hover input {
        color: #555
    }

@media only screen and (max-width:767px) {
    .ecampus-menu > .level-1 > li:hover, .ecampus-menu > .level-2 > li:hover, .ecampus-menu > .level-3 > li:hover {
        background: 0 0
    }

        .ecampus-menu > .level-1 > li:hover a {
            color: #d2e5ef
        }
}

input[type=checkbox] + label, input[type=radio] + label {
    padding-left: 5px
}

.ecampus-menu .level-2 {
    position: relative;
    padding: 40px 20px;
    list-style-type: none;
    display: none;
    border-bottom: 5px solid #858585;
    background-color: #d7d7d7;
    z-index: 5
}

    .ecampus-menu .level-2 h3 {
        font: 1.142857rem GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif;
        color: #555;
        line-height: 20px;
        text-transform: uppercase
    }

.drop.personalInfo > h3 {
    padding-top: 80px
}

.ecampus-menu > .level-1 > li a.drop.academicPlanReg:hover, .ecampus-menu > .level-1 > li a.drop.academicResources:hover, .ecampus-menu > .level-1 > li a.drop.community:hover, .ecampus-menu > .level-1 > li a.drop.financeCenter:hover, .ecampus-menu > .level-1 > li a.drop.gettingHelp:hover, .ecampus-menu > .level-1 > li a.drop.graduation:hover, .ecampus-menu > .level-1 > li a.drop.personalInfo:hover, .ecampus-menu > .level-1 > li a.drop.recordsTranscripts:hover, .ecampus-menu > .level-1 > li a.drop.studentServicesResources:hover, .ecampus-menu > .level-1 > li a.drop.studentSuccess:hover, .ecampus-menu > .level-1 > li a.drop.transferCredit:hover {
    cursor: default;
    opacity: 1
}

@media only screen and (max-width:767px) {
    .drop.personalInfo > h3 {
        padding-top: 0
    }

    .ecampus-menu > .level-1 > li a.drop.academicPlanReg:hover, .ecampus-menu > .level-1 > li a.drop.academicResources:hover, .ecampus-menu > .level-1 > li a.drop.community:hover, .ecampus-menu > .level-1 > li a.drop.financeCenter:hover, .ecampus-menu > .level-1 > li a.drop.gettingHelp:hover, .ecampus-menu > .level-1 > li a.drop.graduation:hover, .ecampus-menu > .level-1 > li a.drop.personalInfo:hover, .ecampus-menu > .level-1 > li a.drop.recordsTranscripts:hover, .ecampus-menu > .level-1 > li a.drop.studentServicesResources:hover, .ecampus-menu > .level-1 > li a.drop.studentSuccess:hover, .ecampus-menu > .level-1 > li a.drop.transferCredit:hover {
        cursor: pointer
    }

    .ecampus-menu .level-2 h3 {
        background-color: none;
        border: none;
        margin: 0;
        padding-bottom: 5px;
        color: #fff;
        font-size: 1rem
    }

    .ecampus-menu .level-2 {
        background-color: #005e98;
        border: none
    }

    .doctoral ~ div .ecampus-menu .level-2 {
        background: #252849
    }
}

.ecampus-menu .level-2 .nav-section-title {
    border-bottom: 1px solid #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

.ecampus-menu .level-2 li {
    display: inline;
    width: 25%;
    text-transform: none;
    padding-right: 10px
}

@media only screen and (max-width:767px) {
    .ecampus-menu .level-2 li {
        display: block;
        width: 100%
    }

    .ecampus-menu .level-2 {
        padding: 10px 20px
    }
}

.ecampus-menu .level-2 li:last-child {
    margin-right: 0
}

.ecampus-menu .level-2 li a {
    display: block;
    text-transform: none;
    line-height: 20px;
    padding: 0;
    width: 90%
}

    .ecampus-menu .level-2 li a:hover {
        text-decoration: none
    }

.ecampus-menu .level-3 {
    padding: 0
}

@media only screen and (max-width:767px) {
    .ecampus-menu .level-2 li a {
        display: inline-block
    }

    .ecampus-menu .level-3 {
        display: none;
        margin: 10px 0 10px 15px
    }
}

.bodytextlargebold {
    font-weight: 700
}

.ecampus-menu .level-3 li {
    width: 100%
}

    .ecampus-menu .level-3 li a, .ecampus-menu .level-3 li input {
        padding-left: 0;
        font: 1rem GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
        line-height: 1.125rem;
        border: none;
        background: 0 0;
        color: rgba(0,0,0,.7) !important;
        margin-bottom: 1rem
    }

@media only screen and (max-width:767px) {
    .ecampus-menu .level-3 li a, .ecampus-menu .level-3 li input {
        color: rgba(255,255,255,.7) !important;
        margin-bottom: 1rem
    }
}

.ecampus-menu .level-3 li a:hover {
    opacity: .75
}

.ecampus-menu .level-3 li a h3, .ecampus-menu .level-3 li input h3 {
    font: 1rem GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    color: #fff
}

.TreeViewSection div table span table.SubElement .CourseInfo, .TreeViewSection div table td span.Parent span.SubElement, .adpHeader, .bodytextbold, header nav.utility .myaccount-sub ul li a {
    font-weight: 700
}

.ecampus-menu .megaMenu.resources-services > ul {
    right: 0;
    width: 80%
}

    .ecampus-menu .megaMenu.resources-services > ul > li {
        margin-top: 20px
    }

        .ecampus-menu .megaMenu.resources-services > ul > li:last-child {
            margin-right: 0;
            margin-top: 0
        }

.ecampus-menu .megaMenu .level-2 {
    padding-left: 30px;
    position: absolute
}

.popUpStyle, .popUpStyleMedium {
    background-color: #f1f2f2;
    border: 1px solid #ccc;
    padding: 10px
}

@media only screen and (min-width:768px) {
    .ecampus-menu .megaMenu .level-2 {
        width: 960px;
        left: -320px
    }
}

@media only screen and (min-width:1200px) {
    .ecampus-menu .megaMenu .level-2 {
        width: 1140px;
        left: -380px
    }
}

@media only screen and (max-width:991px) {
    .ecampus-menu .megaMenu .level-2 {
        left: 0
    }

    .homepadcontent {
        padding-left: 0;
        padding-right: 0
    }
}

.treeViewForm .row {
    margin-bottom: 10px
}

.editForm tbody > tr, .treeViewForm .sectionForm {
    margin-bottom: 15px
}

.ecampusLabel {
    border-left: 1px solid #ccc;
    display: inline-block;
    font-size: 2em;
    height: 50px;
    line-height: 30px;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ecampusLabel {
        font-size: 1.5em
    }
}

@media only screen and (max-width:767px) {
    .ecampus-menu .megaMenu .level-2 {
        position: relative
    }

    .ecampusLabel {
        padding: 10px 0 10px 20px;
        vertical-align: top
    }
}

.nav > li > a {
    padding: 0 20px
}

.navbar-toggle {
    height: 24px;
    margin: 0;
    padding: 0
}

    .navbar-toggle :hover {
        text-decoration: none !important
    }

    .navbar-toggle .icon-bar {
        background: #252849;
        width: 100%
    }

.btn.btn-help, .navbar-header .active {
    background-color: #005e98
}

.navbar-header {
    margin-left: -15px;
    padding: 18px 20px
}

@media only screen and (min-width:768px) {
    .navbar-header {
        padding: 0
    }
}

.cartLinks, .myaccount .myaccount-sub {
    position: absolute;
    padding: 10px
}

li.cartLi:before, li.header-divider:before {
    display: none
}

@media only screen and (min-width:768px) {
    li.cartLi:before, li.header-divider:before {
        display: block !important;
        bottom: 10px;
        content: "";
        height: 30px;
        left: 0;
        position: absolute;
        border-left: 1px solid #005e98;
        z-index: 200
    }
}

li.header-divider:before {
    z-index: 500
}

.myaccountmobile .mylogout {
    margin-top: 0
}

.myaccount .advisor, .myaccount .programname, .myaccount .school {
    display: inline-block
}

.myaccount .myaccount-sub .myadvisor, .myaccount .myaccount-sub .myprogram, .myaccount .myaccount-sub .myschool, .myaccount-sub .myprogramlevel {
    margin-bottom: 5px
}

.myaccount-sub ul, ul.contact {
    margin: 0;
    padding: 0
}

ul.squares li {
    list-style-image: url(https://online-campus.apus.edu/shared-content/pad-forms/home/blue-square.png)
}

ul.contact li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 1.125em
}

.btn.btn-help {
    color: #fff;
    font-size: 1rem
}

.carousel-inner > .item {
    overflow: hidden
}

#DocumentsSelected, #MilitaryAndDOD {
    width: 45%
}

.myaccount-sub ul li {
    float: left
}

.resource-caption {
    padding-top: 20px
}

.carousel {
    margin-bottom: 50px
}

.carousel-indicators {
    background-color: #bcbcbc;
    bottom: auto;
    left: auto;
    list-style: none;
    margin-left: 0;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0
}

.cartLinks td:nth-child(2), .myaccount-sub td:nth-child(2) {
    width: 50%
}

.myaccount-sub .row-info {
    display: block;
    margin-bottom: 10px
}

.myaccount-sub tr {
    margin-bottom: 30px
}

.myaccount-sub .advisor, .myaccount-sub .myconferraldate, .myaccount-sub .programlevel, .myaccount-sub .programname, .myaccount-sub .school, .myaccount-sub .studentid {
    font-size: 14px;
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    display: inline
}

.cartLinks .advisor, .cartLinks .programlevel, .cartLinks .programname, .cartLinks .school, .cartLinks .studentid, header nav.utility {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    font-size: 12px
}

.programlevel, .programlevellabel {
    margin-left: 0 !important
}

.cartLinks .myprogramlevel {
    margin-bottom: 10px;
    float: right;
    width: 50%
}

.cartLinks ul {
    padding: 0;
    margin: 0
}

    .cartLinks ul li {
        float: none !important
    }

.cartLinks .row-info {
    display: block;
    margin-bottom: 10px
}

.cartLinks tr {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    nav.utility ul.utility-right {
        padding-left: 0
    }
}

nav.utility ul.utility-right li a {
    color: #fff !important;
    display: block;
    height: 49px;
    overflow: hidden;
    text-align: center
}

header {
    background: #fff
}

    header a.btn-contact:active {
        color: #fff;
        background: #252849 !important
    }

    header .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    header nav.utility {
        background: #252849;
        color: #fff;
        position: relative;
        z-index: 2;
        margin-left: auto;
        margin-right: auto;
        height: 71px;
        text-transform: uppercase;
        padding: 0 0 0 30px
    }

@media only screen and (max-width:767px) {
    header nav.utility {
        padding: 0 0 0 15px
    }
}

header nav.utility ul li a {
    color: #fff;
    line-height: 50px;
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    text-decoration: none;
    display: block
}

header nav.utility .cartLinks ul li a, header nav.utility .myaccount-sub ul li a {
    color: #fff;
    line-height: 20px;
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    text-decoration: none
}

header nav.utility ul li a.btn-back {
    background: #005e98
}

header nav.utility ul li a:hover {
    color: #608eb5
}

header nav.utility.doctoral ul li a:hover {
    color: #fff
}

@media only screen and (min-width:768px) {
    header nav.utility ul li a .fa-user {
        padding-right: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header nav.utility {
        padding: 0 0 0 15px
    }
}

header nav.utility ul li a .fa-caret-down {
    padding-left: 5px
}

header nav.utility ul.utility-right {
    float: right;
    padding-right: 1px
}

    header nav.utility ul.utility-right .fa-lg {
        line-height: 1em
    }

@media only screen and (min-width:768px) and (max-width:1199px) {
    header nav.utility ul.utility-right {
        padding-left: 0
    }
}

header nav.utility ul.utility-right li.cartLi {
    margin-right: 0
}

header nav.utility ul.utility-right .nameLinkLi {
    margin-right: 8px;
    padding: 0 25px;
    z-index: 200
}

header nav.utility.doctoral ul.utility-right .nameLinkLi {
    margin-right: 8px;
    padding: 0 10px;
    z-index: 200
}

header nav.utility nav.left-nav ul.nav li a, header nav.utility nav.left-nav ul.tools-nav li a {
    font-family: GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: #252849;
    display: block;
    font-size: 1em
}

header nav.utility .myaccount .myaccount-sub .myaccountmobile {
    display: none
}

header nav.utility .myaccount-container {
    position: relative
}

header nav.utility ul#myaccount-parent, header nav.utility ul#myaccount-parent li {
    list-style: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 5px
}

header nav.utility a {
    color: #fff
}

header nav.utility ul li {
    list-style: none;
    display: block;
    float: left;
    position: relative;
    margin-right: 10px
}

header nav.utility .myaccount-sub ul li {
    border-right: 0
}

header nav.utility ul li a.btn, header nav.utility ul li span.btn {
    border-radius: 0;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 20px;
    margin: 10px 0;
    padding: 5px 25px;
    font-size: 12px;
    text-transform: uppercase
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    header nav.utility ul li a.btn, header nav.utility ul li span.btn {
        padding: 5px 15px
    }
}

header nav.utility ul li span.btn:hover {
    color: #fff;
    background: #252849;
    cursor: default
}

header nav.utility ul li a.btn:hover {
    background: #608eb5
}

header nav.utility ul li a.btn-back:hover {
    color: #fff;
    background: #608eb5
}

header nav.utility ul li a i.fa-chevron-down {
    font-size: 12px
}

.myaccount-sub {
    background: #005e98;
    /* margin-top: 49px;*/
    width: 500px;
    z-index: 1000;
    text-transform: none;
    padding: 20px;
    /*right: 0 !important*/
    color: #fff;
}
.myaccount .sidebar-nav{
    cursor:pointer;
}

.sidebar-nav .nameLi li span:hover {
    color: #fff !important;
}
.myaccount .nameLi {
   /* background-color: #005e98;*/
    margin-bottom: 0px;
}
.myaccount .nameLi li span{
    color:#fff;
}
    .myaccount .nameLi .fa {
        color: #fff !important;
    }

    @media (max-width:767px) {
        .doctoral + div .ecampus-menu {
        top: 69px;
        background-color: #252849
    }

    header nav.utility.doctoral ul li a.btn {
        float: none
    }
}

header nav.utility.doctoral .myaccount-sub {
    background: #252849
}

header nav.utility .cartLinks {
    background: #005e98;
    margin-top: 60px;
    z-index: 1000;
    text-transform: none;
    padding: 20px
}

header nav.utility .myaccount .mylogout a {
    color: #005e98 !important
}

header nav.utility .myaccount ul.visible {
    display: block
}

header nav.utility .myaccount .mystudentid {
    margin-bottom: 5px
}

header nav.utility .myaccount .mystudentname {
    float: left;
    padding: 10px 0
}

@media only screen and (max-width:767px) {
    header nav.utility .cartLinks {
        margin-top: 40px
    }

    header nav.utility .myaccount-sub {
        max-width: 360px
    }

    header .logo-nav {
        padding: 0
    }
}

@media only screen and (min-width:768px) {
    header .logo-nav {
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        border-bottom: 5px solid #ccc;
        position: relative;
        clear: both
    }
}

header .logo {
    margin: 15px 0 10px
}

@media only screen and (max-width:767px) {
    header .logo {
        border-bottom: 3px solid #ccc;
        margin: 0 0 10px
    }
}

header .logo img {
    height: 50px;
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header .logo img {
        margin: 0 0 10px;
        padding-left: 20px;
        padding-top: 5px;
        max-width: 115px;
        height: 100%
    }
}

#ctl00_cphMain_pnlFSADetailsAYNotStarted {
    padding-top: 30px
}

#ctl00_cphMain_btnFSAStartedReturnHome {
    margin-left: 0;
    margin-top: 20px
}

#ctl00_cphMain_btnAidPortal, #ctl00_cphMain_btnCreateFutureAY, #ctl00_cphMain_btnFSAStartedRegisterCourses {
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    header .logo img {
        margin: 0 15px 10px;
        padding-left: 0
    }

    header nav.utility {
        height: 60px
    }

        header nav.utility ul li {
            float: none;
            display: inline-block
        }

        header nav.utility .nav {
            text-align: center
        }

        header nav.utility a.btn.btn-primary.btn-mobile-nav {
            background-color: #d2e5ef;
            color: #005e98 !important;
            line-height: 24px
        }

        header nav.utility.doctoral a.btn.btn-primary.btn-mobile-nav {
            color: #fff !important
        }

        header nav.utility .navbar-collapse.collapse, header nav.utility .navbar-collapse.collapsing {
            box-shadow: none;
            background-color: #005e98;
            float: left;
            position: absolute;
            margin: 0 -15px;
            top: 60px;
            width: 335px
        }

        header nav.utility.doctoral .navbar-collapse.collapse, header nav.utility.doctoral .navbar-collapse.collapsing {
            background-color: #252849
        }

        header nav.utility ul li a.btn-back, header nav.utility ul li span.btn:hover {
            background: #005e98
        }

        header nav.utility ul li a.btn, header nav.utility ul li span.btn {
            margin: 0;
            padding: 3px 30px
        }

            header nav.utility ul li a.btn:hover {
                color: #608eb5;
                background: #005e98
            }

        header nav.utility .collapse ul li {
            clear: both
        }

        header nav.utility ul.utility-right .cartLi, header nav.utility ul.utility-right .nameLinkLi {
            padding: 0
        }

        header nav.utility ul.utility-right li {
            padding: 0;
            border-right: 0
        }

            header nav.utility ul.utility-right li a {
                display: block;
                height: 38px;
                min-width: 60px;
                text-align: center;
                line-height: 40px;
                overflow: hidden;
                color: #fff
            }

            header nav.utility ul.utility-right li, header nav.utility ul.utility-right li.namelink {
                margin-right: 0
            }

        header nav.utility ul.utility-right a.namelink i {
            display: block
        }

        header nav.utility ul.utility-right a i {
            display: block;
            height: 40px;
            line-height: 40px
        }

        header nav.utility .myaccount .myaccount-sub {
            right: 0;
            margin-top: 39px
        }

    header nav.left-nav ul.nav li a, header nav.left-nav ul.tools-nav li a {
        font-family: GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif;
        text-transform: uppercase;
        color: #fff;
        display: block
    }
}

.cartCount, footer .footer-contact {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.cartCount {
    font-size: .6em;
    background-color: #b20000;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    position: absolute;
    top: 13px;
    left: 36px;
    padding: 1px 0 0;
    text-align: center
}

.select-wrapper, li.cartLink {
    position: relative
}

.back-to-campus a {
    color: #fff;
    margin-top: 20px;
    float: left
}

.utility a:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer
}

.cartLink a, .nameLinkLi a {
    border: none;
    color: #fff;
    cursor: pointer
}

.cartLink {
    width: 60px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .cartCount {
        left: 25px
    }

    .cartLink {
        width: 45px
    }
}

@media only screen and (max-width:767px) {
    .cartCount {
        top: 2px;
        left: 35px
    }

    header nav.utility ul li a {
        line-height: 20px
    }

    .cartLink {
        width: 40px
    }
}

span.cartLink {
    line-height: 60px;
    color: #fff;
    display: block;
    height: 60px;
    overflow: hidden;
    text-align: center;
    padding: 0
}

@media only screen and (max-width:767px) {
    span.cartLink {
        padding: 0;
        line-height: 40px;
        height: 40px
    }
}

footer .bottom {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

footer .credits {
    padding-bottom: 1em
}

footer hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border-top-color: #608eb5
}

footer .contact-bar img {
    float: left
}

footer .contact-bar .innerNormal {
    font-size: 1.287em
}

footer .contact-bar > div {
    padding-right: 5em
}

footer .footer {
    background: #535353;
    min-height: 120px;
    padding: 30px 15px
}

@media only screen and (max-width:767px) {
    footer .footer {
        padding: 30px 15px
    }
}

footer .copyright {
    text-align: center;
    color: #fff
}

    footer .copyright ul {
        padding: 0;
        margin: 0;
        min-width: 320px;
        list-style: none
    }

    footer .copyright li {
        margin: 7px;
        display: inline;
        padding: 0 1em
    }

    footer .copyright .ui-link, footer .copyright .ui-link:visited {
        color: #fff
    }

footer a, footer a:visited {
    color: #d2e5ef
}

    footer a:hover {
        color: #fff
    }

footer .footer-text {
    color: #fff;
    font-size: 12px;
    line-height: 2em
}

@media only screen and (max-width:767px) {
    footer .footer-text {
        margin-bottom: 12px
    }

    footer .footer-contact-border {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #fff
    }
}

footer .footer-contact {
    color: #fff;
    font-size: .785em;
    line-height: 2em
}

    #cs-carousel .carousel-caption h3, .materials-text, .sideInfo, footer .footer-contact .light {
        font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif
    }

footer .h4 {
    color: #fff;
    margin: 0
}

footer .fa-lg {
    line-height: .5em
}

.sideInfo {
    border: none;
    padding: 0;
    font-size: 1em
}

.confirmationAddress .sideInfo {
    padding: 15px
}

.sideInfo button {
    margin: 10px 0 0;
    white-space: normal;
    line-height: 1.25em
}

@media only screen and (max-width:767px) {
    .confirmationAddress .sideInfo {
        padding: 15px 0
    }

    .sideInfo .attendancePolicy {
        font-size: 1.125em
    }
}

.regcoursenumber, .regsumcoursenumber, blockquote {
    font-size: 1.25rem
}

.sideInfo .h3, .sideInfo h3 {
    padding-bottom: 5px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .sideInfo .h3, .sideInfo h3 {
        text-align: left
    }
}

.CartSummaryTable .summaryAmount, .courseFees .pull-down-right, .coursePaymentSummary .pull-down-right {
    text-align: right
}

@media only screen and (min-width:768px) {
    .sideInfo {
        border: 1px solid #ccc;
        border-top: solid 5px #ccc;
        padding: 0 15px;
        margin-bottom: 25px
    }
}

.materials-text {
    color: #555;
    margin-bottom: 10px
}

.CartSummaryTable .row-ledger {
    padding-top: 5px;
    margin-top: 5px;
    border-top: solid 1px #ccc;
    height: 5px
}

.CartSummaryTable .filler-row {
    border-bottom: solid 1px #ccc;
    margin: 5px 0
}

#ctl00_cphMain_ctrCustomEmail1_txtEmail {
    max-width: 250px
}

@media only screen and (max-width:767px) {
    .CartSummaryTable .filler-row {
        border: none
    }
}

.CartSummaryTable .summaryTotal {
    padding: 15px;
    background-color: #f7e5e5
}

.leftbox.col-sm-3 {
    padding-top: 0
}

#ctl00_cphMain_Panel4 {
    height: 90px !important
}

.icon-apus-d {
    background-color: #666 !important;
    background-color: rgba(0,0,0,.4) !important;
    background-image: url(/StudentCampus/CMS/images/icon-apus-select.png) !important;
    background-repeat: no-repeat !important;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: inherit;
    width: 18px;
    height: 18px;
    float: right;
    margin: 1px 0 0
}

.select-wrapper, .select-wrapper .holder, .select-wrapper:hover {
    display: inline-block;
    cursor: pointer
}

.select-wrapper {
    border: 1px solid #ccc !important;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));
    background: -webkit-linear-gradient(#fff,#f1f1f1);
    background: -moz-linear-gradient(#fff,#f1f1f1);
    background: -ms-linear-gradient(#fff,#f1f1f1);
    background: -o-linear-gradient(#fff,#f1f1f1);
    background: linear-gradient(#fff,#f1f1f1)
}

    .select-wrapper:hover {
        background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#e0e0e0));
        background: -webkit-linear-gradient(#f6f6f6,#e0e0e0);
        background: -moz-linear-gradient(#f6f6f6,#e0e0e0);
        background-image: -ms-linear-gradient(#f6f6f6,#e0e0e0);
        background-image: -o-linear-gradient(#f6f6f6,#e0e0e0);
        background-image: linear-gradient(#f6f6f6,#e0e0e0)
    }

    .select-wrapper select {
        margin: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: 0;
        opacity: 0;
        top: 0;
        left: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        width: 90% !important;
        height: 100%
    }

.form-control {
    width: 90%
}

.select-focus {
    box-shadow: 0 0 6px #387bbe !important;
    border: none !important
}

.select-wrapper .form-control {
    margin: -6px -12px
}

.select-wrapper .holder {
    font-family: GibsonRegular,Arial,Helvetica,sans-serif;
    z-index: 0;
    width: 75%;
    height: 100%;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute
}

.ctl00_cphMain_tvViewAcademicRecords_2, .row, .row label, td[style] {
    white-space: normal !important
}

button[disabled=disabled]::-ms-value {
    color: #fff
}

.semibold {
    font-family: GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif
}

.regbalanceremaining, .regcoursenumber, .regremainingamount, .regsumcoursenumber, .regsumremainingbalance, .regsumtotalremainingbalanceamount, blockquote {
    font-family: GibsonRegular,Arial,Helvetica,sans-serif
}

.courseFees .techFeeHeader, .coursePaymentSummary .techFeeHeader {
    margin-top: 30px
}

.courseFees .row, .coursePaymentSummary .row {
    margin-top: 5px;
    position: relative;
    padding: 0
}

@media only screen and (max-width:767px) {
    .courseFees .row, .coursePaymentSummary .row {
        border-bottom: 1px solid #eaeaea
    }
}

.courseFees .filler, .coursePaymentSummary .filler {
    line-height: 0
}

.courseFees .pull-down, .coursePaymentSummary .pull-down {
    position: absolute;
    bottom: 0
}

.courseFees .pull-down-left, .coursePaymentSummary .pull-down-left {
    text-align: left
}

.courseFees .col-sm-4, .courseFees .col-sm-8, .coursePaymentSummary .col-sm-4, .coursePaymentSummary .col-sm-8 {
    padding-left: 0
}

.topBottomBorderHeavy {
    margin: 30px 0;
    border-bottom: 2px solid #eaeaea;
    border-top: 2px solid #eaeaea;
    padding-bottom: 10px
}

#PopupForm .buttons, .ctl00_cphMain_acc1_ctl00_0 .MainElement {
    border-top: 1px solid #ccc
}

@media only screen and (max-width:767px) {
    .topBottomBorderHeavy {
        text-align: center
    }
}

#ctl00_cphMain_tvMyFinancialStatusn0, #ctl00_cphMain_tvMyFinancialStatust0 {
    display: none
}

.alumni.row .col-md-4 {
    padding-right: 15px
}

.alumni.row .col-md-8 {
    padding-right: 0
}

.Course .CourseDetail {
    display: block;
    float: left;
    padding-top: 5px;
    width: 70%
}

.drop.transferCredit h3 {
    margin-top: 160px
}

.drop.alumni h3 {
    margin-top: 120px
}

.drop.resources > h3 {
    margin-top: 100px
}

.drop.financialpolicies > h3 {
    margin-top: 160px
}

.drop.otherways > h3 {
    margin-top: 190px
}

.ctl00_cphMain_tvEditPersonalInfo_0 table tbody tr td.SubElement {
    width: 50% !important
}

#ctl00_cphMain_tvEditPersonalInfon0 > img, #ctl00_cphMain_tvEditPersonalInfon18 > img, #ctl00_cphMain_tvEditPersonalInfon19 > img, #ctl00_cphMain_tvEditPersonalInfon21 > img, #ctl00_cphMain_tvEditPersonalInfon22 > img, #ctl00_cphMain_tvEditPersonalInfon24 > img, #ctl00_cphMain_tvEditPersonalInfon25 > img, #ctl00_cphMain_tvEditPersonalInfon7 > img, #ctl00_cphMain_tvEditPersonalInfon8 > img, #ctl00_cphMain_tvOrientationCertificaten0 > img, #ctl00_cphMain_txtHiddenEmailID {
    display: none
}

select {
    height: 40px;
    display: block
}

    select#ddlMilitaryBranch, select#ddlMilitaryStatus {
        width: 150px
    }

#ctl00_cphMain_txtDaytimePhoneExt, #txtPermZipCdExt, #txtPermZipExtAPO, #txtShipZipCdExt, #txtShipZipCdExtAPO {
    width: 60px
}

#tboZipCode, #trPermZipCountry, #txtPermZipAPO, #txtPermZipCd, #txtShipZipCd, #txtShipZipCdAPO {
    width: 120px
}

#Password .Comment, #Password:hover .ChangePassword {
    display: none
}

#Password:hover .Comment {
    display: inline
}

.id-card {
    width: 333px
}

#lblVA33Text, .lblLateRegFeeHeading, .regfeeamount, .reglateregfee, .reglateregfeeheadinglabel, .regscholarshipamount, .regsumlateregfee, .regsumlateregfeeheading, .regsumprimarycoverageamount, .regsumprimarycoveragetext, .regsumtechnologyfee, .regsumtechnologyfeeheading, .regsumtotalschshipamt, .regsumtotaltuitionamount, .regsumtotaltuitionlabel, .regsumtotschshiptext, .regsumtuitionamount, .regsumva33amt, .regtotaltechnologfee, .regtotaltechnologfeelabel, .regtotaltuition, .regtotaltuitionamount, .regtotschshipamt, .regtotschshiptext, .regtuitionamount {
    font-family: GibsonRegular,Arial,Helvetica,sans-serif;
    padding-right: 10px
}

.regbalanceremaining, .regremainingamount, .regsumremainingbalance, .regsumtotalremainingbalanceamount {
    background-color: #f1f2f2;
    font-size: 1.25rem;
    padding: 10px
}

.MainElement > h3 {
    text-align: left
}

.adpTuitionDue td {
    width: 50%
}

#ctl00_cphMain_Table1 {
    margin-top: 20px;
    margin-bottom: 20px
}

h2 .small, h2 small {
    padding-left: 10px
}

.small-gray {
    font-size: 12px;
    color: #777;
    padding-top: 10px
}

#dateFormat {
    font-size: .75em;
    text-transform: uppercase
}

#cmdRemove {
    font-size: .875rem;
    padding: 5px 10px !important
}

#ctl00_cphMain_tvViewProjectionCalendar td:nth-child(2) {
    width: 100%
}

#ctl00_cphMain_imgPrintLogo, .collapsiblePanelHeader img, ctl00_cphMain_imgInstLogo {
    display: none
}

#add-container div .buttons, #edit-container div .buttons {
    background-color: #fff !important;
    bottom: 0;
    color: #666;
    cursor: pointer;
    font-weight: 700;
    height: 54px;
    left: auto !important;
    position: relative !important;
    text-align: left !important;
    width: auto !important
}

#ctl00_cphMain_gvAccountSummaryPrint tr th:nth-child(2), #ctl00_cphMain_gvAnticipatedFundingPrint tr th:nth-child(3), #ctl00_cphMain_gvChargesPrint tr th:nth-child(3), #ctl00_cphMain_gvChargesPrint tr th:nth-child(4), #ctl00_cphMain_gvChargesPrint tr th:nth-child(5), #ctl00_cphMain_gvPaymentsPrint tr th:nth-child(3), #ctl00_cphMain_gvTermSummaryPrint tr th:nth-child(2), .help-links {
    text-align: right
}

#add-container div .buttons, #edit-container .buttons {
    float: none !important;
    line-height: 26px;
    padding: 0 8px 0 10px !important;
    max-width: 260px !important
}

@media screen and (max-width:479px) {
    #add-container div .buttons, #edit-container .buttons {
        max-width: 280px !important
    }
}

#PopupForm .buttons {
    background-color: #fff !important;
    padding: 10px 0 10px 20px !important
}

.popuptitle {
    background-color: #608eb5 !important;
    padding: 10px 20px !important
}

    .popuptitle .FormTitle {
        color: #fff !important;
        font-size: 1.25rem !important
    }

.row label {
    float: none !important
}

#addPaymentProfileButton, #editPaymentProfileButton {
    padding: 11px 15px
}

.row {
    padding: auto !important
}

.ctl00_cphMain_tvViewMyTranscriptLogs_0 table tbody tr td:first-child {
    width: 45% !important
}

.ctl00_cphMain_tvViewMyTranscriptLogs_0 table tbody tr td:nth-child(2), .ctl00_cphMain_tvViewMyTranscriptLogs_0 table tbody tr td:nth-child(3) {
    width: 20.5% !important
}

.TreeViewSection .Course {
    border-bottom: medium none;
    display: block;
    padding-top: 5px;
    width: 100%
}

.TreeViewSection div div div table span {
    padding-bottom: 5px
}

.TreeViewHeader div {
    display: none
}

TreeViewSection {
    width: 97%
}

.TreeViewSection > div > div > div > div {
    border-bottom: 1px solid #ddd
}

    .TreeViewSection > div > div > div > div:last-child {
        border-bottom: none
    }

.TreeViewSection > div > div > div {
    margin: 0 auto;
    padding: 1px 0 10px;
    width: 96%
}

.Course .CreditHours, .PCourse .CreditHours {
    float: right;
    padding-right: 45px
}

@media only screen and (max-width:479px) {
    .Course .CreditHours, .PCourse .CreditHours {
        float: right;
        padding-right: 27px
    }
}

.TreeViewSection > div > div > div:last-of-type, .TreeViewSection > div > div > div > div:last-of-type {
    border-bottom: medium none
}

.form_text1 a {
    color: #005e98 !important
}

.TreeViewSection > div {
    padding: 10px 0
}

.CourseCategory, .CourseLink, .PCourseCategory, .PCourseLink {
    display: block;
    padding: 10px 0 4px
}

.planTable .MainElement, .ui-accordion .ui-accordion-content.accBodyDiv .MainElement {
    border-top: 1px solid #ccc;
    width: 97%
}

.PCourseCategory, .PCourseLink {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    color: #8A6C3A
}

    .CourseCategory .CreditHours, .PCourseCategory .CreditHours {
        display: inline-block;
        float: right;
        padding-right: 16px
    }

.CourseDetail {
    display: block;
    float: left
}

.TreeViewSection > div > div > div table span span .CreditHours {
    padding-right: 25px
}

.TreeViewSection div table {
    padding-bottom: 2px
}

.TreeViewSection div div table td span table span.CourseCategory span.SubElement {
    font-weight: 400
}

.TreeViewSection div div table span table.SubElement .CourseInfo {
    font-weight: 700
}

.TreeViewSection div div table span table.SubElement .CreditHours {
    color: #555;
    float: right;
    font-weight: 700;
    padding-right: 40px
}

.TreeViewSection div div table span table.SubElement .Course {
    padding-bottom: 5px;
    width: 100%
}

.TreeViewSection div div div table .Parent span .Course, .TreeViewSection div div div table .Parent span .Course > .CourseInfo {
    padding: 0
}

.TreeViewSection div div div div table td span span a span.CourseDetail {
    padding: 0 0 5px
}

.CreditHours {
    float: right
}

.CourseLink .CreditHours {
    padding-right: 30px
}

.Course .CourseLink .CreditHours {
    padding-right: 0
}

.fa {
    z-index: 0
}

    .fa.pull-right {
        margin-left: 0
    }

a.disabled {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
    display: inline-block;
    opacity: .65;
    color: #555;
    font-style: italic !important
}

#ctl00_ctrNavHeader_CtrNewCourses1_lblAlerts, #ctl00_ctrNavHeader_CtrNewCourses1_lblRegCount, #lblAlerts, #lblRegCount, .emailCount {
    background-color: #b20000;
    border-radius: 50%;
    font-size: 10px;
    padding: 2px 4px;
    margin-left: -4px;
    z-index: 9999
}

.cartLink:hover {
    background-color: #005e98;
    color: #fff;
    z-index: -9999
}

    .cartLink:hover div span {
        color: #fff
    }

blockquote ul li {
    font-family: GibsonLight,Arial,Helvetica,sans-serif;
    font-size: 1rem
}

.gray-border {
    border: 1px solid #ddd;
    padding: 10px
}

@media only screen and (max-width:767px) {
    .gray-box, .tdmyacademicplan {
        display: block
    }

    .padcontent {
        padding: 0 0 20px
    }

    .gray-box {
        width: 100%
    }

    .HeaderElement div span {
        padding-left: 0;
        display: block
    }

    .HeaderElement div {
        float: none
    }

    .HeaderElement h2 {
        padding-bottom: 10px;
        float: none
    }

    .planTable .lineItemDesc, .ui-accordion .ui-accordion-content.accBodyDiv .lineItemDesc {
        width: 80%;
        padding-top: 10px
    }
}

.ui-draggable {
    background-color: #fff;
    padding: 0 20px 20px !important
}

#ctl00_cphMain_lblProcessing {
    display: block;
    font-size: 2rem;
    line-height: 125%;
    padding: 100px 0;
    text-align: center
}

.body {
    background-color: #eaeaea
}

.gray-bg {
    background-color: #e4e4e4;
    padding: 20px 30px;
    margin-bottom: 10px
}

.homepage {
    background: url(https://online-campus.apus.edu/shared-content/pad-forms/home/tiling.png)
}

.toplinks {
    padding-bottom: 20px
}

    .toplinks a {
        padding-right: 20px
    }

.help-links a:hover {
    text-decoration: underline
}

.MainElement h3, .tvMyForms_0 h3 {
    padding-top: 25px
}

.nav > li > a.clearPathLink {
    padding: 0 15px
}

.nav > li > a.libraryLink {
    padding: 0 5px
}

#ctl00_cphMain_tvEditPersonalInfo table:nth-child(2n+2) tr {
    background-color: #eee
}

li a.clearPathLink::after {
    bottom: 10px;
    content: "";
    display: block !important;
    height: 30px;
    left: 0;
    position: absolute;
    z-index: 200
}

.help-links {
    font-size: .875em;
    padding-right: 20px;
    text-transform: capitalize
}

.big-uc, .connect-info a {
    text-transform: uppercase
}

.help-links a {
    padding-left: 15px
}

@media only screen and (max-width:767px) {
    .nav > li > a.clearPathLink, .nav > li > a.libraryLink {
        background-color: #252849;
        height: 30px;
        line-height: 24px;
        margin-top: 8px
    }

    .toplinks a {
        display: block
    }

    .nav > li > a.clearPathLink {
        padding: 3px 40px
    }

    .nav > li > a.libraryLink {
        padding: 3px 50px
    }

    .doctoral ~ div .nav > li > a.libraryLink {
        background-color: #e5eff4;
        color: #005e98
    }
}

@media only screen and (max-width:379px) {
    header nav.utility ul.utility-right li a {
        min-width: 45px
    }
}

#gvAccountSummary, #gvTermSummary, table#gvRegistrationConfirmations {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%
}

    #ctl00_cphMain_tvViewMyGradeReportsn0Nodes > table > tbody > tr > td > a > table > tbody > tr > td, #ctl00_cphMain_tvViewMyGradeReportsn23Nodes > table > tbody > tr > td > span > table > tbody > tr > td, #ctl00_cphMain_tvViewMyTranscriptLogsn0Nodes > table > tbody > tr > td > span > table > tbody > tr > td, #gvAccountSummary > tbody > tr > td, #gvAccountSummary > tbody > tr > th, #gvAccountSummary > tfoot > tr > td, #gvAccountSummary > tfoot > tr > th, #gvAccountSummary > thead > tr > td, #gvAccountSummary > thead > tr > th, #gvTermSummary > tbody > tr > td, #gvTermSummary > tbody > tr > th, #gvTermSummary > tfoot > tr > td, #gvTermSummary > tfoot > tr > th, #gvTermSummary > thead > tr > td, #gvTermSummary > thead > tr > th, #tvMyFormsn0Nodes > table > tbody > tr > td > a > table > tbody > tr > td, #tvMyFormsn8Nodes > table > tbody > tr > td > a > table > tbody > tr > td, table#gvRegistrationConfirmations td, table#gvRegistrationConfirmations > tbody > tr > th, table#gvRegistrationConfirmations > tfoot > tr > th, table#gvRegistrationConfirmations > thead > tr > th {
        border-top: 1px solid #ddd;
        line-height: 1.42857;
        padding: 8px;
        vertical-align: top
    }

    #ctl00_cphMain_tvViewMyGradeReportsn0Nodes > table:nth-child(2n) > tbody > tr > td > a > table > tbody > tr > td, #ctl00_cphMain_tvViewMyGradeReportsn23Nodes > table:nth-child(2n) > tbody > tr > td > span > table > tbody > tr > td, #ctl00_cphMain_tvViewMyTranscriptLogsn0Nodes > table:nth-child(2n) > tbody > tr > td > span > table > tbody > tr > td, #gvAccountSummary > tbody > tr:nth-child(2n) > td, #gvAccountSummary > tbody > tr:nth-child(2n) > th, #gvTermSummary > tbody > tr:nth-child(2n) > td, #gvTermSummary > tbody > tr:nth-child(2n) > th, #tvMyFormsn0Nodes > table:nth-child(2n) > tbody > tr > td > a > table > tbody > tr > td, #tvMyFormsn8Nodes > table:nth-child(2n) > tbody > tr > td > a > table > tbody > tr > td, body.printProgram, table#gvRegistrationConfirmations > tbody > tr:nth-child(2n) > td, table#gvRegistrationConfirmations > tbody > tr:nth-child(2n) > th {
        background-color: #fff
    }

    #ctl00_cphMain_tvViewMyGradeReportsn0Nodes > table:nth-child(2n+1) > tbody > tr > td > a > table > tbody > tr > td, #ctl00_cphMain_tvViewMyGradeReportsn23Nodes > table:nth-child(2n+1) > tbody > tr > td > span > table > tbody > tr > td, #ctl00_cphMain_tvViewMyTranscriptLogsn0Nodes > table:nth-child(2n+1) > tbody > tr > td > span > table > tbody > tr > td, #gvAccountSummary > tbody > tr:nth-child(2n+1) > td, #gvAccountSummary > tbody > tr:nth-child(2n+1) > th, #gvTermSummary > tbody > tr:nth-child(2n+1) > td, #gvTermSummary > tbody > tr:nth-child(2n+1) > th, #tvMyFormsn0Nodes > table:nth-child(2n+1) > tbody > tr > td > a > table > tbody > tr > td, #tvMyFormsn8Nodes > table:nth-child(2n+1) > tbody > tr > td > a > table > tbody > tr > td, table#gvRegistrationConfirmations > tbody > tr:nth-child(2n+1) > td, table#gvRegistrationConfirmations > tbody > tr:nth-child(2n+1) > th {
        background-color: #f9f9f9
    }

    #gvAccountSummary > tbody > tr:nth-child(2n+1) > th, #gvTermSummary > tbody > tr:nth-child(2n+1) > th, table#gvRegistrationConfirmations > tbody > tr:nth-child(2n+1) > th {
        background-color: #fff;
        border-top: medium none
    }

#ctl00_cphMain_tvViewMyGradeReportsn0Nodes > table > tbody > tr > td:first-child, #ctl00_cphMain_tvViewMyGradeReportsn0Nodes > table > tbody > tr > td:nth-child(2), #ctl00_cphMain_tvViewMyGradeReportsn23 > img, #ctl00_cphMain_tvViewMyGradeReportsn23Nodes > table > tbody > tr > td:first-child, #ctl00_cphMain_tvViewMyGradeReportsn23Nodes > table > tbody > tr > td:nth-child(2), #ctl00_cphMain_tvViewMyTranscriptLogsn0Nodes > table > tbody > tr > td:first-child, #ctl00_cphMain_tvViewMyTranscriptLogsn0Nodes > table > tbody > tr > td:nth-child(2) {
    display: none
}

@media only screen and (max-width:767px) {
    table#ctl00_cphMain_dtSession td:nth-of-type(2):before, table#tablecontent2 tr:nth-child(3) td:nth-of-type(3):before {
        content: "Course Title";
        text-transform: uppercase
    }

    table#comp-rates, table#ctl00_cphMain_dtSession, table#ctl00_cphMain_gvCharges, table#ctl00_cphMain_gvChargesPrint, table#ctl00_cphMain_gvPayments, table#ctl00_cphMain_gvPaymentsPrint, table#ctl00_cphMain_gvStudentCharges, table#gvRegistrationConfirmations {
        width: 100%;
        border-collapse: collapse
    }

    .drop.alumni h3, .drop.financialpolicies h3, .drop.otherways h3, .drop.resources h3, .drop.transferCredit h3 {
        margin-top: 0
    }

    #tablecontent1 tr:nth-child(2) td, #tablecontent1 tr:nth-child(4) td {
        display: block;
        padding-bottom: 10px
    }

    #tablecontent2 tr:first-child td {
        display: block;
        padding: 10px
    }

    #tablecontent2 tr:nth-child(3) td, table#comp-rates td, table#ctl00_cphMain_dtSession td, table#ctl00_cphMain_gvCharges td, table#ctl00_cphMain_gvChargesPrint td, table#ctl00_cphMain_gvPayments td, table#ctl00_cphMain_gvPaymentsPrint td, table#ctl00_cphMain_gvStudentCharges td, table#gvRegistrationConfirmations td {
        display: block
    }

    #tablecontent2 tr th, table#comp-rates tr th, table#ctl00_cphMain_dtSession tr.webgrid-header, table#ctl00_cphMain_gvCharges tr th, table#ctl00_cphMain_gvCharges tr:first-child, table#ctl00_cphMain_gvChargesPrint tr th, table#ctl00_cphMain_gvChargesPrint tr:first-child, table#ctl00_cphMain_gvPayments tr th, table#ctl00_cphMain_gvPayments tr:first-child, table#ctl00_cphMain_gvPaymentsPrint tr th, table#ctl00_cphMain_gvPaymentsPrint tr:first-child, table#ctl00_cphMain_gvStudentCharges tr th, table#ctl00_cphMain_gvStudentCharges tr:first-child, table#gvRegistrationConfirmations tr th, table#gvRegistrationConfirmations tr:first-child {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    table#tablecontent2 tr:nth-child(3) td:nth-of-type(1):before {
        content: "Course Info";
        text-transform: uppercase
    }

    table#tablecontent2 tr:nth-child(3) table#tablecontent3 td:nth-of-type(1):before, table#tablecontent2 tr:nth-child(3) table#tablecontent4 td:nth-of-type(1):before {
        content: ""
    }

    table#tablecontent2 tr:nth-child(3) td:nth-of-type(2):before {
        content: "Registration Type";
        text-transform: uppercase;
        line-height: 14px
    }

    table#tablecontent3 td, table#tablecontent4 td {
        padding: 0 !important
    }

    table#tablecontent2 tr:nth-child(3) td:nth-of-type(4):before {
        content: "*Cost Per Sem. Hour";
        text-transform: uppercase;
        line-height: 14px
    }

    table#tablecontent2 tr:nth-child(3) td:nth-of-type(5):before {
        content: "Sem. Hours";
        text-transform: uppercase
    }

    table#tablecontent2 tr:nth-child(3) td:nth-of-type(6):before {
        content: "Course Cost/Fee";
        text-transform: uppercase;
        line-height: 15px
    }

    table#tablecontent2 tr:nth-child(3) td:nth-of-type(7):before {
        content: "Payment Type";
        text-transform: uppercase
    }

    .borderedbox_footer_right {
        background-color: #fff !important;
        height: 0 !important
    }

    table#ctl00_cphMain_dtSession td, table#ctl00_cphMain_gvChargesPrint td {
        border: none;
        position: relative;
        padding: 5px 12px 5px 58%;
        text-align: left;
        width: 100% !important
    }

    table#comp-rates td, table#ctl00_cphMain_gvCharges td, table#ctl00_cphMain_gvPayments td, table#ctl00_cphMain_gvPaymentsPrint td, table#ctl00_cphMain_gvStudentCharges td, table#gvRegistrationConfirmations td, table#tablecontent2 td {
        border: none;
        position: relative;
        padding: 5px 12px 5px 53%;
        text-align: left;
        width: 100% !important
    }

    table#tablecontent2 tr:nth-child(4) td {
        padding: 5px 12px
    }

    table#comp-rates tr td, table#ctl00_cphMain_dtSession tr.even, table#ctl00_cphMain_dtSession tr.even td, table#ctl00_cphMain_gvCharges tr td, table#ctl00_cphMain_gvChargesPrint tr td, table#ctl00_cphMain_gvPayments tr td, table#ctl00_cphMain_gvPaymentsPrint tr td, table#ctl00_cphMain_gvStudentCharges tr td, table#gvRegistrationConfirmations tr td {
        background: #eaf3f5
    }

    table#comp-rates tr, table#ctl00_cphMain_dtSession tr, table#ctl00_cphMain_gvCharges tr, table#ctl00_cphMain_gvChargesPrint tr, table#ctl00_cphMain_gvPayments tr, table#ctl00_cphMain_gvPaymentsPrint tr, table#ctl00_cphMain_gvStudentCharges tr, table#gvRegistrationConfirmations tr, table#tablecontent2 tr {
        padding-top: 10px;
        padding-bottom: 10px
    }

        table#comp-rates tr:nth-of-type(2n+2) td, table#ctl00_cphMain_dtSession tr:nth-of-type(2n+2) td, table#ctl00_cphMain_gvCharges tr:nth-of-type(2n+2) td, table#ctl00_cphMain_gvChargesPrint tr:nth-of-type(2n+2) td, table#ctl00_cphMain_gvPayments tr:nth-of-type(2n+2) td, table#ctl00_cphMain_gvPaymentsPrint tr:nth-of-type(2n+2) td, table#ctl00_cphMain_gvStudentCharges tr:nth-of-type(2n+2) td, table#gvRegistrationConfirmations tr:nth-of-type(2n+2) td, table#tablecontent2 tr:nth-of-type(2n+2) td {
            background: #fff
        }

    table#comp-rates td:before, table#ctl00_cphMain_dtSession td:before, table#ctl00_cphMain_gvCharges td:before, table#ctl00_cphMain_gvChargesPrint td:before, table#ctl00_cphMain_gvPayments td:before, table#ctl00_cphMain_gvPaymentsPrint td:before, table#ctl00_cphMain_gvStudentCharges td:before, table#gvRegistrationConfirmations td:before, table#tablecontent2 td:before {
        position: absolute;
        left: 10px;
        width: 40% !important;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600
    }

    table#tablecontent2 td:before {
        white-space: normal
    }

    table#comp-rates td {
        text-align: center !important
    }

    table#ctl00_cphMain_dtSession td:nth-child(6) {
        padding-bottom: 0;
        padding-top: 0
    }

    table#ctl00_cphMain_dtSession td:nth-of-type(1):before {
        content: "Select Course";
        text-transform: uppercase
    }

    table#ctl00_cphMain_dtSession td:nth-of-type(3):before, table#gvRegistrationConfirmations td:nth-of-type(2):before {
        content: "Start Month";
        text-transform: uppercase
    }

    table#ctl00_cphMain_dtSession td:nth-of-type(4):before {
        content: "Faculty";
        text-transform: uppercase
    }

    table#ctl00_cphMain_dtSession td:nth-of-type(5):before {
        content: "Session";
        text-transform: uppercase
    }

    table#ctl00_cphMain_dtSession td:nth-of-type(6):before, table#ctl00_cphMain_dtSession td:nth-of-type(7):before {
        content: " "
    }

    table#ctl00_cphMain_dtSession td:nth-of-type(8):before {
        content: "Duration";
        text-transform: uppercase
    }

    table#ctl00_cphMain_dtSession td:nth-of-type(9):before {
        content: "Section";
        text-transform: uppercase
    }

    table#gvRegistrationConfirmations td:nth-of-type(1):before {
        content: "Course Number";
        text-transform: uppercase
    }

    table#gvRegistrationConfirmations td:nth-of-type(3):before {
        content: "Confirmation No.";
        text-transform: uppercase
    }

    table#gvRegistrationConfirmations td:nth-of-type(4):before {
        content: "Confirmation Date";
        text-transform: uppercase
    }

    table#ctl00_cphMain_gvCharges td:nth-of-type(1):before, table#ctl00_cphMain_gvChargesPrint td:nth-of-type(1):before, table#ctl00_cphMain_gvPaymentsPrint td:nth-of-type(1):before {
        content: "Effective Date";
        text-transform: uppercase
    }

    table#ctl00_cphMain_gvCharges td:nth-of-type(2):before, table#ctl00_cphMain_gvChargesPrint td:nth-of-type(2):before, table#ctl00_cphMain_gvPayments td:nth-of-type(2):before, table#ctl00_cphMain_gvPaymentsPrint td:nth-of-type(2):before {
        content: "Item Description";
        text-transform: uppercase
    }

    table#ctl00_cphMain_gvCharges td:nth-of-type(3):before, table#ctl00_cphMain_gvChargesPrint td:nth-of-type(3):before, table#ctl00_cphMain_gvPayments td:nth-of-type(3):before, table#ctl00_cphMain_gvPaymentsPrint td:nth-of-type(3):before, table#ctl00_cphMain_gvStudentCharges td:nth-of-type(3):before {
        content: "Amount";
        text-transform: uppercase
    }

    table#ctl00_cphMain_gvCharges td:nth-of-type(4):before, table#ctl00_cphMain_gvChargesPrint td:nth-of-type(4):before, table#ctl00_cphMain_gvStudentCharges td:nth-of-type(4):before {
        content: "Dropped/Withdrawn";
        text-transform: uppercase
    }

    table#ctl00_cphMain_gvCharges td:nth-of-type(5):before, table#ctl00_cphMain_gvChargesPrint td:nth-of-type(5):before, table#ctl00_cphMain_gvStudentCharges td:nth-of-type(6):before {
        content: "Balance";
        text-transform: uppercase
    }

    table#ctl00_cphMain_gvCharges td:nth-of-type(6):before {
        content: "View Details";
        text-transform: uppercase
    }

    table#ctl00_cphMain_gvPayments td:nth-of-type(1):before, table#ctl00_cphMain_gvStudentCharges td:nth-of-type(1):before {
        content: "Date Posted";
        text-transform: uppercase
    }

    table#ctl00_cphMain_gvStudentCharges td:nth-of-type(2):before {
        content: "Description";
        text-transform: uppercase
    }

    table#ctl00_cphMain_gvStudentCharges td:nth-of-type(5):before {
        content: "Applied";
        text-transform: uppercase
    }

    #ctl00_cphMain_AddressControl_pnlRegularAddress table td, #ctl00_cphMain_AddressControl_pnlRegularAddress table tr {
        display: block;
        padding-bottom: 10px;
        height: auto !important
    }

    #ctl00_cphMain_AddressControl_pnlRegularAddress input {
        width: 100% !important
    }

    table#comp-rates td:nth-of-type(1):before {
        content: "Academic Level";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(2):before {
        content: "1994";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(3):before {
        content: "1995";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(4):before {
        content: "1996";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(5):before {
        content: "1997";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(6):before {
        content: "1998";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(7):before {
        content: "1999";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(8):before {
        content: "2000";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(9):before {
        content: "2001";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(10):before {
        content: "2002";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(11):before {
        content: "2003";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(12):before {
        content: "2004";
        text-transform: uppercase
    }

    table#comp-rates td:nth-of-type(13):before {
        content: "Average";
        text-transform: uppercase
    }

    .navbar-nav {
        margin: 15px -15px
    }
}

@media only screen and (max-width:479px) {
    .btn, .ui-button-text-only {
        padding: 10px 5px
    }

    .aplan {
        display: block
    }

    #DocumentsSelected, #MilitaryAndDOD {
        display: block;
        width: 100%
    }

    #BlankSpace {
        display: none
    }

    .progressBar {
        width: 100%;
        display: block
    }
}

@media only screen and (max-width:495px) {
    .carousel-inner .item .full {
        display: none;
        height: auto;
        width: 1170px
    }

    .carousel-inner .item .mobile {
        display: block;
        height: auto;
        width: 640px
    }
}

@media only screen and (min-width:496px) {
    .carousel-inner .item .full {
        display: block;
        width: 1170px;
        height: auto
    }

    .carousel-inner .item .mobile {
        display: none;
        height: auto;
        width: 640px
    }
}

@media only screen and (max-width:359px) {
    header nav.utility .myaccount-sub {
        max-width: 320px
    }
}

body.printProgram #acc1 img, body.printProgram #ach1 img {
    display: none
}

body.printProgram .MainElement.SectionHeader td {
    padding-left: 10px;
    padding-right: 10px
}

@media only print {
    .ecampus-menu {
        display: none
    }

    .logo {
        width: 100%
    }

    body {
        background-color: #fff !important
    }

    .bannerTitle {
        font-size: 1.5em
    }
}

.academic-calendar a.accordion_tabs:link, a.accordion_tabs:visited {
    background-color: #d4e6f0;
    color: #555
}

.academic-calendar a.accordion_tabs:hover {
    color: #fff;
    background-color: #638fb6
}

.academic-calendar a.accordion_tabs.active {
    background-color: #0d5f98;
    color: #fff
}

.academic-calendar .table > tbody > tr > td, .academic-calendar .table > tbody > tr > th, .academic-calendar .table > tfoot > tr > td, .academic-calendar .table > tfoot > tr > th, .academic-calendar .table > thead > tr > td, .academic-calendar .table > thead > tr > th {
    border: 0 !important
}

.academic-calendar .table-condensed tr:hover td {
    background: #EAEAEA
}

.academic-calendar .table-condensed tr {
    border-top: 1px solid #CCC
}

    .academic-calendar .table-condensed tr:first-child {
        border-top: medium none
    }

    .academic-calendar .table-condensed tr:last-child {
        border-bottom: 1px solid #CCC
    }

.academic-calendar .table-condensed td:last-child {
    text-align: right;
    white-space: nowrap
}

.academic-calendar .table-condensed tr:nth-child(even) {
    background: #F1F2F2
}

.academic-calendar .table-condensed tr:nth-child(odd) {
    background: #FFF
}

.academic-calendar .table-condensed td {
    padding: 10px 30px !important
}

.academic-calendar #container {
    margin: 0 auto;
    max-width: 840px;
    padding: 0 50px;
    width: 100%
}

.academic-calendar ol.tabs, .academic-calendar ul.tabs {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.academic-calendar .tabs {
    overflow: hidden
}

    .academic-calendar .tabs li a div.modAcTitle {
        background: 0 0;
        padding: 0 !important;
        height: auto
    }

    .academic-calendar .tabs li.active div.modAcTitle {
        background-color: #fff
    }

    .academic-calendar .tabs li.active a div.modAcTitle {
        background-color: #005e98;
        color: #fff
    }

    .academic-calendar .tabs li {
        float: left;
        text-align: center;
        width: 16.6%;
        background-color: #d4e6f0
    }

        .academic-calendar .tabs li a div.modAcTitle {
            border-left: 1px solid #fff;
            display: block;
            background-image: none;
            background-color: none
        }

        .academic-calendar .tabs li:first-child {
            border-left: none
        }

        .academic-calendar .tabs li a:hover {
            background-color: #638fb6;
            text-decoration: none
        }

#CMSAnnouncements .modAcTitle:hover, #PADOutage .modAcTitle:hover, .modAcTitle .inner:hover {
    text-decoration: underline
}

.academic-calendar .tabs li a div.modAcTitle:hover {
    color: #fff;
    background-color: #638fb6
}

.academic-calendar .accordion_tabs {
    display: none;
    border-bottom: 1px solid #fff
}

.academic-calendar .tab_content {
    border-top: none;
    display: none
}

@media screen and (max-width:600px) {
    .academic-calendar #container {
        width: 90%;
        padding: 40px 20px
    }

    .academic-calendar .tabs {
        display: none
    }

    .academic-calendar .tab_content {
        border: none
    }

    .academic-calendar table, .academic-calendar table tbody, .academic-calendar table td, .academic-calendar table tfoot, .academic-calendar table th, .academic-calendar table thead, .academic-calendar table tr {
        display: block
    }

    .academic-calendar .table-condensed td:first-child {
        padding: 10px 30px 0 !important;
        font-weight: 70
    }

    .academic-calendar .table-condensed td:last-child {
        padding: 5px 30px 12px !important;
        text-align: left
    }

    .academic-calendar .accordion_tabs {
        display: block;
        padding: 12px
    }
}

.circle-chart p, .connect-info h1, .connect-info > p, .custom-icon, .dark-overlay h2, .dark-overlay h3, .icon-wrapper {
    text-align: center
}

.radio input[type=radio] ~ label {
    font-size: 14px !important
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0
}

.apus-radio input[type=checkbox] + label, .apus-radio input[type=radio] + label {
    padding-left: 20px
}

.apus-upload {
    position: relative;
    height: 34px;
    float: left;
    display: inline-block;
    color: #222;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));
    background: -webkit-linear-gradient(#fff,#f1f1f1);
    background: -moz-linear-gradient(#fff,#f1f1f1);
    background: -ms-linear-gradient(#fff,#f1f1f1);
    background: -o-linear-gradient(#fff,#f1f1f1);
    background: linear-gradient(#fff,#f1f1f1);
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 25% !important
}

#PADOutage .modAcContent, #PADOutage h4, .homepadcontent .modAc h4 {
    display: none
}

.apus-upload input.upload, .apus-upload-file {
    width: 100%;
    position: absolute;
    cursor: pointer
}

.apus-upload:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#e0e0e0));
    background: -webkit-linear-gradient(#f6f6f6,#e0e0e0);
    background: -moz-linear-gradient(#f6f6f6,#e0e0e0);
    background: -ms-linear-gradient(#f6f6f6,#e0e0e0);
    background: -o-linear-gradient(#f6f6f6,#e0e0e0);
    background: linear-gradient(#f6f6f6,#e0e0e0)
}

.apus-upload input.upload {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    float: right
}

.apus-upload-file {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 34px;
    margin: -26px -12px;
    color: #fff
}

.uploadFile {
    float: right;
    width: 70% !important;
    text-overflow: ellipsis
}

.ctl00_cphMain_tvExamCourses_0 .MainElement.SectionHeader {
    background: #608eb5;
    color: #fff;
    margin: -1px -2px !important;
    width: 100.4%
}

#ctl00_cphMain_tvExamCoursesn0Nodes {
    padding: 2px 10px 2px 25px
}

#PADOutage > #externalContent {
    padding-bottom: 5px
}

#CMSAnnouncements .modAcTitle, #CMSAnnouncements .modAcTitle.none, #PADOutage .modAcTitle, #PADOutage .modAcTitle.none {
    padding: 11px 23px 10px 10px;
    width: 100%;
    line-height: normal;
    height: auto
}

    #CMSAnnouncements .modAcTitle.none, #PADOutage .modAcTitle.none {
        margin-bottom: 10px;
        display: inline-block
    }

#PADOutage .modAcTitle {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
    color: #8a6d3b;
    display: inline-block;
    margin-bottom: 10px;
    background-position: right 16px top 10px
}

#CMSAnnouncements .ac_expand {
    font-size: 14px;
    float: right
}

#CMSAnnouncements h2 {
    margin-bottom: 0
}

#CMSAnnouncements .modAcTitle {
    background-color: #e5eff4;
    background-position: right 16px top 10px;
    border: 1px solid #afc6da;
    border-radius: 4px;
    color: #005e98;
    display: inline-block;
    margin-bottom: 10px
}

#CMSAnnouncements .modAc {
    padding-top: 15px
}

h2.headerresources {
    padding-bottom: 10px;
    padding-top: 10px
}

#CMSAnnouncements .modAcTitle.modAcActive, #PADOutage .modAcTitle.modAcActive {
    border-radius: 4px 4px 0 0;
    height: auto;
    line-height: normal;
    margin-bottom: -6px;
    padding: 11px 23px 10px 10px
}

#PADOutage .fa.fa-warning {
    left: 23px;
    position: absolute;
    top: 13px
}

#PADOutage .modAcContent.outage {
    background: #fff;
    border-color: #faebcc
}

#CMSAnnouncements .modAcContent, #PADOutage .modAcContent {
    background: right 16px top 10px #fff;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 20px
}

#PADOutage .modAcContent {
    border-color: #faebcc
}

#CMSAnnouncements .modAcContent {
    border-color: #afc6da
}

#CMSAnnouncements .modAcTitle .fa, #PADOutage .modAcTitle .fa {
    display: inline-block;
    float: left;
    padding-right: 5px;
    padding-top: 1px
}

#CMSAnnouncements .inner, #PADOutage .inner {
    float: left;
    width: 85%
}

#CMSAnnouncements > .modAc > h4 {
    display: none
}

.homepadcontent #ctl00_cphMain_dvAlert {
    display: none !important;
    padding: 8px;
    width: 100%
}

    .homepadcontent #ctl00_cphMain_dvAlert .inner {
        float: left;
        width: 90%
    }

.homepadcontent #ctl00_cphMain_lblSponsorshipInfo .fa.fa-exclamation-circle {
    float: left;
    padding-right: 6px;
    padding-top: 4px
}

.alumni-blocks a, .boxmodal .modAcTitle:hover, .eventcalevent a:hover, .icon-wrapper a:hover {
    text-decoration: none
}

#ctl00_cphMain_tvViewMyTranscriptLogsn0Nodes table:nth-child(2n) {
    background-color: #eee !important
}

@media screen and (min-width:768px) {
    .row .col-md-6, .row .col-md-8 {
        padding-left: 0;
        padding-right: 30px
    }
}

#ctl00_cphMain_tvViewMyTranscriptLogsn0Nodes a::before {
    content: "\f093";
    font-family: FontAwesome;
    padding-right: 5px
}

a#ctl00_cphMain_StudentAgreement::after, a.download::after {
    content: "\f019";
    font-family: FontAwesome;
    padding-left: 5px
}

a.soclink {
    float: right
}

    a.soclink::before {
        font-family: FontAwesome;
        padding-right: 5px;
        content: "\f073"
    }

.boxmodal a .closeme-bottom::after, .boxmodal a .closeme::after, .course-title, .fc-accordion div.modAcTitle {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

#ctl00_cphMain_tvViewMyTranscriptLogsn0Nodes table div:empty {
    display: none
}

.fc-accordion div.modAcTitle {
    background-color: #005e98;
    color: #fff !important;
    font-size: 16px;
    height: auto;
    padding: 8px 16px !important;
    /*background-image: url(/shared-content/assets/images/accordion/expand.png);*/
    background-position: right 16px top 10px;
    background-repeat: no-repeat;
    line-height: 22px
}

.fc-accordion div.modAcActive {
    /*background-image: url(/shared-content/assets/images/accordion/down.png);*/
    background-repeat: no-repeat
}

.fc-accordion div.modAcContent {
    padding: 10px !important
}

.fc-accordion div.modAc {
    font-size: 14px !important
}

.fc-accordion div.modAcContent p {
    font-size: 14px !important;
    line-height: 21px !important
}

.btn-25 {
    width: 25%
}

@media screen and (max-width:767px) {
    .btn-25 {
        width: 50%
    }
}

@media screen and (max-width:479px) {
    .btn-25 {
        width: 100%
    }
}

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7 !important;
    filter: alpha(opacity=70)
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}

#cboxTitle {
    margin: 0;
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#colorbox {
    outline: 0
}

#cboxContent {
    position: relative;
    margin-top: 20px;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 5px solid #000;
    background: #fff
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc
}

#cboxLoadingGraphic {
    background: url(/shared-content/assets/images/colorbox/loading.gif) center center no-repeat
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}

#cboxNext, #cboxPrevious {
    margin-top: -32px;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
    position: absolute;
    top: 50%
}

    #cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
        outline: 0
    }

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    left: 5px;
    background: url(/shared-content/assets/images/colorbox/controls.png) top left no-repeat
}

    #cboxPrevious:hover {
        background-position: bottom left
    }

#cboxNext {
    right: 5px;
    background: url(/shared-content/assets/images/colorbox/controls.png) top right no-repeat
}

    #cboxNext:hover {
        background-position: bottom right
    }

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(/shared-content/assets/images/colorbox/controls.png) top center no-repeat;
    width: 38px;
    height: 19px;
    text-indent: -9999px
}

    #cboxClose:hover {
        background-position: bottom center
    }

.academic-calendar section .table {
    border: 0 !important
}

#ctl00_cphMain_hlGlobalFinancialAidPortal {
    display: block;
    margin: 25px 0;
    text-align: center;
    width: 25%
}

.boxmodal .box {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-height: 170px;
    background-color: #f7f7f7
}

.boxmodal .row .box:first-child {
    border-left: 1px solid #ddd
}

.boxmodal {
    padding-bottom: 20px;
    margin-top: 20px
}

    .boxmodal .viewdetails {
        position: absolute;
        bottom: 0;
        left: 15px
    }

    .boxmodal .img-responsive.mobile {
        display: none
    }

    .boxmodal h3 {
        margin-top: 10px
    }

.modAcContent h3 {
    margin-top: 24px
}

.boxmodal .targetDiv h3 .modAcTitle {
    color: #555;
    height: auto;
    font-size: 24px
}

.boxmodal > div {
    position: relative
}

.boxmodal .modAcContent, .boxmodal .modAcContent p {
    color: #555;
    padding: 0
}

.boxmodal > .modAc {
    background: #fff
}

.bordered tr td, .bordered tr th {
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.bordered tr td {
    border-top: 1px solid #ddd
}

.boxmodal .modAcTitle {
    background: 0 0;
    padding: 0;
    line-height: normal;
    border: none;
    cursor: auto;
    color: #555
}

.boxmodal a.closeme, .boxmodal a.closeme-bottom {
    padding: 20px;
    position: absolute;
    right: 0;
    color: #fff
}

.boxmodal h3 .modAcTitle {
    font-size: 18px
}

.boxmodal .modAc .row {
    margin: 0
}

.boxmodal a.closeme {
    top: 0
}

.boxmodal a.closeme-bottom {
    bottom: 0
}

.boxmodal a .closeme, .boxmodal a .closeme-bottom {
    color: #555;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    border: 1px solid #bbb;
    background-color: #eee;
    right: 10px
}

.boxmodal a .closeme {
    top: 10px
}

.boxmodal a .closeme-bottom {
    bottom: 10px;
    margin-top: 10px
}

    .boxmodal a .closeme-bottom::after, .boxmodal a .closeme::after {
        content: " CLOSE";
        font-size: 14px
    }

.boxmodal .targetDiv {
    background: #fafafa;
    color: #fff;
    margin: 0;
    padding: 25px 50px 50px;
    min-height: 200px;
    top: 0;
    width: 100%;
    z-index: 1000;
    border: 1px solid #ddd
}

.viewdetails p a {
    background-color: #005e98;
    color: #fff;
    padding: 4px 16px
}

@media only screen and (min-width:767px) and (max-width:991px) {
    .boxmodal .row .box:nth-child(3) {
        border-left: 1px solid #ddd
    }

    #ctl00_cphMain_hlGlobalFinancialAidPortal {
        display: block;
        margin: 25px 0;
        text-align: center;
        width: 40%
    }
}

@media only screen and (max-width:767px) {
    .boxmodal .row .box {
        border-left: 1px solid #ddd
    }

    .boxmodal .img-responsive.desktop {
        display: none
    }

    .boxmodal .img-responsive.mobile {
        display: block
    }

    .boxmodal .targetDiv {
        padding: 25px
    }

    .boxmodal .box {
        min-height: 100px
    }

    .boxmodal .viewdetails {
        bottom: 0;
        height: auto;
        position: static
    }

    .boxmodal div.modAcTitle {
        height: auto
    }

    #ctl00_cphMain_hlGlobalFinancialAidPortal {
        display: block;
        margin: 25px 0;
        text-align: center;
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .boxmodal .box {
        min-height: 125px
    }
}

.course-title {
    background-color: #eee;
    padding: 12px 24px;
    font-size: 1em;
    font-weight: 700;
    margin-top: 40px
}

    .course-title a {
        color: #555
    }

.course-info {
    padding: 24px
}

.exceptions-list {
    border-radius: 4px;
    margin: 0 24px 20px;
    padding: 15px 15px 5px;
    background-color: #fcf8e3;
    border: 1px solid #faebcc
}

    .exceptions-list p {
        color: #8a6d3b
    }

table#ctl00_cphMain_htmlTblRegCourses tr td input + span {
    display: block;
    font-style: italic;
    font-size: 12px;
    margin: -24px 0 24px 24px
}

table#ctl00_cphMain_htmlTblRegCourses tr td input {
    margin-bottom: 24px !important;
    margin-left: 24px !important
}

.course-status::before {
    color: #900;
    content: "Course Status: ";
    font-style: normal;
    font-weight: 700
}

.course-status, .cs-footer h3, .yellow-box {
    font-style: italic
}

.aba_tooltip, .ccv_tooltip {
    border: 2px solid #000;
    background: #555;
    position: absolute;
    left: 47%;
    top: 47%;
    width: 40%;
    max-width: 350px;
    z-index: 9999999 !important;
    display: inline-block
}

    .aba_tooltip p, .ccv_tooltip p {
        color: #fff
    }

    .aba_tooltip .tooltipster-content, .ccv_tooltip .tooltipster-content {
        font-size: 12px;
        line-height: 1.25;
        padding: 8px 10px
    }

@media screen and (min-width:480px) and (max-width:991px) {
    .aba_tooltip, .ccv_tooltip {
        left: 20% !important;
        top: 65% !important;
        width: 60% !important
    }
}

@media screen and (max-width:479px) {
    .aba_tooltip, .ccv_tooltip {
        left: 10% !important;
        top: 95% !important;
        width: 80% !important
    }
}

.searchwrapper .ecampus-search {
    margin-bottom: 0;
    padding-top: 0
}

    .searchwrapper .ecampus-search .form-group {
        margin-top: 0;
        position: relative
    }

    .searchwrapper .ecampus-search .form-inline .form-group, .searchwrapper .ecampus-search .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .searchwrapper .ecampus-search label {
        display: inline-block;
        font-weight: 700;
        margin-bottom: 5px
    }

    .searchwrapper .ecampus-search .sr-only {
        border: 0;
        clip: rect(0,0,0,0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .searchwrapper .ecampus-search #headerSearch + button {
        background: 0 0;
        border: 0;
        color: #63656a;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 8px
    }

    .searchwrapper .ecampus-search #headerSearch {
        font-size: 12px;
        min-width: 100%;
        padding-right: 30px
    }

    .searchwrapper .ecampus-search .form-control {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        height: 34px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
        vertical-align: middle;
        width: 100%
    }

    .searchwrapper .ecampus-search .fa-search {
        font-size: 16px
    }

.searchwrapper {
    position: relative
}

    .searchwrapper .fixed {
        background: #005e98;
        padding: 18px 14px 6px 25px;
        bottom: 7px;
        position: absolute;
        width: 100%;
        z-index: 10000
    }

    .searchwrapper .fa-times {
        cursor: pointer;
        float: left;
        left: 8px;
        position: absolute;
        top: 8px;
        z-index: 100000
    }

@media only screen and (min-width:768px) {
    .searchwrapper {
        position: relative;
        top: 57px
    }

        .searchwrapper .fixed {
            background: #005e98;
            padding: 8px 14px 2px 24px;
            position: absolute;
            width: 100%;
            z-index: 10000
        }
}

.ecampusLabel.alumni {
    padding-top: 0 !important;
    line-height: 20px
}

    .ecampusLabel.alumni span {
        font-size: 16px;
        color: #f4842d;
        font-weight: 700;
        letter-spacing: 1px
    }

.seSpecial {
    display: none
}

.alumni-blocks {
    margin-top: 20px
}

    .alumni-blocks ul {
        margin: 0;
        padding: 0
    }

    .alumni-blocks li {
        display: inline-block;
        height: 185px;
        margin: 0 20px 15px 0;
        padding-bottom: 0 !important;
        position: relative;
        width: 215px
    }

    .alumni-blocks span {
        background-image: url(/Assets/images/background.png);
        bottom: 0;
        display: block;
        height: 55px;
        position: absolute;
        width: 220px
    }

        .alumni-blocks span img {
            float: right;
            margin-right: 10px;
            margin-top: 17px;
            width: auto
        }

    .alumni-blocks h3 {
        clear: none !important;
        color: #fff;
        float: left;
        font-family: Arial;
        font-size: 1.1em;
        margin: 0;
        padding: .5em;
        width: 74%
    }

.box {
    background-color: #e4e4e4
}

.box-line {
    border: 1px solid #ddd;
    padding: 0 30px;
    background-color: #fff;
    margin: -20px -30px
}

.promo .box-line {
    margin: 10px -30px
}

.box-line img {
    padding-bottom: 20px
}

.box h2 {
    margin-top: 0
}

.flexing {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch
}

.box .btn, .box-line .btn {
    font-size: 15px
}

.circle-chart {
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    height: 300px;
    position: relative;
    width: 300px
}

    .circle-chart.small {
        height: 100px;
        width: 100px
    }

    .circle-chart p {
        color: #DA1D52;
        font-family: sans-serif;
        font-size: 6em;
        font-weight: 600;
        line-height: 1em;
        margin-top: -.5em;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-animation: fadein 1.5s;
        -moz-animation: fadein 1.5s;
        -ms-animation: fadein 1.5s;
        -o-animation: fadein 1.5s;
        animation: fadein 1.5s
    }

    .circle-chart.blue p, .circle-chart.green p, .circle-chart.orange p, .circle-chart.purple p, .circle-chart.yellow p {
        color: #555
    }

.big-uc, .contact-info h1 {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.circle-chart.small p {
    font-size: 2.2em
}

.circle-chart .bar {
    height: 80%;
    margin: -40% 0 0 -5px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3%
}

    .circle-chart .bar:after {
        background: #DA1D52;
        border-radius: 10px;
        content: "";
        height: 15%;
        position: absolute;
        top: -10%;
        left: 0;
        width: 100%
    }

.circle-chart.green .bar:after {
    background: #8CC63F
}

.circle-chart.blue .bar:after {
    background: #005e98
}

.circle-chart.yellow .bar:after {
    background: #F7CA18
}

.circle-chart.purple .bar:after {
    background: #BE90D4
}

.circle-chart.orange .bar:after {
    background: #E87E04
}

.circle-chart .bar:nth-child(2) {
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.circle-chart .bar:nth-child(3) {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.circle-chart .bar:nth-child(4) {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.circle-chart .bar:nth-child(5) {
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.circle-chart .bar:nth-child(6) {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg)
}

.circle-chart .bar:nth-child(7) {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.circle-chart .bar:nth-child(8) {
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg)
}

.circle-chart .bar:nth-child(9) {
    -ms-transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg)
}

.circle-chart .bar:nth-child(10) {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.circle-chart .bar:nth-child(11) {
    -ms-transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg)
}

.circle-chart .bar:nth-child(12) {
    -ms-transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg)
}

.circle-chart .bar:nth-child(13) {
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.circle-chart .bar:nth-child(14) {
    -ms-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
}

.circle-chart .bar:nth-child(15) {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg)
}

.circle-chart .bar:nth-child(16) {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.circle-chart .bar:nth-child(17) {
    -ms-transform: rotate(160deg);
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg)
}

.circle-chart .bar:nth-child(18) {
    -ms-transform: rotate(170deg);
    -webkit-transform: rotate(170deg);
    transform: rotate(170deg)
}

.circle-chart .bar:nth-child(19) {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.circle-chart .bar:nth-child(20) {
    -ms-transform: rotate(190deg);
    -webkit-transform: rotate(190deg);
    transform: rotate(190deg)
}

.circle-chart .bar:nth-child(21) {
    -ms-transform: rotate(200deg);
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg)
}

.circle-chart .bar:nth-child(22) {
    -ms-transform: rotate(210deg);
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.circle-chart .bar:nth-child(23) {
    -ms-transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg)
}

.circle-chart .bar:nth-child(24) {
    -ms-transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
    transform: rotate(230deg)
}

.circle-chart .bar:nth-child(25) {
    -ms-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.circle-chart .bar:nth-child(26) {
    -ms-transform: rotate(250deg);
    -webkit-transform: rotate(250deg);
    transform: rotate(250deg)
}

.circle-chart .bar:nth-child(27) {
    -ms-transform: rotate(260deg);
    -webkit-transform: rotate(260deg);
    transform: rotate(260deg)
}

.circle-chart .bar:nth-child(28) {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.circle-chart .bar:nth-child(29) {
    -ms-transform: rotate(280deg);
    -webkit-transform: rotate(280deg);
    transform: rotate(280deg)
}

.circle-chart .bar:nth-child(30) {
    -ms-transform: rotate(290deg);
    -webkit-transform: rotate(290deg);
    transform: rotate(290deg)
}

.circle-chart .bar:nth-child(31) {
    -ms-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.circle-chart .bar:nth-child(32) {
    -ms-transform: rotate(310deg);
    -webkit-transform: rotate(310deg);
    transform: rotate(310deg)
}

.circle-chart .bar:nth-child(33) {
    -ms-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg)
}

.circle-chart .bar:nth-child(34) {
    -ms-transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.circle-chart .bar:nth-child(35) {
    -ms-transform: rotate(340deg);
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg)
}

.circle-chart .bar:nth-child(36) {
    -ms-transform: rotate(350deg);
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg)
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.blue-box {
    background-color: #5AA0C3;
    color: #fff;
    padding: 25px 50px;
    margin: 0 0 25px
}

    .blue-box h2, .blue-box p {
        color: #fff
    }

.advising-banner {
    background: url(/Assets/images/advising-banner.jpg) center center no-repeat;
    height: 425px
}

.contact-info > p {
    color: #fff
}

.dark-overlay {
    width: 48%;
    background: rgba(0,0,0,.75);
    padding: 10px 20px 20px;
    margin-top: 30px;
    font-size: 13px;
    line-height: 16px
}

    .dark-overlay h2 {
        font-size: 20px;
        border-bottom: 1px solid rgba(255,255,255,.25);
        padding-bottom: 5px;
        color: #fff;
        margin-top: 0
    }

.quick-row, .underline {
    border-bottom: 1px solid #d6d7d8
}

.dark-overlay h3 {
    font-size: 16px;
    padding-bottom: 10px;
    color: #fff
}

.contact-info {
    padding: 40px;
    color: #fff
}

    .contact-info h1 {
        font-size: 40px;
        color: #fff;
        padding-top: 0;
        margin-top: 0
    }

.extra-padding {
    padding: 10px 0;
    font-size: 14px
}

    .extra-padding .fa {
        font-size: 4em;
        color: rgba(255,255,255,.4);
        display: block;
        padding-bottom: 10px
    }

.big-uc {
    font-size: 20px;
    font-weight: 500;
    display: block
}

.dark-overlay i {
    display: block;
    font-size: 24px;
    color: #fff;
    background-color: rgba(90,160,195,.75);
    margin: 0 auto 3px
}

.custom-icon {
    padding: 12px 10px 10px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

    .custom-icon:hover {
        background: rgba(0,0,0,.6)
    }

.fix-editor {
    display: none
}

.icon-wrapper {
    display: inline-block;
    float: left;
    position: relative;
    width: 25%
}

    .icon-wrapper a, .icon-wrapper a:link, .icon-wrapper a:visited {
        color: #fff
    }

.underline {
    display: block;
    padding-bottom: 1em
}

.quick-row {
    margin: 15px 0;
    padding-bottom: 15px
}

.quick-link {
    display: table
}

    .quick-link img {
        float: left;
        margin-right: 20px
    }

    .quick-link span {
        display: table-cell;
        height: 80px;
        vertical-align: middle
    }

.bg-promo {
    background-color: #f1f2f2;
    padding: 20px
}

@media (max-width:990px) {
    .dark-overlay {
        width: 65%;
        font-size: 11px
    }
}

@media (max-width:767px) {
    .dark-overlay {
        width: 100%
    }

    .contact-info h1 {
        font-size: 30px
    }

    .contact-info {
        padding: 20px
    }
}

@media (max-width:480px) {
    .blue-box {
        padding: 25px 20px
    }
}

#quote-carousel .carousel-indicators {
    background-color: transparent !important;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

#quote-carousel {
    padding: 0 10px 30px;
    margin-top: 30px
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important
}

#quote-carousel .carousel-control {
    background: 0 0;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    display: none
}

    #quote-carousel .carousel-control.left {
        left: -12px
    }

    #quote-carousel .carousel-control.right {
        right: -12px !important
    }

#quote-carousel .carousel-indicators li {
    background: silver
}

#quote-carousel .carousel-indicators .active {
    background: #333
}

.item blockquote {
    border-left: none;
    margin: 0
}

    .item blockquote p {
        padding-top: 20px
    }

    .item blockquote img {
        margin-bottom: 10px
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: Fontawesome;
        float: left;
        margin-right: 10px
    }

@media (min-width:768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px
    }
}

@media (max-width:768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0 5px;
            width: 15px;
            height: 15px
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0 5px;
                width: 20px;
                height: 20px
            }

    #quote-carousel .carousel-inner > .item {
        max-height: 700px !important;
        overflow: scroll
    }
}

#advising-cal h2 {
    display: none
}

#advising-cal ul {
    padding: 0
}

#advising-cal li {
    list-style: none;
    margin: 0;
    padding: 5px
}

.fullcalendar {
    margin-bottom: 25px
}

.chevron-right::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 5px
}

.mentoring-banner {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center
}

.connect-info h1 {
    color: #fff;
    font-family: GibsonRegular;
    font-size: 4em;
    font-weight: 700
}

.connect-info a {
    background: rgba(37,40,73,.75);
    border: 1px solid #ffa64d;
    color: #fff;
    padding: 8px 16px
}

.sap-gpa.green, .sap-gpa.sap-green, .sap-status.sap-green {
    color: #8CC63F
}

#mentoring .col-xs-8 {
    padding-left: 0
}

@media screen and (max-width:767px) {
    .col-md-2.col-sm-2.mentoring {
        width: 100%
    }

    #mentoring .col-xs-12 {
        padding-left: 0;
        padding-right: 0
    }
}

.well.highlight {
    margin: 0 0 20px
}

.sap-box-head, .sap-box-subhead {
    background-color: #ddd;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    font-weight: 700
}

.sap-box-head {
    padding: 22px 6px 20px;
    font-size: 20px;
    min-height: 60px
}

.sap-box-subhead {
    padding: 8px 6px 6px;
    font-size: 14px;
    min-height: 50px;
    line-height: 18px
}

.sap-box, .sap-box-main {
    padding: 20px 10px;
    background-color: #f7f7f7;
    text-align: center
}

.sap-info {
    font-size: 14px;
    position: absolute;
    text-transform: initial;
    right: 20px;
    top: 25px;
    font-weight: 400
}

.sap-box-main {
    min-height: 187px
}

.sap-num {
    text-align: center;
    font-size: 60px;
    line-height: 80px
}

.sap-gpa {
    font-size: 96px;
    line-height: 126px
}

.sap-links {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    min-height: 200px
}

.sap-status-box {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 200px
}

@media only screen and (max-width:767px) {
    .padcontent .col-sm-12, .padcontent .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.sap-status-box .col-md-4 {
    padding-right: 0
}

.sap-status-box h2 {
    margin-top: 0
}

.sap-status-box.sap-green {
    background-color: rgba(140,198,63,.25)
}

.sap-status-box.sap-yellow {
    background-color: rgba(252,203,0,.25)
}

.sap-status-box.sap-orange {
    background-color: rgba(232,126,4,.25)
}

.sap-status-box.sap-red {
    background-color: rgba(239,84,89,.25)
}

.sap-status-box.sap-gray {
    background-color: #f7f7f7
}

.sap-date {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px
}

.sap-status {
    text-align: center;
    font-size: 144px
}

    .sap-gpa.sap-yellow, .sap-status.sap-yellow {
        color: #FECB00
    }

    .sap-gpa.sap-orange, .sap-status.sap-orange {
        color: #E87E04
    }

    .sap-gpa.sap-red, .sap-status.sap-red {
        color: #EF5459
    }

.sap-circle .circle-chart.green p, .sap-circle .circle-chart.orange p, .sap-circle .circle-chart.red p, .sap-circle .circle-chart.yellow p {
    color: #555
}

.tooltip {
    width: 250px
}

.tooltip-inner {
    padding: 10px;
    text-align: left
}

.modal-content {
    box-shadow: none;
    border-radius: 10px;
    border: 0
}

.modal-dialog, .popup-container {
    padding: 0
}

.sap-circle .circle-chart {
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    height: 300px;
    position: relative;
    width: 300px
}

    .sap-circle .circle-chart.small {
        height: 100px;
        width: 100px
    }

    .sap-circle .circle-chart p {
        color: #555;
        font-family: sans-serif;
        font-size: 6em;
        font-weight: 400;
        line-height: 1em;
        margin-top: -.5em;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        width: 100%;
        -webkit-animation: fadein 1.5s;
        -moz-animation: fadein 1.5s;
        -ms-animation: fadein 1.5s;
        -o-animation: fadein 1.5s;
        animation: fadein 1.5s
    }

    .sap-circle .circle-chart.small p {
        font-size: 2.2em
    }

    .sap-circle .circle-chart .bar {
        height: 80%;
        margin: -40% 0 0 -5px;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 3%
    }

        .sap-circle .circle-chart .bar:after {
            background: #DA1D52;
            border-radius: 10px;
            content: "";
            height: 15%;
            position: absolute;
            top: -10%;
            left: 0;
            width: 100%
        }

.mg-rows, .mg-space {
    position: relative
}

.sap-circle .circle-chart.green .bar:after {
    background: #8CC63F
}

.sap-circle .circle-chart.yellow .bar:after {
    background: #FECB00
}

.sap-circle .circle-chart.orange .bar:after {
    background: #E87E04
}

.sap-circle .circle-chart.red .bar:after {
    background: #EF5459
}

.eventcalwrapper {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 250px;
    margin-bottom: 25px
}

    .eventcalwrapper h2 {
        color: #f4853a
    }

.SECalendarViewletDetails ul {
    transform: rotate(180deg);
    margin-bottom: 0;
    padding-left: 5px
}

    .SECalendarViewletDetails ul li:nth-child(odd) {
        background: #f5f5f5
    }

.eventcalevent a {
    padding-left: 10px;
    color: #63656a
}

.back a, .cs-contacts a:hover {
    text-decoration: underline
}

.eventcalitem {
    transform: rotate(-180deg);
    list-style: none;
    background: #eaeaea;
    padding: 10px;
    margin: 0;
    color: #f4853a;
    font-family: Gibson,Arial,Helvetica,sans-serif
}

#ctl00_cphMain_dvPersonalizedSAPContent .row .col-md-3, #ctl00_cphMain_dvPersonalizedSAPContent .row .col-md-4, #ctl00_cphMain_dvPersonalizedSAPContent .row .col-md-8 {
    padding-left: 0
}

.eventcaldate {
    text-transform: uppercase
}

.eventcaltime:before {
    content: '| '
}

.eventcallink {
    display: inline-block;
    padding-top: 10px
}

#ctl00_cphMain_dvPersonalizedSAPContent .row .col-md-6 {
    padding-left: 0;
    padding-right: 15px
}

#ctl00_cphMain_dvPersonalizedSAPContent .row .col-md-4 {
    padding-right: 15px
}

#SECalendarEventWrapper div.SECalendarEventDetails {
    padding: 5px 15px
}

#SECalendarEventWrapper .SECalendarProperty {
    width: auto
}

#SECalendarEventWrapper .SECalendarLocation {
    font-weight: 400
}

#SECalendarEventWrapper .SECalendarEventActions ul li {
    padding: 0 10px 0 0
}

.mentoring-banner {
    height: 325px
}

.tab-content {
    border-left: 1px solid #d3dce0;
    border-right: 1px solid #d3dce0;
    border-bottom: 1px solid #d3dce0;
    border-top: none;
    padding: 20px 5%
}

.col-md-2.col-sm-2.mentoring {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px
}

.mentoring-icon img {
    margin: 0 auto
}

.mentoring-icon + h3 + p {
    font-size: 14px
}

.mentoring-step-1, .mentoring-step-2, .mentoring-step-3, .mentoring-step-4, .mentoring-step-5 {
    color: #fff;
    font-weight: 700;
    padding: 8px 10px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase
}

.mentoring-step-1 {
    background-color: #8dc33e
}

.mentoring-step-2 {
    background-color: #15a7e0
}

.mentoring-step-3 {
    background-color: #13609f
}

.mentoring-step-4 {
    background-color: #f89d1f
}

.mentoring-step-5 {
    background-color: #29c0da
}

@media screen and (max-width:991px) {
    .mentoring-banner {
        height: 200px
    }
}

@media screen and (max-width:767px) {
    .tab-content {
        border-top: 1px solid #d3dce0
    }

    .col-md-2.col-sm-2.mentoring {
        width: 100%
    }

    .mentoring-banner {
        height: 100px
    }
}

.mentoring-tabs.nav-tabs > li > a {
    padding: 10px 15px
}

.mentoring-tabs.nav-tabs > li.active > a, .mentoring-tabs.nav-tabs > li.active > a:focus, .mentoring-tabs.nav-tabs > li.active > a:hover {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff
}

.mentoring-tabs.nav-tabs > li > a:hover {
    background-color: #eee
}

.mentoring-tabs.nav-tabs > li.active > a:hover {
    background-color: #fff
}

a.drop.disabled {
    opacity: 1
}

@media screen and (min-width:768px) {
    a.menu-disabled {
        cursor: not-allowed;
        pointer-events: none
    }

    a.disabled {
        cursor: default
    }
}

.mg-close, .mg-trigger {
    cursor: pointer
}

.vsaForm div {
    margin-bottom: 15px
}

.vsaForm .statement div:first-child {
    text-align: center
}

.vsaForm .signature {
    margin-top: 40px
}

.yellow-box {
    background-color: #fcf8e3;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 15px;
    margin-right: 20px
}

.mg-space {
    display: none;
    width: 100%;
    float: left
}

.back, .cs-banner-text, .front, .mg-close, .mg-indicator, .mg-target-open {
    position: absolute
}

.mg-target {
    display: none;
    background: #e5eff4;
    color: #555
}

.mg-target-open {
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 15%
}

.mg-indicator {
    border-bottom: 10px solid #e5eff4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    top: 0;
    width: 0
}

.mg-close {
    display: none;
    background: url(data:image/gif;base64,R0lGODlhFAAUAJEAAE1NTf///////wAAACH5BAEHAAIALAAAAAAUABQAAAIzBISpK+YMm5Enpodw1HlCfnkKOIqU1VXk55goVb2hi7Y0q95lfG70uurNaqLgTviyyUoFADs=) center center no-repeat;
    height: 30px;
    padding: 5% 15% 7px 7px;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 2
}

    .mg-close:hover {
        opacity: .5
    }

.cs-footer {
    background-color: #5a6c7a;
    color: #fff;
    padding: 20px 0 40px;
    text-align: center;
    margin: 25px -35px -25px
}

@media (max-width:767px) {
    .cs-footer {
        margin: 25px -15px -25px
    }
}

.cs-footer p {
    font-size: 14px;
    color: #fff
}

.cs-footer h3 {
    font-size: 24px;
    color: #fff
}

ul.cs-contacts {
    margin: 0 0 10px;
    padding: 0
}

.cs-contacts li {
    display: inline;
    font-size: 16px;
    padding: 0 20px
}

.cs-blue-box {
    background-color: #fff;
    margin: 25px -35px -25px;
    padding: 50px 30px 30px
}

@media (max-width:767px) {
    .cs-blue-box {
        margin: 25px -15px -25px
    }
}

.cs-gray-box {
    background-color: #f2f2f2;
    padding: 0 30px 30px;
    margin: 25px -35px 30px
}

@media (max-width:500px) {
    .cs-footer, .cs-gray-box {
        margin-left: -15px;
        margin-right: -15px
    }

    .cs-footer {
        margin-bottom: -20px
    }

    .cs-contacts li {
        display: block
    }
}

.cs-contacts a, .cs-contacts a:hover {
    color: #fff
}

.front, .front h2 {
    color: #555;
    text-align: center
}

.cs-flip-cards {
    margin-bottom: 50px
}

.card {
    width: 100%;
    margin: 20px 0 0;
    display: inline-block;
    min-height: 240px
}

#doctoral-flip-cards .card {
    margin: 0 0 20px
}

.back, .front {
    padding: 10px 20px;
    min-height: 240px;
    backface-visibility: hidden;
    top: 0;
    left: 0
}

.cs-flip-cards .back, .cs-flip-cards .front {
    min-height: 260px
}

.front {
    z-index: 2;
    background-color: #d2e5ef;
    font-size: 24px;
    padding: 0
}

.good .front {
    background-color: #E0F4D9
}

.bad .front {
    background-color: #F1D3D3
}

.cjs-accordion img, .front img {
    border: none;
    margin: 0 auto
}

.front h2 {
    font-size: 20px;
    font-weight: 400;
    padding: 0 30px;
    margin-top: -70px;
    line-height: 26px
}

.back, .back a, .back h3, .back p {
    color: #fff
}

.front h4 {
    margin: -5px 0 0 !important;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.back {
    background-color: #333
}

    .back h3 {
        font-size: 18px;
        margin-top: 10px
    }

    .back p {
        font-size: 14px;
        line-height: 19px
    }

    .back a.btn, .cjs-accordion a[class^=accordion], .video-js button {
        text-decoration: none
    }

    .back > p:last-child {
        bottom: 5px;
        left: 15px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 23px
    }

@media (min-width:992px) and (max-width:1199px) {
    .back p {
        font-size: 14px
    }

    #doctoral-flip-cards .back p {
        font-size: 12px
    }

    #doctoral-flip-cards .front h2 {
        margin-top: -50px
    }

    #doctoral-flip-cards .back, #doctoral-flip-cards .card, #doctoral-flip-cards .front {
        min-height: 290px
    }
}

@media (max-width:991px) {
    .card h2 {
        font-size: 18px;
        padding: 0 30px;
        margin-top: -60px;
        line-height: 24px
    }

    .back p {
        font-size: 12px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .desktop-cards div div div.col-sm-6 {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .back {
        padding: 0 20px 10px
    }

        .back h3 {
            font-size: 16px;
            padding-top: 25px
        }

        .back p {
            font-size: 12px
        }

    .card h2 {
        margin-top: -40px
    }
}

.cs-arts, .cs-busi, .cs-educ, .cs-heal, .cs-secu, .cs-stem {
    background-position: left 30px;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-size: 20px
}

#cs-carousel img {
    border: none
}

#cs-carousel .carousel-indicators {
    z-index: 1 !important;
    bottom: 20px
}

@media (max-width:767px) {
    #cs-carousel .carousel-indicators {
        bottom: 0
    }
}

.cs-special {
    color: #EB9529
}

.cs-arts {
    background-image: url(/Assets/images/block-arts.png)
}

.cs-educ {
    background-image: url(/Assets/images/block-educ.png)
}

.cs-busi {
    background-image: url(/Assets/images/block-busi.png)
}

.cs-stem {
    background-image: url(/Assets/images/block-stem.png)
}

.cs-heal {
    background-image: url(/Assets/images/block-heal.png)
}

.cs-secu {
    background-image: url(/Assets/images/block-secu.png)
}

#cs-carousel .carousel-caption h3, .cs-banner-text {
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    font-style: italic
}

.cs-banner {
    height: 303px;
    margin-bottom: 40px
}

.cs-banner-text {
    bottom: 8%;
    left: 4%;
    line-height: 120%;
    width: 35%
}

#cs-career-coaching, #cs-career-exploration, #cs-explore-careers, #cs-job-boards, #cs-lor, #cs-resumes-cover-letters, #cs-self-assessment, #cs-take-action, #cs-virtual-career-fairs {
    height: 303px;
    width: 100%;
    position: relative
}

#cs-job-boards {
    background: url(/Assets/images/cs-job-board-banner.jpg) top center no-repeat
}

#cs-virtual-career-fairs {
    background: url(/Assets/images/cs-virtual-career-fairs-banner.jpg) top center no-repeat
}

#cs-career-coaching {
    background: url(/Assets/images/cs-career-coaching-banner.jpg) top center no-repeat
}

#cs-career-exploration {
    background: url(/Assets/images/cs-career-exploration-banner.jpg) top center no-repeat
}

#cs-interviews {
    background: url(/Assets/images/cs-interviews-banner.jpg) top center no-repeat;
    height: 303px;
    width: 100%;
    position: relative
}

#cs-resumes-cover-letters {
    background: url(/Assets/images/cs-resumes-cover-letters-banner.jpg) top center no-repeat
}

#cs-self-assessment {
    background: url(/Assets/images/cs-self-assessment-banner.jpg) top center no-repeat
}

#cs-take-action {
    background: url(/Assets/images/cs-take-action-banner.jpg) top center no-repeat
}

#cs-explore-careers {
    background: url(/Assets/images/cs-explore-careers-banner.jpg) top center no-repeat
}

#cs-lor {
    background: url(/Assets/images/cs-lor-banner.jpg) top center no-repeat
}

@media (max-width:767px) {
    #cs-job-boards {
        background: url(/Assets/images/cs-job-board-banner-mobile.jpg) top center no-repeat;
        height: 199px
    }

    #cs-virtual-career-fairs {
        background: url(/Assets/images/cs-virtual-career-fairs-banner-mobile.jpg) top center no-repeat;
        height: 199px
    }

    #cs-career-coaching {
        background: url(/Assets/images/cs-career-coaching-banner-mobile.jpg) left center no-repeat;
        height: 199px
    }

    #cs-career-exploration {
        background: url(/Assets/images/cs-career-exploration-banner-mobile.jpg) top center no-repeat;
        height: 199px
    }

    #cs-interviews {
        background: url(/Assets/images/cs-interviews-banner-mobile.jpg) top center no-repeat;
        height: 199px
    }

    #cs-resumes-cover-letters {
        background: url(/Assets/images/cs-resumes-cover-letters-banner-mobile.jpg) left center no-repeat;
        height: 199px
    }

    #cs-self-assessment {
        background: url(/Assets/images/cs-self-assessment-banner-mobile.jpg) top center no-repeat;
        height: 199px
    }

    #cs-take-action {
        background: url(/Assets/images/cs-take-action-banner-mobile.jpg) top center no-repeat;
        height: 199px
    }

    #cs-explore-careers {
        background: url(/Assets/images/cs-explore-careers-banner-mobile.jpg) top center no-repeat;
        height: 199px
    }

    #cs-lor {
        background: url(/Assets/images/cs-lor-banner-mobile.jpg) top center no-repeat;
        height: 199px
    }
}

#cs-carousel.carousel {
    height: 303px;
    margin-bottom: 30px
}

@media (max-width:991px) {
    #cs-carousel.carousel {
        height: 198px
    }
}

#cs-carousel .carousel-caption {
    z-index: 1;
    bottom: 12%;
    left: 4%;
    width: 50%;
    text-align: left
}

@media (max-width:767px) {
    #cs-carousel .carousel-caption {
        z-index: 1;
        bottom: 20%;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center
    }
}

#cs-carousel.carousel .item {
    height: 303px;
    background-color: #777
}

@media (max-width:991px) {
    #cs-carousel.carousel .item {
        height: 198px
    }
}

#cs-carousel .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 303px
}

#cs-carousel .carousel-indicators {
    background-color: transparent !important
}

    #cs-carousel .carousel-indicators li {
        margin: 5px
    }

#cs-carousel .carousel-caption h3 {
    line-height: 40px
}

@media (max-width:991px) {
    #cs-carousel .carousel-caption h3 {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
        line-height: 32px;
        color: #fff;
        font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif
    }
}

.cs-form label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    display: block
}

.cs-form input[type=radio] + label {
    display: inline
}

.SEAFWrapper {
    margin: 15px 0
}

.customCheckbox {
    float: left
}

.LORbox {
    font-size: 14px;
    font-style: italic;
    margin-left: 20px
}

.SEAFGroupHorizontal, .SEAFLabelHorizontal, .seFieldCellHorizontal, .seLabelCellHorizontal {
    display: inline-block;
    vertical-align: top
}

.cs-form input[type=text] {
    max-width: 325px
}

.cs-form select, .cs-form textarea {
    width: 325px
}

@media (max-width:767px) {
    .cs-banner-text {
        font-size: 20px;
        width: 85%
    }

    #cs-carousel h3 {
        font-size: 20px;
        line-height: 24px
    }

    #cs-carousel.carousel .item img {
        display: none
    }

    #cs-carousel.carousel, #cs-carousel.carousel .item {
        background-color: #005e98
    }
}

@media (max-width:991px) {
    #cs-carousel .carousel-indicators li {
        margin: 5px 10px
    }
}

.art-school-box, .bus-school-box, .edu-school-box, .hea-school-box, .sec-school-box, .ste-school-box {
    height: 20px
}

    .art-school-box, .art-school-box ~ div .viewdetails p a {
        background-color: #df7a1c
    }

    .bus-school-box, .bus-school-box ~ div .viewdetails p a {
        background-color: #8a1f03
    }

    .edu-school-box, .edu-school-box ~ div .viewdetails p a {
        background-color: #00b5cc
    }

    .hea-school-box, .hea-school-box ~ div .viewdetails p a {
        background-color: #1d3260
    }

    .ste-school-box, .ste-school-box ~ div .viewdetails p a {
        background-color: #b2bb1e
    }

    .sec-school-box, .sec-school-box ~ div .viewdetails p a {
        background-color: #006595
    }

.boxmodal .title {
    padding-bottom: 10px;
    padding-top: 10px
}

.cjs-accordion .row, .cs-flip-cards .row, .cs-video-module .row {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width:767px) {
    .cjs-accordion .row, .cs-flip-cards .row, .cs-video-module .row {
        margin-left: 0;
        margin-right: 0
    }
}

.modAc .cjs-accordion {
    margin: 0;
    padding: 0
}

.cjs-accordion .box {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7
}

.cjs-accordion .row .box:first-child {
    border-left: 1px solid #ddd
}

.cjs-accordion .card-summary {
    line-height: 125%;
    padding-top: 5px;
    text-align: center
}

.cjs-accordion {
    padding-bottom: 20px;
    margin-top: 20px
}

    .cjs-accordion .viewdetails {
        position: absolute;
        bottom: 0;
        left: 15px
    }

    .cjs-accordion img:hover {
        box-shadow: 0 1px 3px 1px rgba(0,94,152,.3),0 1px 3px 1px rgba(0,94,152,.1);
        transition-duration: 0s !important
    }

    .cjs-accordion .accordion-content img:hover {
        box-shadow: none
    }

    .cjs-accordion .card-control-active img {
        box-shadow: 0 1px 3px 1px rgba(0,94,152,.3),0 1px 3px 1px rgba(0,94,152,.1)
    }

    .cjs-accordion .img-responsive.mobile {
        display: none
    }

    .cjs-accordion h3 {
        margin-top: 10px
    }

    .cjs-accordion > div {
        position: relative
    }

    .cjs-accordion .title {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .cjs-accordion .targetDiv {
        background: #fafafa;
        color: #fff;
        margin: 0;
        padding: 25px 50px 50px;
        min-height: 200px;
        top: 0;
        width: 100%;
        z-index: 1000;
        border: 1px solid #ddd
    }

.accordion-content .row .col-md-8 {
    padding-left: 15px;
    padding-right: 15px
}

.cjs-accordion .panel-primary .panel-collapse .btn {
    display: none !important
}

.cjs-accordion .panel-heading {
    background-color: #e5eff4;
    color: #555;
    border-bottom: 1px solid #fff
}

.cjs-accordion h3.panel-title {
    font-size: 20px;
    margin-top: 0;
    vertical-align: middle
}

@media only screen and (max-width:767px) {
    .cjs-accordion .row .box {
        border-left: 1px solid #ddd
    }

    .cjs-accordion .img-responsive.desktop {
        display: none
    }

    .cjs-accordion .img-responsive.mobile {
        display: block
    }

    .cjs-accordion .targetDiv {
        padding: 25px
    }

    .cjs-accordion .box {
        min-height: 100px
    }

    .cjs-accordion .viewdetails {
        bottom: 0;
        height: auto;
        position: static
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .cjs-accordion .box {
        min-height: 125px
    }
}

.cjs-innerbox {
    display: none;
    background-color: #fafafa;
    margin: 0;
    padding: 25px 50px 50px;
    min-height: 200px;
    top: 0;
    width: 100%;
    z-index: 1000;
    border: 1px solid #ddd
}

.cjs-accordion .cjs-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: GibsonRegular;
    font-size: 24px !important;
    line-height: 125% !important
}

.cjs-accordion .cjs-box-title-link, .cjs-accordion .panel-title .cjs-box-title {
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif;
    padding: 0
}

.cjs-accordion .cjs-box-title-link {
    background: 0 0;
    line-height: normal;
    border: none;
    cursor: auto;
    color: #555;
    position: absolute;
    bottom: 10px
}

.cjs-accordion .panel-title .cjs-box-title {
    font-size: 20px !important
}

.video-js .vjs-audio-button, .video-js .vjs-big-play-button, .video-js .vjs-captions-button, .video-js .vjs-chapters-button, .video-js .vjs-control.vjs-close-button, .video-js .vjs-descriptions-button, .video-js .vjs-fullscreen-control, .video-js .vjs-mouse-display, .video-js .vjs-mute-control, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-play-control, .video-js .vjs-play-control.vjs-playing, .video-js .vjs-play-progress, .video-js .vjs-subtitles-button, .video-js .vjs-volume-level, .video-js .vjs-volume-menu-button, .video-js .vjs-volume-menu-button.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-2, .video-js.vjs-fullscreen .vjs-fullscreen-control, .vjs-icon-audio, .vjs-icon-audio-description, .vjs-icon-cancel, .vjs-icon-captions, .vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle, .vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-facebook, .vjs-icon-fullscreen-enter, .vjs-icon-fullscreen-exit, .vjs-icon-gplus, .vjs-icon-hd, .vjs-icon-linkedin, .vjs-icon-pause, .vjs-icon-pinterest, .vjs-icon-play, .vjs-icon-play-circle, .vjs-icon-replay, .vjs-icon-share, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-subtitles, .vjs-icon-tumblr, .vjs-icon-twitter, .vjs-icon-volume-high, .vjs-icon-volume-low, .vjs-icon-volume-mid, .vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.accordion-content {
    padding: 20px
}

.cjs-accordion .box {
    min-height: 100px
}

.border-white {
    border: 1px solid #fff
}

.accordion-top-ribbon {
    width: 100%;
    height: 20px;
    color: #fff
}

.business {
    background-color: #8a1f03
}

.arts_humanities {
    background-color: #df7a1c
}

.education {
    background-color: #00b5cc
}

.health_sciences {
    background-color: #1d3260
}

.stem {
    background-color: #b2bb1e
}

.security_global {
    background-color: #337ab7
}

.default-accordion {
    background-color: inherit;
    color: #000
}

a.default-link:hover div {
    background-color: #63656a;
    color: #fff
}

.cards-expanding-box {
    background-color: #e5eff4;
    padding: 25px;
    margin: 0 15px 10px
}

@media (max-width:767px) {
    .cards-expanding-box {
        padding: 15px;
        margin: 0 0 10px
    }
}

.fa.fa-angle-down, .fa.fa-sort-up {
    display: block;
    text-align: center;
    margin: 10px 0 -28px;
    color: #e5eff4;
    font-size: 48px
}

.cards-expanding-box .pull-right:last-child {
    display: none
}

.hide-button {
    text-transform: capitalize
}

.cs-past-emp {
    column-count: 3;
    -moz-column-count: 3
}

@media (max-width:991px) {
    .cs-past-emp {
        column-count: 2
    }
}

@media (min-width:768px) and (max-width:991px) {
    .fa.fa-angle-down, .fa.fa-sort-up {
        margin: 10px 0 -48px
    }
}

@media (max-width:767px) {
    .cs-past-emp {
        column-count: 1
    }

    .mobile-cards div div div div.col-xs-12 {
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .mobile-cards {
        display: block
    }

        .mobile-cards .row {
            margin-bottom: 15px
        }

    .desktop-cards {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .mobile-cards {
        display: none
    }

    .desktop-cards {
        display: block
    }
}

.video-js, .vjs-no-js {
    color: #fff;
    background-color: #000
}

    .video-js .vjs-big-play-button:before, .video-js .vjs-control, .video-js .vjs-control:before, .vjs-menu li, .vjs-no-js {
        text-align: center
    }

        .video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

@font-face {
    font-family: VideoJS;
    src: url(../font/2.0.0/VideoJS.eot?#iefix) format("eot")
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
    content: "\f101"
}

.vjs-icon-play-circle:before {
    content: "\f102"
}

.video-js .vjs-play-control.vjs-playing:before, .vjs-icon-pause:before {
    content: "\f103"
}

.video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before, .vjs-icon-volume-mute:before {
    content: "\f104"
}

.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before, .vjs-icon-volume-low:before {
    content: "\f105"
}

.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before, .vjs-icon-volume-mid:before {
    content: "\f106"
}

.video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before, .vjs-icon-volume-high:before {
    content: "\f107"
}

.video-js .vjs-fullscreen-control:before, .vjs-icon-fullscreen-enter:before {
    content: "\f108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-icon-fullscreen-exit:before {
    content: "\f109"
}

.vjs-icon-square:before {
    content: "\f10a"
}

.vjs-icon-spinner:before {
    content: "\f10b"
}

.video-js .vjs-subtitles-button:before, .vjs-icon-subtitles:before {
    content: "\f10c"
}

.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
    content: "\f10d"
}

.video-js .vjs-chapters-button:before, .vjs-icon-chapters:before {
    content: "\f10e"
}

.vjs-icon-share:before {
    content: "\f10f"
}

.vjs-icon-cog:before {
    content: "\f110"
}

.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
    content: "\f111"
}

.vjs-icon-circle-outline:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

.vjs-icon-hd:before {
    content: "\f114"
}

.video-js .vjs-control.vjs-close-button:before, .vjs-icon-cancel:before {
    content: "\f115"
}

.vjs-icon-replay:before {
    content: "\f116"
}

.vjs-icon-facebook:before {
    content: "\f117"
}

.vjs-icon-gplus:before {
    content: "\f118"
}

.vjs-icon-linkedin:before {
    content: "\f119"
}

.vjs-icon-twitter:before {
    content: "\f11a"
}

.vjs-icon-tumblr:before {
    content: "\f11b"
}

.vjs-icon-pinterest:before {
    content: "\f11c"
}

.video-js .vjs-descriptions-button:before, .vjs-icon-audio-description:before {
    content: "\f11d"
}

.video-js .vjs-audio-button:before, .vjs-icon-audio:before {
    content: "\f11e"
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .video-js:-moz-full-screen {
        position: absolute
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important
    }

    .video-js .vjs-tech, .video-js.vjs-fill {
        width: 100%;
        height: 100%
    }

    .video-js *, .video-js :after, .video-js :before {
        box-sizing: inherit
    }

    .video-js ul {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        list-style-position: outside;
        margin: 0
    }

.vjs-error .vjs-error-display:before, .vjs-menu .vjs-menu-content, .vjs-no-js {
    font-family: Arial,Helvetica,sans-serif
}

.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

    .video-js.vjs-fullscreen.vjs-user-inactive {
        cursor: none
    }

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    font-size: 18px;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

    .vjs-no-js a, .vjs-no-js a:visited {
        color: #66A8CC
    }

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43,51,63,.7);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    outline: 0;
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.vjs-menu-button {
    cursor: pointer
}

    .vjs-menu-button.vjs-disabled {
        cursor: default
    }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-transform: lowercase
}

#soc_box_button a, .alert-bold, .descriptionClass {
    text-transform: uppercase
}

.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5)
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2B333F
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43,51,63,.7)
}

    .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
        background-color: #2B333F;
        background-color: rgba(43,51,63,.7);
        position: absolute;
        width: 100%;
        bottom: 1.5em;
        max-height: 15em
    }

    .vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
        display: block
    }

.video-js .vjs-menu-button-inline {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

    .video-js .vjs-menu-button-inline:before {
        width: 2.222222222em
    }

    .video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
        width: 12em
    }

    .video-js .vjs-menu-button-inline.vjs-slider-active {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none
    }

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2B333F;
    background-color: rgba(43,51,63,.7)
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s,opacity .1s;
    -moz-transition: visibility .1s,opacity .1s;
    -o-transition: visibility .1s,opacity .1s;
    transition: visibility .1s,opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s,opacity 1s;
    -moz-transition: visibility 1s,opacity 1s;
    -o-transition: visibility 1s,opacity 1s;
    transition: visibility 1s,opacity 1s
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    outline: 0;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

    .video-js .vjs-control:before {
        font-size: 1.8em;
        line-height: 1.67
    }

    .video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
        text-shadow: 0 0 1em #fff
    }

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em
}

.vjs-live .vjs-progress-control {
    display: none
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
    font-family: Arial,Helvetica,sans-serif;
    visibility: visible;
    font-size: .6em
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}

.video-js .vjs-mouse-display:before, .video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
    display: none
}

.video-js .vjs-play-progress {
    background-color: #fff
}

    .video-js .vjs-play-progress:before {
        position: absolute;
        top: -.333333333333333em;
        right: -.5em;
        font-size: .9em
    }

    .video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after, .video-js .vjs-time-tooltip {
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        top: -3.4em;
        right: -1.9em;
        font-size: .9em;
        color: #000;
        content: attr(data-current-time);
        padding: 6px 8px 8px;
        background-color: #fff;
        background-color: rgba(255,255,255,.8);
        -webkit-border-radius: .3em;
        -moz-border-radius: .3em;
        border-radius: .3em
    }

    .video-js .vjs-play-progress:after, .video-js .vjs-play-progress:before, .video-js .vjs-time-tooltip {
        z-index: 1
    }

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115,133,159,.5)
}

    .video-js .vjs-load-progress div {
        background: #fff;
        background: rgba(115,133,159,.75)
    }

.video-js.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-time-tooltip {
    display: inline-block;
    height: 2.4em;
    position: relative;
    float: right;
    right: -1.9em
}

.vjs-tooltip-progress-bar {
    visibility: hidden
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s,opacity 1s;
    -moz-transition: visibility 1s,opacity 1s;
    -o-transition: visibility 1s,opacity 1s;
    transition: visibility 1s,opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
    display: none
}

.video-js .vjs-progress-control .vjs-mouse-display:after, .vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.8)
}

.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5)
}

    .video-js .vjs-slider:focus {
        text-shadow: 0 0 1em #fff;
        -webkit-box-shadow: 0 0 1em #fff;
        -moz-box-shadow: 0 0 1em #fff;
        box-shadow: 0 0 1em #fff
    }

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.video-js .vjs-volume-control {
    width: 5em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

    .video-js .vjs-volume-level:before {
        position: absolute;
        font-size: .9em
    }

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

    .vjs-slider-vertical .vjs-volume-level:before {
        top: -.5em;
        left: -.3em
    }

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

    .vjs-slider-horizontal .vjs-volume-level:before {
        top: -.3em;
        right: -.5em
    }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: .5em;
    height: 8em
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
    left: -2em
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
    height: 0;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden
}

.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-vertical:focus .vjs-menu-content, .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
    height: 8em;
    width: 2.9em
}

.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-horizontal:focus .vjs-menu-content, .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
    height: 2.9em;
    width: 8em
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
    background-color: transparent !important
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

    .vjs-poster img {
        display: block;
        vertical-align: middle;
        margin: 0 auto;
        max-height: 100%;
        padding: 0;
        width: 100%
    }

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
    display: none
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.video-js .vjs-play-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0,0,0,.5)
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -moz-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    -o-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -moz-transform: translateY(-1.5em);
    -ms-transform: translateY(-1.5em);
    -o-transform: translateY(-1.5em);
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43,51,63,.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
    display: block
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: #fff transparent transparent
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0%,100%,20%,60% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0%,100%,20%,60% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
    display: none
}

.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #2B333F;
    background-color: rgba(43,51,63,.75);
    color: #fff;
    margin: 0 auto;
    padding: .5em;
    height: 16em;
    font-size: 12px;
    width: 40em
}

    .vjs-caption-settings .vjs-tracksettings {
        top: 0;
        bottom: 1em;
        left: 0;
        right: 0;
        position: absolute;
        overflow: auto
    }

    .vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
        float: left
    }

        .vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-controls:after, .vjs-caption-settings .vjs-tracksettings-font:after {
            clear: both
        }

    .vjs-caption-settings .vjs-tracksettings-controls {
        position: absolute;
        bottom: 1em;
        right: 1em
    }

    .vjs-caption-settings .vjs-tracksetting {
        margin: 5px;
        padding: 3px;
        min-height: 40px;
        border: none
    }

        .vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
            display: block;
            width: 100px;
            margin-bottom: 5px
        }

        .vjs-caption-settings .vjs-tracksetting span {
            display: inline;
            margin-left: 5px;
            vertical-align: top;
            float: right
        }

ul.clients li, ul.clients li * {
    vertical-align: middle
}

.vjs-caption-settings .vjs-tracksetting > div {
    margin-bottom: 5px;
    min-height: 20px
}

    .vjs-caption-settings .vjs-tracksetting > div:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        min-height: 0
    }

.vjs-caption-settings label > input {
    margin-right: 10px
}

.vjs-caption-settings fieldset {
    margin-top: 1em;
    margin-left: .5em
}

    .vjs-caption-settings fieldset .vjs-label {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden
    }

.vjs-caption-settings input[type=button] {
    width: 40px;
    height: 40px
}

.video-js .vjs-modal-dialog {
    background: rgba(0,0,0,.8);
    background: -webkit-linear-gradient(-90deg,rgba(0,0,0,.8),rgba(255,255,255,0));
    background: linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0))
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

@media print {
    .video-js > :not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

@media \0screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: ""
    }

    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: hidden
    }
}

.cs-video-text-content {
    background-color: #e5eff4;
    padding: 20px 20px 60px;
    margin-top: 15px
}

#sidebar-container .cs-video-text-content {
    background-color: #fff;
    padding: 0
}

.cs-video-text-content > a {
    display: block;
    padding-top: 10px
}

.player-container .well {
    border: none !important;
    background-color: transparent;
    padding: 0;
    box-shadow: none !important
}

.cs-video-text-content div::after {
    content: "..."
}

.cs-video-text-content div.well::after {
    content: ""
}

#sidebar-container {
    padding: 15px 25px !important
}

    #sidebar-container .cs-video-text-content div + div {
        display: block !important
    }

    #sidebar-container .cs-video-text-content a:last-child, #sidebar-container .cs-video-text-content div {
        display: none
    }

.thumbnail-anchor, ul.clients li, ul.clients li span {
    display: inline-block
}

@media (min-width:768px) and (max-width:991px) {
    #sidebar-container {
        padding: 15px !important
    }
}

@media (min-width:992px) {
    #sidebar-container {
        padding: 0 5px 15px !important
    }
}

@media (min-width:768px) {
    .thumbnail-img-container {
        padding: 0 10px !important;
        text-align: center
    }
}

@media (max-width:991px) {
    .row.player-sidebar {
        margin-left: -25px;
        margin-right: -25px
    }
}

@media (max-width:767px) {
    .thumbnail-container-list {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.thumbnail-img-container > a > div.thumbnail-container-grid > img, .thumbnail-img-container > div.thumbnail-container-list img {
    border: 5px solid #f2f2f2 !important
}

.thumbnail-img-container.cs-vid-active-grid-thumb > a > div.thumbnail-container-grid > img, .thumbnail-img-container.cs-vid-active-list-thumb > div.thumbnail-container-list img {
    border: 5px solid #005e98 !important
}

.thumbnail-subtext-grid {
    text-align: center;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #005e98 !important;
    background-color: #f2f2f2 !important;
    padding: .5em .2em .7em !important
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .thumbnail a > img, .thumbnail > img {
    opacity: 1;
    transition: all .5s ease 0s
}

.thumbnail-container-grid:hover img {
    opacity: .6
}

.cs-vid-active-grid-thumb .thumbnail-subtext-grid {
    background-color: #005e98 !important;
    color: #fff !important
}

.desktopsvg, .mobilesvg {
    background-color: #fff;
    width: 100%
}

.clients {
    margin: 0 auto;
    overflow: hidden;
    padding-left: 0;
    text-align: center
}

ul.clients img {
    width: 80%
}

ul.clients li {
    text-align: center;
    width: 190px;
    margin: 10px;
    height: 150px;
    border: 1px solid #ddd
}

    ul.clients li span {
        height: 100%;
        width: 1px
    }

.desktop, .desktopsvg {
    display: none
}

.public-content.employers > ul {
    column-count: 3
}

.public-content.employers > li {
    margin-left: 1em
}

@media (min-width:768px) and (max-width:991px) {
    .public-content.employers > ul {
        column-count: 2
    }
}

@media (max-width:767px) {
    .public-content.employers > ul {
        column-count: 1
    }

    .nav-tabs .AcademicYearLabel {
        display: none
    }

    #tab-section .nav > li > a {
        padding: 0 15px
    }
}

.employers h3 {
    border-top: 1px solid rgba(0,0,0,.25);
    padding-top: 40px;
    margin-top: 40px
}

#sidebar-container .cs-video-text-content, .cs-video-text-content h2.title {
    margin-top: 0;
    padding-top: 0
}

#sidebar-container h2.title {
    padding-top: 15px
}

#cs-career-exploration ~ .player-container .row div div:first-child {
    margin-left: -15px
}

#cs-career-exploration ~ .player-container .row div:nth-child(2) {
    margin-right: -15px
}

.desktopsvg {
    position: relative;
    height: 0;
    padding: 0 0 63%
}

    #ctl00_cphMain_chkCreditBalanceAuthorization input, #ctl00_cphMain_chkFundAuthorization input, .desktopsvg svg {
        position: absolute
    }

    .desktopsvg svg {
        height: 100%;
        width: 100%;
        left: 0
    }

.svglink {
    cursor: pointer
}

.mobilesvg {
    display: inline-block
}

    .mobilesvg .svg-frame {
        width: 300px;
        margin: 0 auto;
        background-color: #fff
    }

#externalContent iframe, #tab-section .nav-tabs, .fao-circle {
    margin-top: 20px
}

@media only screen and (min-width:1000px) {
    .desktop, .desktopsvg {
        display: inline-block
    }

    .mobile, .mobilesvg {
        display: none
    }
}

#ctl00_cphMain_chkCreditBalanceAuthorization td, #ctl00_cphMain_chkFundAuthorization td {
    padding: 10px
}

#ctl00_cphMain_chkCreditBalanceAuthorization label, #ctl00_cphMain_chkFundAuthorization label {
    display: inline-block;
    margin-left: 20px
}

.cd-top {
    background: rgba(0,94,152,.75);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    color: transparent;
    display: inline-block;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
    white-space: nowrap;
    z-index: 1;
    bottom: 30px;
    height: 45px;
    right: 30px;
    width: 45px
}

    .cd-top i {
        color: #fff;
        font-size: 24px;
        padding-left: 11px;
        padding-top: 9px
    }

    .cd-top.cd-is-visible {
        opacity: 1;
        visibility: visible;
        color: transparent
    }

    .cd-top.cd-fade-out {
        opacity: 1
    }

        .cd-top.cd-fade-out:hover, .cd-top.cd-is-visible:hover {
            background: #005e98
        }

.blue-tooltip + .tooltip > .tooltip-inner, div.tooltip-inner {
    background-color: #252849
}

.blue-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #252849
}

div.tooltip-inner {
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px
}

.gray-box div div.call:before, .gray-box div div.chat:before, .gray-box div div.email:before, .gray-box div div.scheduled:before {
    font-family: fontawesome;
    white-space: pre;
    font-size: 1.5rem
}

.gray-box div div.chat:before {
    content: "\f086 \A"
}

.gray-box div div.call:before {
    content: "\f095 \A"
}

.gray-box div div.email:before {
    content: "\f0e0 \A"
}

.table-default table, table.half-table {
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-right: 1px solid #ccc !important;
    font-size: .875em;
    width: 75%;
    margin-bottom: 20px
}

    .table-default th, table.half-table th {
        background-color: #555;
        color: #fff;
        font-size: 1.125em;
        padding: .5em 1em;
        width: auto
    }

    .table-default td, table.half-table td {
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-top: 1px solid #fff;
        padding: .5em 1em;
        width: auto;
        vertical-align: top
    }

        .table-default td:last-child, table.half-table td:last-child {
            width: 20%
        }

table.half-table {
    width: 100%
}

    table.half-table td:last-child {
        width: 50%
    }

#tab-section li {
    padding: 5px 10px;
    background-color: #fff
}

    #tab-section li.active {
        margin-bottom: -1px;
        border-left: 1px solid #d3dce0;
        border-top: 1px solid #d3dce0;
        border-right: 1px solid #d3dce0
    }

        #tab-section li.active a {
            color: #555
        }

#contact, .fao-contact {
    background-color: #5a6c7a;
    margin-bottom: -20px;
    margin-left: -35px;
    margin-right: -35px;
    padding: 0 50px 25px;
    text-align: center;
    color: #fff
}

    #contact h2, .fao-contact h2 {
        text-align: center;
        color: #fff;
        font-style: italic;
        font-size: 24px
    }

    #contact a, #contact p, .fao-contact p {
        color: #fff
    }

@media (max-width:767px) {
    #contact, .fao-contact {
        margin-left: -15px;
        margin-right: -15px
    }
}

#ctl00_cphMain_dvNeedHelp {
    background-color: #fff;
    border: 1px solid #ddd
}

    #ctl00_cphMain_dvNeedHelp .box-line {
        border: none
    }

    #ctl00_cphMain_dvNeedHelp .box {
        background-color: #fff;
        padding-top: 10px
    }

.fao-circle {
    border-radius: 50%;
    height: 144px;
    width: 144px
}

    .fao-circle .circle-chart.small {
        height: 124px;
        width: 124px
    }

    .fao-circle .circle-chart p {
        color: #006494;
        font-weight: 300;
        font-size: 56px;
        letter-spacing: -.05em;
        font-family: GibsonLight,Gibson-Light,Arial,Helvetica,sans-serif;
        top: 45%
    }

.fao-comment {
    margin-top: -50px;
    text-align: center;
    width: 144px;
    margin-bottom: 50px
}

.fao-circle .circle-chart {
    margin: 7px 10px
}

#linkNext, #linkPrevious, .ReadMessagesLink {
    border: 1px solid #ddd;
    font-size: 1rem;
    padding: 11px 24px;
    margin-bottom: 10px
}

.fao-circle .circle-chart .bar:after {
    top: -35%;
    background: #608eb5
}

.ReadMessagesLink {
    float: right;
    color: #005e98
}

@media (max-width:499px) {
    .ReadMessagesLink {
        margin-top: 10px;
        display: block;
        float: none;
        max-width: 200px
    }
}

#linkPrevious {
    float: left
}

#linkNext {
    float: right
}

#linkNext, #linkPrevious {
    margin-top: 40px
}

#lblSym {
    display: none
}

#ctl00_cphMain_gvAlertInfo td:first-child {
    width: 10%;
    text-align: center
}

#ctl00_cphMain_gvAlertInfo td:nth-child(2), #ctl00_cphMain_gvAlertInfo td:nth-child(4) {
    width: 20%
}

#ctl00_cphMain_gvAlertInfo td:nth-child(3) {
    width: 50%
}

#ctl00_cphMain_gvAlertInfo .faq_submain {
    font-weight: 700
}

#ctl00_cphMain_gvAlertInfo .high-alert-icon:before {
    float: left;
    width: 10px;
    padding-right: 16px;
    padding-top: 4px;
    height: 32px
}

#alumniquotes small, .pagination {
    float: right
}

#ctl00_cphMain_gvAlertInfo .high-alert {
    color: #b20000;
    font-weight: 700
}

#ctl00_cphMain_gvAlertInfo th {
    background-color: #fff
}

#ctl00_cphMain_gvAlertInfo.table {
    border: none
}

    #ctl00_cphMain_gvAlertInfo.table th {
        border-top: none
    }

@media (max-width:1199px) and (min-width:768px) {
    #ctl00_cphMain_gvAlertInfo td:nth-child(3) {
        width: 43%
    }

    #ctl00_cphMain_gvAlertInfo td:nth-child(4) {
        width: 27%
    }
}

@media (max-width:767px) {
    #ctl00_cphMain_gvAlertInfo td:first-child {
        text-align: left
    }

    #ctl00_cphMain_gvAlertInfo td {
        display: block;
        border: none;
        position: relative;
        padding: 5px 12px 5px 35%;
        text-align: left;
        width: 100% !important
    }

    #ctl00_cphMain_gvAlertInfo tr th {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    #ctl00_cphMain_gvAlertInfo tr {
        padding-top: 10px;
        padding-bottom: 10px
    }

        #ctl00_cphMain_gvAlertInfo tr:nth-of-type(2n+2) td {
            background: #fff
        }

    #ctl00_cphMain_gvAlertInfo td:before {
        position: absolute;
        left: 10px;
        width: 30% !important;
        padding-right: 10px;
        font-weight: 600;
        font-family: GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif;
        white-space: normal
    }

    #ctl00_cphMain_gvAlertInfo td:nth-of-type(1):before {
        content: "Archive";
        text-transform: uppercase;
        text-align: left
    }

    #ctl00_cphMain_gvAlertInfo td:nth-of-type(2):before {
        content: "Date";
        text-transform: uppercase
    }

    #ctl00_cphMain_gvAlertInfo td:nth-of-type(3):before {
        content: "Message";
        text-transform: uppercase
    }

    #ctl00_cphMain_gvAlertInfo td:nth-of-type(4):before {
        content: "Action";
        text-transform: uppercase
    }
}

.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
    border-top: none
}

#TimeTradesection a {
    color: #fff !important
}

.align-right {
    text-align: right
}

.alert-bold {
    font-family: GibsonSemiBold,Gibson-SemiBold,Arial,Helvetica,sans-serif;
    border-bottom: 2px solid #ccc;
    background-color: #fff !important
}

.table > tbody > tr > td.alert-bold {
    border-top: none !important
}

.pagination > li > span.active {
    background: #ddd;
    color: #515050;
    font-weight: 700
}

#lblSubject, #lblSubjectText {
    border-bottom: medium none;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px
}

.gray-bg > h2 {
    margin-top: -30px
}

.show-more-snippet {
    height: 163px;
    overflow: hidden
}

iframe.youtube {
    margin-top: 0 !important
}

.show-more-snippet p {
    line-height: 1.54
}

@media print {
    .card .back h3, .card .front img {
        display: none
    }

    .card .back p, .card .front h2, .card .front h4 {
        color: #000 !important;
        backface-visibility: visible !important;
        padding: 0 !important;
        margin-top: 0 !important;
        text-align: left !important
    }

    .card .back p {
        margin-top: -70px
    }

    .card .back, .card .front {
        background-color: #fff;
        display: block !important;
        backface-visibility: visible !important;
        transform: none !important;
        padding: 0 !important;
        position: relative !important;
        min-height: auto !important
    }

    .back > p:last-child {
        display: none
    }
}

header nav.utility.doctoral {
    background: #006595
}

    header nav.utility.doctoral ul li a.btn, header nav.utility.doctoral ul li span.btn {
        background-color: #BD580A !important;
        color: #fff
    }

#banner-carousel .carousel-indicators {
    background-color: #bebebe
}

#banner-carousel ol li {
    border: 1px solid #fff
}

#banner-carousel .carousel-indicators .active {
    background: #fff
}

.announcement .panel-primary, .outage .panel-primary {
    margin-bottom: 5px
}

.announcement.cjs-accordion .panel-heading {
    background-color: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1
}

.announcement.cjs-accordion .panel-title .cjs-box-title {
    font-size: 14px !important;
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

    .announcement.cjs-accordion .panel-title .cjs-box-title:hover, .announcement.cjs-accordion a.default-link:hover div {
        background-color: #d9edf7;
        color: #31708f
    }

.announcement .accordion-content {
    background-color: #fff;
    padding: 15px 15px 5px;
    font-size: 14px !important;
    border-bottom: 1px solid #bce8f1;
    border-right: 1px solid #bce8f1;
    border-left: 1px solid #bce8f1
}

.outage.cjs-accordion .panel-heading, .outage.cjs-accordion .panel-title .cjs-box-title:hover, .outage.cjs-accordion a.default-link:hover div {
    background-color: #fcf8e3;
    color: #8a6d3b
}

.announcement.cjs-accordion .panel-title .cjs-box-title::before {
    content: "\f05a";
    font-family: fontawesome;
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle;
    padding-bottom: 4px
}

.outage.cjs-accordion .panel-heading {
    border: 1px solid #faebcc
}

.outage.cjs-accordion .panel-title .cjs-box-title {
    font-size: 14px !important;
    font-family: GibsonRegular,Gibson-Regular,Arial,Helvetica,sans-serif
}

.outage .accordion-content {
    background-color: #fff;
    padding: 15px 15px 5px;
    font-size: 14px !important;
    border-bottom: 1px solid #faebcc;
    border-right: 1px solid #faebcc;
    border-left: 1px solid #faebcc
}

.outage.cjs-accordion .panel-title .cjs-box-title::before {
    content: "\f071";
    font-family: fontawesome;
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle;
    padding-bottom: 4px
}

#alumniquotes .carousel-indicators {
    margin-top: 20px
}

    #alumniquotes .carousel-indicators li {
        border: 1px solid #666;
        border-radius: 50%;
        background-color: transparent
    }

    #alumniquotes .carousel-indicators .active {
        background-color: #666
    }

#alumniquotes .item blockquote p {
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: -10px;
    font-size: 16px
}

#alumniquotes .quote {
    padding-left: 0;
    padding-right: 0
}

#alumniquotes .item blockquote p:before {
    content: none
}

#alumniquotes .item blockquote img {
    margin-bottom: 0;
    float: left;
    margin-right: 15px;
    border-radius: 6px;
    max-width: 100px;
    max-height: 100px
}

#alumniquotes .carousel-inner {
    min-height: 396px
}

#alumniquotes.carousel {
    margin-bottom: 0
}

#ctl00_cphMain_dvAlumniPromo2 .col-md-5 {
    display: none
}

#ctl00_cphMain_dvAlumniPromo2 .col-md-7 {
    width: 100%
}

#ctl00_cphMain_dvAlumniPromo2 {
    margin-right: -15px;
    margin-left: -15px
}

@media only screen and (min-width:768px) {
    .color-banner, .interior-banner {
        height: 405px
    }

    .mobile-banner, .mobile-text-wrap {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .mobile-text-wrap {
        display: block
    }

    .carousel-mobile-hide-enabled, .img-banner, .text-wrap {
        display: none
    }

    .mobile-text-wrap > .text-heading {
        color: inherit
    }
}

.quote-preview-toggle-less, .quote-preview-toggle-more {
    display: block;
    padding-top: 10px;
    padding-left: 0
}

.contact-us-block ul li {
    list-style: none
}

.contact-us-block ul {
    padding: 0
}

.contact-us-unique-headers {
    color: #bd5800;
    font-weight: 700;
    display: block;
    padding-top: 25px;
    padding-bottom: 10px
}

.contact-us-section h3 {
    font-size: 16px;
    font-family: GibsonSemiBold,Arial,sans-serif;
    border-bottom: 1px solid #cbcac6
}

.contact-us-email i {
    padding-right: 5px
}

.contact-us-phone i {
    padding-right: 7px
}

.contact-us-fax i {
    padding-right: 5px
}

.contact-us-web i {
    padding-right: 7px
}

.contact-us-block i {
    color: #bbb
}

#strategic-relationships-section, #tuition-and-financing-section, #university-directory-section {
    padding: 20px 50px 50px
}

#military-section, #student-services-section {
    padding: 0 50px 50px
}

@media (max-width:767px) {
    #military-section, #strategic-relationships-section, #student-services-section, #tuition-and-financing-section, #university-directory-section {
        padding: 20px 0 50px
    }
}

.new-wrapper a:link, .new-wrapper a:visited {
    color: #005e98;
    text-decoration: none
}

.new-wrapper a:hover {
    opacity: .75;
    text-decoration: underline
}

.new-wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px
}

#soc_box_button {
    margin-top: 25px
}

    #soc_box_button a {
        border: none;
        border-radius: 0;
        font-family: Gibson-Regular,GibsonRegular,Gibson-Regular,arial,sans-serif;
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0;
        padding: .75em 1.5em;
        transition: all .3s ease 0s;
        background-color: #005e98;
        color: #fff !important
    }

h1.soc-banner {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px
}

@media (min-width:768px) {
    .new-wrapper {
        width: 750px;
        padding: 25px 50px
    }

    h1.soc-banner {
        background: #f5f5f5;
        padding: 50px 80px 56px;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
        line-height: 48px
    }
}

@media (min-width:992px) {
    .new-wrapper {
        width: 970px;
        padding: 40px 80px
    }

    h1.soc-banner {
        background: #f5f5f5;
        padding: 50px 80px 56px;
        text-align: center;
        font-weight: 400;
        line-height: 48px;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .new-wrapper {
        width: 1100px
    }
}

#soc_course_title h3 {
    font-size: 24.5px
}

.new-wrapper h2, .panelWrapper h2, h2#soc_box_header {
    font-size: 1.5em;
    margin-top: 25px;
    font-family: Gibson-Regular,GibsonRegular
}

.academic_calendar, .new-wrapper .academic_calendar {
    text-align: right;
    display: block;
    padding: 20px 0;
    font-size: 1.1em;
    font-family: Gibson-Light,GibsonLight
}

    .academic_calendar::before, .new-wrapper .academic_calendar::before {
        content: "\f073";
        font-family: fontawesome;
        padding-right: 5px
    }

table.sessionTable tr:first-child > th:first-child {
    width: auto
}

table.sessionTable tr td:last-child {
    border-right: none
}

table.sessionTable tr td:nth-child(n+2) {
    border-left: none
}

table.sessionTable tr:nth-child(2n+2) {
    background: #fff
}

table.sessionTable, table.sessiontable {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px
}

.davehere td {
    vertical-align: top !important
}

table.sessionTable tr > th, table.sessiontable tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
    text-align: left
}

.davehere table tbody > tr > td, able.sessiontable thead > tr > th, table.sessionTable tbody > tr > td, table.sessionTable tbody > tr > th, table.sessionTable tfoot > tr > td, table.sessionTable tfoot > tr > th, table.sessionTable thead > tr > td, table.sessionTable thead > tr > th, table.sessiontable tbody > tr > td, table.sessiontable tbody > tr > th, table.sessiontable tfoot > tr > td, table.sessiontable tfoot > tr > th, table.sessiontable thead > tr > td {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    padding: 8px 20px 8px 8px;
    table-layout: fixed;
    vertical-align: middle;
    color: #555
}

.davehere table tr:nth-child(2n+1), table.sessionTable tr:nth-child(2n+1), table.sessiontable tr:nth-child(2n+1) {
    background-color: #f9f9f9
}

table.sessionTable tr:first-child, table.sessionTable tr:nth-child(2n), table.sessiontable tr:first-child, table.sessiontable tr:nth-child(2n) {
    background-color: #fff
}

@media (min-width:768px) {
    table.sessiontable tr td:nth-child(1), table.sessiontable tr th:nth-child(1) {
        width: 35%
    }

    table.sessiontable tr td:nth-child(2), table.sessiontable tr td:nth-child(3), table.sessiontable tr th:nth-child(2), table.sessiontable tr th:nth-child(3) {
        width: 20%
    }

    table.sessiontable tr td:nth-child(4), table.sessiontable tr th:nth-child(4) {
        width: 25%
    }
}

table hr {
    display: none
}

@media (max-width:767px) {
    table.sessiontable td, table.sessiontable th {
        display: block
    }

    table.sessiontable tr td:nth-child(1), table.sessiontable tr th:nth-child(1) {
        width: 50%
    }

    table.sessiontable tr th {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    table.sessiontable tbody > tr > td {
        border: none;
        position: relative;
        padding: 5px 12px 5px 50%;
        text-align: left
    }

    table.sessiontable td:before {
        position: absolute;
        left: 10px;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600
    }

    table.sessiontable td:nth-of-type(1):before {
        content: "Course";
        text-transform: uppercase
    }

    table.sessiontable td:nth-of-type(2):before {
        content: "Registration Dates";
        text-transform: uppercase
    }

    table.sessiontable td:nth-of-type(3):before {
        content: "Course Dates";
        text-transform: uppercase
    }

    table.sessiontable td:nth-of-type(4):before {
        content: "Session";
        text-transform: uppercase
    }
}

#cs-video-1 .cs-video-text-content, #cs-video-3 .cs-video-text-content, #cs-video-4 .cs-video-text-content, #ctl00_ctrNavHeader_ctrAlumniCommunities_hlnAdvisoryBoard {
    display: none
}

.blocks div div:first-child, .wordSession_style {
    font-weight: 700
}

.bookLabel {
    font-family: GibsonRegular,Gibson-Regular,Arial,sans-serif;
    width: 15%
}

.pagenumber_style {
    text-align: right;
    padding-bottom: 20px
}

table.calendartable {
    width: 100%
}

    table.calendartable td {
        width: 50%
    }

.descriptionClass {
    background-color: #eaeaea;
    padding: 4px 12px;
    font-weight: 700
}

.dateClass {
    padding: 4px 12px
}

.schedulesession_style {
    text-align: right;
    padding: 20px 0
}

.row.sc {
    margin-right: -15px;
    margin-left: -15px
}

@media only screen and (max-width:697px) {
    .row.sc .col-xs-12 {
        width: 95%;
        float: none;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (min-width:698px) {
    .row.sc .col-md-6, .row.sc .col-sm-6 {
        width: 45%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

ul.spacing li {
    padding-bottom: 5px;
    padding-top: 5px
}

#ctl00_cphMain_Announcements h2 {
    padding-top: 0;
    margin-top: 0
}

#ltSideBar {
    margin-top: 85px;
    background-color: #eaeaea;
    padding-top: 0;
    padding-bottom: 10px
}

    #ltSideBar ul {
        padding-left: 10px;
        padding-top: 20px
    }

    #ltSideBar li {
        margin-bottom: 10px
    }

.nopadding {
    padding: 0
}

.blocks {
    margin: 10px 0;
    padding: 15px 10px;
    background-color: #F7EBEB;
    color: #9F3B3A;
    border: 1px solid #E8C5CB
}

    .blocks input.btn-primary {
        background-color: #9F3B3A
    }

    .blocks div div + div {
        font-size: 14px !important
    }


/*Mentoring Styles*/
.sc-cat-home {
    margin-left: -15px;
    margin-right: -30px;
}

@media (max-width: 991px) {
    .sc-cat-home {
        margin-right: 0;
    }
}

.sc-cat-home-banner.mentoring {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/Assets/images/adobestock_168272476.jpeg) center center no-repeat;
    display: flex;
    flex-direction: column;
    height: 200px;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.sc-cat-home-banner h1 {
    color: #fff;
    font-size: 40px;
    font-family: "Gibson-Regular", "GibsonRegular";
}

.sc-cat-home-banner p {
    font-size: 16px;
    color: #fff;
    font-family: "Gibson-Regular", "GibsonRegular";
}

.sc-cat-home-container {
    padding: 40px;
}

    .sc-cat-home-container h2 {
        font-family: "Gibson-Light", "GibsonLight";
        margin-top: 0;
        font-size: 32px;
    }

    .sc-cat-home-container.gray {
        background-color: #f7f7f7;
        padding-bottom: 60px;
    }

        .sc-cat-home-container.gray h2 {
            text-align: center;
            font-family: "Gibson-Light", "GibsonLight";
            margin-top: 0;
        }

    .sc-cat-home-container h3 {
        font-size: 16px;
        text-transform: uppercase;
        font-family: "Gibson-Regular", "GibsonRegular";
        margin-top: 40px;
    }

    .sc-cat-home-container.blue {
        background-color: #e5eff4;
    }

        .sc-cat-home-container.blue h3 {
            font-size: 24px;
            font-family: "Gibson-Light", "GibsonLight";
            text-transform: none;
        }

        .sc-cat-home-container.blue blockquote {
            padding: 10px 0;
            margin: 0;
            font-size: 16px;
            border-left: none;
            font-family: "Gibson-Light", "GibsonLight";
            line-height:1.5;
        }

            .sc-cat-home-container.blue blockquote::before {
                content: "\f10d";
                font-family: fontawesome;
                font-size: 40px;
                padding-right: 10px;
                float: left;
                margin-top: -20px;
                margin-bottom: 50px;
            }

            .sc-cat-home-container.blue blockquote::after {
                content: "\f10e";
                font-family: fontawesome;
                font-size: 40px;
                padding-left: 10px;
                float: right;
            }

            .sc-cat-home-container.blue blockquote span {
                font-family: "Gibson-Regular", "GibsonRegular";
            }

    .sc-cat-home-container.gray .fa {
        display: block;
        font-size: 32px;
        padding-bottom: 10px;
        color: #005e98;
    }

    .sc-cat-home-container.right-img {
        margin-top: -60px;
        padding-bottom: 0;
    }

.right-img div div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 375px;
}

.right-img div div:last-child {
    object-fit: cover;
    padding: 0;
}

.right-img h2 {
    text-transform: uppercase;
    font-size: 36px;
    border-left: 3px solid rgba(96, 142, 181, .5);
    padding: 15px;
}

    .right-img h2 + p {
        padding-left: 18px;
        padding-top: 10px;
    }

.sc-cat-home-container .box {
    margin-top: 25px;
}

.box-img {
    float: left;
    width: 33.33333%;
}

.box-content {
    padding: 15px;
    height: 215px;
    width: 66.66667%;
    float: left;
    background-color: #f1f1f1;
}

    .box-content h3 {
        margin-top: 0;
    }

    .box-content p {
        font-size: 14px;
    }

.benefit-icon {
    max-width: 64px;
    margin-bottom: -24px;
    margin-top: 48px;
}

/* Custom Navbar Styles */
.custom-navbar {
    background-color: #3071a9;
    padding: 0.5rem 1rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-left: -15px; /* Adjust left margin */
    margin-right: -30px; /* Adjust right margin */
}

.custom-navbar .navbar-links {
    display: flex;
    flex-direction: row; /* Horizontal layout for desktop */
    gap: 1rem;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    max-height: none;
    opacity: 1;
}

.custom-navbar .nav-link {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
}

.custom-navbar .nav-link:hover {
    background-color: #205478; /* Accessible hover color */
}

.custom-navbar .dropdown {
    position: relative;
}

.custom-navbar .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #205478;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-navbar .dropdown:hover > .dropdown-menu {
    display: block; /* Show dropdown on hover */
}

.custom-navbar .dropdown-menu li {
    border-bottom: 1px solid #163b5b;
}

.custom-navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

.custom-navbar .dropdown-item {
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: block;
}

.custom-navbar .dropdown-item:hover {
    background-color: #3071a9; /* Match main navbar background for hover */
}

/* Multi-level icons alignment */
.custom-navbar .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom-navbar .dropdown-toggle i {
    margin-left: 5px;
    font-size: 0.8rem; /* Adjust icon size */
    font-style: normal; /* Prevent italic rendering */
    position: unset;
    margin-top: -5px;
}

/* Default: Show right-chevron */
.custom-navbar .dropdown-submenu .dropdown-toggle .fa-chevron-right {
    display: inline-block; /* Show right-chevron */
}

.custom-navbar .dropdown-submenu .dropdown-toggle .fa-chevron-down {
    display: none; /* Hide down-chevron */
}

/* Submenu Styles */
.custom-navbar .dropdown-submenu {
    position: relative;
}

.custom-navbar .dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%; /* Align to the right */
    background-color: #163b5b;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block; /* Show submenu on hover */
}

.custom-navbar .dropdown-submenu .dropdown-toggle i {
    margin-left: auto; /* Push the icon to the far right */
    font-size: 0.8rem;
}

/* Mobile-Specific Styles */
@media (max-width: 768px) {
    .custom-navbar {
        margin-left: 0; /* Reset margins for mobile view */
        margin-right: 0;
    }

    .custom-navbar .navbar-links {
        display: none;
        flex-direction: column; /* Vertical layout for mobile */
        gap: 0;
        position: absolute;
        top: 3.5rem;
        left: 0;
        background-color: #3071a9;
        width: 100%;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }

    .custom-navbar .navbar-links.show {
        display: flex;
        max-height: 500px; /* Ensure enough height for dropdowns */
        opacity: 1;
    }

    .custom-navbar .dropdown-menu {
        position: relative;
        display: none; /* Hidden by default for mobile */
        background-color: #205478;
        flex-direction: column;
        width: 100%;
    }

    .custom-navbar .dropdown.open > .dropdown-menu {
        display: flex; /* Show dropdown in mobile */
    }

    .custom-navbar .dropdown-submenu .dropdown-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }

    /* Mobile: Show down-chevron */
    .custom-navbar .dropdown-submenu .dropdown-toggle .fa-chevron-right {
        display: none; /* Hide right-chevron */
    }

    .custom-navbar .dropdown-submenu .dropdown-toggle .fa-chevron-down {
        display: inline-block; /* Show down-chevron */
    }
}