@charset "UTF-8";
:root {
  --bs-primary: #000048;
  --bs-primary-rgb: 0, 0, 72;
  --bs-secondary: #2f78c4;
  --heading-color: var(--bs-secondary);
  --link-color: var(--bs-secondary);
  --link-hover-color: var(--bs-primary);
  --bs-red: #b81f2d;
  --bs-yellow: #e9c71d;
  --bs-green: #2db81f;
  --bs-black: var(--bs-primary);
  --bs-pink: #f221b8;
  --bs-white: #ffffff;
  --bs-dark: var(--bs-primary);
  --bs-gray-lightest: #f5f5f2;
  --bs-gray-lighter: #e8e8e6;
  --bs-gray-light: #d0d0ce;
  --bs-gray-medium: #97999b;
  --bs-gray-dark: #53565a;
  --bs-accent1-light: #85a0f9;
  --bs-accent1-medium: #7373d8;
  --bs-accent1-dark: #2e308e;
  --bs-accent2-light: #92bbe6;
  --bs-accent2-medium: #6aa2dc;
  --bs-accent2-dark: #2f78c4;
  --bs-accent3-light: #97f5f7;
  --bs-accent3-medium: #26efe9;
  --bs-accent3-dark: #06c7cc;
  --bs-success: var(--bs-green);
  --bs-info: var(--bs-accent3-medium);
  --bs-warning: var(--bs-yellow);
  --bs-danger: var(--bs-red);
  --bs-light: var(--bs-white);
  --bs-font-sans-serif: "Gellix", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-root-font-size: 1.25rem;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-size-small: 0.75rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.3;
  --bs-body-color: var(--bs-primary);
  --bs-body-bg: var(--bs-white);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: var(--bs-gray-light);
  --bs-border-color-translucent: rgba(var(--bs-primary), 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: var(--bs-secondary);
  --bs-link-hover-color: var(--bs-primary);
  --bs-code-color: var(--bs-red);
  --bs-highlight-bg: var(--bs-white);
  --bs-button-bg: var(--bs-accent3-medium);
}

/*
-----------------------------------------------------------------------------------

  ████████████████████    ██████ █████████████████████████████
 ██     ██     ██         ██   ████     ██     ██        ██
 ██     ██████████████    ██████ █████  ████████████     ██
 ██          ██     ██    ██   ████          ████        ██
  ████████████████████    ██   ███████████████████████   ██

-----------------------------------------------------------------------------------
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  width: 80%;
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
-----------------------------------------------------------------------------------

 █████████████ ███    █████████████████
 ██    ██    ██████   ██   ██   ██
 █████ ██    ████ ██  ██   ██   ███████
 ██    ██    ████  ██ ██   ██        ██
 ██     ██████ ██   ████   ██   ███████

-----------------------------------------------------------------------------------
*/
/* --------------- Font Face Rule --------------- */
@font-face {
  font-family: "Gellix";
  src: url("../objects/custom-fonts/Gellix-Light.woff2") format("woff2"),
    url("../objects/custom-fonts/Gellix-Light.woff") format("woff"),
    url("../objects/custom-fonts/Gellix-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("../objects/custom-fonts/Gellix-LightItalic.woff2") format("woff2"),
    url("../objects/custom-fonts/Gellix-LightItalic.woff") format("woff"),
    url("../objects/custom-fonts/Gellix-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("../objects/custom-fonts/Gellix-Regular.woff2") format("woff2"),
    url("../objects/custom-fonts/Gellix-Regular.woff") format("woff"),
    url("../objects/custom-fonts/Gellix-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("../objects/custom-fonts/Gellix-RegularItalic.woff2") format("woff2"),
    url("../objects/custom-fonts/Gellix-RegularItalic.woff") format("woff"),
    url("../objects/custom-fonts/Gellix-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("../objects/custom-fonts/Gellix-SemiBold.woff2") format("woff2"),
    url("../objects/custom-fonts/Gellix-SemiBold.woff") format("woff"),
    url("../objects/custom-fonts/Gellix-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gellix";
  src: url("../objects/custom-fonts/Gellix-SemiBoldItalic.woff2")
      format("woff2"),
    url("../objects/custom-fonts/Gellix-SemiBoldItalic.woff") format("woff"),
    url("../objects/custom-fonts/Gellix-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* --------------- Font Face Rule End --------------- */
/*
-----------------------------------------------------------------------------------

 ██████████    ████████  ██████  ██████ ██████  █████ ██████ ██   ████    ██
    ██    ██  ██ ██   ████    ████      ██   ████   ████   ████   ██ ██  ██
    ██     ████  ██████ ██    ████   █████████ █████████████ ███████  ████
    ██      ██   ██     ██    ████    ████   ████   ████     ██   ██   ██
    ██      ██   ██      ██████  ██████ ██   ████   ████     ██   ██   ██

-----------------------------------------------------------------------------------
*/

* {
  font-family: var(--bs-body-font-family) !important;
}

:is(.h1, h1, .display-1, .display-2, .h2, h2, .h3, h3, .h4, h4, .h5, h5) {
  font-feature-settings: "ss00";
}

:is(.h4, h4, .h5, h5, .h6, h6) {
  color: var(--heading-color);
}

h4 {
  font-weight: 300;
}

h5 {
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
}

.h1,
h1 {
  font-size: calc(1.545rem + 3.54vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 4.2rem;
  }
}
.h2,
h2 {
  font-size: calc(1.44rem + 2.28vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 3.15rem;
  }
}
.h3,
h3 {
  font-size: calc(1.36rem + 1.32vw);
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 2.35rem;
  }
}
.h4,
h4 {
  font-size: calc(1.305rem + 0.66vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.8rem;
  }
}
.h5,
h5 {
  font-size: calc(1.26rem + 0.12vw);
}

@media (min-width: 1200px) {
  .h5,
  h5 {
    font-size: 1.35rem;
  }
}
.h6,
h6 {
  font-size: 1rem;
}

.small,
small {
  font-size: 0.75rem;
}

a {
  color: var(--bs-link-color);
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
}

input {
  font-size: var(--bs-body-font-size);
  cursor: pointer;
  padding: 0.375rem 0.375rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-primary);
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-medium);
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* width: 100%; */
}

select {
  font-size: var(--bs-body-font-size);
  display: inline-block;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-primary);
  background-color: var(--bs-white);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid var(--bs-gray-medium);
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
-----------------------------------------------------------------------------------

 █████████████████    ████     ██████████████
 ██        ██    ██  ██ ██     ██     ██
 ███████   ██     ████  ██     █████  ███████
      ██   ██      ██   ██     ██          ██
 ███████   ██      ██   █████████████████████

-----------------------------------------------------------------------------------
*/
html {
  font-family: var(--bs-body-font-family);
  font-size: 125%;
  box-sizing: border-box;
}

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-feature-settings: "ss01";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-break: break-word;
  color: var(--bs-primary);
  width: 100% !important;
}

.content-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.row-fluid {
  display: flex;
  width: 100%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.no-border {
  border: none;
}

#wrapper .hidden-audible {
  padding: 0 !important;
}

#jobportal img {
  border: 0 none;
  height: auto;
  vertical-align: middle;
  margin: auto;
  width: auto;
}

/*************** Clearfix *****************/
.clearfix::before {
  content: ".";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix::after {
  content: ".";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

/*************** ----- Layout Style ----- *****************/
/*
-----------------------------------------------------------------------------------

██   █████████ █████ ██████ █████████████
██   ████     ██   ████   ████     ██   ██
████████████  █████████   ███████  ██████
██   ████     ██   ████   ████     ██   ██
██   ███████████   ████████ █████████   ██

-----------------------------------------------------------------------------------
*/
/*

	███    ██ █████ ██    ██
	████   ████   ████    ██
	██ ██  ███████████    ██
	██  ██ ████   ██ ██  ██
	██   ██████   ██  ████
	*/
.cog-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem 0;
  gap: 1rem;
  width: 100%;
  /*
  -----------------------------------------------------------------------------------
  ██████████████ █████ ██████  ████████   ██
  ██     ██     ██   ████   ████     ██   ██
  ████████████  █████████████ ██     ███████
  ████     ██   ████   ████     ██   ██
  ████████████████   ████   ██ ████████   ██
  -----------------------------------------------------------------------------------
  */
}
.cog-header a {
  font-weight: normal;
}
.cog-header .logo {
  margin-inline-end: auto;
  background: none;
}
.cog-header .logo img {
  width: 100%;
  max-width: 250px;
}
.cog-header .mainnav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.cog-header .staticnav {
  font-size: var(--bs-body-font-size-small);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
  align-items: baseline;
}
.cog-header .staticnav > div {
  display: flex;
  align-items: center;
  width: 100%;
}
.cog-header .staticnav .subnav {
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cog-header .staticnav .subnav [title*="Worldwide"] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.cog-header input.search-box[type="text"] {
  background-color: var(--bs-gray-lightest);
  border: 1px solid var(--bs-gray-medium);
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 72, 0.075);
  padding: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  height: 100%;
  font-size: initial;
}
.cog-header .search-btn {
  width: 2rem;
  height: 100%;
}
.cog-header .icon-search {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background: url(../images/search.svg) no-repeat;
  background-size: 50%;
  background-position: center center;
  border-radius: 0 0.5rem 0.5rem 0;
  border: 1px solid var(--bs-gray-medium);
  background-color: var(--bs-gray-lightest);
  padding: 0 1rem;
}

/***************  Taleo Banner *****************/
.taleo_banner {
  margin: 0 auto;
  background: url("../images/banner-v5.jpg") no-repeat;
  background-size: cover;
  background-position: center 30%;
  padding: 2rem 0;
  position: relative;
  color: var(--bs-white);
}
.taleo_banner .content-wrap {
  position: relative;
  z-index: 1;
}
.taleo_banner::after {
  background-image: linear-gradient(
    rgba(var(--bs-primary-rgb), 0.55),
    rgba(var(--bs-primary-rgb), 0.55)
  );
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  inset: 0;
}
.taleo_banner h1 {
  width: 23ch;
}

/*************** Taleo Job Portal *****************/
/*
-----------------------------------------------------------------------------------
█████████████  ███████████████████████████
██    ██    ████    ██  ██   ██     ██   ██
█████ ██    ████    ██  ██   █████  ██████
██    ██    ████    ██  ██   ██     ██   ██
██     ██████  ██████   ██   █████████   ██
-----------------------------------------------------------------------------------
*/
#footer {
  background: var(--bs-gray-lighter);
  margin-top: 2rem;
  font-size: var(--bs-body-font-size-small);
}
#footer .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/*************** Footer Social / Subnav *****************/
.ftr-sub-nav {
  margin-inline-start: auto;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ftr-sub-nav a,
.ftr-sub-nav span {
  font-weight: normal;
}

.ftr-social-links {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.ftr-social-links img {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
}

.ftr-links .solution.vsolution div {
  float: left;
  width: 33.33%;
  margin: 0 0 2em;
}
.ftr-links .vsolution div:nth-child(2),
.ftr-links .vsolution div:nth-child(3) {
  margin: 2em 0 0;
}
.ftr-links ul {
  padding: 0.4rem;
  margin: 0;
  list-style: none;
}
.ftr-links ul li {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: outside none none;
}
.ftr-links ul li a {
  color: var(--bs-gray-medium);
  line-height: 20px;
  text-decoration: none;
}
.ftr-links ul li a b {
  line-height: inherit;
}
.ftr-links ul li a b i {
  display: inline;
}
.ftr-links .vsolution li.subhead a {
  color: var(--bs-link-hover-color);
  font-weight: 700;
}

/***************/
/* Override Default Styles //*****************/
#wrapper #headerPanelContainer #jobcart-state .jobcart-link {
  background: url(../images/ico-cart.svg) no-repeat left center;
}

#jobportal .mainsection {
  margin: 0;
}
#jobportal #facetedSearchBody #jobs th a {
  color: var(--bs-link-color);
}
#jobportal #facetedSearchBody #jobs th[scope="col"] {
  font-size: 0.8rem;
}
#jobportal .mainsection .headersection .headerpanel {
  padding-top: 0;
}
#jobportal .headersection .metalink a {
  font-size: 0.8rem;
}
#jobportal .headersection .headerpanel {
  border: none;
}
#jobportal .headersection .headerpanel .metapanel2 {
  float: left;
}
#jobportal .headersection .headerpanel .metapanel .metalinkimg {
  width: 1.5rem;
  height: 16px;
  padding-top: 16px;
  padding-left: 1.5rem;
  box-sizing: border-box;
  background: url(../images/ico-cart.svg) no-repeat;
}
#jobportal .headersection .headerpanel .userpanel,
#jobportal .headersection .headerpanel .metapanel {
  padding-top: 10px;
}
#jobportal .headersection .headerpanel .userpanel .separator {
  float: left;
  color: var(--bs-white);
  min-height: 20px;
}
#jobportal .headersection .headerpanel .metapanel .metagrouppanel a {
  /* font-size: var(--bs-body-font-size-small) !important; */
}
#jobportal .headersection .headerpanel .metapanel .metagrouppanel .separator {
  color: var(--bs-white);
  min-height: 20px;
}
#jobportal .headersection .headerpanel .metapanel .metagrouppanel .separator {
  padding: 0 0.4rem;
  top: 2px;
  position: relative;
}
#jobportal .headerpanel #tabs {
  bottom: 0;
  padding: 0;
  background-color: var(--bs-white);
  color: var(--bs-primary);
  border-bottom: 1px solid var(--bs-gray-medium);
  width: 100%;
}
#jobportal .headerpanel #tabs.linkpanel {
  position: relative;
  padding: 0;
}
#jobportal .headerpanel .linkpanel {
  border-bottom: 1px solid var(--bs-gray-medium);
}
#jobportal .headersection .headerpanel .linkpanel li a {
  padding: 0.5rem;
  color: var(--bs-link-color);
  font-size: var(--bs-body-font-size);
  margin: 0;
  border: 1px solid var(--bs-gray-medium);
  border-bottom: 1px solid var(--bs-gray-lightest);
  background: var(--bs-gray-lightest);
}
#jobportal .headersection .headerpanel .linkpanel .selectedlink {
  padding: 0.5rem;
  color: var(--bs-link-color);
  font-size: var(--bs-body-font-size);
  margin: 0;
  border: 1px solid var(--bs-gray-medium);
  border-bottom: 1px solid var(--bs-white) !important;
  background: var(--bs-white) !important;
}
#jobportal .headersection .headerpanel .linkpanel + li.link {
  border-left: 2px solid var(--bs-white);
  padding: 0;
  background: var(--bs-gray-lightest);
  display: inline-block;
}
#jobportal .selectedlink,
#jobportal .selectedlink span {
  color: var(--bs-primary) !important;
  border: none;
  font-size: 1rem;
  outline: 1px solid var(--bs-white);
}
#jobportal .info-panel {
  padding: 1% 0;
}

.mainsection .inputbutton {
  margin-left: 0;
  margin-right: 6px;
  border: none;
}

#wrapper span.username {
  float: left;
}

.username {
  font-size: 0.8rem;
  color: var(--bs-primary);
}

.headerpanel .metapanel a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a.username-button {
  color: var(--bs-link-color);
  background: url(../images/arr_down.svg) no-repeat right center;
  background-size: 8%;
}

#rssFeedPanel {
  text-align: right;
}

#jobsTableContainer {
  background-color: var(--bs-white);
}

#jobportal #infoPanel h1.info-panel-title {
  padding-left: 0px;
}

jobportal
  .mainsection
  .metapanel
  .metalink
  a[title="View a printable version of the job description"] {
  color: var(--bs-link-color);
}

#jobportal
  .mainsection
  .metapanel
  .metalink
  a[title="View a printable version of the job description"]:hover {
  color: var(--bs-link-color);
}
#jobportal .blockpanel fieldset {
  padding: 0;
}
#jobportal .blockpanel fieldset.menuHierarchy {
  padding: 0.4rem;
}
#jobportal input.search-button[type="button"] {
  background-image: url(../images/search.svg);
  padding: 1rem 2rem;
  background-size: 30%;
  margin: 0;
}
#jobportal .accessmanagement .block-main-border-fix .button-group-center {
  padding-left: 0;
}

#jobportal .accessmanagement .entity-label {
  font-size: var(--bs-body-font-size);
  color: var(--bs-primary);
}

#jobportal input[type="button"],
#jobportal a[role="button"] {
  padding: 0.5rem 2rem;
  margin-right: 1rem;
  border: none;
  color: var(--bs-primary) !important;
  border-radius: 1000px;
  padding: initial 1rem;
  font-weight: bold;
  width: auto !important;
  background-color: var(--bs-accent3-medium);
}

.alert-content input[type="button"],
#jobportal .accessmanagement .button-group-center a {
  width: auto;
  height: auto;
  padding: 0.5rem 2rem !important;
  margin-right: 0.5rem;
  border: none;
  color: var(--bs-primary);
  display: inline-block;
  border-radius: 1000px;
  font-weight: bold;
}

.alert-content input[type="button"] {
  font-weight: bold;
  background: var(--bs-button-bg);
  border-radius: 1000px;
  margin-right: 0.75rem;
  width: auto;
  padding: 0.5rem 2rem;
}

.alert-content input[value="No"] {
  color: var(--bs-white);
}

#jobportal .accessmanagement .linkpanel {
  display: none;
}
#jobportal .accessmanagement .button-group-center {
  display: inline-block;
  background: none;
  border-radius: 1000px;
}
#jobportal .accessmanagement .dialog-columns-2 {
  padding: 0 2.5rem 0 0;
}
#jobportal .accessmanagement .dialog-columns-openid-text {
  font-weight: bold;
}
#jobportal .accessmanagement .dialog-columns-2 .entity-label {
  margin-top: 0.75rem;
}
#jobportal .accessmanagement .dialog-columns input,
#jobportal .accessmanagement .dialog-columns-2 input {
  min-width: 250px;
}
#jobportal .accessmanagement .block-main-border-wide-fix {
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  display: inline-block;
}
#jobportal .block-main-border-fix .entity-mandatory-field {
  margin-bottom: 1rem;
}
#jobportal .accessmanagement .iam-link-small-no-text-decoration a {
  font-style: normal;
  color: var(--bs-link-color);
  text-decoration: none;
}
#jobportal .accessmanagement .entity-mandatory-field {
  color: var(--bs-red);
}
#jobportal .accessmanagement .button-group-center a {
  background-color: var(--bs-button-bg);
  text-decoration: none;
}
#jobportal .blockpanel input[value="I Accept"] {
  background-color: var(--bs-button-bg);
}

.alert-content input[value="Yes"] {
  background-color: var(--bs-button-bg);
}

#jobportal input[value="OK"],
#jobportal input[value="Attach"],
#jobportal input[value="Yes"],
#jobportal input[value="Apply Online"],
#jobportal input[value="Sign Out"],
#jobportal input[value="Withdraw"],
#jobportal input[id*="Continue"] {
  background-color: var(--bs-button-bg);
}
#jobportal input[value="I Decline"],
#jobportal input[value="New User"],
#jobportal input[value="Cancel"],
#jobportal input[value="No"],
#jobportal input[value="Quit"],
#jobportal input[value="Save as Draft"],
#jobportal input[value="Clear"],
#jobportal input[id*="Cancel"] {
  color: var(--bs-link-color) !important;
  background-color: transparent;
  border: 2px solid var(--bs-link-color);
}

.alert-content input[value="No"] {
  background-color: var(--bs-link-color);
  color: var(--bs-white);
}

html > body .headersection .headerpanel .linkpanel .link .magnifierimg,
html > body .headersection .headerpanel .linkpanel .selectedlink .magnifierimg {
  display: none;
}

#jobportal .boxtop,
#jobportal .boxresultsbottom,
#jobportal .boxtraintop,
#jobportal .boxbottom {
  display: none;
}
#jobportal #seeAllOlfPanel .mainsection {
  background-color: var(--bs-white);
}
#jobportal #seeAllOlfPanel #cancelAction a {
  padding: 4px 10px;
  background-color: var(--bs-link-color);
  color: var(--bs-white);
  border-radius: 4px;
  display: inline-block;
}
#jobportal #seeAllOlfPanel a#addAction {
  background-color: var(--bs-green);
}
#jobportal .footeraction .footeractionpanel {
  border-color: transparent;
  background-color: transparent;
  border-width: 0;
}
#jobportal .jobsearch .filter-group .filter-link a,
#jobportal
  .footeraction
  .footeractionpanel
  .footergroupactionpanel
  .metalink2
  a {
  color: var(--bs-link-color);
}
#jobportal .myjobpage .footeraction .footeractionpanel {
  border-color: transparent;
  border-width: 0;
}
#jobportal
  .mainsection
  .helppanel
  .iconpanel
  img[src="/careersection/2015PRD.2.4.45.3.0/images/cart_white.gif"] {
  width: 1.5rem;
  height: 17px;
  padding-top: 17px;
  padding-left: 1.5rem;
  box-sizing: border-box;
  background: url(../images/cart_black.gif) no-repeat;
}
#jobportal .mainsection .jobsearch .contentgrouppanel .inputtext {
  width: 98%;
  padding: 2px 4px;
  border: 1px solid var(--bs-gray-light);
  margin: 4px 0 16px;
}
#jobportal .mainsection .jobsearch li.selectedlink:first-child {
  padding-left: 0.5rem;
}
#jobportal .mainsection .jobsearch li.selectedlink .linklabel {
  padding-left: 4px;
  color: var(--bs-black);
}
#jobportal .mainsection .jobsearch img.rssindicator {
  padding-top: 3px;
}
#jobportal
  .mainsection
  .jobsearch
  .leftLayout
  #resultListPanel
  #listTopPanel
  #help
  button {
  padding: 0;
}
#jobportal .myaccount .tablelist {
  border-spacing: 0;
}
#jobportal .myaccount .columnfull {
  padding-right: 0;
}
#jobportal .myaccount .columnfull .blockpanel {
  margin-right: 0;
}
#jobportal .myaccount .columnfull .titleblock,
#jobportal .myaccount .columnfull .blockpanel .metalink2 a {
  color: var(--bs-primary);
}
#jobportal .myaccount .footeraction .footeractionpanel {
  border-color: transparent;
  border-width: 0;
}
#jobportal
  .mainsection
  .summary
  .tablelist
  .columnfull
  .headerblockpanel
  h2.no-change-header
  span.titleblock,
#jobportal
  .mainsection
  .summary
  .tablelist
  .columnfull
  .headerblockpanel
  .separator,
#jobportal
  .mainsection
  .summary
  .tablelist
  .columnfull
  .headerblockpanel
  .metalink2
  a {
  color: var(--bs-primary);
}
#jobportal .headersection .link2panel {
  background-color: transparent;
  padding: 0;
  border: none;
}
#jobportal .headersection .link2panel .selectedlink2 {
  border: none;
  padding: 0.5rem;
  display: inline-block;
}
#jobportal .headersection .link2panel .selectedlink2 a,
#jobportal .headersection .link2panel .link2 a {
  color: var(--bs-link-color);
  font-size: var(--bs-body-font-size);
}
#jobportal .headersection .link2panel .selectedlink2 span {
  font-size: var(--bs-body-font-size);
}
#jobportal .headersection .link2panel .separatorlink2,
#jobportal .headersection .link2panel .link2 a:hover {
  color: var(--bs-link-hover-color);
}
#jobportal .mainsection .jobcontentpanel span {
  color: var(--bs-gray-medium);
}
#jobportal .mainsection .jobcontentpanel span a {
  color: var(--bs-link-color);
}
#jobportal .mainsection .pagerpanel .pagersectionpanel .pagerlabel {
  display: block;
}
#jobportal .requisitionDescription p {
  margin: 0;
}
#jobportal .requisitionDescription br {
  display: none;
}
#jobportal .requisitionDescription iframe#ftlFrame {
  background-color: var(--bs-white);
}
#jobportal .mainsection .headerpanel {
  padding-top: 0.4rem;
  background-color: transparent;
  border-bottom: none;
}
#jobportal .mainsection .headerpanel .metapanel .metalink a {
  color: var(--bs-link-color);
  font-size: 0.8rem;
}
#jobportal .mainsection .headerpanel .metapanel .flowstatus {
  font-size: 0.8rem;
}
#jobportal .mainsection .headerpanel .infopanel .infojob,
#jobportal .mainsection .headerpanel .infopanel .metalink2 a {
  font-size: 0.8rem;
}
#jobportal .mainsection .footeractionpanel {
  background-color: transparent;
  border-color: var(--bs-gray-lighter);
  border-width: 0;
  height: auto;
  overflow: hidden;
}
#jobportal .mainsection .headerpanel .buttonpanel-container {
  height: auto;
  overflow: hidden;
}
#jobportal .mainsection .headerpanel .buttongrouppanel2 .on-the-left {
  margin-top: 1rem;
}
#jobportal .blockpanel fieldset.no-border .legend-pos {
  margin-left: 0;
}
#jobportal .blockpanel .descriptionpanel br {
  display: none;
}
#jobportal .blockpanel .descriptionpanel .entity-value,
.blockpanel .entity-value {
  max-width: unset;
  display: inline-block;
}

.entity-value span span strong {
  margin-bottom: 1rem !important;
  display: inline-block;
}

/* add background-color: #ffffff to bgcolor -- Removed for transparent BG */
/*************** Advance Search Page *****************/
/*************** My Account Page *****************/
/*************** Summary Page *****************/
/*************** Resume Upload Page *****************/
/*************** Job Cart Page *****************/
/*************** Descripion Page *****************/
/*************** Personal Information Page *****************/
/* add #ffffff to bgcolor -- Removed for transparent BG */
/* add #ffffff to bgcolor -- Removed for transparent BG */
/*#jobportal .mainsection .headerpanel .datatrain-wagon { width: 90px; height: 50px; font-size: 11px;}*/
/*************** Education and Experience Page *****************/
.sugInput-sug {
  color: var(--bs-black);
}

#jobportal .blockpanel fieldset .entity-noframe {
  margin-bottom: 0.4rem;
}
#jobportal .blockpanel fieldset .separatorhorizontalpanel {
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
#jobportal .blockpanel .custom-form-grid {
  border-collapse: collapse;
}
#jobportal .blockpanel .custom-form-grid fieldset fieldset {
  margin-left: 0;
}
#jobportal .formskill .tableskills .skillsgrouppanel fieldset {
  background-color: transparent;
}
#jobportal .mainsection .blockpanel .textindentpanel select.inputselect1 {
  width: 260px;
}
#jobportal .mainsection .blockpanel .entity-indent {
  /* margin-top: 1rem; */
}
#jobportal
  .mainsection
  .blockpanel
  table.custom-form-grid
  tr:first-child
  td.custom-form-columns:nth-child(2):last-child {
  padding-left: 22px;
}
#jobportal
  .mainsection
  .blockpanel
  table.custom-form-grid
  td.custom-form-columns
  input.entity-value[type="text"] {
  width: 250px;
}

/*************** Questions Page *****************/
/*************** Attachments Page *****************/
/*************** EEO Page *****************/
/*************** eSignature Page *****************/
/*************** Alert Box *****************/
.alert-title {
  text-align: left;
}

.alert-full-page-container .alert-message {
  text-align: left;
}
.alert-full-page-container .alert-frame {
  background-color: var(--bs-white);
}
.alert-full-page-container
  .alert-frame
  .alert-button-panel
  input[type="submit"] {
  padding: 0.5rem 0.75rem;
  margin-right: 0.5rem;
  border: none;
  color: var(--bs-primary);
  background-color: var(--bs-button-bg);
}
.alert-full-page-container .alert-message-notification {
  background-color: var(--bs-white);
  border: none;
}

#jobportal .messagewarningpanel,
#jobportal .message-error {
  border: 1px solid var(--bs-gray-dark);
}
#jobportal .messagewarningpanel,
#jobportal .message-warning,
#jobportal .messageerrorpanel,
#jobportal .message-error {
  background-color: var(--bs-yellow);
}
#jobportal .messagewarningpanel .messagetext {
  padding-bottom: 1rem;
}
#jobportal .datatrain-t {
  padding: 0;
  width: 100% !important;
}
#jobportal .datatrain-empty-padder {
  width: unset;
}
#jobportal .datatrain-tv {
  width: 100%;
}
#jobportal .datatrain-t,
#jobportal .datatrain-tv,
#jobportal .datatrain-tv-left-margin,
#jobportal .datatrain-tv-right-margin {
  background-color: white;
  border: none;
  height: 100%;
  left: 0 !important;
}
#jobportal .datatrain-tv-left-margin,
#jobportal .datatrain-left-shifter,
#jobportal .datatrain-right-shifter {
  display: none !important;
}
#jobportal .datatrain-no-focus-left,
#jobportal .datatrain-no-focus-right {
  /* top: 3.2rem; */
  border: none;
  width: 0.5em;
}
#jobportal .datatrain-focus {
  /* width: 7.6rem; */
  /* height: 5.5rem; */
  /* margin-top: 0.2rem; */
  background-color: var(--bs-accent2-dark);
  border: none;
}
#jobportal .datatrain-focus-left,
#jobportal .datatrain-focus-right {
  border: none;
}
#jobportal .datatrain-focus,
#jobportal .datatrain-no-focus {
  width: 6.4em;
}
#jobportal .datatrain-focus {
  /* width: 7.6rem; */
  /* height: 5.5rem; */
  /* margin-top: 0.2rem; */
  background-color: var(--bs-accent2-dark);
  border: none;
}
#jobportal .datatrain-wagon * {
  text-align: left;
  float: left;
}
#jobportal .datatrain-wagon-link a {
  font-size: 1em;
}
#jobportal .datatrain-focus .datatrain-wagon {
  /* width: 7.4rem; */
  /* height: 5.3rem; */
  background-color: white;
  /* padding: 1rem; */
  border: none;
}
#jobportal .datatrain-no-focus {
  height: unset;
  /* padding-top: 0.9rem; */
  padding: 0.5rem;
  background: #d0d0ce;
}
#jobportal .datatrain-no-focus .datatrain-wagon {
  width: 100%;
  /* height: 5.3rem; */
  border: none;
}

/*************** Train Box *****************/
html > body #jobportal .datatrain-focus-left,
html > body #jobportal .datatrain-focus-right {
  /* height: 7rem; */
  /* margin-top: 0.2rem; */
  background-color: var(--bs-accent2-dark);
}

/*************** Pagination *****************/
.pagerpanel {
  padding-top: 1rem;
}

#jobPager a#previous {
  line-height: 0.75rem;
  padding-right: 7px;
  display: inline-block;
  border-right: 1px solid var(--bs-gray-dark);
}
#jobPager ul.pager {
  padding-left: 14px;
}
#jobPager ul.pager li {
  padding-right: 0.4rem;
}
#jobPager ul.pager li:last-child {
  padding-right: 14px;
}
#jobPager .pagersectionpanel ul.pager li.pagerlink a {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}
#jobPager a#next {
  line-height: 0.75rem;
  padding-left: 7px;
  display: inline-block;
  border-left: 1px solid var(--bs-gray-dark);
}

/*************** Pagination End *****************/
/*************** Transparent Background *****************/
#jobportal .mainsection {
  font-family: var(--bs-body-font-family) !important;
}
#jobportal .mainsection .mastercontentpanel,
#jobportal .mainsection .mastercontentpanel2 {
  background-color: transparent;
  border: none;
  border-width: 0;
}
#jobportal .jobsearch .resultpropertiescontentpanel,
#jobportal .jobsearch .boxresultsb2,
#jobportal .jobsearch .boxresultsb3,
#jobportal .jobsearch .boxresultsb4 {
  background-color: transparent;
}
#jobportal .headersection .link2panel .link2 a:hover,
#jobportal .jobsearch .tablelistradius,
#jobportal .processesNotSelectedTaskItem td:hover,
#jobportal .processes-table-link td:hover {
  background-color: transparent;
}

.pdf-viewer-style body,
table th,
table td:not(.nonpdf-inputbutton),
label,
input,
button,
textarea,
.pdf-viewer-style input[type="text"],
.pdf-viewer-style input[type="password"],
.pdf-viewer-style input[type="datetime"],
.pdf-viewer-style input[type="datetime-local"],
.pdf-viewer-style input[type="date"],
.pdf-viewer-style input[type="month"],
.pdf-viewer-style input[type="time"],
.pdf-viewer-style input[type="week"],
.pdf-viewer-style input[type="number"],
.pdf-viewer-style input[type="email"],
.pdf-viewer-style input[type="url"],
.pdf-viewer-style input[type="search"],
.pdf-viewer-style input[type="tel"],
.pdf-viewer-style input[type="color"],
.pdf-viewer-style .uneditable-input {
  font-size: inherit;
}

.topSearchContainer {
  padding: 0;
  margin: 1rem 0;
  display: inline-block;
}

.search-panel-links-container {
  text-align: left;
  margin: 0;
}
.search-panel-links-container ul {
  padding: 0;
}

.search-button-container {
  width: auto;
}

.criteria-fields {
  white-space: unset;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

.criteria-field {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: center;
  float: none;
  padding: 0;
  line-height: normal;
  word-break: normal;
}

.list-top-panel * {
  font-size: var(--bs-body-font-size);
}

.result-list-button {
  display: inline-block;
  margin-top: 1rem;
}

.headerpanel {
  padding: 0;
}

[class*="nav-btn"],
.accessmanagement .nav-btn5 {
  background-color: transparent;
}

#et-ef .mainsection .mastercontentpanel,
#et-ef .mainsection .headerpanel,
#et-ef #jobportal .mainsection .footeractionpanel,
#editTemplateMultipart-editForm .mainsection .mastercontentpanel,
#editTemplateMultipart-editForm .mainsection .headerpanel,
#editTemplateMultipart-editForm #jobportal .mainsection .footeractionpanel {
  border: none;
  border-width: 0;
}
.footeraction .footeractionpanel {
  border-width: 0;
}

.headersection .headerpanel .linkpanel .link {
  border: none;
  background-color: transparent;
  padding-bottom: 0.47rem;
}

#et-ef-sessionExpired {
  padding: 1rem;
}

[id*="et-ef-content"] * {
  text-align: left !important;
  font-size: unset !important;
  /* margin: 0; */
  text-decoration: none !important;
}

/* [id*="et-ef-content"] p {
  font-weight: normal;
} */

[id*="et-ef-content"] br {
  display: none;
}

[id*="et-ef-content"].entity-noframe {
  /* margin-top: 2rem; */
}

[id*="et-ef-content"] .entity-indent {
  margin: 0;
}

h2.section-heading {
  font-size: 1em;
}

.column165 .helppanel {
  border: none;
}

.metalink2 .separator {
  display: none;
}

.mainsection .metalink2 a {
  padding: 0 0.5rem 0 0;
}

.text * {
  color: var(--bs-primary);
}

.blockpanel .input-checkbox {
  margin-right: 0.25rem;
}

.blockpanel .entity-select-action {
  display: block;
}

.blockpanel .attentionnote {
  color: unset;
}

.blockpanel .attachment-list-header {
  min-width: 6rem;
}

.blockpanel .list-header {
  min-width: 7rem;
}

.alert-button-panel {
  margin: 1rem;
}

select[name*="CandidatePersonalInfo_Language"] {
  background: none;
}

input[value="Quit"],
input[name*="quitCmd"] {
  display: none;
}
/*new css update*/
.attachment-list .captionleft span:nth-last-child(1 of .text) { 
    font-weight: bold;
    background: #000048;
   color: #fff;
    padding: 5px 10px;
        display: block !important;
    line-height: 1.3 !important;
}
.mainsection #editTemplateMultipart-editForm-content-ftf-mastercontentpanel .blockpanel {
    display: grid;
}
#editTemplateMultipart-editForm-content-ftf-mastercontentpanel .blockpanel span:nth-child(1 of .tablelistindent) {
    order: 2;
    margin-bottom: 15px;
}
#editTemplateMultipart-editForm-content-ftf-mastercontentpanel .blockpanel span:nth-child(2 of .tablelistindent) {
    order: 1;
    font-weight: bold;
}
.mainsection #editTemplateMultipart-editForm-content-ftf-mastercontentpanel .textindentpanel,#editTemplateMultipart-editForm-content-ftf-mastercontentpanel .blockpanel .contentpanel,#editTemplateMultipart-editForm-content-ftf-mastercontentpanel .blockpanel span:nth-child(3 of .separatorpanel){
    order: 2;
}
#editTemplateMultipart-editForm-content-ftf-mastercontentpanel .blockpanel span:nth-child(2 of .tablelistindent) .text-inline::before {
    content:"*";
    color: #26efe9;
}
.mainsection #editTemplateMultipart-editForm-content-ftf-mastercontentpanel .descriptionpanel {
    margin: 0;
}
#editTemplateMultipart-editForm-content-ftf-mastercontentpanel .blockpanel .separatorpanel {
    margin: 10px 0 0 0;
}
#editTemplateMultipart-editForm-content-ftf-mastercontentpanel .blockpanel span:nth-child(2 of .tablelistindent) fieldset{
    background: #000048;
    color: #fff;
    padding-right: 14px !important;
    padding-bottom: 3px !important;
}
label[for=editTemplateMultipart-editForm-content-ftf-gp-j_id_id16pc8-page_0-AttachedFilesBlock-TitleOutputText] {
    position: relative;
    top: 20px;
    left: -8px;
}

.mainsection #editTemplateMultipart-editForm-content-ftf-mastercontentpanel .blockpanel .nolabelvaluepanel{
    padding-bottom: 20px;
/*   order: 2;*/
}
