/* USED BY THE .NET OEC TO SKIN IT */

/*@import url(css/styles.css);
@import url(../_oec/css/main.css);
@import url(css/bootstrap.custom.css);
@import url(css/bootstrap.min.css);*/

@import url(//fonts.googleapis.com/css?family=Open+Sans&display=swap);
@import url(//fonts.googleapis.com/css?family=Oswald&display=swap);


body {
    /*font-family: 'Open Sans',sans-serif,Arial;*/
}

#signup .signupForm #emailSignUp .form-control, .font, html .custom-form .form-wrapper .form-control, html body {
    font-family: source-sans-pro, sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 1.125em;
}

html {
}

.container {
}

.PageWrapper {
    overflow: hidden;
}


.ContentWrapper {
    margin-top: 0em; /* MUST ACCOUNT THE NAVBAR-BRAND HEIGHT */
    padding: 0em 1em;
}

.header-graphic-bg {
    /*background: #249e57 url(/Charlotte/_skin/images/main_header_banner.png) no-repeat top center;*/
    background-color: #9C2260;
    min-height: 100px;
    /*margin-top: -16px;*/
}

.header-graphic {
    padding-top: 1em;
    max-width: 100px
    /*margin-top: -16px;*/
}

.responsive {
    width: 100%;
    height: auto;
}

.navbar-brand {
    height: 50px;
    width: 200px;
    background: none;
    position: absolute;
    /*background: url(/DSP/_skin/StateOfDelaware.png) no-repeat scroll 0 0 / 100% 100%;
    height: 34px;
    width: 210px;
    max-width: 210px;
    /*background-size: 100% auto;*/
    /*padding-left: 7em !important;*/
    /*min-height: 60px;*/
}

.navbar {
    /*margin-top: 50px;*/
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1.5em;
}

.navbar-nav {
    list-style: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
}

.nav-item {
    position: relative;
    float: left;
    display: block;
    right: 50%;
}

.navbar-nav > .nav-item > a {
    /* color: Black;*/

}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid #fff;
}

.navbar-toggler-right {
    float: right;
}

.navbar-toggler .icon-bar {
    background-color: #888;
    width: 16px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.nav-item > a {
    color: #fff;
    font-size: 1em;
    padding: 5px 10px !important;
    /*    border-right: #fff solid 1px;
    */
    font-weight: normal;
    text-shadow: none;
}

.navbar-nav > li:last-child > a {
    border-right: none;
}

.large-6 > h3 {
    font-size: 1.5em;
    color: Black;
    font-weight: 600;
}

.mySlides {
    display: none;
}

/* Slideshow container */
.slideshow-container {
    max-width: 88%;
    position: relative;
    margin: auto;
    /*margin-bottom: -.5em;*/
}

.slideshow-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -1.5em;
}

/* The dots/bullets/indicators */
.slidedot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ccc;
}

.slideactive {
    background-color: #000000;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5s;
    animation-name: fade;
    animation-duration: 5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

#logoutForm {
    position: absolute;
    margin-top: 1em;
    right: .75em;
}

ul.nav-account {
    right: 2em;
    text-align: right;
    float: right;
    list-style: none;
    width: 100%
}

ul.nav-account li {
    right: auto;
    padding-left: 0.5em;
}

ul.nav-account li a {
    color: #ffffff !important;
    font-size: 120%;
    font-weight: normal;
}

.nav > li.last a {
    border-right: none;
}

.navbar-header {
    padding-left: 0em;
}

.nav-account a {
    color: #fff !important;
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

.column, .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.column, .columns {
    width: 100%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem;
}

.large-6 {
    width: 50%;
}

.center {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .navbar-nav > li > a {
        font-size: 1.1em;
        font-weight: bold;
        /* padding: 5px 12px !important; */
    }

    /* @media all and (min-width:768px) */
}

@media only screen and (max-width: 1000px) {
    .large-6 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .Title {
        font-size: 0.65em !important;
    }

    /*.navbar-nav
{ display: none !important;}*/
    .body-content {
        padding: 0;
    }

    .navbar > .container {
        display: block;
    }

    .navbar ul {
        float: none;
        left: 0;
        margin-top: 2em;
    }

    .navbar ul li {
        float: none;
        right: 0;
    }


    .navbar-nav > li > a {
        font-size: .75em;
        font-weight: bold;
        padding: 5px 12px !important;
        border-right: none;
    }

    ul.nav-account li a {
        color: #ffffff !important;
        font-size: 90%;
        font-weight: normal;
    }

    #logoutForm {
        position: absolute;
        margin-top: 3.5em;
        right: 1em;
    }


}

/* OEC .NET VERSION*/
#JobsListing .JobSubTitle {
    display: block;
}

#JobsListing .JobSubTitle:before {
    content: "(";
}

#JobsListing .JobSubTitle:after {
    content: ")";
}


h1, h2, h3, h4 {
    color: #9C2264;
    font-family: 'Oswald', 'Roboto Condensed', Helvetica, Arial, sans-serif;
    clear: both;
}

h1 {
    font-size: 2em;
    color: #9C2264;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 135%;
}

.Title {
    font-size: 1.25em;
    color: white;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800 !important;
}

.MessagePanel {
    background-color: transparent;
}

.glyphicon-question-sign {
    color: #9C2264;
}

#JobsListing h2, #ListingPanelSpecial h2, .ListingPanel h2, .ListingPanel1 h2, .ListingPanel2 h2, .ListingPanel3 h2 {
    background-color: #9C2264 !important;
    text-transform: uppercase;
}

.ListingPanel .JobListing tr.ColumnHeader {
    background-color: #B45789;
}

.ListingPanel1 .JobListing tr.ColumnHeader {
    background-color: #B45789;
    font-size: 80%;
}

.ListingPanel2 .JobListing tr.ColumnHeader {
    background-color: #B45789;
    font-size: 80%;
}

.ListingPanel3 .JobListing tr.ColumnHeader {
    background-color: #B45789;
    font-size: 80%;
}

.ListingPanel4 .JobListing tr.ColumnHeader {
    background-color: #B45789;
    font-size: 80%;
}

.ListingPanel5 .JobListing tr.ColumnHeader {
    background-color: #B45789;
    font-size: 80%;
}

.ListingPanel6 .JobListing tr.ColumnHeader {
    background-color: #B45789;
    font-size: 80%;
}

.ListingPanel7 .JobListing tr.ColumnHeader {
    background-color: #B45789;
    font-size: 80%;
}

.ListingPanel5 {
    background-color: transparent !important;
}


.JobListing tr:nth-child(even) {
    background: #e8e8e8;
}

#ListingPanelSpecial, .ListingPanel, .ListingPanel1, .ListingPanel2, .ListingPanel3 {
    background-color: #ffffff !important;
}

.ListingPanel .CardTitle, .ListingPane1l .CardTitle, .ListingPanel2 .CardTitle, .ListingPanel3 .CardTitle {
    background-color: #9C2264;
}


#JobsListing section.JobColor1 h2 {
    background-color: #9C2264 !important;
}

section.JobColor1 .CardTitle, section.JobColor1 tr.ColumnHeader {
    background-color: #9C2264 !important;
}


#SpecsDetails.ContentWrapper h2,
#JobsBulletin h2 {
    color: #9C2264;
    text-transform: uppercase;
}

#JobsBulletin .Controls {
    border-top: 2px #9C2264 solid;
    border-bottom: 2px #9C2264 solid;
}

#SpecsIndex.ContentWrapper ul li.LetterGroup {
    color: #9C2264;
}

#PersonalStatusBoard h2 {
    background-color: #9C2264;
    color: #fff;
    text-transform: uppercase;
}

#PersonalStatusBoard .DetailTableHoriz th, #PersonalStatusBoard tr.ColumnHeader th {
    background-color: #B45789;

    color: #ffffff;
    text-align: center;
    padding: .25em;
    border-left: 1px #e8e8e8 solid;
}


#footer {
    /* margin-top: 2em !important;*/
    border-top: 7px solid #bdbdbd;
    background-color: #9C2264 !important;
}

#OECFooter {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px !important;
    background-color: #9C2264;
    box-shadow: 0px 500px 0px 500px #9C2264;
    overflow: hidden;
    text-align: left;
    height: auto;
    background: #9C2264 url(/Waterbury/_skin/images/footer-seal.png) no-repeat left top;
    background-size: 100px 100px;
    background-position-x: left;
    background-position-y: 15px;
}

#SearchSection {
    float: left;
    text-align: left;
    padding-top: .5em;
    padding-bottom: 0em;
}

svg {
    fill: #9C2264;
}

#OECFooter .footer p {
    text-align: left;
    /*  margin-left: 160px; */
}

.copyright, .notes, .PoweredByFooter {
    margin-left: 0px !important
}

#OECFooter .footer .notes span {
    display: inline;
    border-right: none;
    padding: 0em 0.5em 0em 0em;

}

.footerTitle {
    font-size: 135%;
}

.PoweredByFooter {
}

.social-icons {
    margin-top: .5em;
    list-style: none;
    /* font-size: 120%; */
    margin-left: -60px;
}

#QuickLinksSection {
    background-color: white;
}

.InterestCards h2 {
    background-color: #9C2264;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0em;
    padding: 0.5em;
    text-align: center;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
}

.InterestCards h1 {
    color: #9C2264;
}


.UserProfileTable .col-md-2 {
    max-width: 100%;
}

.UserProfileTable th {
    vertical-align: middle;
    color: #9C2264;
}

.UserProfileTable th label {
    font-weight: bold !important;
}

.UserProfileTable td label {
    display: inline;
}


#TermsOfUseDiv p.CallOut {
    color: #9C2264;
}

#JobsBulletin .ApplyPanel {
    border: 2px #9C2264 solid;
}

#JobsBulletin .ApplyPanel td, #JobsBulletin .ApplyPanel th {
    border: 1px #9C2264 solid;
    color: #9C2264;
}

#TermsOfUseForm {
    border: 1px #9C2264 solid;
}

/*---------------------------------------------*/
/*  MISC GLOBALS                                 */
/*---------------------------------------------*/

fieldset.LayoutAdjust h2 {
    background-color: #9C2264;
}

a:link {
    text-decoration: none;
    color: #9C2264;
}

a:visited {
    text-decoration: none;
    color: #9C2264 !important;
}

.social-icons a:visited {
    text-decoration: none;
    color: #fff !important;
}

a:active {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
    color: Black !important;
    font-weight: bold !important;
}

hr {
    /*color: #9C2264;*/
    border-top: 1px solid #e1e1e1 !important;
}

.DetailTableHoriz td.st-key {
    color: #9C2264;
}


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.eot);
    src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    font-size: 100%;
    top: 0.25em;
    padding-right: 0.25em;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before,
.glyphicon-eur: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"
}

.btn-success:hover {
    color: #fff;
    background-color: #B45789;
    border-color: #C2779F;
}

.btn-success {
    color: black;
    background-color: #F2E0EA;
    border-color: #F8F0F4;
}

.btn-primary {
    color: #fff;
    background-color: #B45789;
    border-color: #C2779F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #9C2260;
    border-color: #C2779F;
}

.btn-info {
    color: #000;
    background-color: #DDB3CA;
    border-color: #DDB3CA;
}

.btn-info:hover {
    color: #000;
    background-color: #C2779F;
    border-color: #C2779F;
}

.JobListing .IconNew, .IconNew {
    background-image: url("../../graphics/newIcon.png");
    background-repeat: no-repeat;
    background-position: 50% -.5em;
    padding-top: 1.5em;
}

.JobTitle.ApOnFile {
    color: #9C2260;
}

a.btn.btn-primary:visited, a.btn.btn-primary:hover {
    color: #fff !important;
    background-color: #D84C98 !important;
    border-color: #D23088 !important;
}