@charset"UTF-8"; a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {     border:0;     font:inherit;     vertical-align:baseline;     margin:0;     padding:0 }  /* Adds Support For Clearfix Container */ .group:after {   content: "";   display: table;   clear: both; }  /* Removes Sidebar in Jobing Profile */ .profile #PContent { margin-right: 0px; }  /*  */  /* Hides Expand Button on Map */ .map-expand { display:none; }  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {     display:block } body {     line-height:1 } ol, ul {     list-style:none }  .job-body ul, .job-body ol {   margin-left: 30px;   list-style: disc; line-height: 1.25em; } blockquote, q {     quotes:none } blockquote:after, blockquote:before, q:after, q:before {     content:none } table {     border-collapse:collapse;     border-spacing:0 } #PDetails, #PTitle, .co-logo img {     display:none }  #job-detail #PTitle {     display: block; }  .co-nav {     display:inline-block;     float:right } .co-nav li {     display:inline-block;     margin-right:15px;     margin-top:20px } .AffiliateAds, .head-company-name {     display:none } @font-face {     font-family: 'FontAwesome';     src: url(../../../company/fonts/fontawesome-webfont.eot);     src: url(../../../company/fonts/fontawesome-webfont.eot#iefix) format('embedded-opentype'), url(../../../company/fonts/fontawesome-webfont.woff) format('woff'), url(../../../company/fonts/fontawesome-webfont.ttf) format('truetype'), url(../../../company/fonts/fontawesome-webfont.svg) format('svg');     font-weight: 400;     font-style: normal } /*!  *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)  */   .fa {   display: inline-block;   font-family: FontAwesome;   font-style: normal;   font-weight: normal;   line-height: 1;   -webkit-font-smoothing: antialiased;   -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg {   font-size: 1.33333333em;   line-height: 0.75em;   vertical-align: -15%; } .fa-2x {   font-size: 2em; } .fa-3x {   font-size: 3em; } .fa-4x {   font-size: 4em; } .fa-5x {   font-size: 5em; } .fa-fw {   width: 1.28571429em;   text-align: center; } .fa-ul {   padding-left: 0;   margin-left: 2.14285714em;   list-style-type: none; } .fa-ul &gt; li {   position: relative; } .fa-li {   position: absolute;   left: -2.14285714em;   width: 2.14285714em;   top: 0.14285714em;   text-align: center; } .fa-li.fa-lg {   left: -1.85714286em; } .fa-border {   padding: .2em .25em .15em;   border: solid 0.08em #eeeeee;   border-radius: .1em; } .pull-right {   float: right; } .pull-left {   float: left; } .fa.pull-left {   margin-right: .3em; } .fa.pull-right {   margin-left: .3em; } .fa-spin {   -webkit-animation: spin 2s infinite linear;   -moz-animation: spin 2s infinite linear;   -o-animation: spin 2s infinite linear;   animation: spin 2s infinite linear; } @-moz-keyframes spin {   0% {     -moz-transform: rotate(0deg);   }   100% {     -moz-transform: rotate(359deg);   } } @-webkit-keyframes spin {   0% {     -webkit-transform: rotate(0deg);   }   100% {     -webkit-transform: rotate(359deg);   } } @-o-keyframes spin {   0% {     -o-transform: rotate(0deg);   }   100% {     -o-transform: rotate(359deg);   } } @keyframes spin {   0% {     -webkit-transform: rotate(0deg);     transform: rotate(0deg);   }   100% {     -webkit-transform: rotate(359deg);     transform: rotate(359deg);   } } .fa-rotate-90 {   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);   -webkit-transform: rotate(90deg);   -moz-transform: rotate(90deg);   -ms-transform: rotate(90deg);   -o-transform: rotate(90deg);   transform: rotate(90deg); } .fa-rotate-180 {   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);   -webkit-transform: rotate(180deg);   -moz-transform: rotate(180deg);   -ms-transform: rotate(180deg);   -o-transform: rotate(180deg);   transform: rotate(180deg); } .fa-rotate-270 {   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);   -webkit-transform: rotate(270deg);   -moz-transform: rotate(270deg);   -ms-transform: rotate(270deg);   -o-transform: rotate(270deg);   transform: rotate(270deg); } .fa-flip-horizontal {   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);   -webkit-transform: scale(-1, 1);   -moz-transform: scale(-1, 1);   -ms-transform: scale(-1, 1);   -o-transform: scale(-1, 1);   transform: scale(-1, 1); } .fa-flip-vertical {   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);   -webkit-transform: scale(1, -1);   -moz-transform: scale(1, -1);   -ms-transform: scale(1, -1);   -o-transform: scale(1, -1);   transform: scale(1, -1); } .fa-stack {   position: relative;   display: inline-block;   width: 2em;   height: 2em;   line-height: 2em;   vertical-align: middle; } .fa-stack-1x, .fa-stack-2x {   position: absolute;   left: 0;   width: 100%;   text-align: center; } .fa-stack-1x {   line-height: inherit; } .fa-stack-2x {   font-size: 2em; } .fa-inverse {   color: #ffffff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen    readers do not read off random characters that represent icons */ .fa-glass:before {   content: "\f000"; } .fa-music:before {   content: "\f001"; } .fa-search:before {   content: "\f002"; } .fa-envelope-o:before {   content: "\f003"; } .fa-heart:before {   content: "\f004"; } .fa-star:before {   content: "\f005"; } .fa-star-o:before {   content: "\f006"; } .fa-user:before {   content: "\f007"; } .fa-film:before {   content: "\f008"; } .fa-th-large:before {   content: "\f009"; } .fa-th:before {   content: "\f00a"; } .fa-th-list:before {   content: "\f00b"; } .fa-check:before {   content: "\f00c"; } .fa-times:before {   content: "\f00d"; } .fa-search-plus:before {   content: "\f00e"; } .fa-search-minus:before {   content: "\f010"; } .fa-power-off:before {   content: "\f011"; } .fa-signal:before {   content: "\f012"; } .fa-gear:before, .fa-cog:before {   content: "\f013"; } .fa-trash-o:before {   content: "\f014"; } .fa-home:before {   content: "\f015"; } .fa-file-o:before {   content: "\f016"; } .fa-clock-o:before {   content: "\f017"; } .fa-road:before {   content: "\f018"; } .fa-download:before {   content: "\f019"; } .fa-arrow-circle-o-down:before {   content: "\f01a"; } .fa-arrow-circle-o-up:before {   content: "\f01b"; } .fa-inbox:before {   content: "\f01c"; } .fa-play-circle-o:before {   content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before {   content: "\f01e"; } .fa-refresh:before {   content: "\f021"; } .fa-list-alt:before {   content: "\f022"; } .fa-lock:before {   content: "\f023"; } .fa-flag:before {   content: "\f024"; } .fa-headphones:before {   content: "\f025"; } .fa-volume-off:before {   content: "\f026"; } .fa-volume-down:before {   content: "\f027"; } .fa-volume-up:before {   content: "\f028"; } .fa-qrcode:before {   content: "\f029"; } .fa-barcode:before {   content: "\f02a"; } .fa-tag:before {   content: "\f02b"; } .fa-tags:before {   content: "\f02c"; } .fa-book:before {   content: "\f02d"; } .fa-bookmark:before {   content: "\f02e"; } .fa-print:before {   content: "\f02f"; } .fa-camera:before {   content: "\f030"; } .fa-font:before {   content: "\f031"; } .fa-bold:before {   content: "\f032"; } .fa-italic:before {   content: "\f033"; } .fa-text-height:before {   content: "\f034"; } .fa-text-width:before {   content: "\f035"; } .fa-align-left:before {   content: "\f036"; } .fa-align-center:before {   content: "\f037"; } .fa-align-right:before {   content: "\f038"; } .fa-align-justify:before {   content: "\f039"; } .fa-list:before {   content: "\f03a"; } .fa-dedent:before, .fa-outdent:before {   content: "\f03b"; } .fa-indent:before {   content: "\f03c"; } .fa-video-camera:before {   content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before {   content: "\f03e"; } .fa-pencil:before {   content: "\f040"; } .fa-map-marker:before {   content: "\f041"; } .fa-adjust:before {   content: "\f042"; } .fa-tint:before {   content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before {   content: "\f044"; } .fa-share-square-o:before {   content: "\f045"; } .fa-check-square-o:before {   content: "\f046"; } .fa-arrows:before {   content: "\f047"; } .fa-step-backward:before {   content: "\f048"; } .fa-fast-backward:before {   content: "\f049"; } .fa-backward:before {   content: "\f04a"; } .fa-play:before {   content: "\f04b"; } .fa-pause:before {   content: "\f04c"; } .fa-stop:before {   content: "\f04d"; } .fa-forward:before {   content: "\f04e"; } .fa-fast-forward:before {   content: "\f050"; } .fa-step-forward:before {   content: "\f051"; } .fa-eject:before {   content: "\f052"; } .fa-chevron-left:before {   content: "\f053"; } .fa-chevron-right:before {   content: "\f054"; } .fa-plus-circle:before {   content: "\f055"; } .fa-minus-circle:before {   content: "\f056"; } .fa-times-circle:before {   content: "\f057"; } .fa-check-circle:before {   content: "\f058"; } .fa-question-circle:before {   content: "\f059"; } .fa-info-circle:before {   content: "\f05a"; } .fa-crosshairs:before {   content: "\f05b"; } .fa-times-circle-o:before {   content: "\f05c"; } .fa-check-circle-o:before {   content: "\f05d"; } .fa-ban:before {   content: "\f05e"; } .fa-arrow-left:before {   content: "\f060"; } .fa-arrow-right:before {   content: "\f061"; } .fa-arrow-up:before {   content: "\f062"; } .fa-arrow-down:before {   content: "\f063"; } .fa-mail-forward:before, .fa-share:before {   content: "\f064"; } .fa-expand:before {   content: "\f065"; } .fa-compress:before {   content: "\f066"; } .fa-plus:before {   content: "\f067"; } .fa-minus:before {   content: "\f068"; } .fa-asterisk:before {   content: "\f069"; } .fa-exclamation-circle:before {   content: "\f06a"; } .fa-gift:before {   content: "\f06b"; } .fa-leaf:before {   content: "\f06c"; } .fa-fire:before {   content: "\f06d"; } .fa-eye:before {   content: "\f06e"; } .fa-eye-slash:before {   content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before {   content: "\f071"; } .fa-plane:before {   content: "\f072"; } .fa-calendar:before {   content: "\f073"; } .fa-random:before {   content: "\f074"; } .fa-comment:before {   content: "\f075"; } .fa-magnet:before {   content: "\f076"; } .fa-chevron-up:before {   content: "\f077"; } .fa-chevron-down:before {   content: "\f078"; } .fa-retweet:before {   content: "\f079"; } .fa-shopping-cart:before {   content: "\f07a"; } .fa-folder:before {   content: "\f07b"; } .fa-folder-open:before {   content: "\f07c"; } .fa-arrows-v:before {   content: "\f07d"; } .fa-arrows-h:before {   content: "\f07e"; } .fa-bar-chart-o:before {   content: "\f080"; } .fa-twitter-square:before {   content: "\f081"; } .fa-facebook-square:before {   content: "\f082"; } .fa-camera-retro:before {   content: "\f083"; } .fa-key:before {   content: "\f084"; } .fa-gears:before, .fa-cogs:before {   content: "\f085"; } .fa-comments:before {   content: "\f086"; } .fa-thumbs-o-up:before {   content: "\f087"; } .fa-thumbs-o-down:before {   content: "\f088"; } .fa-star-half:before {   content: "\f089"; } .fa-heart-o:before {   content: "\f08a"; } .fa-sign-out:before {   content: "\f08b"; } .fa-linkedin-square:before {   content: "\f08c"; } .fa-thumb-tack:before {   content: "\f08d"; } .fa-external-link:before {   content: "\f08e"; } .fa-sign-in:before {   content: "\f090"; } .fa-trophy:before {   content: "\f091"; } .fa-github-square:before {   content: "\f092"; } .fa-upload:before {   content: "\f093"; } .fa-lemon-o:before {   content: "\f094"; } .fa-phone:before {   content: "\f095"; } .fa-square-o:before {   content: "\f096"; } .fa-bookmark-o:before {   content: "\f097"; } .fa-phone-square:before {   content: "\f098"; } .fa-twitter:before {   content: "\f099"; } .fa-facebook:before {   content: "\f09a"; } .fa-github:before {   content: "\f09b"; } .fa-unlock:before {   content: "\f09c"; } .fa-credit-card:before {   content: "\f09d"; } .fa-rss:before {   content: "\f09e"; } .fa-hdd-o:before {   content: "\f0a0"; } .fa-bullhorn:before {   content: "\f0a1"; } .fa-bell:before {   content: "\f0f3"; } .fa-certificate:before {   content: "\f0a3"; } .fa-hand-o-right:before {   content: "\f0a4"; } .fa-hand-o-left:before {   content: "\f0a5"; } .fa-hand-o-up:before {   content: "\f0a6"; } .fa-hand-o-down:before {   content: "\f0a7"; } .fa-arrow-circle-left:before {   content: "\f0a8"; } .fa-arrow-circle-right:before {   content: "\f0a9"; } .fa-arrow-circle-up:before {   content: "\f0aa"; } .fa-arrow-circle-down:before {   content: "\f0ab"; } .fa-globe:before {   content: "\f0ac"; } .fa-wrench:before {   content: "\f0ad"; } .fa-tasks:before {   content: "\f0ae"; } .fa-filter:before {   content: "\f0b0"; } .fa-briefcase:before {   content: "\f0b1"; } .fa-arrows-alt:before {   content: "\f0b2"; } .fa-group:before, .fa-users:before {   content: "\f0c0"; } .fa-chain:before, .fa-link:before {   content: "\f0c1"; } .fa-cloud:before {   content: "\f0c2"; } .fa-flask:before {   content: "\f0c3"; } .fa-cut:before, .fa-scissors:before {   content: "\f0c4"; } .fa-copy:before, .fa-files-o:before {   content: "\f0c5"; } .fa-paperclip:before {   content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before {   content: "\f0c7"; } .fa-square:before {   content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before {   content: "\f0c9"; } .fa-list-ul:before {   content: "\f0ca"; } .fa-list-ol:before {   content: "\f0cb"; } .fa-strikethrough:before {   content: "\f0cc"; } .fa-underline:before {   content: "\f0cd"; } .fa-table:before {   content: "\f0ce"; } .fa-magic:before {   content: "\f0d0"; } .fa-truck:before {   content: "\f0d1"; } .fa-pinterest:before {   content: "\f0d2"; } .fa-pinterest-square:before {   content: "\f0d3"; } .fa-google-plus-square:before {   content: "\f0d4"; } .fa-google-plus:before {   content: "\f0d5"; } .fa-money:before {   content: "\f0d6"; } .fa-caret-down:before {   content: "\f0d7"; } .fa-caret-up:before {   content: "\f0d8"; } .fa-caret-left:before {   content: "\f0d9"; } .fa-caret-right:before {   content: "\f0da"; } .fa-columns:before {   content: "\f0db"; } .fa-unsorted:before, .fa-sort:before {   content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before {   content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before {   content: "\f0de"; } .fa-envelope:before {   content: "\f0e0"; } .fa-linkedin:before {   content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before {   content: "\f0e2"; } .fa-legal:before, .fa-gavel:before {   content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before {   content: "\f0e4"; } .fa-comment-o:before {   content: "\f0e5"; } .fa-comments-o:before {   content: "\f0e6"; } .fa-flash:before, .fa-bolt:before {   content: "\f0e7"; } .fa-sitemap:before {   content: "\f0e8"; } .fa-umbrella:before {   content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before {   content: "\f0ea"; } .fa-lightbulb-o:before {   content: "\f0eb"; } .fa-exchange:before {   content: "\f0ec"; } .fa-cloud-download:before {   content: "\f0ed"; } .fa-cloud-upload:before {   content: "\f0ee"; } .fa-user-md:before {   content: "\f0f0"; } .fa-stethoscope:before {   content: "\f0f1"; } .fa-suitcase:before {   content: "\f0f2"; } .fa-bell-o:before {   content: "\f0a2"; } .fa-coffee:before {   content: "\f0f4"; } .fa-cutlery:before {   content: "\f0f5"; } .fa-file-text-o:before {   content: "\f0f6"; } .fa-building-o:before {   content: "\f0f7"; } .fa-hospital-o:before {   content: "\f0f8"; } .fa-ambulance:before {   content: "\f0f9"; } .fa-medkit:before {   content: "\f0fa"; } .fa-fighter-jet:before {   content: "\f0fb"; } .fa-beer:before {   content: "\f0fc"; } .fa-h-square:before {   content: "\f0fd"; } .fa-plus-square:before {   content: "\f0fe"; } .fa-angle-double-left:before {   content: "\f100"; } .fa-angle-double-right:before {   content: "\f101"; } .fa-angle-double-up:before {   content: "\f102"; } .fa-angle-double-down:before {   content: "\f103"; } .fa-angle-left:before {   content: "\f104"; } .fa-angle-right:before {   content: "\f105"; } .fa-angle-up:before {   content: "\f106"; } .fa-angle-down:before {   content: "\f107"; } .fa-desktop:before {   content: "\f108"; } .fa-laptop:before {   content: "\f109"; } .fa-tablet:before {   content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before {   content: "\f10b"; } .fa-circle-o:before {   content: "\f10c"; } .fa-quote-left:before {   content: "\f10d"; } .fa-quote-right:before {   content: "\f10e"; } .fa-spinner:before {   content: "\f110"; } .fa-circle:before {   content: "\f111"; } .fa-mail-reply:before, .fa-reply:before {   content: "\f112"; } .fa-github-alt:before {   content: "\f113"; } .fa-folder-o:before {   content: "\f114"; } .fa-folder-open-o:before {   content: "\f115"; } .fa-smile-o:before {   content: "\f118"; } .fa-frown-o:before {   content: "\f119"; } .fa-meh-o:before {   content: "\f11a"; } .fa-gamepad:before {   content: "\f11b"; } .fa-keyboard-o:before {   content: "\f11c"; } .fa-flag-o:before {   content: "\f11d"; } .fa-flag-checkered:before {   content: "\f11e"; } .fa-terminal:before {   content: "\f120"; } .fa-code:before {   content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before {   content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {   content: "\f123"; } .fa-location-arrow:before {   content: "\f124"; } .fa-crop:before {   content: "\f125"; } .fa-code-fork:before {   content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before {   content: "\f127"; } .fa-question:before {   content: "\f128"; } .fa-info:before {   content: "\f129"; } .fa-exclamation:before {   content: "\f12a"; } .fa-superscript:before {   content: "\f12b"; } .fa-subscript:before {   content: "\f12c"; } .fa-eraser:before {   content: "\f12d"; } .fa-puzzle-piece:before {   content: "\f12e"; } .fa-microphone:before {   content: "\f130"; } .fa-microphone-slash:before {   content: "\f131"; } .fa-shield:before {   content: "\f132"; } .fa-calendar-o:before {   content: "\f133"; } .fa-fire-extinguisher:before {   content: "\f134"; } .fa-rocket:before {   content: "\f135"; } .fa-maxcdn:before {   content: "\f136"; } .fa-chevron-circle-left:before {   content: "\f137"; } .fa-chevron-circle-right:before {   content: "\f138"; } .fa-chevron-circle-up:before {   content: "\f139"; } .fa-chevron-circle-down:before {   content: "\f13a"; } .fa-html5:before {   content: "\f13b"; } .fa-css3:before {   content: "\f13c"; } .fa-anchor:before {   content: "\f13d"; } .fa-unlock-alt:before {   content: "\f13e"; } .fa-bullseye:before {   content: "\f140"; } .fa-ellipsis-h:before {   content: "\f141"; } .fa-ellipsis-v:before {   content: "\f142"; } .fa-rss-square:before {   content: "\f143"; } .fa-play-circle:before {   content: "\f144"; } .fa-ticket:before {   content: "\f145"; } .fa-minus-square:before {   content: "\f146"; } .fa-minus-square-o:before {   content: "\f147"; } .fa-level-up:before {   content: "\f148"; } .fa-level-down:before {   content: "\f149"; } .fa-check-square:before {   content: "\f14a"; } .fa-pencil-square:before {   content: "\f14b"; } .fa-external-link-square:before {   content: "\f14c"; } .fa-share-square:before {   content: "\f14d"; } .fa-compass:before {   content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before {   content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before {   content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before {   content: "\f152"; } .fa-euro:before, .fa-eur:before {   content: "\f153"; } .fa-gbp:before {   content: "\f154"; } .fa-dollar:before, .fa-usd:before {   content: "\f155"; } .fa-rupee:before, .fa-inr:before {   content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {   content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before {   content: "\f158"; } .fa-won:before, .fa-krw:before {   content: "\f159"; } .fa-bitcoin:before, .fa-btc:before {   content: "\f15a"; } .fa-file:before {   content: "\f15b"; } .fa-file-text:before {   content: "\f15c"; } .fa-sort-alpha-asc:before {   content: "\f15d"; } .fa-sort-alpha-desc:before {   content: "\f15e"; } .fa-sort-amount-asc:before {   content: "\f160"; } .fa-sort-amount-desc:before {   content: "\f161"; } .fa-sort-numeric-asc:before {   content: "\f162"; } .fa-sort-numeric-desc:before {   content: "\f163"; } .fa-thumbs-up:before {   content: "\f164"; } .fa-thumbs-down:before {   content: "\f165"; } .fa-youtube-square:before {   content: "\f166"; } .fa-youtube:before {   content: "\f167"; } .fa-xing:before {   content: "\f168"; } .fa-xing-square:before {   content: "\f169"; } .fa-youtube-play:before {   content: "\f16a"; } .fa-dropbox:before {   content: "\f16b"; } .fa-stack-overflow:before {   content: "\f16c"; } .fa-instagram:before {   content: "\f16d"; } .fa-flickr:before {   content: "\f16e"; } .fa-adn:before {   content: "\f170"; } .fa-bitbucket:before {   content: "\f171"; } .fa-bitbucket-square:before {   content: "\f172"; } .fa-tumblr:before {   content: "\f173"; } .fa-tumblr-square:before {   content: "\f174"; } .fa-long-arrow-down:before {   content: "\f175"; } .fa-long-arrow-up:before {   content: "\f176"; } .fa-long-arrow-left:before {   content: "\f177"; } .fa-long-arrow-right:before {   content: "\f178"; } .fa-apple:before {   content: "\f179"; } .fa-windows:before {   content: "\f17a"; } .fa-android:before {   content: "\f17b"; } .fa-linux:before {   content: "\f17c"; } .fa-dribbble:before {   content: "\f17d"; } .fa-skype:before {   content: "\f17e"; } .fa-foursquare:before {   content: "\f180"; } .fa-trello:before {   content: "\f181"; } .fa-female:before {   content: "\f182"; } .fa-male:before {   content: "\f183"; } .fa-gittip:before {   content: "\f184"; } .fa-sun-o:before {   content: "\f185"; } .fa-moon-o:before {   content: "\f186"; } .fa-archive:before {   content: "\f187"; } .fa-bug:before {   content: "\f188"; } .fa-vk:before {   content: "\f189"; } .fa-weibo:before {   content: "\f18a"; } .fa-renren:before {   content: "\f18b"; } .fa-pagelines:before {   content: "\f18c"; } .fa-stack-exchange:before {   content: "\f18d"; } .fa-arrow-circle-o-right:before {   content: "\f18e"; } .fa-arrow-circle-o-left:before {   content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before {   content: "\f191"; } .fa-dot-circle-o:before {   content: "\f192"; } .fa-wheelchair:before {   content: "\f193"; } .fa-vimeo-square:before {   content: "\f194"; } .fa-turkish-lira:before, .fa-try:before {   content: "\f195"; } .fa-plus-square-o:before {   content: "\f196"; } .fa-space-shuttle:before {   content: "\f197"; } .fa-slack:before {   content: "\f198"; } .fa-envelope-square:before {   content: "\f199"; } .fa-wordpress:before {   content: "\f19a"; } .fa-openid:before {   content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before {   content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before {   content: "\f19d"; } .fa-yahoo:before {   content: "\f19e"; } .fa-google:before {   content: "\f1a0"; } .fa-reddit:before {   content: "\f1a1"; } .fa-reddit-square:before {   content: "\f1a2"; } .fa-stumbleupon-circle:before {   content: "\f1a3"; } .fa-stumbleupon:before {   content: "\f1a4"; } .fa-delicious:before {   content: "\f1a5"; } .fa-digg:before {   content: "\f1a6"; } .fa-pied-piper-square:before, .fa-pied-piper:before {   content: "\f1a7"; } .fa-pied-piper-alt:before {   content: "\f1a8"; } .fa-drupal:before {   content: "\f1a9"; } .fa-joomla:before {   content: "\f1aa"; } .fa-language:before {   content: "\f1ab"; } .fa-fax:before {   content: "\f1ac"; } .fa-building:before {   content: "\f1ad"; } .fa-child:before {   content: "\f1ae"; } .fa-paw:before {   content: "\f1b0"; } .fa-spoon:before {   content: "\f1b1"; } .fa-cube:before {   content: "\f1b2"; } .fa-cubes:before {   content: "\f1b3"; } .fa-behance:before {   content: "\f1b4"; } .fa-behance-square:before {   content: "\f1b5"; } .fa-steam:before {   content: "\f1b6"; } .fa-steam-square:before {   content: "\f1b7"; } .fa-recycle:before {   content: "\f1b8"; } .fa-automobile:before, .fa-car:before {   content: "\f1b9"; } .fa-cab:before, .fa-taxi:before {   content: "\f1ba"; } .fa-tree:before {   content: "\f1bb"; } .fa-spotify:before {   content: "\f1bc"; } .fa-deviantart:before {   content: "\f1bd"; } .fa-soundcloud:before {   content: "\f1be"; } .fa-database:before {   content: "\f1c0"; } .fa-file-pdf-o:before {   content: "\f1c1"; } .fa-file-word-o:before {   content: "\f1c2"; } .fa-file-excel-o:before {   content: "\f1c3"; } .fa-file-powerpoint-o:before {   content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {   content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before {   content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before {   content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before {   content: "\f1c8"; } .fa-file-code-o:before {   content: "\f1c9"; } .fa-vine:before {   content: "\f1ca"; } .fa-codepen:before {   content: "\f1cb"; } .fa-jsfiddle:before {   content: "\f1cc"; } .fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {   content: "\f1cd"; } .fa-circle-o-notch:before {   content: "\f1ce"; } .fa-ra:before, .fa-rebel:before {   content: "\f1d0"; } .fa-ge:before, .fa-empire:before {   content: "\f1d1"; } .fa-git-square:before {   content: "\f1d2"; } .fa-git:before {   content: "\f1d3"; } .fa-hacker-news:before {   content: "\f1d4"; } .fa-tencent-weibo:before {   content: "\f1d5"; } .fa-qq:before {   content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before {   content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before {   content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before {   content: "\f1d9"; } .fa-history:before {   content: "\f1da"; } .fa-circle-thin:before {   content: "\f1db"; } .fa-header:before {   content: "\f1dc"; } .fa-paragraph:before {   content: "\f1dd"; } .fa-sliders:before {   content: "\f1de"; } .fa-share-alt:before {   content: "\f1e0"; } .fa-share-alt-square:before {   content: "\f1e1"; } .fa-bomb:before {   content: "\f1e2"; }  .container, .container-fluid {     margin-right:auto;     margin-left:auto;     padding-left:15px;     padding-right:15px } .browserIE .container {     width: 1170px;     } @media (min-width:768px) {     .container {         width:750px     } } @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, .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 {     float:left } .col-xs-12 {     width:100% } .col-xs-11 {     width:91.66666667% } .col-xs-10 {     width:83.33333333% } .col-xs-9 {     width:75% } .col-xs-8 {     width:66.66666667% } .col-xs-7 {     width:58.33333333% } .col-xs-6 {     width:50% } .col-xs-5 {     width:41.66666667% } .col-xs-4 {     width:33.33333333% } .col-xs-3 {     width:25% } .col-xs-2 {     width:16.66666667% } .col-xs-1 {     width:8.33333333% } .col-xs-pull-12 {     right:100% } .col-xs-pull-11 {     right:91.66666667% } .col-xs-pull-10 {     right:83.33333333% } .col-xs-pull-9 {     right:75% } .col-xs-pull-8 {     right:66.66666667% } .col-xs-pull-7 {     right:58.33333333% } .col-xs-pull-6 {     right:50% } .col-xs-pull-5 {     right:41.66666667% } .col-xs-pull-4 {     right:33.33333333% } .col-xs-pull-3 {     right:25% } .col-xs-pull-2 {     right:16.66666667% } .col-xs-pull-1 {     right:8.33333333% } .col-xs-pull-0 {     right:0 } .col-xs-push-12 {     left:100% } .col-xs-push-11 {     left:91.66666667% } .col-xs-push-10 {     left:83.33333333% } .col-xs-push-9 {     left:75% } .col-xs-push-8 {     left:66.66666667% } .col-xs-push-7 {     left:58.33333333% } .col-xs-push-6 {     left:50% } .col-xs-push-5 {     left:41.66666667% } .col-xs-push-4 {     left:33.33333333% } .col-xs-push-3 {     left:25% } .col-xs-push-2 {     left:16.66666667% } .col-xs-push-1 {     left:8.33333333% } .col-xs-push-0 {     left:0 } .col-xs-offset-12 {     margin-left:100% } .col-xs-offset-11 {     margin-left:91.66666667% } .col-xs-offset-10 {     margin-left:83.33333333% } .col-xs-offset-9 {     margin-left:75% } .col-xs-offset-8 {     margin-left:66.66666667% } .col-xs-offset-7 {     margin-left:58.33333333% } .col-xs-offset-6 {     margin-left:50% } .col-xs-offset-5 {     margin-left:41.66666667% } .col-xs-offset-4 {     margin-left:33.33333333% } .col-xs-offset-3 {     margin-left:25% } .col-xs-offset-2 {     margin-left:16.66666667% } .col-xs-offset-1 {     margin-left:8.33333333% } .col-xs-offset-0 {     margin-left:0 } @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-12 {         width:100%     }     .col-sm-11 {         width:91.66666667%     }     .col-sm-10 {         width:83.33333333%     }     .col-sm-9 {         width:75%     }     .col-sm-8 {         width:66.66666667%     }     .col-sm-7 {         width:58.33333333%     }     .col-sm-6 {         width:50%     }     .col-sm-5 {         width:41.66666667%     }     .col-sm-4 {         width:33.33333333%     }     .col-sm-3 {         width:25%     }     .col-sm-2 {         width:16.66666667%     }     .col-sm-1 {         width:8.33333333%     }     .col-sm-pull-12 {         right:100%     }     .col-sm-pull-11 {         right:91.66666667%     }     .col-sm-pull-10 {         right:83.33333333%     }     .col-sm-pull-9 {         right:75%     }     .col-sm-pull-8 {         right:66.66666667%     }     .col-sm-pull-7 {         right:58.33333333%     }     .col-sm-pull-6 {         right:50%     }     .col-sm-pull-5 {         right:41.66666667%     }     .col-sm-pull-4 {         right:33.33333333%     }     .col-sm-pull-3 {         right:25%     }     .col-sm-pull-2 {         right:16.66666667%     }     .col-sm-pull-1 {         right:8.33333333%     }     .col-sm-pull-0 {         right:0     }     .col-sm-push-12 {         left:100%     }     .col-sm-push-11 {         left:91.66666667%     }     .col-sm-push-10 {         left:83.33333333%     }     .col-sm-push-9 {         left:75%     }     .col-sm-push-8 {         left:66.66666667%     }     .col-sm-push-7 {         left:58.33333333%     }     .col-sm-push-6 {         left:50%     }     .col-sm-push-5 {         left:41.66666667%     }     .col-sm-push-4 {         left:33.33333333%     }     .col-sm-push-3 {         left:25%     }     .col-sm-push-2 {         left:16.66666667%     }     .col-sm-push-1 {         left:8.33333333%     }     .col-sm-push-0 {         left:0     }     .col-sm-offset-12 {         margin-left:100%     }     .col-sm-offset-11 {         margin-left:91.66666667%     }     .col-sm-offset-10 {         margin-left:83.33333333%     }     .col-sm-offset-9 {         margin-left:75%     }     .col-sm-offset-8 {         margin-left:66.66666667%     }     .col-sm-offset-7 {         margin-left:58.33333333%     }     .col-sm-offset-6 {         margin-left:50%     }     .col-sm-offset-5 {         margin-left:41.66666667%     }     .col-sm-offset-4 {         margin-left:33.33333333%     }     .col-sm-offset-3 {         margin-left:25%     }     .col-sm-offset-2 {         margin-left:16.66666667%     }     .col-sm-offset-1 {         margin-left:8.33333333%     }     .col-sm-offset-0 {         margin-left:0     } } @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-12 {         width:100%     }     .col-md-11 {         width:91.66666667%     }     .col-md-10 {         width:83.33333333%     }     .col-md-9 {         width:75%     }     .col-md-8 {         width:66.66666667%     }     .col-md-7 {         width:58.33333333%     }     .col-md-6 {         width:50%     }     .col-md-5 {         width:41.66666667%     }     .col-md-4 {         width:33.33333333%     }     .col-md-3 {         width:25%     }     .col-md-2 {         width:16.66666667%     }     .col-md-1 {         width:8.33333333%     }     .col-md-pull-12 {         right:100%     }     .col-md-pull-11 {         right:91.66666667%     }     .col-md-pull-10 {         right:83.33333333%     }     .col-md-pull-9 {         right:75%     }     .col-md-pull-8 {         right:66.66666667%     }     .col-md-pull-7 {         right:58.33333333%     }     .col-md-pull-6 {         right:50%     }     .col-md-pull-5 {         right:41.66666667%     }     .col-md-pull-4 {         right:33.33333333%     }     .col-md-pull-3 {         right:25%     }     .col-md-pull-2 {         right:16.66666667%     }     .col-md-pull-1 {         right:8.33333333%     }     .col-md-pull-0 {         right:0     }     .col-md-push-12 {         left:100%     }     .col-md-push-11 {         left:91.66666667%     }     .col-md-push-10 {         left:83.33333333%     }     .col-md-push-9 {         left:75%     }     .col-md-push-8 {         left:66.66666667%     }     .col-md-push-7 {         left:58.33333333%     }     .col-md-push-6 {         left:50%     }     .col-md-push-5 {         left:41.66666667%     }     .col-md-push-4 {         left:33.33333333%     }     .col-md-push-3 {         left:25%     }     .col-md-push-2 {         left:16.66666667%     }     .col-md-push-1 {         left:8.33333333%     }     .col-md-push-0 {         left:0     }     .col-md-offset-12 {         margin-left:100%     }     .col-md-offset-11 {         margin-left:91.66666667%     }     .col-md-offset-10 {         margin-left:83.33333333%     }     .col-md-offset-9 {         margin-left:75%     }     .col-md-offset-8 {         margin-left:66.66666667%     }     .col-md-offset-7 {         margin-left:58.33333333%     }     .col-md-offset-6 {         margin-left:50%     }     .col-md-offset-5 {         margin-left:41.66666667%     }     .col-md-offset-4 {         margin-left:33.33333333%     }     .col-md-offset-3 {         margin-left:25%     }     .col-md-offset-2 {         margin-left:16.66666667%     }     .col-md-offset-1 {         margin-left:8.33333333%     }     .col-md-offset-0 {         margin-left:0     } } @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-12 {         width:100%     }     .col-lg-11 {         width:91.66666667%     }     .col-lg-10 {         width:83.33333333%     }     .col-lg-9 {         width:75%     }     .col-lg-8 {         width:66.66666667%     }     .col-lg-7 {         width:58.33333333%     }     .col-lg-6 {         width:50%     }     .col-lg-5 {         width:41.66666667%     }     .col-lg-4 {         width:33.33333333%     }     .col-lg-3 {         width:25%     }     .col-lg-2 {         width:16.66666667%     }     .col-lg-1 {         width:8.33333333%     }     .col-lg-pull-12 {         right:100%     }     .col-lg-pull-11 {         right:91.66666667%     }     .col-lg-pull-10 {         right:83.33333333%     }     .col-lg-pull-9 {         right:75%     }     .col-lg-pull-8 {         right:66.66666667%     }     .col-lg-pull-7 {         right:58.33333333%     }     .col-lg-pull-6 {         right:50%     }     .col-lg-pull-5 {         right:41.66666667%     }     .col-lg-pull-4 {         right:33.33333333%     }     .col-lg-pull-3 {         right:25%     }     .col-lg-pull-2 {         right:16.66666667%     }     .col-lg-pull-1 {         right:8.33333333%     }     .col-lg-pull-0 {         right:0     }     .col-lg-push-12 {         left:100%     }     .col-lg-push-11 {         left:91.66666667%     }     .col-lg-push-10 {         left:83.33333333%     }     .col-lg-push-9 {         left:75%     }     .col-lg-push-8 {         left:66.66666667%     }     .col-lg-push-7 {         left:58.33333333%     }     .col-lg-push-6 {         left:50%     }     .col-lg-push-5 {         left:41.66666667%     }     .col-lg-push-4 {         left:33.33333333%     }     .col-lg-push-3 {         left:25%     }     .col-lg-push-2 {         left:16.66666667%     }     .col-lg-push-1 {         left:8.33333333%     }     .col-lg-push-0 {         left:0     }     .col-lg-offset-12 {         margin-left:100%     }     .col-lg-offset-11 {         margin-left:91.66666667%     }     .col-lg-offset-10 {         margin-left:83.33333333%     }     .col-lg-offset-9 {         margin-left:75%     }     .col-lg-offset-8 {         margin-left:66.66666667%     }     .col-lg-offset-7 {         margin-left:58.33333333%     }     .col-lg-offset-6 {         margin-left:50%     }     .col-lg-offset-5 {         margin-left:41.66666667%     }     .col-lg-offset-4 {         margin-left:33.33333333%     }     .col-lg-offset-3 {         margin-left:25%     }     .col-lg-offset-2 {         margin-left:16.66666667%     }     .col-lg-offset-1 {         margin-left:8.33333333%     }     .col-lg-offset-0 {         margin-left:0     } } .btn {     display:inline-block;     margin-bottom:0;     font-weight:400;     text-align:center;     vertical-align:middle;     cursor:pointer;     background-image:none;     border:1px solid transparent;     white-space:nowrap;     padding:6px 12px;     font-size:14px;     line-height:1.42857143;     border-radius:4px;     -webkit-user-select:none;     -moz-user-select:none;     -ms-user-select:none;     user-select:none } .btn.active:focus, .btn:active:focus, .btn:focus {     outline:thin dotted;     outline:5px auto -webkit-focus-ring-color;     outline-offset:-2px } .btn:focus, .btn:hover {     color:#333;     text-decoration:none } .btn.active, .btn:active {     outline:0;     background-image:none;     -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 .dropdown-toggle.btn-default {     color:#333;     background-color:#ebebeb;     border-color:#adadad } .btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {     background-image:none } .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 {     color:#fff;     background-color:#428bca;     border-color:#357ebd } .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {     color:#fff;     background-color:#3276b1;     border-color:#285e8e } .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {     background-image:none } .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 .dropdown-toggle.btn-success {     color:#fff;     background-color:#47a447;     border-color:#398439 } .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {     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 .dropdown-toggle.btn-info {     color:#fff;     background-color:#39b3d7;     border-color:#269abc } .btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {     background-image:none } .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 .dropdown-toggle.btn-warning {     color:#fff;     background-color:#ed9c28;     border-color:#d58512 } .btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {     background-image:none } .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 .dropdown-toggle.btn-danger {     color:#fff;     background-color:#d2322d;     border-color:#ac2925 } .btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {     background-image:none } .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:#999;     text-decoration:none } .btn-lg {     padding:10px 16px;     font-size:18px;     line-height:1.33;     border-radius:6px } .btn-sm {     padding:5px 10px;     font-size:12px;     line-height:1.5;     border-radius:3px } .btn-xs {     padding:1px 5px;     font-size:12px;     line-height:1.5;     border-radius:3px } .btn-block {     display:block;     width:100%;     padding-left:0;     padding-right:0 } .btn-block+.btn-block {     margin-top:5px } input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {     width:100% } .jumbotron {     padding:30px;     margin-bottom:30px;     color:inherit;     background-color:#eee } .jumbotron .h1, .jumbotron h1 {     color:inherit } .jumbotron p {     margin-bottom:15px;     font-size:21px;     font-weight:200 } .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 {     display:block;     padding:4px;     margin-bottom:20px;     line-height:1.42857143;     background-color:#fff;     border:1px solid #ddd;     border-radius:4px;     -webkit-transition:all .2s ease-in-out;     transition:all .2s ease-in-out } .thumbnail a&gt;img, .thumbnail&gt;img {     margin-left:auto;     margin-right:auto } a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {     border-color:#428bca } .thumbnail .caption {     padding:9px;     color:#333 } @-ms-viewport {     width:device-width } .visible-lg, .visible-md, .visible-print, .visible-sm, .visible-xs {     display:none!important } @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     } } @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     } } @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     } } @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     } } @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     } } @media (min-width:1200px) {     .hidden-lg {         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     } } @media print {     .hidden-print {         display:none!important     } } .h1, h1 {     font-size:36px } .h2, h2 {     font-size:30px } .h3, h3 {     font-size:24px } .h4, h4 {     font-size:18px } .h5, h5 {     font-size:14px } .h6, h6 {     font-size:12px } /* FONT STACK */

/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Light/OpenSans-Light.eot');
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Light/OpenSans-Light.eot#iefix') format('embedded-opentype'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Light/OpenSans-Light.woff') format('woff'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Light/OpenSans-Light.ttf') format('truetype'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Light/OpenSans-Light.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* END Light */

/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Regular/OpenSans-Regular.eot');
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Regular/OpenSans-Regular.eot#iefix') format('embedded-opentype'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Regular/OpenSans-Regular.woff') format('woff'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Regular/OpenSans-Regular.ttf') format('truetype'),
       url('../../../company/fonts/open-sans/Regular/OpenSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */

/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Italic/OpenSans-Italic.eot');
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Italic/OpenSans-Italic.eot#iefix') format('embedded-opentype'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Italic/OpenSans-Italic.woff') format('woff'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/Italic/OpenSans-Italic.ttf') format('truetype'),
       url('../../../company/fonts/open-sans/Italic/OpenSans-Italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* END Italic */

/* BEGIN Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.eot');
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.eot#iefix') format('embedded-opentype'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff') format('woff'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.ttf') format('truetype'),
       url('../../../company/fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.svg') format('svg');
  font-weight: 600;
  font-style: italic;
}
/* END Semibold Italic */

/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.eot');
  src: url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.eot#iefix') format('embedded-opentype'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.woff') format('woff'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.ttf') format('truetype'),
       url('https://d2i2zd9axwkr7h.cloudfront.net/company/fonts/open-sans/ExtraBold/OpenSans-ExtraBold.svg#OpenSansExtrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}
/* END Extrabold */


.cc, .cc-facebook {
    background: #F8F8F8;
}

#Page {
    position: relative;
    background: #ffffff;
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.16);
}

#PHead {
    position: absolute;
    width: 100%;
}

.co-logo {
    background: url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/144069/logo.png) center center;
    width: 193px;
    height: 47px;
    display: inline-block;
    margin: 10px 0px 0px 20px;
}

.co-url {
    color: #ffffff;
    font-size: 11px;
    right: 0;
    position: absolute;
}

.co-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', 'helvetica Neue', Helvetica, Sans-Serif;
    font-weight: 400;
}

#what img {
    width: 100%;
}

.head {
    background: url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/144069/hero.jpg) center center;
    background-size: cover;
    height: 500px;
    display: table;
    width: 100%;
}

.head .hgroup {
    vertical-align: middle;
    display: table-cell;
    padding-left: 5%;
    line-height: 22px;
}

.head .hgroup h1 {
    max-width: 64%;
    font-size: 52px;
    color: #ffffff;
    font-weight: 100;
    line-height: 55px;
}

.head .hgroup p{
    max-width: 64%;
    color: #ffffff;
    font-weight: 100;
    margin-top: 10px;
}

.co-nav {
    margin-top: 5px;
}

.co-nav li a {
    color: #ffffff;
    font-weight: 100;
    padding: 3px 8px;
    border: 1px solid transparent;
}

.selected, .co-nav li a:hover {
    border-radius: 3px;
    border: 1px solid #ffffff !important;
    text-decoration: none;
}

.btn-modern {
    color: #ffffff;
    font-weight: 100;
    border: 1px solid #ffffff;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.btn-modern:hover {
    background: #ffffff;
    color: #222222;
    text-shadow: none !important;
}

.fade {
    background: url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/144069/fade.png) left top;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}

.section {
    padding: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section h2 {
    text-align: center;
}

.descriptions {
    max-width: 650px;
    margin: 30px auto;
    margin-bottom: 40px;
}

.descriptions .group {
    margin: 10px 0;
}

.desc-content {
    color: #6B6B6B;
}

.desc-content p {
    font-size: 15px;
    line-height: 17px;
    text-align: justify;
}

#headset {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/144069/headset.png) center center no-repeat;
    border: 3px solid #C0C0C0;
    border-radius: 200px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
}

#papers {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/144069/billing.png) center center no-repeat;
    border: 3px solid #C0C0C0;
    border-radius: 200px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
}

.btn-yellow {
    background: #FFCC00;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 18px;
    margin: 20px auto;
    display: block;
    max-width: 260px;
}

.btn-yellow:hover {
    color: #ffffff;
    background: #FFD600;
}

#one {
    height: 550px;
    background: url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/144069/lady-at-computer.jpg) center right;
    background-size: cover;
    padding-top: 80px;
    position: relative;
    text-shadow: 1px 1px 4px rgba(0,0,0,.4);
}

#one h2 {
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    font-size: 48px;
    line-height: 55px;
    position: relative;
    z-index: 2;
}

#one p {
    font-size: 16px;
    color: #ffffff;
    max-width: 60%;
    line-height: 22px;
    position: relative;
    z-index: 2;
}

.col-sm-4 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card {
    max-width: 280px;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin: 0 auto;
}

.user-image {
    text-align: center;
    margin-bottom: 10px;
}

.card p {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.card h4 {
    margin: 10px;
    text-align: center;
    font-size: 14px;
}

.user-image img {
    border-radius: 200px;
}

.page-footer {
    background: #4A4A4A;
    padding: 80px;
    color: #f4f4f4;
    font-weight: 100;
    text-align: center;
}

.talent-comm {
    margin-bottom: 40px;
}

.talent-comm a {
    font-weight: 500;
    color: #f4f4f4;
}

.social span {
    display: block;
    font-size: 12px;
}

.cc .social a, .cc-facebook .social a {
    background: #6D6D6D;
    width: 40px;
    display: inline-block;
    height: 30px;
    padding-top: 10px;
    color: #B7B7B7;
    font-size: 22px;
    border-radius: 100px;
    margin: 10px 1px;
}

.social a:hover {
    background: #565656;
}

#footerpowered {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.PoweredBy {
    margin: 0 auto;
    color: #f4f4f4;
}

.RecruitingIcon {
    margin-top: -3px;
}

.about-head {
    background: #663366;
    color: #ffffff;
    padding-top: 80px;
    text-align: center;
    font-weight: 100;
}

#what p {
    line-height: 20px;
    text-align: justify;
    margin: 10px 0px 20px 0px;
}

#benefits {
    background: #432243 url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/144069/about-bg.jpg) center top no-repeat;
    background-size: contain;
    min-height: 800px;
}

#benefits .inner-content {
    max-width: 90%;
    background: #ffffff;
    margin: 300px auto 0px auto;
    padding: 40px;
    box-shadow: 1px 1px 10px black;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inner-content h2 {
    margin: 10px 0px 20px 0px;
}

.inner-content p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 20px;
}

.bene-wrapper {
    text-align: center;
}

.bene {
    display: inline-block;
    width: 130px;
    text-align: center;
    height: 140px;
    position: relative;
    margin: 20px 0;
}

.bene span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#join-community-form {
    max-width: 600px;
    margin: 0 auto;
}

.bene img {
    position: absolute;
    top: 0;
    border-radius: 0px;
    left: 0;
    margin: 0px 32px;
}

.cc .clear-content, .cc-facebook .clear-content {
    display: none;
}

#TC .inner-content {
    text-align: center;
}

#job-list-page #PTitle {
    background: #663366;
    color: #ffffff;
    font-weight: 100;
    display: block;
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
}

.open-jobs {
    max-width: 900px;
    margin: 40px auto;
}

.job-list {
    
}

.job-list li ul li a {
    width: 100%;
    display: block;
    padding: 6px;
    background: #EBEBEB;
    color: #222222;
    font-size: 18px;
    margin-bottom: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.job-list li ul li a:hover {
    text-decoration: none;
    background: #663366;
    color: #ffffff;
}

.job-list .city {
    float: right;
}

.open-jobs li {
    padding: 0px;
}

#cosearch li {
display: inline;
}

#cosearch label {
    display: none;
}

#cosearch ol {
    text-align: center;
    margin-bottom: 20px;
}

input#cosearchbutton {
    border: none !important;
    background: #663366 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    width: auto !important;
    padding: 4px !important;
    height: auto !important;
    margin-left: -5px !important;
    width: 100px !important;
}

#job-detail #PContentContainer {
    padding: 40px;
    padding-top: 80px;
}

#job-detail #PHead {
    background: #663366;
    color: #ffffff;
    font-weight: 100;
    display: block;
}

#job-detail h1 {
    margin: 0px 0px 5px 0px;
}

#job-detail h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-style: italic;
}

#job-detail p {
    margin: 5px 0px 10px 0px;
    font-size: 15px;
    line-height: 20px;
}

#job-detail .job-body ul, #job-detail .job-body ol {
    margin-left: 20px;
    list-style: disc;
}

strong {
    font-weight: 800;
}

.simple-apply-bottom {
    margin-top: 20px;
}

.job-body {
    margin-right: 230px;
    border-right: 1px solid #eeeeee;
    padding-right: 20px;
}

.job-body ul li {
    font-size: 14px;
    line-height: 18px;
}

#job-detail .jobs {
    border-radius: 3px;
    border: 1px solid #ffffff !important;
    text-decoration: none;
}

#job-detail .co-logo {
    margin: 5px 0px 5px 20px;
}

.slicknav_menu {
    padding: 5px !important;
    background: #4c4c4c url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/144069/logo.png) 10px 0px !important;
    background-repeat: no-repeat !important;
    position: fixed !important;;
    z-index: 40 !important;;
    width: 100% !important;;
}

.PoweredBy {
    list-style: none;
}

a.slicknav_btn {
    margin: 8px 12px 8px 0px !important;
}

.slicknav_menutxt {
    display: none !important;
}

.slicknav_icon {
    margin: 0 !important;
}

.slicknav_menu, #mobile-menu {
        display: none;
}

.slicknav_nav a {
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    font-size: 18px;
    letter-spacing: .2em;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    width: 80%;
    margin: 5px auto !important;
    background: #333333;
}

.slicknav_nav a:hover {
    border-radius: 0px !important;
} 

.job-list .city {
    float: right;
    font-size: 11px;
    margin-top: 2px;
}

.open-jobs ul {
    margin: 0 auto !important;
}

.col-sm-5 {
    box-sizing: border-box;
}

#notify {
    display: none;
}

@media (max-width: 991px) {
    #one p {
        max-width: 100%;
    }
    
    #what .col-sm-5 {
        width: 100%;
    }
    
    #what .col-sm-5 img {
        display: block;
        margin: 0 auto;
    }
    
    .bene span {
        top: 85px;
    }
    
    .job-list {
        max-width: 95%;
        margin: 0 auto;
    }
    
    }

@media (max-width: 690px) {
    .head .hgroup h1 {
        max-width: 100%;
    }
    
    .head .hgroup p {
        max-width: 100%;
    }
    
    #one {
        text-align: center;
        background: #888888;
    }
    
    #one h2 {
        text-align: center;
    }
    
    #benefits .inner-content {
        margin: 130px auto 0px auto;
    }
    
    .slicknav_menu {
        display: block;
    }
    
    #PHead {
        display: none !important;
    }
    
    .container {
        padding: 0;
    }
    
    
}


@media (max-width: 550px) {
    #support div, #billing div {
        display: block;
        float: none;
        max-width: 280px;
        margin: 5px auto;
    }
    
    .job-list .city {
        display: none;
    }
    
    #job-detail #PContentContainer {
        padding: 40px 15px;
    }
    
    .job-addl-info {
        display: none;
    }
    
    .job-body {
        margin-right: 0px;
        border-right: none;
        padding-right: 0px;
    }
    
    #PContent {
        padding-top: 45px;
    }

}

@media (max-width: 480px) {
    #one h2 {
        font-size: 28px;
        line-height: 34px;
    }
    
    .head .hgroup h1 {
        font-size: 42px;
    }
    
    .section {
        padding: 15px;
    }
    
    #benefits .inner-content {
        padding: 20px;
    }
    .page-footer {
        padding: 30px;
    }
    
    #footerpowered {
        display: none;
    }
    
    }

.cc-facebook #PHead{
    width: 100% !important;
    
}

.cc-facebook #navigation-container {
    float: right;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
}

.cc-facebook .col-sm-6 {
    width: 100%;
}

.cc-facebook #PContent .open-jobs .job-list a {
clear: none !important;
margin-right: 0px !important;
float: none !important;
width: 100% !important;
vertical-align: bottom !important;
display: block !important;
padding: 10px !important;
}

.cc-facebook .city {
    display: none;
}

.cc-facebook .share {
    margin-top: 9px;
    margin-right: 5px;
}

.cc-facebook #PoweredBy {
    color: #22222;
}

.cc-facebook #footerpowered .PoweredBy {
    float: none;
    margin: 10px 0 10px 10px;
}

.cc-facebook #PContent .open-jobs .job-list li ul li {
    padding-bottom: 10px;
}

.profile #PContentContainer {
    padding: 0px;
}

.profile .recent-jobs {
    max-width: 700px;
    margin: 20px auto;
}

.profile #PTitle .breadcrumb {
    text-align: left;
    padding-left: 30px;
}

.profile #PTitle h1 {
    color: #ffffff;
}

.profile#job-detail #PTitle h1 {
    color: #222222;
}

.profile#job-detail #PTitle .breadcrumb {
    text-align: left;
    padding-left: 0px;
}

.browserIE #headset {
    border: none;   
}

.browserIE #papers {
    border: none;
    
}

.browserIE #PHead {
    position: absolute;
    z-index: 25 ;
}

.co-logo-home {
    display: none;
}

.cc #CompHTMLPageTop {
    display: inline-block;
    float: left;
}

.cc .co-logo-home {
    display: inline-block;
    padding: 12px;
}

.cc .co-logo {
    display: none;
}