@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(https://dokumfe7mps0i.cloudfront.net/oms/16392/font/2025/5/MSB8B_fontawesome-webfont2/fontawesome-webfont2.eot);
    src: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/font/2025/5/MSB8B_fontawesome-webfont2/fontawesome-webfont2.eot?#iefix) format("embedded-opentype"),
        url(https://dokumfe7mps0i.cloudfront.net/oms/16392/font/2025/5/ZCECY_fontawesome-webfont1/fontawesome-webfont1.woff) format("woff"),
        url(https://dokumfe7mps0i.cloudfront.net/oms/16392/font/2025/5/HQ5D1_fontawesome-webfont1/fontawesome-webfont1.ttf) format("truetype"),
        url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/OQ1LC_fontawesome-webfont/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

/*!  *  Font Awesome 4.0.3 by @davegandy - https://fontawesome.io - @fontawesome  *  License - https://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>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: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.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 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail a>img,
.thumbnail>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;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,100,400,300,600,700);

/* @font-face {
    font-family: 'fontawesome-webfont';
    src: url('//d2i2zd9axwkr7h.cloudfront.net/company/fonts/fontawesome-webfont.eot');
    src: url('//d2i2zd9axwkr7h.cloudfront.net/company/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('//d2i2zd9axwkr7h.cloudfront.net/company/fonts/fontawesome-webfont.woff') format('woff'), url('//d2i2zd9axwkr7h.cloudfront.net/company/fonts/fontawesome-webfont.ttf') format('truetype'), url('//d2i2zd9axwkr7h.cloudfront.net/company/fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
} */

#job-detail .job-status,
#job-detail h3.job-title {
    display: none;
}

.cc,
.co-content {
    font-family: 'PT Sans', sans-serif;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/XUTTV_blueBG28pdm1g/blueBG28pdm1g.jpg);
}

.co-content h2 {
    margin-top: 20px;
}

.co-content h4 {
    font-weight: 800;
}

.co-content ul {
    margin-top: 5px;
}

.co-content p {
    margin: 5px 0px 15px 0px;
    line-height: 22px;
    padding-bottom: 15px;
}

.co-content li p {
    margin: 5px 0px 10px 0px;
    line-height: 18px;
    padding-bottom: 0px;
}

.co-content p a {
    font-weight: 800;
}

strong {
    font-weight: 800;
}

button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button:hover {
    background: none;
}

.co-footnav {
    display: none;
}

.container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: #ffffff;
}

#CompHTMLTop {
    height: 80px;
    position: absolute;
    left: 0;
    background: #ffffff;
    z-index: 1;
    width: 100%;
}

.site-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

#CompCareerHead {
    width: 960px;
    margin: 0 auto;
}

#PHead {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
}

.cc .logo {
    /*background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/38IY9_logoRLQSa3/logoRLQSa3.png) center center;*/
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/IES3Z_logo-22sNAMU/logo-22sNAMU.webp) center center;
    height: 72px;
    width: 211px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.cc .nav {
    padding: 10px 80px 10px 10px;
    background: #ffffff;
    position: relative;
    z-index: 7;
    margin: 0 auto !important;
    list-style: none;
    max-width: 100%;
    border-bottom: 0px solid #8CB27B;
}

.cc .nav ul {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.cc .nav ul li {
    display: inline-block;
    padding: 10px 0px;
    border-left: 1px solid #eee;
    margin: 10px 0px;
}

.cc .nav ul li a {
    padding: 10px;
    margin-left: 5px;
    color: #000000;
    text-decoration: none;
}

.cc .nav ul li a:hover {
    /*color: #ffffff;*/
    background: #8CB27B;
    border-radius: 3px;
    text-decoration: none;
}

.footer .lower-nav li {
    border-left: none;
}

#darkcast {
    position: absolute;
    z-index: 2;
}

.hero {
    overflow: hidden;
    border-top: 4px solid #8CB27B;
}

.hero button {
    z-index: 4;
}

.hero .slick-slide {
    height: 500px !important;
}

.header-item img {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.header-item .hgroup {
    padding: 9%;
    position: absolute;
    z-index: 3;
    color: #ffffff;
}

.header-item h1 {
    font-weight: 800;
    font-size: 52px;
    z-index: 3;
    position: relative;
}

.header-item p {
    width: 550px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    z-index: 3;
    position: relative;
}

.header-item#student img:nth-child(2) {
    top: -40px;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.featjobs .card {
    width: 240px;
    display: inline-block;
    background: #ffffff;
    height: 300px;
    z-index: 3;
    position: initial;
    -webkit-transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
    -moz-transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
    -o-transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
    -ms-transform: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
    transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
}

.browserIE .featjobs .card {
    position: relative;
    z-index: 3;
}

.slick-track {
    position: relative;
    z-index: 2;
}

.featjobs .card:hover {
    text-decoration: none;
}

.featjobs .card span {
    color: black;
    padding: 5px;
    margin-top: 10px;
    display: block;
    width: 110px;
    margin: 0 auto;
    margin-top: 5px;
}

.featjobs .card span i {
    margin-left: 5px;
}

.featjobs .card h3 {
    font-size: 20px;
}

#internet {
    left: 0;
}

#internet .featjobs .card-img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 15px auto 0 auto;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/PYX37_it-industry-circ2CXUeo/it-industry-circ2CXUeo.png);
    background-size: contain;
}

#healthcare {
    left: 230px;
}

#healthcare .featjobs .card-img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 15px auto 0 auto;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/UGR20_hc-industry-circcjBu6I/hc-industry-circcjBu6I.png);
    background-size: contain;
}

#professionalstaff {
    right: 230px;
}

#professionalstaff .featjobs .card-img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 15px auto 0 auto;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/IPS6S_professional-staffSrBaJe/professional-staffSrBaJe.png);
    background-size: contain;
}

#membersupport {
    right: 0;
}

#membersupport .featjobs .card-img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 15px auto 0 auto;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/MF20Q_call-center-circ3rxFgA/call-center-circ3rxFgA.png);
    background-size: contain;
}

.featjobs .card:hover {
    top: -220px;
    cursor: pointer;
    -webkit-transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
    -moz-transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
    -o-transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
    -ms-transform: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
    transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
    -ms-transform: translate(0px, -220px);
    -moz-transform: translate(0px, -220px);
    -o-transform: translate(0px, -220px);
    -webkit-transform: translate(0px, -220px);
    transform: translate(0px, -220px);
}

.browserIE .featjobs .card:hover {
    top: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transform: none;
    transition: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.featjobs .card h3 {
    padding: 10px 4px;
    margin: 0;
    background-color: #444444;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

#internet h3 {
    background: #369992;
}

#healthcare h3 {
    background: #CC6200;
}

#professionalstaff h3 {
    background: #005528;
}

#membersupport h3 {
    background: #8A3A6D;
}

.featjobs {
    text-align: center;
    margin-top: -44px;
    height: 40px;
    position: relative;
    z-index: 3;
    /*width: 917px;*/
    margin: -44px auto 0px auto;
}

.lower {
    z-index: 5;
    position: relative;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/6B4D1_lower-bgj0mlw4/lower-bgj0mlw4.jpg) center top;
    padding: 80px 80px 30px 80px;
    min-height: 290px;
    background-size: cover;
    border-top: 3px solid #8CB27B;
}

#company-profile-main .inner-wrapper {
    padding: 1% 15px;
}

.moreinfo .testimoials {
    max-width: 460px;
}

.centering {
    margin: 0 auto;
}

#footerpowered {
    position: relative;
    margin-top: -25px;
    z-index: 10;
}

#PContentContainer .clear-content {
    display: none;
}

.award {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/GBVF0_award-2tqvPsy/award-2tqvPsy.png);
    position: absolute;
    z-index: 5;
    width: 177px;
    height: 164px;
    top: 92px;
    right: 80px;
    background-repeat: no-repeat;
}

.moreinfo {
    max-width: 45%;
    float: right;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px !important;
    margin-top: 4% !important;
}

.infoheading {
    display: block;
    font-size: 32px;
    font-weight: 800;
}

.testimonials {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 30px;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 5px;
}

.testimonials .slick-dots {
    margin-left: -30px;
    bottom: 8px;
}

.persona {
    display: inline-block;
    width: 120px;
    height: 120px;
    float: left;
    background: #444444;
    border-radius: 100px;
    margin: 0 15px 15px 0;
}

/*** Delete This Before LIVE ***/

/** .persona {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/QTHT1_default-personaNAHIIq/default-personaNAHIIq.jpg) center center;
    background-size: contain;
} **/

#nick {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/6MJYR_nick4ZYa8Bn/nick4ZYa8Bn.jpg) center center;
    background-size: contain;
}

#jakenna {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/WX5Z3_Jakenna-LebsockzqdAGU/Jakenna-LebsockzqdAGU.jpg) -30px -15px;
    background-size: 150%;
}

#laurene {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/UPXAU_laurenegLUVQF/laurenegLUVQF.jpg) center center;
    background-size: contain;
}

#claudia {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/AUL6G_claudiaKlAOU6/claudiaKlAOU6.jpg) -15px -10px;
    background-size: 125%;
}

.name {
    float: right;
    font-weight: 600;
    margin-top: 10px;
    color: #666666;
    margin-bottom: 10px;
}

.quote {
    padding-left: 120px;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0px;
}

/***************** Internal Pages *****************/

.inner-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 15px;
}

.inner-content {
    padding-left: 300px;
    max-width: 750px;
    min-width: 290px;
    margin-bottom: 50px;
}

.inner-content h1 {
    padding-bottom: 5px;
    color: #000000;
    font-weight: 800;
    letter-spacing: .01em;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    font-size: 40px;
}

.inner-content h3 {
    margin: 30px 0px;
    font-size: 20px;
    font-style: italic;
    font-weight: 100;
    line-height: 24px;
}

.h4-style {
    margin-bottom: 10px;
    font-weight: bold;
}

.h5-style {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}

.hero-inner {
    height: 280px;
    display: block;
    margin-bottom: 40px;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/JNQRM_sand-dunesvTWSGB/sand-dunesvTWSGB.jpg) center -200px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-top: 4px solid #8CB27B;
}

#company-profile-page #PTitle {
    height: 280px;
    position: absolute;
    width: 100%;
    display: table;
}

#PTitle h1 {
    position: relative;
    padding: 10px;
    font-size: 72px;
    bottom: 0;
    color: #ffffff;
    font-style: italic;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 1px 6px black;
}

/***************** Side Navigation *****************/

.side-nav {
    position: absolute;
    display: none;
    float: left;
    width: 250px;
    margin-top: 0px;
    margin-left: 0px;
}

#main_content .side-nav {
    display: inline-block;
}

.abs {
    position: absolute;
}

.fixed {
    position: fixed;
    top: 40px;
}

.side-nav li {
    list-style: none;
    /*background: #3498DB;*/
    background-color: #005528;
    margin-bottom: 5px;
    border-left: 5px solid #8CB27B;
}

.side-nav ul li a:hover {
    background: #8CB27B;
    color: #000000 !important;
    text-decoration: none;
}

.side-nav ul li a {
    max-width: 250px;
    display: block;
    width: 100%;
    padding: 10.5px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.level1,
.level2 {
    list-style: none;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.level2 li {
    background: none;
    border: 1px solid #eeeeee;
}

.level2 li a {
    color: #222222 !important;
    text-decoration: none;
}

.level1 li a {
    text-decoration: none;
}

/*** Footer ***/

#CompHTMLPageBottom {
    background: #3a7daa;
    position: relative;
    z-index: 10;
}

.footer {
    height: 70px;
    background: #3a7daa !important;
}

.nav .lower-nav li a {
    color: #ffffff !important;
}

.nav .lower-nav li a:hover {
    background: #3498DB;
    text-decoration: none;
}

.PoweredBy {
    background: #ffffff;
    padding: 5px;
    border-radius: 2px;
    margin: 0 auto;
}

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

.heading {
    font-size: 20px;
    line-height: 24px;
}

.value {
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 10px;
}

.value p {
    padding-bottom: 0px !important;
}

.page-about h2 {
    margin-bottom: 10px;
}

.value p {
    margin: 0;
}

.section {
    margin-bottom: 40px;
}

/* Core Value Squares */

.square-content #head {
    display: block;
    font-weight: 800;
    margin-bottom: 10px;
    font-size: 18px;
}

#post {
    font-size: 13px;
    line-height: 15px;
}

.square-content {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.square-content img {
    width: 100%;
}

.square {
    width: 210px;
    height: 210px;
    display: table;
    margin: 5px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #eeeeee;
    border-top: 2px solid #369992;
    float: left;
}

.square:nth-child(odd) {
    border-top: 2px solid #CC6200;
}

#divisions ul {
    margin: 0;
    list-style: none;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

#divisions ul li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
}

#divisions ul li a {
    list-style: none;
    padding: 10px 15px;
    display: inline-block;
    margin: 5px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 100;
    /*border-radius: 2px;*/
    /*background: #3498db;*/
    /*background: -moz-linear-gradient(top, #3498db 0%, #326fd1 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3498db), color-stop(100%, #326fd1));*/
    /*background: -webkit-linear-gradient(top, #3498db 0%, #326fd1 100%);*/
    /*background: -o-linear-gradient(top, #3498db 0%, #326fd1 100%);*/
    /*background: -ms-linear-gradient(top, #3498db 0%, #326fd1 100%);*/
    /*background: linear-gradient(to bottom, #3498db 0%, #326fd1 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#326fd1', GradientType=0);*/
    background-color: #005528;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.btn-search-jobs {
    list-style: none;
    padding: 8px 15px;
    border: 1px solid #000000;
    display: inline-block;
    margin: 10px;
    color: #000000;
    font-weight: 100;
    display: block;
    width: 120px;
    margin: 20px auto 0 auto;
    text-align: center;
}

#divisions ul li a:hover {
    color: #000000;
    text-decoration: none;
    background: #326fd1;
    /* Old browsers */
    /*background: -moz-linear-gradient(top, #326fd1 0%, #3498db 100%);*/
    /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #326fd1), color-stop(100%, #3498db));*/
    /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #326fd1 0%, #3498db 100%);*/
    /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #326fd1 0%, #3498db 100%);*/
    /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #326fd1 0%, #3498db 100%);*/
    /* IE10+ */
    /*background: linear-gradient(to bottom, #326fd1 0%, #3498db 100%);*/
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#326fd1', endColorstr='#3498db', GradientType=0);*/
    /* IE6-9 */
    background-color: #8CB27B;
}

#accordion,
#accordion-2,
#accordion-3 {
    margin: 30px 0px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

.accordion-toggle {
    background: #eeeeee;
    padding: 10px 5px 7px 8px;
    margin-top: 2px;
}

.accordion-content {
    border: 1px solid #eeeeee;
    padding: 15px;
}

.accordion-toggle .fa-plus {
    float: right;
    display: block;
}

.active-toggle .fa-minus {
    display: block;
}

.active-toggle .fa-plus {
    display: none;
}

.accordion-content p {
    margin: 0;
}

.accordion-toggle:hover {
    /*background: #3498DB;*/
    background-color: #005528;
    color: #ffffff;
}

.active-toggle {
    /*background: #3498DB;*/
    background-color: #005528;
    color: #ffffff;
    margin: 0 !important;
}

#director {
    border: 1px solid #eeeeee;
    padding: 25px 40px;
    text-align: justify;
    box-shadow: 1px 1px 15px #eeeeee;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/4F31T_sunburst500wt6wsSB/sunburst500wt6wsSB.png);
    background-repeat: no-repeat;
    background-position: 360px 250px;
}

.director-image {
    float: right;
    margin: 15px 0px 5px 15px;
    height: 218px;
}

#director p {
    margin: 0px;
    padding: 10px 0px 5px 0px;
}

.signature {
    font-size: 20px;
    font-family: 'Rock Salt', cursive;
    margin: 0px;
}

.signature-wrapper {
    width: 260px;
}

.signature-wrapper img {
    width: 100%;
    height: auto;
}

#widget-iframe {
    height: 460px;
    width: 100%;
    border: 1px solid #eeeeee;
    margin: 0 0 20px 0;
    box-shadow: 1px 1px 15px #eeeeee;
}

.intern {
    display: block;
    text-align: center;
    padding: 10px;
    color: #246693;
    font-style: italic;
}

.faq {
    padding: 15px;
    margin: 40px 0px;
    border: 1px solid #F4F4F4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.faq h3 {
    margin: 0px 0px 10px 0px;
    font-weight: 600;
}

ul.list-items-block {
    margin-left: 0;
    list-style: none;
}

.list-items-block li {
    list-style: none;
}

.list-items-block li a,
.list-items-block li a:active,
.list-items-block li a:visited {
    width: 100%;
    padding: 10px 5px;
    display: block;
    background: #F4F4F4;
    border-left: 4px solid #8CB27B;
    margin-bottom: 5px;
    color: #222222 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-items-block li a {
    color: #222222;
}

.list-items-block li a:hover {
    background: #eaeaea;
    text-decoration: none;
}

.slick-prev:before,
.slick-next:before {
    color: #ffffff !important;
    color: rgba(234, 234, 234, 0.91) !important;
}

.inner-testimonial {
    padding: 10px 15px;
    position: relative;
    border-left: 3px solid black;
    margin: 30px 0;
    background: #f4f4f4;
}

.inner-testimonial p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-bottom: 5px !important;
}

.inner-testimonial .signature {
    font-size: 12px;
    text-align: right;
    margin-bottom: 0px !important;
}

.page-it-careers .hero-inner {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/GCAQ4_IT-lgfpqiQy/IT-lgfpqiQy.jpg) center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-healthcare-careers .hero-inner {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/5IJKB_healthcare-lgqzkyQw/healthcare-lgqzkyQw.jpg) center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-professional-staff-careers .hero-inner {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/LR6ZS_executive-lgoyxtkb/executive-lgoyxtkb.jpg) center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-support-services-careers .hero-inner {
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/OXG50_member-support-lgtgnsDA/member-support-lgtgnsDA.jpg) center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Jobs Page */

.page-jobs #PTitle {
    display: block;
}

.page-jobs #PTitle h1 {
    position: relative;
    padding: 0;
    font-size: 32px;
    bottom: 0;
    color: #222222;
    font-style: italic;
    display: block;
    text-align: center;
    text-shadow: none;
    padding: 20px;
    border-top: 3px solid #8CB27B;
}

.page-jobs .open-jobs {
    width: 100%;
    max-width: 960px;
    min-height: 400px;
    margin: 0 auto;
}

.page-jobs .job-list li ul li a {
    width: 100%;
    display: block;
    padding: 8px 5px;
    background: #f4f4f4;
    border-left: 4px solid #3498DB;
    color: #000000;
}

.page-jobs .job-list li ul li a:hover {
    border-left: 4px solid #8CB27B;
    text-decoration: none;
    color: #000000;
}

.title:after {
    font-family: 'fontawesome-webfont';
    content: '\f061';
    float: right;
    font-weight: 100;
}

.job-body ul,
.job-body ol {
    margin-left: 20px;
}

.job-body li {
    list-style: disc;
}

#job-detail #PContentwrapper {
    background: #ffffff;
}

#job-detail #PTitle h1 {
    display: block;
    font-size: 28px;
    text-align: left;
    text-shadow: none;
    color: #000000;
    font-style: normal;
    padding: 0;
    font-weight: 800;
    margin-bottom: 10px;
}

#job-detail p,
#job-detail .job-description .job-header h2, #job-detail .job-description h2 em {
    font-size: 16px;
    line-height: 20px;
}

#job-detail .job-description h1, #job-detail .job-description h3, #job-detail .job-description h4, #job-detail .job-description p {
    line-height: 1.2;
    padding-bottom: 0;
    margin-bottom: 10px;
}

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

#job-detail #PContentwrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#job-detail #PContentContainer {
    border-top: 3px solid #8CB27B;
}

.btn-action,
.btn-search-jobs {
    font-size: 20px;
    padding: 10px 20px;
    /*color: #fef4e9;*/
    color: #FFFFFF;
    /*border: solid 1px #da7c0c;*/
    /*background: #f78d1d;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));*/
    /*background: -moz-linear-gradient(top, #faa51a, #f47a20);*/
    background-color: #CC6200;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');*/
    border-radius: 0 !important;
    border: none;
    font-weight: 700;
}

.btn-action:hover,
.btn-search-jobs:hover {
    /*background: #f47c20;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));*/
    /*background: -moz-linear-gradient(top, #f88e11, #f06015);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');*/
    /*color: #ffffff;*/
    /*border: solid 1px #da7c0c;*/
    /*text-decoration: none;*/
    color: #FFFFFF;
    background-color: #A65000;
}

.btn-action:active,
.btn-search-jobs:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top, #f47a20, #faa51a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
    color: #ffffff;
    border: solid 1px #da7c0c;
}

.btn-search-jobs {
    border-radius: 5px;
    width: 200px;
}

.apply-today {
    width: 100%;
    box-sizing: border-box;
    /*margin-top: 10px;*/
}

#notify p {
    margin: 0;
}

.inner-wrapper {
    max-width: 1030px;
    min-height: 550px;
    margin: 0 auto;
    padding: 30px 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    margin-top: -320px;
    z-index: 10;
    position: relative;
    background: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#Page {
    margin: 0 auto;
}

/* Change Interior Pages */

.hero-inner {
    margin: 0;
    height: 480px;
}

.inner-content {
    margin-bottom: 0px;
}

.profile-top {
    background: #246693;
    position: relative;
}

#PTitle h1 {
    display: none;
}

.hero-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 480px;
    position: absolute;
    z-index: 5;
    background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/IC1J6_blue-gradukbvy5/blue-gradukbvy5.png) repeat-x center bottom;
}

.imagecirc {
    float: right;
    margin: 10px 0px 30px 10px;
    width: 180px;
    height: 180px;
}

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

.slicknav_menu {
    /*background: #256591 url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/7DNDS_mobile-logoRL8TbP/mobile-logoRL8TbP.png) no-repeat left 8px !important;*/
    /*background: #256591 url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/IES3Z_logo-22sNAMU/logo-22sNAMU.webp) no-repeat left 8px !important;*/
    background: #FFFFFF url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/IES3Z_logo-22sNAMU/logo-22sNAMU.webp) no-repeat left 8px !important;
    background-size: 150px !important;
    /*filter: grayscale(1);*/
}

.slicknav_menu a {
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 24px;
    /*background: #256591;*/
    background-color: transparent;
    color: #000 !important;
}

.slicknav_menu .slicknav_menutxt {
    color: #000 !important;
    font-weight: 100 !important;
    font-size: 16px !important;
    padding-top: 6px !important;
    text-shadow: none !important;
}

.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #000 !important;
}

.slicknav_menutxt {
    font-size: 22px;
}

.btt {
    font-size: 11px;
}

.btt:before {
    content: '\f176';
    font-family: fontawesome-webfont;
    padding-right: 3px;
    font-size: 11px;
}

@media (min-width: 1200px) {
    .cc .container {
        max-width: 1600px;
    }

    .list-items-block li a:hover .cc #Page {
        max-width: 1600px;
    }
}

@media (max-width: 1026px) {
    .square {
        width: 30%;
        height: 220px;
        display: table;
        margin: 5px;
        background: #ffffff;
        color: #000000;
        border: 1px solid #eeeeee;
        border-top: 2px solid #3498DB;
        float: left;
    }
}

@media (min-width: 1000px) {
    #job-detail .job-addl-info {
        position: fixed;
        width: 200px;
        height: 200px;
        left: 50%;
        margin-left: 262px;
    }
}

@media (max-width: 1000px) {
    .hero {
        height: 450px;
    }

    .inner-wrapper {
        max-width: 750px;
    }

    #job-detail .job-addl-info {
        position: fixed;
        width: 200px;
        height: 200px;
        right: 15px;
    }

    .persona {
        display: block;
        float: none;
        margin: 0px auto 5px auto;
    }

    .quote {
        padding-left: 0px;
        text-align: center;
    }

    .name {
        float: none;
        font-weight: 600;
        margin-top: 0px;
        color: #666666;
        text-align: center;
        display: block;
    }

    .testimonials {
        padding-top: 20px;
    }

    .square {
        width: 180px;
        height: 210px;
        display: table;
        margin: 5px;
        background: #ffffff;
        color: #000000;
        border: 1px solid #eeeeee;
        border-top: 2px solid #3498DB;
        float: left;
    }
}

@media (max-width: 995px) {
    .square#ahcccs-square {
        display: none;
    }
}

/* Bump lower boxes, job tabs become hidden */

@media (max-width: 995px) {
    .moreinfo {
        float: none;
        margin: 0 auto !important;
        text-align: center;
        margin-bottom: 10px !important;
        max-width: 320px;
    }

    .lower .testimonials {
        width: 100%;
    }
}

@media (max-width: 890px) {
    .hero {
        height: 360px;
    }

    .featjobs {
        width: auto;
    }

    .featjobs .card {
        width: 160px;
        display: inline-block;
        margin-top: 8px;
    }

    .featjobs .card:hover {
        top: -120px;
        cursor: pointer;
        -webkit-transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
        -moz-transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
        -o-transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
        -ms-transform: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
        transition: All .9s cubic-bezier(.45, -0.17, .53, 1.63);
        -ms-transform: translate(0px, -170px);
        -moz-transition: translate(0px, -170px);
        -o-transition: translate(0px, -170px);
        -webkit-transform: translate(0px, -170px);
        transform: translate(0px, -170px);
    }

    h3.featjobs .card-title {
        font-size: 14px;
    }

    #internet .featjobs .card-img {
        width: 120px;
        height: 120px;
    }

    #healthcare .featjobs .card-img {
        width: 120px;
        height: 120px;
    }

    #professionalstaff .featjobs .card-img {
        width: 120px;
        height: 120px;
    }

    #membersupport .featjobs .card-img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 800px) {
    .award {
        display: none;
    }

    .header-item h1 {
        font-size: 42px;
    }

    .header-item p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .header-item .hgroup {
        padding: 40px 60px;
    }

    .header-item#student img:nth-child(2) {
        top: 0px;
    }
}

@media (max-width: 774px) {
    .inner-content {
        padding-left: 0;
    }

    .side-nav {
        display: none;
    }

    .inner-wrapper {
        box-shadow: none;
        margin-top: -480px;
    }
}

@media (min-width: 636px) and (max-width: 774px) {
    .square#ahcccs-square {
        display: table;
    }
}

@media (max-width:655px) {
    .featjobs {
        display: none;
    }

    #divisions ul li {
        width: 100%;
    }

    #divisions ul li a {
        font-size: 20px;
    }
}

@media (max-width: 667px) {
    .slicknav_menu {
        display: block;
    }

    #CompHTMLTop {
        display: none;
    }

    .header-item h1 {
        font-size: 32px;
    }

    .nav {
        display: none;
    }

    .hero {
        height: 300px;
    }

    .header-item .btn {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }

    .slick-slide img {
        display: none !important;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .hero {
        background: url(https://dokumfe7mps0i.cloudfront.net/oms/16392/image/2025/5/6C7UK_hero-mobilep7NxLq/hero-mobilep7NxLq.jpg);
        background-size: cover;
    }

    .header-item .hgroup {
        padding: 20px 20px;
        position: relative;
        box-sizing: border-box;
    }

    .header-item p {
        width: 100%;
    }
}

@media (max-width: 540px) {
    #job-detail .job-addl-info {
        display: none;
    }

    #job-detail .job-body {
        margin-right: 0px;
        border-right: none;
    }

    #footerpowered .PoweredBy {
        margin-top: 30px;
    }

    .accordion-toggle {
        font-size: 14px;
    }

    .moreinfo {
        line-height: 22px !important;
    }
}

@media (max-width: 480px) {
    #job-detail .job-addl-info {
        display: block;
        font-size: 12px;
        width: 100%;
        float: right;
        margin: 0 0 15px 15px;
        position: relative;
        right: 0;
        height: auto;
    }

    #job-detail #MapResultsBorder .small-map {
        width: 100%;
    }

    #emailFriend {
        margin-bottom: 40px;
    }

    .cc p {
        word-wrap: break-word;
    }

    .imagecirc {
        float: none;
        margin: 0 auto;
        width: 180px;
        height: 180px;
        display: block;
    }
}

@media (max-width: 450px) {
    .lower {
        padding: 25px;
    }

    .inner-wrapper {
        padding: 10px;
    }

    .co-content p,
    .co-content li {
        line-height: 18px;
        font-size: 14px;
    }

    .inner-content h1 {
        font-size: 32px;
    }

    .inner-content h2 {
        font-size: 24px;
    }

    .inner-content h3 {
        font-size: 18px;
    }

    .director-image {
        display: none;
    }

    .square {
        width: 100%;
        height: 210px;
        display: table;
        background: #ffffff;
        color: #000000;
        border: 1px solid #eeeeee;
        border-top: 2px solid #3498DB;
        float: none;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    #director {
        border: 1px solid #eeeeee;
        padding: 5px 15px;
        text-align: left;
    }

    #widget-iframe {
        height: 920px !important;
    }
}

.cc-facebook .hero,
.profile .hero {
    height: 400px;
}

.cc-facebook #mother,
.cc-facebook #student,
.cc-facebook #potential,
.profile #mother,
.profile #student,
.profile #potential {
    display: none;
}

.cc-facebook .header-item h1,
.profile .header-item h1 {
    color: #ffffff;
}

.cc-facebook .award,
.profile .award {
    display: none;
}

.cc-facebook #darkcast,
.profile #darkcast {
    height: 400px;
}

.cc-facebook .co-content .quote,
.profile .co-content .quote {
    padding-left: 108px;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    padding-bottom: 0px;
    margin: 0px;
}

.cc-facebook .testimonials.slider,
.profile .testimonials.slider {
    display: none;
}

.cc .jobing-load,
.cc-mobile .jobing-load {
    display: none;
}

.cc-facebook .jobing-load,
.profile .jobing-load {
    display: inline-block;
}

.cc-facebook #PHead,
.profile #PHead {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: none;
}

.cc-facebook .co-logo,
.profile .co-logo,
.cc-facebook .co-logo img,
.profile .co-logo img {
    display: inline-block;
    float: left;
}

.cc-facebook .co-nav li,
.profile .co-nav li {
    display: inline-block;
    margin-right: 0px;
    margin: 10px 0px;
    margin-top: 3px;
}

.cc-facebook .co-nav li a,
.profile .co-nav li a {
    padding: 5px;
    margin: 7px;
    font-size: 18px;
}

.cc-facebook .co-nav li a:hover,
.profile .co-nav li a:hover {
    color: #06c;
    text-decoration: underline;
}

.profile a.careers,
.profile a.it-careers,
.profile a.healthcare-careers,
.profile a.professional-staff-careers,
.profile a.support-services-careers,
.profile a.frequently-asked-questions,
.profile a.business-and-finance,
.profile a.fee-for-service-management,
.profile a.health-care-management,
.profile a.member-services,
.profile a.human-resources-and-development,
.profile a.information-services,
.profile a.administrative-legal-services,
.profile a.office-of-the-inspector-general,
.profile a.office-of-the-director {
    display: none;
}

.cc-facebook a.careers,
.cc-facebook a.it-careers,
.cc-facebook a.healthcare-careers,
.cc-facebook a.professional-staff-careers,
.cc-facebook a.support-services-careers,
.cc-facebook a.frequently-asked-questions,
.cc-facebook a.business-and-finance,
.cc-facebook a.fee-for-service-management,
.cc-facebook a.health-care-management,
.cc-facebook a.member-services,
.cc-facebook a.human-resources-and-development,
.cc-facebook a.information-services,
.cc-facebook a.administrative-legal-services,
.cc-facebook a.office-of-the-inspector-general,
.cc-facebook a.office-of-the-director {
    display: none;
}

.cc-facebook .side-nav,
.profile .side-nav {
    display: none;
}

.cc-facebook .inner-content,
.profile .inner-content {
    padding-left: 0;
    max-width: 670px;
    min-width: 290px;
    margin: 0 auto;
}

.cc-facebook #divisions,
.profile #divisions {
    display: none;
}

.cc-facebook .breadcrumb,
.profile .breadcrumb {
    display: none;
}

.cc-facebook #PTitle,
.profile #PTitle {
    padding-top: 0px;
}

.cc-facebook #PTitle h1,
.profile #PTitle h1 {
    position: relative;
    padding: 40px;
    font-size: 37px;
    bottom: 0;
    color: #ffffff;
    font-style: italic;
    display: block;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 1px 6px black;
    z-index: 10;
    padding-top: 40px;
    background: none;
}

.cc-profile #company-profile-page #PTitle,
.cc-profile #company-profile-page #PTitle,
.profile #company-profile-page #PTitle,
.profile #company-profile-page #PTitle {
    height: 280px;
    position: absolute;
    width: 100%;
    display: block;
}

.cc-profile .inner,
.profile .inner {
    position: relative;
}

.cc-facebook .co-nav {
    float: none;
}

.cc-facebook #PFoot {
    margin: 0;
}

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

.profile#job-detail .job-addl-info {
    position: relative;
    width: 200px;
    height: 200px;
    left: 0;
    margin-left: 262px;
}

#job-detail .co-content p {
    margin: 0;
    line-height: 22px;
    padding-bottom: 0;
}

.profile#job-detail #PContentContainer {
    border-top: none;
}

.browserIE .container {
    width: 100%;
}

/* JOB POSTINGS */

#job-detail {
    font-family: 'PT-Sans', sans-serif !important;
}

#job-detail [itemprop="description"] h3+p {
    margin-bottom: 25px;
}

tr:not(:last-child) td[width="691"]>p>span>b>font,
#job-detail [itemprop="description"] p:not(:last-child)>b:only-child {
    font-weight: 700;
    font-size: 1.15em;
}

#job-detail [itemprop="description"] p:first-of-type b,
tr:last-child td[width="691"]>p>span>b>font {
    font-weight: 700;
}

#job-detail p[align="center"] {
    text-align: left;
}

.summary>table .labelCol {
    font-weight: 700;
    padding: 5px 0;
}

#job-detail [itemprop="description"] p:first-of-type b:after {
    content: ":";
    margin-right: 10px;
}

.summary>table .labelCol:after {
    content: ':';
    margin-left: -2.5px;
    margin-right: 10px;
}

/* EDITS FEB 2018 -- 2.0 CONVERSION */

.featjobs a {
    text-decoration: none;
}

.btn-action,
.btn-search-jobs {
    text-decoration: none;
}

.basic-list {
    list-style-type: circle;
    list-style: circle;
    margin-bottom: 10px;
}

.basic-list:last-child {
    margin-bottom: 30px;
}

#divisions ul li a {
    text-decoration: none;
}

.hide,
.level2__about,
.level2__careers {
    display: none;
}

.page-about .level2__about,
.page-careers .level2__careers {
    display: block;
}

.list-items-block li a {
    text-decoration: none;
}

a.btt {
    text-decoration: none;
}

.why-join h4 {
    font-weight: 800;
    margin-top: 0.5rem;
}

.why-join {
    margin-bottom: 0.5rem;
}

h2 {
    margin-bottom: 0.5rem
}

p {
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    line-height: 1.5;
    margin: 5px 0px 15px 0px;
    line-height: 22px;
    padding-bottom: 15px;
}

[data-page-name="Careers"] .jobs-list.custom_,
[data-page-name="Job Listings"] .jobs-list.custom_ {
    display: block;
}

[data-page-name="Careers"] .jobs-list,
[data-page-name="Job Listings"] .jobs-list {
    display: none;
}

#jobs-list .results-list .result-item {
    cursor: pointer;
    background-color: #f1f1f1 !important;
    padding: 10px;
    border-left: 5px solid #8CB27B;
    margin-bottom: 5px;
}


#job-detail .primary-background-color-lighter:hover,
#job-detail .primary-background-color-lighter:focus {
    background-color: #3a7daa;
    color: #fff;
}

#job-detail .secondary-color {
    color: #fff;
}

#job-detail .primary-background-color {
    background-color: rgba(6, 6, 6, 0.6);
}

#job-detail .job-description .apply-with-jobing-component .jobing-icon {
    fill: #fff;
}

#job-detail .job-addl-info .map-button:hover,
#job-detail .job-addl-info .job-share-button:hover {
    color: #ffffff;
    background-color: #3a7daa;
}

#job-detail .job-description .job-description {
    background-color: #fff;
    padding: 0;
}

#job-detail .job-description h1.job-title {
    font-weight: bold;
}

#job-detail .job-description h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

#job-detail .job-description h4.job-description-header,
#job-detail .job-description h4.job-skills-header,
#job-detail .job-description h4.job-notes-header,
#job-detail .job-description h4.apply-with-header {
    font-size: 1.5rem;
    margin-top: 10px;
}

#job-detail .job-description .job-content h4 {
    margin-bottom: 10px;
}

#job-detail .list-unstyled {
    padding: 0;
    padding-top: 2rem;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}

#job-detail .list-unstyled li {
    list-style: none;
    padding: 8px 0;
}

#job-detail .list-unstyled li i {
    display: inline-block;
    margin-right: 8px;
}

#job-detail .job-description .job-header {
    background-color: #4373ba;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

#job-detail .job-description .job-header h1 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: bold;
}

#job-detail .job-divider {
    font-weight: bold;
    margin: 18px 0;
    padding: 10px;
    background-color: #f1f2f2;
}