/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 20, 2012 02:12:38 PM America/New_York */
@font-face {
  font-family: 'PacificoRegular';
  src: url("../fonts/Pacifico-webfont.eot");
  src: url("../fonts/Pacifico-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Pacifico-webfont.woff") format("woff"), url("../fonts/Pacifico-webfont.ttf") format("truetype"), url("../fonts/Pacifico-webfont.svg#PacificoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 27, 2012 04:49:22 PM America/New_York */
@font-face {
  font-family: 'ColaborateBoldRegular';
  src: url("../fonts/ColabBol-webfont.eot");
  src: url("../fonts/ColabBol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ColabBol-webfont.woff") format("woff"), url("../fonts/ColabBol-webfont.ttf") format("truetype"), url("../fonts/ColabBol-webfont.svg#ColaborateBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ColaborateBoldRegular';
  src: url("../fonts/ColabBol-webfont.eot");
  src: url("../fonts/ColabBol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ColabBol-webfont.woff") format("woff"), url("../fonts/ColabBol-webfont.ttf") format("truetype"), url("../fonts/ColabBol-webfont.svg#ColaborateBoldRegular") format("svg");
  font-weight: bold;
  font-style: normal; }
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-x: hidden;
  background-image: url(../images/bkg_html.png);
  background-position: center top;
  margin: 0;
  font: 0.75em/1.333em "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  /* 12px font 16px line height */ }

body {
  background-image: url(../images/bkg_body.png);
  background-position: center 70px;
  background-repeat: no-repeat;
  margin: 0; }
  body.framed {
    background-image: none; }

#site-container {
  width: 1024px;
  height: 768px;
  margin: auto; }

h1 {
  font-family: 'PacificoRegular', georgia;
  font-size: 32px;
  font-weight: normal;
  color: #fff; }

h2 {
  font-family: 'PacificoRegular', georgia;
  font-size: 24px;
  font-weight: normal;
  color: #9c1c22; }

h3 {
  font-size: 16px;
  color: #171f4c; }

h4 {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #9c1c22; }

h5 {
  font-family: Arial;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #6cafda; }

h6 {
  font-family: Arial;
  font-size: 12px;
  color: #a4a098; }

#header {
  height: 165px;
  position: relative;
  background-image: url(../images/bkg_ribbon.png);
  background-position: center 13px;
  background-repeat: no-repeat; }

#logo {
  width: 366px;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto; }

#back-button {
  position: absolute;
  top: 10px;
  left: 20px;
  background-image: url(../images/icn_back.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 44px;
  color: #171f4c;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  text-transform: lowercase; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #back-button {
      /* on retina, use image thats scaled by 2 */
      background-image: url("../images/icn_back@2x.png");
      background-size: 34px 36px; } }
  #back-button:focus, #back-button:hover {
    opacity: 0.9; }

#home-button {
  position: absolute;
  top: 64px;
  left: 98px;
  background-image: url(../images/icn_home.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 78px;
  color: #fff;
  font-size: 20px;
  line-height: 68px;
  text-decoration: none;
  text-transform: lowercase; }
  #home-button:focus, #home-button:hover {
    opacity: 0.9; }

#log-out-button {
  position: absolute;
  top: 64px;
  right: 98px;
  background-image: url(../images/icn_logout.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 78px;
  color: #fff;
  font-size: 20px;
  line-height: 68px;
  text-decoration: none;
  text-transform: lowercase; }
  #log-out-button:focus, #log-out-button:hover {
    opacity: 0.9; }

#footer {
  text-align: center;
  padding: 15px 0; }
  #footer a {
    margin: 0 13px; }

.action_btn {
  background-color: #f5f1eb;
  background-image: -moz-linear-gradient(bottom, #e9e5d9 70.08%, #f3f1eb 170.08%);
  background-image: -o-linear-gradient(bottom, #e9e5d9 70.08%, #f3f1eb 170.08%);
  background-image: -webkit-linear-gradient(bottom, #e9e5d9 70.08%, #f3f1eb 170.08%);
  background-image: linear-gradient(to top, #e9e5d9 70.08%, #f3f1eb 170.08%);
  border: 1px solid #bfbcb6;
  -moz-box-shadow: 0 0 8px rgba(73, 65, 48, 0.12);
  -webkit-box-shadow: 0 0 8px rgba(73, 65, 48, 0.12);
  box-shadow: 0 0 8px rgba(73, 65, 48, 0.12);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  float: left;
  width: 236px;
  height: 147px;
  margin: 6px 5px;
  padding: 8px 0 0 0;
  color: #9c1c22;
  font-size: 32px;
  font-weight: normal;
  font-family: 'PacificoRegular', georgia;
  line-height: 23px;
  text-decoration: none;
  text-align: center; }
  .action_btn span {
    font-weight: bold;
    font-family: 'ColaborateBoldRegular'; }
  .action_btn:hover, .action_btn.active {
    background-color: #f5f1eb;
    background-image: -moz-linear-gradient(bottom, #c1bbad 70.08%, #d9d5cb 100.16%, #e3e1d9 140.25%, #e3e1d9 170.08%);
    background-image: -o-linear-gradient(bottom, #c1bbad 70.08%, #d9d5cb 100.16%, #e3e1d9 140.25%, #e3e1d9 170.08%);
    background-image: -webkit-linear-gradient(bottom, #c1bbad 70.08%, #d9d5cb 100.16%, #e3e1d9 140.25%, #e3e1d9 170.08%);
    background-image: linear-gradient(to top, #c1bbad 70.08%, #d9d5cb 100.16%, #e3e1d9 140.25%, #e3e1d9 170.08%); }
  .action_btn.alt {
    background-color: #f5f1eb;
    background-image: -moz-linear-gradient(bottom, #c1bbad 70.08%, #d9d5cb 100.16%, #e3e1d9 140.25%, #e3e1d9 170.08%);
    background-image: -o-linear-gradient(bottom, #c1bbad 70.08%, #d9d5cb 100.16%, #e3e1d9 140.25%, #e3e1d9 170.08%);
    background-image: -webkit-linear-gradient(bottom, #c1bbad 70.08%, #d9d5cb 100.16%, #e3e1d9 140.25%, #e3e1d9 170.08%);
    background-image: linear-gradient(to top, #c1bbad 70.08%, #d9d5cb 100.16%, #e3e1d9 140.25%, #e3e1d9 170.08%); }
    .action_btn.alt:hover {
      background-color: #f5f1eb;
      background-image: -moz-linear-gradient(bottom, #e9e5d9 70.08%, #f3f1eb 170.08%);
      background-image: -o-linear-gradient(bottom, #e9e5d9 70.08%, #f3f1eb 170.08%);
      background-image: -webkit-linear-gradient(bottom, #e9e5d9 70.08%, #f3f1eb 170.08%);
      background-image: linear-gradient(to top, #e9e5d9 70.08%, #f3f1eb 170.08%); }
  .action_btn .icon {
    display: block;
    height: 88px;
    background-image: url(../images/icn_get_ready.png);
    background-repeat: no-repeat;
    background-position: center top; }
  .action_btn.basic .icon {
    background-image: url(../images/icn_get_ready.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.basic .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_get_ready@2x.png");
        background-size: 71px 73px; } }
  .action_btn.education .icon {
    height: 73px;
    background-image: url(../images/icn_education.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.education .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_education@2x.png");
        background-size: 73px 74px; } }
  .action_btn.search .icon {
    background-image: url(../images/icn_career_search.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.search .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_career_search@2x.png");
        background-size: 71px 73px; } }
  .action_btn.interview .icon {
    background-image: url(../images/icn_interviewing.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.interview .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_interviewing@2x.png");
        background-size: 72px 71px; } }
  .action_btn.enhance .icon {
    height: 73px;
    background-image: url(../images/icn_career_enhancement.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.enhance .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_career_enhancement@2x.png");
        background-size: 72px 72px; } }
  .action_btn.target .icon {
    background-image: url(../images/icn_career_target.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.target .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_career_target@2x.png");
        background-size: 71px 73px; } }
  .action_btn.resume .icon {
    height: 73px;
    background-image: url(../images/icn_resume.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.resume .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_resume@2x.png");
        background-size: 73px 74px; } }
  .action_btn.networking .icon {
    background-image: url(../images/icn_networking.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.networking .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_networking@2x.png");
        background-size: 74px 73px; } }
  .action_btn.veterans .icon {
    background-image: url(../images/icn_veterans.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.veterans .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_veterans@2x.png");
        background-size: 73px 73px; } }
  .action_btn.topics .icon {
    background-image: url(../images/icn_hot_jobs.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.topics .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_hot_jobs@2x.png");
        background-size: 69px 71px; } }
  .action_btn.mi_talent .icon {
    height: 73px;
    background-image: url(../images/icn_mi_talent.png); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .action_btn.mi_talent .icon {
        /* on retina, use image thats scaled by 2 */
        background-image: url("../images/icn_mi_talent@2x.png");
        background-size: 69px 71px; } }
  .action_btn.home .icon {
    background-image: url(../images/icn_home.png); }
  .action_btn.logout .icon {
    background-image: url(../images/icn_logout.png); }

.action_row {
  position: absolute;
  bottom: 1px; }
  .action_row .action_btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    width: 92px;
    height: 87px;
    margin: 0 3px 0 4px;
    padding: 4px 0 0 0;
    font-size: 16px;
    line-height: 16px; }
    .action_row .action_btn .icon {
      background-size: 38px auto;
      height: 42px !important; }

#content {
  height: 528px;
  padding: 0 20px;
  position: relative; }

#content-inner {
  width: 974px;
  height: 436px;
  margin: auto;
  position: relative; }

#content-body {
  width: 900px;
  float: left;
  position: absolute;
  top: 0;
  padding-top: 55px; }

#slider {
  float: right;
  position: relative;
  width: 45px;
  height: 436px;
  background-image: url(../images/bkg_scrollbar.png);
  top: 0px;
  background-repeat: no-repeat;
  background-position: 13px center; }

#slider-up {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 43px; }

#slider-down {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 43px; }

#slider-up img, #slider-down img {
  display: block;
  width: 35px;
  height: 43px; }

#slider-move {
  display: block;
  position: absolute;
  left: -5px;
  top: 40px;
  width: 52px;
  height: 53px; }

#slider-move img {
  display: block;
  width: 52px;
  height: 53px; }

.pageTitle {
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: normal;
  margin: 0; }
  .pageTitle:after {
    content: '';
    display: block;
    position: absolute;
    right: -45px;
    top: -15px;
    background-image: url(../images/img-page-title-arrow.png);
    width: 120px;
    height: 46px; }

.service-link-block h4 {
  height: 33px;
  width: 350px;
  background: url(../images/services-header-bg.png) no-repeat;
  line-height: 33px;
  color: #fff; }

.service-link a {
  margin-left: 12px;
  color: #fff;
  text-decoration: none;
  display: block; }

.lt-col {
  float: left;
  width: 425px; }

.rt-col {
  float: right;
  width: 468px; }

.more-lt {
  display: block;
  width: 63px;
  height: 62px;
  background-image: url(../images/btn-more-lt-blue.png); }
  .more-lt:hover {
    background-image: url(../images/btn-more-dk-blue.png); }

#oppobox {
  width: 499px;
  height: 375px;
  padding: 105px 95px 45px 105px;
  background-image: url(../images/bkg_oppobox.png);
  position: relative; }
  #oppobox .more-lt {
    position: absolute;
    bottom: 20px;
    right: 38px; }
  #oppobox .opp {
    margin-bottom: 10px;
    max-height: 52px;
    overflow: hidden; }
    #oppobox .opp .date {
      text-align: center;
      width: 50px;
      float: left;
      color: #a4a098; }
      #oppobox .opp .date b {
        font-size: 26px;
        line-height: 16px; }
    #oppobox .opp a {
      color: #171f4c;
      margin: 3px 0;
      max-height: 34px;
      overflow: hidden;
      text-decoration: none; }
      #oppobox .opp a:hover, #oppobox .opp a:focus {
        text-decoration: underline; }
      #oppobox .opp a .title {
        color: #9c1c22; }

#scroll-container {
  position: relative;
  overflow: hidden;
  height: 377px; }

#wrapper {
  position: absolute; }
  #wrapper img {
    float: none !important;
    margin: 0 auto;
    max-width: 415px;
    /* just in case, to force correct aspet ratio */
    height: auto !important; }

#form-left {
  float: left;
  width: 400px; }

#form-left input {
  width: 180px; }

#form-right {
  float: right;
  width: 540px; }

#form-right * {
  vertical-align: middle; }

.newsItem {
  margin-bottom: 10px;
  max-height: 90px;
  overflow: hidden;
  width: 400px;
  margin: 0px 17px 20px 17px;
  position: relative;
  float: left; }
  .newsItem .date {
    text-align: center;
    float: left;
    color: #a4a098;
    background-image: url(../images/bkg-news-date.png);
    height: 61px;
    margin-right: 5px;
    padding-top: 12px;
    width: 90px; }
    .newsItem .date b {
      font-size: 26px;
      line-height: 16px; }
  .newsItem p {
    color: #171f4c;
    margin: 0 0 0 98px;
    width: 256px; }
  .newsItem h4 {
    margin: 0; }
  .newsItem .more-lt {
    position: absolute;
    top: 43px;
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 40px auto; }

.job-info {
  position: relative;
  width: 46%;
  float: left;
  margin: 5px 2%; }
  .job-info .more-lt {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-size: 45px auto; }

.job-info p {
  margin: 10px 0;
  color: #9c1c22; }

.job-info span {
  color: #152d5c; }

.job-description p {
  margin: 10px 0;
  color: #152d5c; }

.job-description span {
  color: #9c1c22; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
