/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/04/2016, 17:42:08
    Author     : Alejandro
*/
/*import css reset*/
/* COLOR DEFITION */
input[type="checkbox"].ios8-switch {
  position: absolute;
  margin: 8px 0 0 16px; }

input[type="checkbox"].ios8-switch + label {
  position: relative;
  padding: 5px 0 0 50px;
  line-height: 2.0em; }

input[type="checkbox"].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px;
  /* x*5 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #ddd;
  border: 1px solid #d9d9d9;
  transition: all 0.3s; }

input[type="checkbox"].ios8-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 24px;
  /* x*3 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  transition: all 0.3s; }

input[type="checkbox"].ios8-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch:checked + label:after {
  margin-left: 16px; }

input[type="checkbox"].ios8-switch:checked + label:before {
  background: #55D069; }

/* SMALL */
input[type="checkbox"].ios8-switch-sm {
  margin: 5px 0 0 10px; }

input[type="checkbox"].ios8-switch-sm + label {
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1.3em; }

input[type="checkbox"].ios8-switch-sm + label:before {
  width: 25px;
  /* x*5 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-sm + label:after {
  width: 15px;
  /* x*3 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-sm + label:hover:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch-sm:checked + label:after {
  margin-left: 10px;
  /* x*2 */ }

/* LARGE */
input[type="checkbox"].ios8-switch-lg {
  margin: 10px 0 0 20px; }

input[type="checkbox"].ios8-switch-lg + label {
  position: relative;
  padding: 7px 0 0 60px;
  line-height: 2.3em; }

input[type="checkbox"].ios8-switch-lg + label:before {
  width: 50px;
  /* x*5 */
  height: 30px;
  /* x*3 */
  border-radius: 20px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-lg + label:after {
  width: 30px;
  /* x*3 */
  height: 30px;
  /* x*3 */
  border-radius: 20px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-lg + label:hover:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch-lg:checked + label:after {
  margin-left: 20px;
  /* x*2 */ }

.main-footer {
  background: #4d4d4d;
  color: #FFF;
  padding: 30px 24px;
  font-size: 17px; }
  .main-footer a {
    color: #FFF; }
  .main-footer li {
    padding: 11px 0; }
  .main-footer .footer-info {
    margin-top: 5px; }
    .main-footer .footer-info a:hover {
      color: #FFF;
      text-decoration: underline; }
  .main-footer .footer-links {
    margin-top: 5px;
    margin-right: 10px; }
    .main-footer .footer-links a {
      display: block;
      text-align: right;
      margin-bottom: 10px; }

.tooltipster-dashboard {
  border-radius: 0px;
  border: 1px solid #333;
  background: #333;
  color: #D5DDD8;
  max-width: 180px; }

.tooltipster-dashboard .tooltipster-content {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
  padding: 15px 10px; }

.tooltip-container {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("../img/icon-info.svg") center no-repeat;
  opacity: 0.75;
  cursor: pointer;
  transition: opacity 0.3s; }
  .tooltip-container:hover {
    opacity: 1; }

div#menu {
  background-color: rgba(91, 127, 113, 0.9);
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 18px;
  color: #d5ddd9;
  display: block; }
  div#menu .welcome-menu-container {
    margin: 15px;
    margin-top: 30px; }
  div#menu .welcome-menu-link {
    display: block;
    border-radius: 45px;
    border: 6px double #fff;
    padding: 10px;
    margin: 0 auto;
    max-width: 240px;
    opacity: 1; }
    div#menu .welcome-menu-link img {
      display: block;
      margin: auto;
      width: 90%;
      max-width: 180px; }
      div#menu .welcome-menu-link img.welcome-text {
        margin: 90px auto 40px auto; }
      div#menu .welcome-menu-link img.welcome-button {
        margin-bottom: 20px;
        max-width: 160px; }
    @media (max-width: 1024px) {
      div#menu .welcome-menu-link {
        max-width: 300px;
        border-radius: 30px; }
        div#menu .welcome-menu-link img {
          max-width: 160px; }
          div#menu .welcome-menu-link img.welcome-text {
            margin: 20px auto 20px auto; }
          div#menu .welcome-menu-link img.welcome-button {
            margin-bottom: 10px; } }
  div#menu div#quick-link {
    padding: 10px;
    padding-left: 50px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 40px; }
    div#menu div#quick-link h3 {
      color: #d5ddd9;
      font-weight: normal;
      margin: 0; }
    div#menu div#quick-link ul li a {
      color: #d5ddd9;
      text-decoration: none;
      padding-left: 20px;
      line-height: 35px; }
    div#menu div#quick-link ul li a:hover {
      text-decoration: underline;
      color: white; }
  div#menu ul.nav-menu {
    margin: 0px;
    margin-top: 50px;
    border-top: 1px solid #FFF;
    /*ON PAGE*/
    /*SUBMENU*/ }
    div#menu ul.nav-menu:after {
      top: -2px;
      bottom: auto; }
    div#menu ul.nav-menu > li.hasChildren > a {
      position: relative; }
      div#menu ul.nav-menu > li.hasChildren > a:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #d5ddd9 transparent transparent transparent;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: all 0.5s;
        position: absolute;
        top: 16px;
        right: 13px;
        margin-top: 4px; }
      div#menu ul.nav-menu > li.hasChildren > a:hover:after {
        border-color: #FFF transparent transparent transparent; }
    div#menu ul.nav-menu > li.hasChildren.deployed > a:after {
      border-color: #717271 transparent transparent transparent;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    div#menu ul.nav-menu li ul.submenu {
      /*display: none;*/
      margin-left: 0;
      padding-left: 0; }
      div#menu ul.nav-menu li ul.submenu li {
        background-color: white;
        margin-left: 0;
        padding-left: 0; }
        div#menu ul.nav-menu li ul.submenu li a.icon {
          color: #5b7f71; }
    div#menu ul.nav-menu li.nav-menu-itm {
      padding: 0;
      border-width: 0px 0px 1px 0px;
      border-style: solid; }
      div#menu ul.nav-menu li.nav-menu-itm a {
        display: block;
        padding: 12px 5px;
        padding-left: 50px;
        font-size: 17px;
        letter-spacing: 1px;
        color: #d5ddd9;
        text-decoration: none;
        text-transform: capitalize; }
      div#menu ul.nav-menu li.nav-menu-itm a.icon:before {
        margin-left: -41px;
        background-size: 26px 26px;
        background-repeat: no-repeat;
        width: 26px;
        height: 26px;
        display: block;
        float: left;
        content: "";
        top: -1px;
        position: relative; }
      div#menu ul.nav-menu li.nav-menu-itm a.manage:before {
        background-image: url(../img/icons/menu-icon-01-white.svg); }
      div#menu ul.nav-menu li.nav-menu-itm a.assessment:before {
        background-image: url(../img/icons/menu-icon-02-white.svg); }
      div#menu ul.nav-menu li.nav-menu-itm a.resources:before {
        background-image: url(../img/icons/menu-icon-03-white.svg); }
      div#menu ul.nav-menu li.nav-menu-itm a.resumes:before {
        background-image: url(../img/icons/menu-icon-04-white.svg); }
      div#menu ul.nav-menu li.nav-menu-itm a.linkedin:before {
        background-image: url(../img/icons/menu-icon-05-white.svg); }
      div#menu ul.nav-menu li.nav-menu-itm a.networking:before {
        background-image: url(../img/icons/menu-icon-06-white.svg); }
      div#menu ul.nav-menu li.nav-menu-itm a.interviewing:before {
        background-image: url(../img/icons/menu-icon-07-white.svg); }
      div#menu ul.nav-menu li.nav-menu-itm a.job-offers:before {
        background-image: url(../img/icons/menu-icon-08-white.svg); }
      div#menu ul.nav-menu li.nav-menu-itm a.onboarding:before {
        background-image: url(../img/icons/menu-icon-09-white.svg); }
      div#menu ul.nav-menu li.nav-menu-itm a.manage-career:before {
        background-image: url(../img/icons/menu-icon-10-white.svg); }
    div#menu ul.nav-menu li.nav-menu-itm.deployed {
      padding-bottom: 0px; }
    div#menu ul.nav-menu li.nav-menu-itm:not(.on-page):not(.deployed) a.icon:hover {
      color: white; }
    div#menu ul.nav-menu li.manage:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.manage.deployed:not(.on-page) a:before {
      background-image: url(../img/icons/menu-icon-01.svg); }
    div#menu ul.nav-menu li.assessment:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.assessment.deployed:not(.on-page) a:before {
      background-image: url(../img/icons/menu-icon-02.svg); }
    div#menu ul.nav-menu li.resources:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.resources.deployed:not(.on-page) a:before {
      background-image: url(../img/icons/menu-icon-03.svg); }
    div#menu ul.nav-menu li.resumes:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.resumes.deployed:not(.on-page) a:before {
      background-image: url(../img/icons/menu-icon-04.svg); }
    div#menu ul.nav-menu li.linkedin:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.linkedin.deployed:not(.on-page) a:before {
      background-image: url(../img/icons/menu-icon-05.svg); }
    div#menu ul.nav-menu li.networking:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.networking.deployed:not(.on-page) a:before {
      background-image: url(../img/icons/menu-icon-06.svg); }
    div#menu ul.nav-menu li.interviewing:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.interviewing.deployed:not(.on-page) a:before {
      background-image: url(../img/icons/menu-icon-07.svg); }
    div#menu ul.nav-menu li.job-offers:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.job-offers.deployed:not(.on-page) a:before {
      background-image: url(../img/icons/menu-icon-08.svg); }
    div#menu ul.nav-menu li.onboarding:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.onboarding.deployed:not(.on-page) a:before {
      background-image: url(../img/icons/menu-icon-09.svg); }
    div#menu ul.nav-menu li.manage-career:not(.on-page):not(.deployed):hover a:before, div#menu ul.nav-menu li.manage-career.deployed a:before {
      background-image: url(../img/icons/menu-icon-10.svg); }
    div#menu ul.nav-menu li.on-page, div#menu ul.nav-menu li.deployed {
      background-color: #FFF; }
      div#menu ul.nav-menu li.on-page a.icon, div#menu ul.nav-menu li.deployed a.icon {
        font-weight: normal;
        color: #717271; }
        div#menu ul.nav-menu li.on-page a.icon:hover, div#menu ul.nav-menu li.deployed a.icon:hover {
          color: #717271; }
      div#menu ul.nav-menu li.on-page ul li a:hover, div#menu ul.nav-menu li.on-page ul li.on-page a, div#menu ul.nav-menu li.deployed ul li a:hover, div#menu ul.nav-menu li.deployed ul li.on-page a {
        color: #FFF;
        transition: color 0.3s, background-color 0.3s; }
    div#menu ul.nav-menu li.manage ul li a {
      border-top: 1px solid #a41f35; }
      div#menu ul.nav-menu li.manage ul li a:hover {
        color: #a41f35;
        font-weight: bold; }
    div#menu ul.nav-menu li.manage.on-page {
      background-color: #a41f35; }
      div#menu ul.nav-menu li.manage.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.manage.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.manage.on-page ul li.on-page a, div#menu ul.nav-menu li.manage.deployed ul li.on-page a {
      background-color: #a41f35;
      color: #FFF;
      font-weight: normal; }
    div#menu ul.nav-menu li.assessment ul li a {
      border-top: 1px solid #ff4338; }
      div#menu ul.nav-menu li.assessment ul li a:hover {
        color: #ff4338;
        font-weight: bold; }
    div#menu ul.nav-menu li.assessment.on-page {
      background-color: #ff4338; }
      div#menu ul.nav-menu li.assessment.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.assessment.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.assessment.on-page ul li.on-page a, div#menu ul.nav-menu li.assessment.deployed ul li.on-page a {
      background-color: #ff4338;
      color: #FFF;
      font-weight: normal; }
    div#menu ul.nav-menu li.resources ul li a {
      border-top: 1px solid #ffa509; }
      div#menu ul.nav-menu li.resources ul li a:hover {
        color: #ffa509;
        font-weight: bold; }
    div#menu ul.nav-menu li.resources.on-page {
      background-color: #ffa509; }
      div#menu ul.nav-menu li.resources.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.resources.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.resources.on-page ul li.on-page a, div#menu ul.nav-menu li.resources.deployed ul li.on-page a {
      background-color: #ffa509;
      color: #FFF;
      font-weight: normal; }
    div#menu ul.nav-menu li.resumes ul li a {
      border-top: 1px solid #82bc00; }
      div#menu ul.nav-menu li.resumes ul li a:hover {
        color: #82bc00;
        font-weight: bold; }
    div#menu ul.nav-menu li.resumes.on-page {
      background-color: #82bc00; }
      div#menu ul.nav-menu li.resumes.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.resumes.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.resumes.on-page ul li.on-page a, div#menu ul.nav-menu li.resumes.deployed ul li.on-page a {
      background-color: #82bc00;
      color: #FFF;
      font-weight: normal; }
    div#menu ul.nav-menu li.linkedin ul li a {
      border-top: 1px solid #00c1de; }
      div#menu ul.nav-menu li.linkedin ul li a:hover {
        color: #00c1de;
        font-weight: bold; }
    div#menu ul.nav-menu li.linkedin.on-page {
      background-color: #00c1de; }
      div#menu ul.nav-menu li.linkedin.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.linkedin.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.linkedin.on-page ul li.on-page a, div#menu ul.nav-menu li.linkedin.deployed ul li.on-page a {
      background-color: #00c1de;
      color: #FFF;
      font-weight: normal; }
    div#menu ul.nav-menu li.networking ul li a {
      border-top: 1px solid #008fbe; }
      div#menu ul.nav-menu li.networking ul li a:hover {
        color: #008fbe;
        font-weight: bold; }
    div#menu ul.nav-menu li.networking.on-page {
      background-color: #008fbe; }
      div#menu ul.nav-menu li.networking.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.networking.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.networking.on-page ul li.on-page a, div#menu ul.nav-menu li.networking.deployed ul li.on-page a {
      background-color: #008fbe;
      color: #FFF;
      font-weight: normal; }
    div#menu ul.nav-menu li.interviewing ul li a {
      border-top: 1px solid #005cb9; }
      div#menu ul.nav-menu li.interviewing ul li a:hover {
        color: #005cb9;
        font-weight: bold; }
    div#menu ul.nav-menu li.interviewing.on-page {
      background-color: #005cb9; }
      div#menu ul.nav-menu li.interviewing.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.interviewing.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.interviewing.on-page ul li.on-page a, div#menu ul.nav-menu li.interviewing.deployed ul li.on-page a {
      background-color: #005cb9;
      color: #FFF;
      font-weight: normal; }
    div#menu ul.nav-menu li.job-offers ul li a {
      border-top: 1px solid #002e6d; }
      div#menu ul.nav-menu li.job-offers ul li a:hover {
        color: #002e6d;
        font-weight: bold; }
    div#menu ul.nav-menu li.job-offers.on-page {
      background-color: #002e6d; }
      div#menu ul.nav-menu li.job-offers.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.job-offers.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.job-offers.on-page ul li.on-page a, div#menu ul.nav-menu li.job-offers.deployed ul li.on-page a {
      background-color: #002e6d;
      color: #FFF;
      font-weight: normal; }
    div#menu ul.nav-menu li.onboarding ul li a {
      border-top: 1px solid #430098; }
      div#menu ul.nav-menu li.onboarding ul li a:hover {
        color: #430098;
        font-weight: bold; }
    div#menu ul.nav-menu li.onboarding.on-page {
      background-color: #430098; }
      div#menu ul.nav-menu li.onboarding.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.onboarding.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.onboarding.on-page ul li.on-page a, div#menu ul.nav-menu li.onboarding.deployed ul li.on-page a {
      background-color: #430098;
      color: #FFF;
      font-weight: normal; }
    div#menu ul.nav-menu li.manage-career ul li a {
      border-top: 1px solid #622066; }
      div#menu ul.nav-menu li.manage-career ul li a:hover {
        color: #622066;
        font-weight: bold; }
    div#menu ul.nav-menu li.manage-career.on-page {
      background-color: #622066; }
      div#menu ul.nav-menu li.manage-career.on-page > a {
        color: #FFF; }
        div#menu ul.nav-menu li.manage-career.on-page > a:hover {
          color: #FFF; }
    div#menu ul.nav-menu li.manage-career.on-page ul li.on-page a, div#menu ul.nav-menu li.manage-career.deployed ul li.on-page a {
      background-color: #622066;
      color: #FFF;
      font-weight: normal; }
  div#menu ul.nav-menu ul.submenu li {
    border-bottom: none; }
  div#menu li:not(.deployed) ul.submenu {
    display: none; }
  div#menu li.deployed ul.submenu {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
    div#menu li.deployed ul.submenu li {
      background-color: white; }
      div#menu li.deployed ul.submenu li a {
        color: #717271;
        letter-spacing: 1px; }
    div#menu li.deployed ul.submenu li:last-child {
      border: none; }

html {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: white; }

body {
  font-family: Arial,Helvetica,sans-serif; }

ol, ul {
  list-style: none; }

ol, ul, li {
  padding: 0;
  margin: 0; }

table, tr, td {
  border: 0; }

table {
  width: 100%; }

/*HEADERS*/
body h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px; }

body h2 {
  font-weight: bold;
  font-size: 16px;
  color: #02587d; }

body h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 45px;
  color: #015051; }

body h4 {
  font-weight: bold;
  font-size: 16px;
  color: #02587d; }

body h5 {
  font-weight: bold;
  font-size: 14px;
  color: #000000; }

.h6, body h6 {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #76c4d5; }

.btn-primary {
  background-color: #005DB9;
  border: 1px solid #005DB9; }
  .btn-primary:hover {
    background-color: #004890; }

.btn-secondary {
  background-color: #E6E6E6;
  color: #005DB9;
  border: none; }
  .btn-secondary:hover {
    background-color: #EEE;
    color: #005DB9; }

.ui-tooltip-inner {
  background: #000;
  color: #FFF; }

.alert {
  border-radius: 15px;
  font-size: 17px; }

.alert-success {
  border-color: #5b7f71;
  color: #5b7f71; }

.form-control {
  background-color: #e6e6e6;
  border: none;
  box-shadow: none;
  color: #777; }

.main-section div.content {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  /*a:hover{
        font-weight: bold;
    }*/ }
  .main-section div.content strong, .main-section div.content b {
    font-weight: bold; }
  .main-section div.content ul, .main-section div.content ol {
    margin: 20px 0 20px 0;
    padding-left: 28px; }
  .main-section div.content ul > li {
    list-style-type: disc;
    margin-bottom: 5px; }
  .main-section div.content ol > li {
    list-style-type: decimal;
    margin-bottom: 10px; }
  .main-section div.content ol ul {
    margin-left: 2%; }
  .main-section div.content a.btn-primary {
    color: #FFF; }
  .main-section div.content img {
    max-width: 100%; }
  .main-section div.content .intro-text {
    color: #666;
    font-size: 18px; }

.tabs-container {
  margin-left: -20px;
  margin-right: -20px; }
  .tabs-container::after {
    clear: both;
    content: "";
    display: table; }
  .tabs-container .resource-tab span {
    display: inline-block;
    width: 85%;
    position: relative;
    text-align: left; }
    .tabs-container .resource-tab span:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #FFF transparent transparent transparent;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      transition: all 0.5s;
      position: absolute;
      top: 2px;
      right: -20px;
      margin-top: 4px; }
  .tabs-container .resource-tab.active span:after {
    border-color: #ffa509 transparent transparent transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .tabs-container .resource-tab:nth-child(odd) {
    border-right: 1px solid #FFF; }

.resource-tab {
  border: none;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
  float: left;
  font-size: 1.3em;
  font-weight: bold;
  padding: 19px 10px 19px 20px;
  text-align: left;
  width: 50%;
  background-color: #e27c00;
  color: #FFF;
  transition: background 0.3s, color 0.3s; }

.resource-tab:hover {
  background-color: #fc8a00; }

.resource-tab.active {
  background-color: #FFF;
  color: #ffa509; }

.resource-content {
  padding: 10px 0; }
  .resource-content::after {
    clear: both;
    content: "";
    display: table; }

/* TABLES */
.custom-table {
  width: 100% !important;
  border-top: 1px solid #CCC; }
  .custom-table td, .custom-table th {
    padding: 10px 3px;
    border-bottom: 1px solid #CCC; }
  .custom-table th {
    text-align: left !important; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 100%;
  /*<==added by me....*/ }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 12px 0 12px 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/* FLOATING*/
.right {
  float: right; }

.left {
  float: left; }

/* PAGINATION */
.pagination {
  overflow: hidden; }
  .pagination span {
    display: inline-block; }
  .pagination .left {
    float: left;
    text-align: left; }
  .pagination .right {
    float: right;
    text-align: right; }
  .pagination a {
    display: inline-block;
    padding: 5px; }

/* ICON-SEARCH BAR*/
/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%; }

.span_3_of_4 {
  width: 74.6%; }

.span_2_of_4 {
  width: 49.2%; }

.span_1_of_4 {
  width: 23.8%; }

/*
CONFIGURING COLORS
*/
.green {
  background-color: #5b7f71; }

.blue {
  background-color: #213469;
  color: white;
  font-size: 24px;
  line-height: 150%; }
  .blue a {
    color: #76c4d5 !important; }

.light-blue {
  background-color: #c7d3e7;
  font-size: 24px;
  line-height: 150%;
  color: #213469; }
  .light-blue a {
    color: #213469 !important; }

.rounded {
  border-radius: 17px;
  padding: 10%; }

body {
  /*background: #5b7f71 url('../img/CD_background_1600x1800.png');*/
  background-color: white; }

.center-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

#main-section {
  margin-top: 25px; }

span#menu-hamburger {
  display: none; }

.quick-search-form form {
  width: 50%;
  height: 45px;
  float: right;
  margin-bottom: 10px;
  position: relative; }
  .quick-search-form form input[type="text"] {
    width: 100%;
    height: 48px;
    vertical-align: middle;
    border-radius: 10px;
    border: 1px solid #5b7f71;
    padding-left: 5px;
    padding-right: 39px;
    font-weight: normal;
    line-height: 35px; }
  .quick-search-form form span#submit {
    background: #5b7f71 url("../img/icon-search.svg") center no-repeat;
    height: 48px;
    position: absolute;
    float: right;
    top: 0px;
    width: 44px;
    right: 0px;
    border-radius: 0px 10px 10px 0px;
    border-style: none;
    color: white;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s; }
    .quick-search-form form span#submit:hover {
      background-color: #5F9671; }

.search {
  height: 10%;
  padding-top: 30px;
  /*background-color: white;*/
  font-weight: bold;
  background: transparent url("../img/world.jpg") no-repeat right top;
  background-size: cover; }
  .search div#logo-container {
    position: absolute;
    margin-top: 24px; }
  .search div.col {
    margin: 0px; }
  .search .span_1_of_4 {
    width: 23.8%; }
  .search .span_2_of_4 {
    width: 47.6%; }
  .search .span_3_of_4 {
    width: 76.2%; }
  .search a#icon-anchor {
    display: block;
    height: 90px;
    width: 100%; }
    .search a#icon-anchor img#icon {
      height: 138px;
      position: relative;
      top: -48px; }
  .search div.col {
    margin-top: 0px;
    margin-bottom: 0px; }
  .search div#top-nav-links-container .section {
    height: 45px;
    line-height: 45px; }
  .search div#top-nav-links-container .user-info img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px; }
  .search div#top-nav-links-container div#top-search-container {
    height: 69px; }
  .search div#top-nav-links-container div#top-nav-links {
    background-color: #5b7f71; }
    .search div#top-nav-links-container div#top-nav-links a {
      color: #d3d8d6; }
    .search div#top-nav-links-container div#top-nav-links a:hover {
      color: #ffffff;
      cursor: pointer; }
    .search div#top-nav-links-container div#top-nav-links #links-container {
      float: right; }
      .search div#top-nav-links-container div#top-nav-links #links-container span {
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
        border-left: #A4B3AC solid 1px;
        box-sizing: border-box;
        color: #FFF;
        font-size: 18px; }
      .search div#top-nav-links-container div#top-nav-links #links-container span:first-child {
        text-align: right;
        border: none;
        margin-right: 1.6%; }

div.title {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #005DB9;
  padding: 12px 20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px; }
  div.title.manage {
    background-color: #a41f35; }
  div.title.assessment {
    background-color: #ff4338; }
  div.title.resources {
    background-color: #ffa509; }
  div.title.resumes {
    background-color: #82bc00; }
  div.title.linkedin {
    background-color: #00c1de; }
  div.title.networking {
    background-color: #008fbe; }
  div.title.interviewing {
    background-color: #005cb9; }
  div.title.job-offers {
    background-color: #002e6d; }
  div.title.onboarding {
    background-color: #430098; }
  div.title.manage-career {
    background-color: #622066; }
  div.title.companies {
    background-color: #007B5F; }
  div.title h1, div.title h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px; }
  div.title a {
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    display: inline-block;
    margin: 0 5px;
    text-decoration: underline;
    text-transform: none; }

div.bodyWrapper {
  background: #A9BBB3 url("../img/CD_background_1600x1800.png") top left no-repeat;
  padding: 0px 20px;
  color: #000;
  font-size: 14px; }
  div.bodyWrapper div.cv {
    background-color: white;
    min-height: 631px;
    padding: 20px;
    border-radius: 0 0 25px 25px; }
    div.bodyWrapper div.cv h2 {
      color: #000000; }
    div.bodyWrapper div.cv.content-no-padding {
      padding: 0 20px;
      min-height: 260px;
      overflow: hidden; }
    div.bodyWrapper div.cv .content-inner {
      padding: 20px 0; }
  div.bodyWrapper div.content {
    background-color: white;
    min-height: 631px;
    padding: 20px;
    border-radius: 0 0 25px 25px; }
    div.bodyWrapper div.content.content-no-padding {
      padding: 0 20px;
      min-height: 260px;
      overflow: hidden; }
    div.bodyWrapper div.content .content-inner {
      padding: 20px 0; }
    div.bodyWrapper div.content table tbody th {
      font-weight: bold;
      text-align: center; }

div.bodyWrapper_Small div.content {
  min-height: 100px; }

div#menu, div#main-section {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

div#main {
  min-height: 631px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

.welcome-screen .intro {
  border-radius: 20px 20px 0 0;
  background: #4F738A;
  overflow: hidden; }
  .welcome-screen .intro .intro-content {
    color: #FFF;
    font-size: 16px; }
    .welcome-screen .intro .intro-content h2 {
      color: #FFF;
      font-size: 20px;
      font-weight: bold;
      font-style: italic;
      letter-spacing: 1px; }
    .welcome-screen .intro .intro-content .top-intro {
      height: 480px;
      background: url("../img/birds/sky.jpg") bottom center;
      background-size: cover;
      padding: 30px; }
      .welcome-screen .intro .intro-content .top-intro h1 {
        font-family: 'Arial Black', Arial, sans-serif;
        margin: 0;
        line-height: 0.8;
        font-weight: normal;
        font-size: 77px;
        text-transform: none;
        color: #FF6B35;
        letter-spacing: -2px; }
        .welcome-screen .intro .intro-content .top-intro h1 span.part1 {
          display: block;
          text-align: left;
          margin-left: 9%; }
        .welcome-screen .intro .intro-content .top-intro h1 span.part2 {
          display: block;
          text-align: right;
          margin-right: 18%; }
    .welcome-screen .intro .intro-content .text {
      padding: 70px 40px 10px 40px;
      position: relative;
      color: #002F56;
      font-size: 18px;
      text-align: center; }
      .welcome-screen .intro .intro-content .text p {
        letter-spacing: 1px; }
      .welcome-screen .intro .intro-content .text .bird {
        position: absolute;
        max-width: 340px;
        width: 32%;
        top: -290px;
        left: 30%; }
        .welcome-screen .intro .intro-content .text .bird img {
          display: block;
          width: 100%;
          height: auto; }
    .welcome-screen .intro .intro-content .last-text {
      padding: 15px 20px;
      color: #FFF;
      background: #002F56;
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 1px; }

@media (max-width: 767px) {
  .welcome-screen .intro .intro-content h1 {
    font-size: 60px; }
    .welcome-screen .intro .intro-content h1 span {
      font-size: 60px; }
  .welcome-screen .intro .intro-content .text {
    padding: 20px 20px 10px 20px; } }

@media (max-width: 500px) {
  .welcome-screen .intro .intro-content .top-intro {
    height: 260px; }
    .welcome-screen .intro .intro-content .top-intro h1 {
      font-size: 44px;
      line-height: 1; }
      .welcome-screen .intro .intro-content .top-intro h1 span {
        font-size: 44px; }
      .welcome-screen .intro .intro-content .top-intro h1 span.part1, .welcome-screen .intro .intro-content .top-intro h1 span.part2 {
        text-align: center;
        margin-left: 0;
        margin-right: 0; }
  .welcome-screen .intro .intro-content .top-intro {
    background-position: top left; }
  .welcome-screen .intro .intro-content .text .bird {
    display: none; } }

.welcome-screen .welcome-blocks-container {
  background: #F0F0F0;
  border-radius: 0 0 25px 25px;
  padding: 20px 16px; }

.welcome-screen .welcome-blocks-row::after {
  clear: both;
  content: "";
  display: table; }

.welcome-screen .welcome-block {
  color: #707170; }
  .welcome-screen .welcome-block .welcome-content {
    padding: 20px;
    padding-bottom: 20px;
    overflow: hidden; }
  .welcome-screen .welcome-block h2 {
    text-transform: none;
    font-size: 48px;
    margin-top: 25px;
    border-bottom: 4px solid #333;
    font-weight: normal;
    padding-bottom: 5px; }
  .welcome-screen .welcome-block .number {
    width: 190px;
    float: left;
    margin-bottom: 20px; }
    .welcome-screen .welcome-block .number img {
      display: block;
      margin: auto;
      width: 100%;
      height: auto; }
  .welcome-screen .welcome-block .text {
    margin-left: 210px;
    font-size: 16px; }
    .welcome-screen .welcome-block .text p {
      max-width: 520px; }
      .welcome-screen .welcome-block .text p a {
        font-weight: bold; }
  .welcome-screen .welcome-block .btn-more {
    color: #FFF;
    padding: 2px 14px;
    border-radius: 8px; }

.welcome-screen .welcome-block-1 h2 {
  color: #a41f35;
  border-color: #a41f35; }

.welcome-screen .welcome-block-1 p a {
  color: #a41f35; }

.welcome-screen .welcome-block-1 .btn-more {
  background-color: #a41f35; }
  .welcome-screen .welcome-block-1 .btn-more:hover {
    background-color: #931c2f; }

.welcome-screen .welcome-block-2 h2 {
  color: #ff4338;
  border-color: #ff4338; }

.welcome-screen .welcome-block-2 p a {
  color: #ff4338; }

.welcome-screen .welcome-block-2 .btn-more {
  background-color: #ff4338; }
  .welcome-screen .welcome-block-2 .btn-more:hover {
    background-color: #ff3024; }

.welcome-screen .welcome-block-3 h2 {
  color: #ffa509;
  border-color: #ffa509; }

.welcome-screen .welcome-block-3 p a {
  color: #ffa509; }

.welcome-screen .welcome-block-3 .btn-more {
  background-color: #ffa509; }
  .welcome-screen .welcome-block-3 .btn-more:hover {
    background-color: #f49a00; }

.welcome-screen .welcome-block-4 h2 {
  color: #82bc00;
  border-color: #82bc00; }

.welcome-screen .welcome-block-4 p a {
  color: #82bc00; }

.welcome-screen .welcome-block-4 .btn-more {
  background-color: #82bc00; }
  .welcome-screen .welcome-block-4 .btn-more:hover {
    background-color: #74a800; }

.welcome-screen .welcome-block-5 h2 {
  color: #00c1de;
  border-color: #00c1de; }

.welcome-screen .welcome-block-5 p a {
  color: #00c1de; }

.welcome-screen .welcome-block-5 .btn-more {
  background-color: #00c1de; }
  .welcome-screen .welcome-block-5 .btn-more:hover {
    background-color: #00afca; }

.welcome-screen .welcome-block-6 h2 {
  color: #008fbe;
  border-color: #008fbe; }

.welcome-screen .welcome-block-6 p a {
  color: #008fbe; }

.welcome-screen .welcome-block-6 .btn-more {
  background-color: #008fbe; }
  .welcome-screen .welcome-block-6 .btn-more:hover {
    background-color: #0080aa; }

.welcome-screen .welcome-block-7 h2 {
  color: #005cb9;
  border-color: #005cb9; }

.welcome-screen .welcome-block-7 p a {
  color: #005cb9; }

.welcome-screen .welcome-block-7 .btn-more {
  background-color: #005cb9; }
  .welcome-screen .welcome-block-7 .btn-more:hover {
    background-color: #0052a5; }

.welcome-screen .welcome-block-8 h2 {
  color: #002e6d;
  border-color: #002e6d; }

.welcome-screen .welcome-block-8 p a {
  color: #002e6d; }

.welcome-screen .welcome-block-8 .btn-more {
  background-color: #002e6d; }
  .welcome-screen .welcome-block-8 .btn-more:hover {
    background-color: #002559; }

.welcome-screen .welcome-block-9 h2 {
  color: #430098;
  border-color: #430098; }

.welcome-screen .welcome-block-9 p a {
  color: #430098; }

.welcome-screen .welcome-block-9 .btn-more {
  background-color: #430098; }
  .welcome-screen .welcome-block-9 .btn-more:hover {
    background-color: #3a0084; }

.welcome-screen .welcome-block-10 h2 {
  color: #622066;
  border-color: #622066; }

.welcome-screen .welcome-block-10 p a {
  color: #622066; }

.welcome-screen .welcome-block-10 .btn-more {
  background-color: #622066; }
  .welcome-screen .welcome-block-10 .btn-more:hover {
    background-color: #531b56; }

@media (max-width: 767px) {
  .welcome-screen .welcome-blocks-row::after {
    clear: both;
    content: "";
    display: table; }
  .welcome-screen .welcome-block {
    margin: auto;
    margin-bottom: 10px;
    text-align: center; }
    .welcome-screen .welcome-block .welcome-content {
      height: auto; }
    .welcome-screen .welcome-block .number {
      float: none;
      margin: auto;
      margin-bottom: 10px;
      width: 110px;
      height: 110px; }
    .welcome-screen .welcome-block .text {
      margin-left: 0; }
      .welcome-screen .welcome-block .text p {
        font-size: 14px;
        margin-left: auto;
        margin-right: auto; }
    .welcome-screen .welcome-block h2 {
      font-size: 24px; } }

@media (max-width: 600px) {
  .welcome-screen .welcome-block .title h2 {
    font-size: 18px; }
  .welcome-screen .welcome-block .number {
    margin-bottom: 10px; }
  .welcome-screen .welcome-block .text {
    font-size: 16px; } }

ul.ui-sortable {
  width: 90%;
  list-style: none; }

#sortable1, #sortable2 {
  list-style-type: none;
  margin: 0;
  float: left;
  background: #f6f6f6;
  padding: 10px;
  width: 99%;
  min-height: 290px;
  border: 1px dashed #bbb; }

#sortable1 li, #sortable2 li {
  margin: 5px;
  padding: 6px 10px;
  font-size: 1.1em;
  cursor: move;
  list-style: none !important; }

.resume-item {
  font-size: 18px;
  padding: 10px 0; }

.fancybox-skin {
  border-radius: 25px; }
  .fancybox-skin .form-content {
    padding: 20px; }

div.widget div.content {
  min-height: 40px;
  margin-bottom: 20px;
  padding: 20px 24px;
  padding-bottom: 10px; }
  div.widget div.content .feat-icon {
    max-width: 80px;
    width: 80%;
    display: block;
    margin: auto;
    padding: 5px 0; }
  div.widget div.content .btn {
    display: block;
    width: 100%;
    white-space: normal;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 3px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s, color 0.3s; }
  div.widget div.content .btn-container .btn {
    display: inline-block;
    width: auto; }
  div.widget div.content .table-container {
    margin-left: -24px;
    margin-right: -24px; }
  div.widget div.content .table th, div.widget div.content .table td {
    border-top: none;
    padding-left: 24px; }
  div.widget div.content .table th {
    text-align: left;
    color: #ffa509;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 14px; }
  div.widget div.content .table td {
    color: #777;
    font-weight: bold; }
    div.widget div.content .table td a {
      color: #777; }
  div.widget div.content .table tr:nth-child(odd) td {
    background-color: #F9E7D7; }

div.widget-resumes div.content .btn {
  background-color: #007B5F;
  color: #FFF;
  margin-bottom: 20px; }
  div.widget-resumes div.content .btn:hover {
    background-color: #82bc00; }

div.widget-resumes div.content .image-label {
  background-color: #82bc00;
  border-radius: 15px;
  padding: 10px;
  display: block;
  max-width: 128px;
  margin: auto;
  transition: background 0.3s; }
  div.widget-resumes div.content .image-label img {
    max-width: 110px;
    height: auto; }
  div.widget-resumes div.content .image-label:hover {
    background-color: #007B5F; }

div.widget-interviewing div.content {
  background: #082E6D;
  padding: 0 15px;
  overflow: hidden; }
  div.widget-interviewing div.content .col-bg {
    background: url("../img/widget-interv.jpg") bottom left no-repeat;
    height: 155px; }
  div.widget-interviewing div.content .col-buttons {
    margin-top: 15px; }
  div.widget-interviewing div.content .btn {
    background: #FCFFFF;
    color: #082E6D;
    font-weight: bold; }
    div.widget-interviewing div.content .btn:hover {
      background: #005cb9;
      color: #FFF; }
  div.widget-interviewing div.content .btn-first {
    margin-bottom: 20px; }
  div.widget-interviewing div.content .btn-primary {
    background: #72C4D7;
    border-color: #FFF;
    font-size: 16px;
    padding: 15px 15px;
    text-transform: uppercase; }

div.widget-searches div.content .btn, div.widget-jobs div.content .btn {
  background-color: #FAD000;
  color: #FFF;
  padding: 15px 8px; }
  div.widget-searches div.content .btn:hover, div.widget-jobs div.content .btn:hover {
    background-color: #ffa509; }

div.widget-jobs div.content .btn {
  background-color: #ffa509;
  padding: 13px 15px;
  margin-right: 12px; }
  div.widget-jobs div.content .btn:hover {
    background-color: #FF8C00; }

div.widget-searches div.content {
  min-height: 300px; }
  div.widget-searches div.content .info {
    text-align: center; }
    div.widget-searches div.content .info::after {
      clear: both;
      content: "";
      display: table; }
  div.widget-searches div.content .row-totals {
    color: #777;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    div.widget-searches div.content .row-totals > div {
      padding-top: 4px;
      padding-bottom: 10px; }
    div.widget-searches div.content .row-totals > div:first-child {
      border-right: 1px solid #ffa509; }
    div.widget-searches div.content .row-totals .total {
      font-size: 120px;
      font-weight: normal;
      line-height: 1; }

div.widget-searches .quick-search-form {
  padding-bottom: 10px;
  margin: 0 auto 10px auto;
  max-width: 300px; }
  div.widget-searches .quick-search-form form {
    float: none;
    width: auto; }
    div.widget-searches .quick-search-form form input[type="text"] {
      border-color: #ffa509; }
    div.widget-searches .quick-search-form form span#submit {
      background-color: #ffa509; }

div.widget-resources div.content table {
  border: none;
  width: 92%;
  text-align: center;
  margin: auto;
  margin-bottom: 18px; }

div.widget-resources div.content td {
  border: 1px solid #ff4338;
  vertical-align: middle;
  padding: 15px 0 20px 0;
  width: 50%;
  text-transform: uppercase;
  color: #ff4338;
  font-weight: bold;
  font-size: 17px; }
  div.widget-resources div.content td.no-top {
    border-top: none; }
  div.widget-resources div.content td.no-bottom {
    border-bottom: none; }
  div.widget-resources div.content td.no-left {
    border-left: none; }
  div.widget-resources div.content td.no-right {
    border-right: none; }
  div.widget-resources div.content td a {
    color: #ff4338;
    display: block;
    line-height: 1.1; }
  div.widget-resources div.content td img {
    display: block;
    width: auto;
    height: 50px;
    margin: 15px auto; }

div.widget-linkedin div.content {
  padding-top: 5px; }
  div.widget-linkedin div.content .feat-icon {
    max-width: 94px;
    margin: 8px auto; }
  div.widget-linkedin div.content .btn-small {
    border: 1px solid #00c1de;
    margin-top: 14px;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: bold;
    color: #008FBE;
    padding: 10px 16px; }
    div.widget-linkedin div.content .btn-small:hover {
      color: #00c1de; }
  div.widget-linkedin div.content .btn-primary {
    font-size: 17px;
    background-color: #00c1de;
    margin: 0 auto;
    margin-top: 12px;
    padding: 4px 10px;
    max-width: 260px; }
    div.widget-linkedin div.content .btn-primary:hover {
      background-color: #005cb9; }

div.widget-contacts div.content, div.widget-companies div.content {
  background-color: #00A885;
  padding-top: 10px;
  padding-bottom: 10px; }
  div.widget-contacts div.content .feat-icon, div.widget-companies div.content .feat-icon {
    max-width: 98px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/04/2016, 17:59:56
    Author     : Alejandro
*/
@media only screen and (max-width: 1024px) {
  .col {
    margin: 1% 0 1% 1.6%; }
  span#menu-hamburger {
    font-size: 34px;
    display: block;
    float: left;
    position: absolute;
    top: 40px;
    color: white;
    left: 10px;
    cursor: pointer;
    margin-top: 30px; }
  div.search form#search-form {
    display: none; }
  div.search div#logo-container {
    left: 50px;
    margin-top: 0; }
  div.search a#icon-anchor {
    display: block;
    height: 76px;
    width: 100%; }
    div.search a#icon-anchor img#icon {
      height: 116px;
      position: relative;
      top: -40px; }
  div.search div#top-nav-links-container .section {
    height: 38px;
    line-height: 38px; }
  div.search div#top-nav-links-container div#top-search-container {
    height: 38px; }
  .bodyContainer {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    .bodyContainer div.bodyWrapper {
      padding: 0px 10px; }
      .bodyContainer div.bodyWrapper div#main {
        display: block;
        width: 100%;
        margin: 0px; }
        .bodyContainer div.bodyWrapper div#main div#menu {
          width: 100%;
          float: left;
          z-index: 1100;
          display: none;
          position: absolute;
          background-color: #5b7f71;
          margin-left: -10px;
          margin-right: -10px; }
          .bodyContainer div.bodyWrapper div#main div#menu.isOpenMobile {
            display: block; }
        .bodyContainer div.bodyWrapper div#main div#main-section {
          width: 100%;
          float: left;
          z-index: 1090;
          margin: 1% 0px; }
          .bodyContainer div.bodyWrapper div#main div#main-section.isOpenMobile {
            display: none; }
      .bodyContainer div.bodyWrapper div.title {
        padding: 12px 20px; }
        .bodyContainer div.bodyWrapper div.title h1 {
          font-size: 21px; }
  div.bodyWrapper div#menu ul.nav-menu {
    margin-top: 3px; } }

@media only screen and (max-width: 768px) {
  div#top-nav-links div#links-container {
    width: 60%; }
  html body {
    /*background-color: $bgGreen;*/ }
  .bodyContainer {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto; }
    .bodyContainer div.bodyWrapper div#main div#main-section div.span_3_of_4 {
      width: 100%; }
    .bodyContainer div.bodyWrapper div#main div#main-section div.span_3_of_4 + div.span_1_of_4 {
      width: 100%;
      margin: auto 0px; }
    .bodyContainer div.bodyWrapper div#main div#main-section div.span_1_of_4 {
      width: 100%;
      margin: auto 0px; }
    .bodyContainer div.bodyWrapper div#main div#main-section .rounded {
      padding: 5%; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/04/2016, 16:01:44
    Author     : Alejandro
*/
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%; }
  div#links-container {
    display: none; }
  div.rounded {
    font-size: 18px; } }

.companies-right-col {
  width: 26.4%;
  float: right; }
  .companies-right-col .filters-content {
    padding: 15px;
    padding-top: 0;
    background: #FFF;
    border-radius: 25px;
    margin-bottom: 20px;
    overflow: hidden; }
    .companies-right-col .filters-content .title {
      margin: 0 -15px;
      padding: 20px 15px 10px 15px;
      margin-bottom: 15px;
      font-size: 18px;
      background-color: #FFB819;
      color: #FFF; }
    .companies-right-col .filters-content .subtitle {
      padding: 10px 0 12px 0;
      font-size: 24px;
      color: #ffa509;
      font-weight: bold; }

@media (max-width: 800px) {
  .companies-right-col {
    width: auto;
    float: none; } }

.company-items {
  margin-bottom: 20px; }
  .company-items a {
    display: block;
    margin-bottom: 3px;
    color: #005DB9; }

.company-linkedin-hoovers-links {
  margin-top: 30px; }
  .company-linkedin-hoovers-links h2 {
    color: #008fbe;
    border-bottom: 1px solid #008fbe;
    padding: 6px 0;
    margin-bottom: 20px; }
  .company-linkedin-hoovers-links .company-links-title {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #008fbe;
    padding-top: 20px;
    font-weight: bold;
    color: #777; }
  .company-linkedin-hoovers-links a {
    display: inline-block;
    margin-right: 20px;
    max-width: 130px; }
    .company-linkedin-hoovers-links a img {
      display: block;
      width: 100%;
      height: auto; }

.main-section .linkedin-button-container {
  margin-top: 40px; }
  .main-section .linkedin-button-container .btn-linkedin {
    background-color: #00c1de;
    border: 1px solid #00abc5;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s; }
    .main-section .linkedin-button-container .btn-linkedin:hover {
      background-color: #00b4cf;
      color: #FFF; }

.company-linkedin-widget-container {
  clear: both;
  margin-top: 10px; }

.jobs-filters-container .filters-content {
  padding: 40px 15px;
  background: #FFE2A3;
  border-radius: 0;
  margin-bottom: 20px;
  overflow: hidden; }

.jobs-filters-container .search-form .form-control {
  display: block;
  width: 99%;
  background-color: #F2F2F2;
  border: none;
  box-shadow: none;
  padding: 5px;
  color: #777;
  margin-bottom: 10px; }

.jobs-filters-container .search-form .form-buttons {
  text-align: center; }
  .jobs-filters-container .search-form .form-buttons .btn {
    background-color: #ffa509;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    padding: 3px 15px;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    min-width: 130px; }
  .jobs-filters-container .search-form .form-buttons .btn-clear-form {
    font-size: 16px;
    padding: 9px 20px;
    background-color: #BBB; }

.jobs-filters-container .open-save-search {
  display: block;
  margin-top: 4px;
  cursor: pointer;
  color: #ffa509;
  text-decoration: underline; }

.jobs-filters-container .save-search-form {
  display: none; }

@media (min-width: 800px) {
  .jobs-filters-container .search-form {
    position: relative; }
    .jobs-filters-container .search-form .fields {
      margin-right: 200px; }
    .jobs-filters-container .search-form .form-buttons {
      position: absolute;
      top: 0;
      right: 0;
      width: 180px; } }

.search-service-tab {
  position: relative; }
  .search-service-tab .header {
    position: absolute;
    top: -35px;
    right: 0;
    overflow: hidden;
    padding-bottom: 10px;
    color: #707170; }
    .search-service-tab .header .site {
      float: right;
      margin-right: 0px; }
      .search-service-tab .header .site img {
        display: inline-block;
        vertical-align: middle; }

.jobs-results-container {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .jobs-results-container h1 {
    color: #ffa509; }
  .jobs-results-container .job-item {
    border-bottom: 1px solid #FFA300; }
    .jobs-results-container .job-item:last-child {
      border-bottom: 0; }

.job-item {
  padding: 20px 0;
  color: #707070;
  font-size: 13px; }
  .job-item .title {
    color: #E17C00;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px; }
  .job-item .info {
    font-weight: bold;
    margin-bottom: 5px; }
    .job-item .info .company {
      display: inline-block;
      color: #707070; }
  .job-item .text {
    margin-bottom: 5px; }
  .job-item .date {
    font-style: italic; }
  .job-item .save-job {
    color: #E17C00;
    text-decoration: none;
    cursor: pointer; }
    .job-item .save-job:before {
      content: "+ "; }
  .job-item .saved {
    color: #FFC842; }

.load-more .btn-more {
  color: #FFF;
  font-weight: bold;
  background-color: #ffa509; }
  .load-more .btn-more:hover {
    background-color: #f49a00;
    color: #FFF; }

.jobs-right-col {
  width: 26.4%;
  float: right; }
  .jobs-right-col .right-col-content {
    padding: 8px; }
  .jobs-right-col .title {
    margin: 0px;
    padding: 10px 6px;
    margin-bottom: 0px;
    color: #FFF;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold; }
    .jobs-right-col .title .tooltip-container {
      background-size: 20px 20px;
      width: 20px;
      height: 20px; }
  .jobs-right-col .subtitle {
    padding: 10px 0 12px 0;
    font-size: 24px;
    color: #ffa509;
    font-weight: bold; }
  .jobs-right-col .total {
    border-radius: 6px;
    background-color: #ff4338;
    padding: 0px 10px;
    margin-left: 5px; }
  .jobs-right-col .right-col-block {
    background: #FFF; }
    .jobs-right-col .right-col-block:last-child {
      border-radius: 0 0 20px 0; }
  .jobs-right-col .btn-container {
    margin-top: 15px;
    margin-bottom: 15px; }
    .jobs-right-col .btn-container .btn-primary {
      background-color: #ffa509;
      color: #FFF;
      border: none;
      border-radius: 10px; }

.carrousel-item {
  font-size: 12px;
  font-weight: bold;
  color: #E17C00;
  border-top: 1px solid #ffa509;
  padding: 5px 0; }
  .carrousel-item .carrousel-title {
    cursor: pointer;
    position: relative; }
    .carrousel-item .carrousel-title:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 0 8px;
      border-color: #FFC842 transparent transparent transparent;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      transition: all 0.3s;
      position: absolute;
      top: 5px;
      right: 1px;
      margin-top: 0px; }
  .carrousel-item .carrousel-content {
    display: none; }
    .carrousel-item .carrousel-content .actions {
      padding: 16px 0; }
      .carrousel-item .carrousel-content .actions a {
        color: #E17C00;
        margin-right: 20px; }
        .carrousel-item .carrousel-content .actions a img {
          width: 14px;
          height: 14px; }
    .carrousel-item .carrousel-content .alert_info {
      margin-bottom: 15px; }
      .carrousel-item .carrousel-content .alert_info .alert-text {
        margin-right: 20px; }
      .carrousel-item .carrousel-content .alert_info input.ios8-switch {
        opacity: 0.1; }
    .carrousel-item .carrousel-content .go-search .btn {
      font-size: 14px;
      color: #FFF;
      background-color: #FFD100;
      font-weight: bold;
      padding: 2px 5px;
      border-radius: 10px;
      margin-bottom: 15px; }
      .carrousel-item .carrousel-content .go-search .btn:hover {
        background-color: #ffa509; }
  .carrousel-item:last-child {
    border-bottom: 1px solid #ffa509; }
  .carrousel-item.isOpen .carrousel-title:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .carrousel-item.isOpen .carrousel-content {
    display: block; }

.saved-jobs-list .option {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #E17C00;
  border-top: 1px solid #ffa509;
  padding: 5px 0;
  cursor: pointer;
  position: relative; }
  .saved-jobs-list .option:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 8px;
    border-color: #FFC842 transparent transparent transparent;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.3s;
    position: absolute;
    top: 10px;
    right: 1px;
    margin-top: 0px; }
  .saved-jobs-list .option:last-child {
    border-bottom: 1px solid #ffa509; }
  .saved-jobs-list .option .option-title {
    margin-right: 15px; }

@media (max-width: 800px) {
  .jobs-right-col, .jobs-results-container {
    width: auto;
    float: none; } }

div.jobs-options-container {
  clear: both;
  margin-top: 20px; }
  div.jobs-options-container::after {
    clear: both;
    content: "";
    display: table; }
  div.jobs-options-container div.content {
    min-height: 100px; }

.small-tabs-container::after {
  clear: both;
  content: "";
  display: table; }

.small-tab {
  display: inline-block;
  background: #E6E6E6;
  padding: 7px 7px;
  margin-right: 0px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: -1px;
  margin-top: 10px;
  color: #B3B3B3; }
  .small-tab:first-child {
    border-radius: 10px 0 0 10px; }
  .small-tab:last-child {
    border-radius: 0 10px 10px 0; }

.small-tab:hover {
  background-color: #ddd; }

.small-tab.active {
  background-color: #213469;
  color: #FFF;
  font-weight: bold; }

.small-tab-content {
  margin-top: 10px;
  padding: 20px 0;
  border-top: 2px solid #ffa509; }
  .small-tab-content::after {
    clear: both;
    content: "";
    display: table; }

.small-tab.indeed-tab .logo {
  width: 50px;
  margin: 0 15px;
  height: 20px;
  background: url("../img/search/indeed-gray.svg") center no-repeat; }

.small-tab.indeed-tab.active {
  background-color: #4567AF; }
  .small-tab.indeed-tab.active .logo {
    background-image: url("../img/search/indeed-white.svg"); }

.small-tab.glassdoor-tab .logo {
  width: 80px;
  height: 20px;
  background: url("../img/search/glassdoor-gray.svg") center no-repeat; }

.small-tab.glassdoor-tab.active {
  background-color: #7CB028; }
  .small-tab.glassdoor-tab.active .logo {
    background-image: url("../img/search/glassdoor-white.svg"); }

.saved-jobs-details-container {
  border-radius: 10px;
  padding: 15px;
  min-height: 180px; }
  .saved-jobs-details-container .saved-job-item {
    display: none; }
    .saved-jobs-details-container .saved-job-item .title {
      font-size: 22px;
      margin-bottom: 10px;
      color: #ffa509; }
    .saved-jobs-details-container .saved-job-item .show-edit-off {
      display: block; }
    .saved-jobs-details-container .saved-job-item .show-edit-on {
      display: none; }
    .saved-jobs-details-container .saved-job-item .popup-field-row {
      margin-bottom: 9px;
      font-size: 14px; }
      .saved-jobs-details-container .saved-job-item .popup-field-row .popup-field-name {
        color: #E17C00; }
      .saved-jobs-details-container .saved-job-item .popup-field-row .popup-field-text a {
        color: #E17C00;
        text-decoration: underline; }
    .saved-jobs-details-container .saved-job-item .btn-primary {
      color: #FFF;
      display: inline-block;
      padding: 5px 25px;
      min-width: 120px;
      background-color: #FFD200;
      border: none; }
    .saved-jobs-details-container .saved-job-item.active {
      display: block; }
    .saved-jobs-details-container .saved-job-item.on-edit .show-edit-off {
      display: none; }
    .saved-jobs-details-container .saved-job-item.on-edit .show-edit-on {
      display: block; }
  .saved-jobs-details-container .saved-job-edit, .saved-jobs-details-container .saved-job-delete {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer; }
  .saved-jobs-details-container .form-item-container {
    padding-bottom: 10px; }

.job-item-progress {
  border-top: 2px solid #ffa509; }
  .job-item-progress h3 {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 22px;
    color: #ffa509; }
  .job-item-progress .job-item-progress-list .progress-item {
    margin-bottom: 10px; }
    .job-item-progress .job-item-progress-list .progress-item .progress-name {
      display: inline-block;
      min-width: 120px;
      font-weight: bold; }
  .job-item-progress .job-item-progress-form {
    margin-top: 10px; }
    .job-item-progress .job-item-progress-form .form-group {
      margin-right: 10px; }
    .job-item-progress .job-item-progress-form .btn-container {
      margin-top: 15px; }
    .job-item-progress .job-item-progress-form .btn-primary {
      background-color: #FFD200;
      border: none;
      text-transform: uppercase; }

.popup-form {
  color: #707170; }
  .popup-form h2 {
    color: #ffa509;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px; }
  .popup-form .form-group {
    margin-bottom: 25px; }
    .popup-form .form-group label {
      font-weight: normal;
      display: block;
      margin-bottom: 7px;
      color: #707170; }
      .popup-form .form-group label.inline {
        display: inline-block;
        vertical-align: top; }
    .popup-form .form-group .alert-text {
      display: inline-block;
      margin-right: 30px;
      line-height: 30px;
      vertical-align: middle; }
  .popup-form .btn {
    background-color: #FFD200;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border: none; }
    .popup-form .btn:hover {
      background-color: #f0c500; }

.joblead-item {
  margin-top: 15px;
  font-weight: bold;
  font-size: 17px; }
  .joblead-item .date {
    margin-top: 5px;
    font-weight: normal;
    display: block;
    color: #777;
    font-size: 14px; }
  .joblead-item.visited a {
    color: #bbb !important; }

.blocks-style-1 .block {
  border: 1px solid #ffa509;
  padding: 13px;
  border-radius: 15px;
  margin-bottom: 10px; }
  .blocks-style-1 .block::after {
    clear: both;
    content: "";
    display: table; }
  .blocks-style-1 .block .img {
    float: left;
    width: 146px;
    margin-bottom: 10px; }
  .blocks-style-1 .block .block-content {
    margin-left: 164px; }
    .blocks-style-1 .block .block-content h3 {
      margin-top: 0;
      margin-bottom: 3px;
      color: #E17C00;
      font-size: 22px;
      line-height: 1.3; }
    .blocks-style-1 .block .block-content table {
      width: 100%; }
      .blocks-style-1 .block .block-content table td {
        width: 33%;
        padding-bottom: 5px; }
    .blocks-style-1 .block .block-content a {
      text-decoration: underline; }

@media (max-width: 700px) {
  .blocks-style-1 .block .img {
    float: none; }
  .blocks-style-1 .block .block-content {
    margin-left: 0; } }

.blocks-style-2 .block {
  background-color: #FFF1C8;
  border-radius: 15px;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px; }
  .blocks-style-2 .block h2 {
    font-size: 22px;
    color: #DBA900; }
  .blocks-style-2 .block .block-text {
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 140px; }
  .blocks-style-2 .block a.btn {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #DBA900;
    color: #FFF !important;
    font-weight: bold; }

.blocks-style-2 .row > div:nth-child(3n+1) {
  clear: left; }

.blocks-style-2 .row > div:nth-child(even) .block {
  background-color: #FFE2A3; }
  .blocks-style-2 .row > div:nth-child(even) .block h2 {
    color: #E17C00; }
  .blocks-style-2 .row > div:nth-child(even) .block a {
    background-color: #FFA500; }

@media (max-width: 767px) {
  .blocks-style-2 .block .block-text {
    min-height: 20px; } }

.right-block {
  background-color: #ffa509;
  color: #FFF;
  width: 240px;
  max-width: 50%;
  float: right;
  margin: 0 0 15px 15px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.3; }

.main-section div.content h1 {
  font-size: 24px;
  font-weight: normal;
  text-transform: none; }

.main-section div.content h2 {
  font-size: 18px;
  font-weight: normal; }

.main-section div.content h3, .main-section div.content h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 30px; }

.main-section div.content a {
  text-decoration: underline; }

.main-section div.content table td {
  vertical-align: top;
  padding: 4px 10px 4px 0;
  width: 25%; }

.main-section div.content blockquote {
  border-left: 0;
  padding: 5px 0;
  font-size: 18px;
  color: #333; }
  .main-section div.content blockquote p {
    font-size: 18px;
    color: #333; }
  .main-section div.content blockquote cite {
    display: block;
    font-size: 12px;
    font-style: italic;
    text-align: right;
    color: #666; }

.main-section div.content .internal-full-width {
  margin: 5px -20px;
  padding: 5px 20px;
  margin-bottom: 20px; }

.main-section div.content .internal-right-block {
  width: 96%;
  max-width: 270px;
  float: right;
  padding: 15px 2%;
  border-radius: 15px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media (max-width: 550px) {
    .main-section div.content .internal-right-block {
      float: none;
      margin-left: 0; } }

.main-section div.content .border-block {
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 15px; }

.main-section div.content .intro-text {
  font-size: 18px;
  color: #666; }

.main-section div.main-section-manage div.content h1, .main-section div.main-section-manage div.content h2, .main-section div.main-section-manage div.content h3, .main-section div.main-section-manage div.content h4, .main-section div.main-section-manage div.content h5, .main-section div.main-section-manage div.content a {
  color: #a41f35; }

.main-section div.main-section-manage div.content .btn-primary {
  background-color: #a41f35;
  border-color: #a41f35;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-manage div.content .internal-right-block {
  background-color: #edd2d7; }

.main-section div.main-section-manage div.content .internal-full-width {
  background-color: #edd2d7; }

.main-section div.main-section-manage div.content .internal-full-width-color strong {
  color: #a41f35; }

.main-section div.main-section-manage div.content .border-block {
  border: 1px solid #a41f35; }

.main-section div.main-section-assessment div.content h1, .main-section div.main-section-assessment div.content h2, .main-section div.main-section-assessment div.content h3, .main-section div.main-section-assessment div.content h4, .main-section div.main-section-assessment div.content h5, .main-section div.main-section-assessment div.content a {
  color: #ff4338; }

.main-section div.main-section-assessment div.content .btn-primary {
  background-color: #ff4338;
  border-color: #ff4338;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-assessment div.content .internal-right-block {
  background-color: #fcdad8; }

.main-section div.main-section-assessment div.content .internal-full-width {
  background-color: #fcdad8; }

.main-section div.main-section-assessment div.content .internal-full-width-color strong {
  color: #ff4338; }

.main-section div.main-section-assessment div.content .border-block {
  border: 1px solid #ff4338; }

.main-section div.main-section-resources div.content h1, .main-section div.main-section-resources div.content h2, .main-section div.main-section-resources div.content h3, .main-section div.main-section-resources div.content h4, .main-section div.main-section-resources div.content h5, .main-section div.main-section-resources div.content a {
  color: #ffa509; }

.main-section div.main-section-resources div.content .btn-primary {
  background-color: #ffa509;
  border-color: #ffa509;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-resources div.content .internal-right-block {
  background-color: #feedd1; }

.main-section div.main-section-resources div.content .internal-full-width {
  background-color: #feedd1; }

.main-section div.main-section-resources div.content .internal-full-width-color strong {
  color: #ffa509; }

.main-section div.main-section-resources div.content .border-block {
  border: 1px solid #ffa509; }

.main-section div.main-section-resumes div.content h1, .main-section div.main-section-resumes div.content h2, .main-section div.main-section-resumes div.content h3, .main-section div.main-section-resumes div.content h4, .main-section div.main-section-resumes div.content h5, .main-section div.main-section-resumes div.content a {
  color: #82bc00; }

.main-section div.main-section-resumes div.content .btn-primary {
  background-color: #82bc00;
  border-color: #82bc00;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-resumes div.content .internal-right-block {
  background-color: #e6f2da; }

.main-section div.main-section-resumes div.content .internal-full-width {
  background-color: #e6f2da; }

.main-section div.main-section-resumes div.content .internal-full-width-color strong {
  color: #82bc00; }

.main-section div.main-section-resumes div.content .border-block {
  border: 1px solid #82bc00; }

.main-section div.main-section-linkedin div.content h1, .main-section div.main-section-linkedin div.content h2, .main-section div.main-section-linkedin div.content h3, .main-section div.main-section-linkedin div.content h4, .main-section div.main-section-linkedin div.content h5, .main-section div.main-section-linkedin div.content a {
  color: #00c1de; }

.main-section div.main-section-linkedin div.content .btn-primary {
  background-color: #00c1de;
  border-color: #00c1de;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-linkedin div.content .internal-right-block {
  background-color: #d1f2f9; }

.main-section div.main-section-linkedin div.content .internal-full-width {
  background-color: #d1f2f9; }

.main-section div.main-section-linkedin div.content .internal-full-width-color strong {
  color: #00c1de; }

.main-section div.main-section-linkedin div.content .border-block {
  border: 1px solid #00c1de; }

.main-section div.main-section-networking div.content h1, .main-section div.main-section-networking div.content h2, .main-section div.main-section-networking div.content h3, .main-section div.main-section-networking div.content h4, .main-section div.main-section-networking div.content h5, .main-section div.main-section-networking div.content a {
  color: #008fbe; }

.main-section div.main-section-networking div.content .btn-primary {
  background-color: #008fbe;
  border-color: #008fbe;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-networking div.content .internal-right-block {
  background-color: #cce9f1; }

.main-section div.main-section-networking div.content .internal-full-width {
  background-color: #cce9f1; }

.main-section div.main-section-networking div.content .internal-full-width-color strong {
  color: #008fbe; }

.main-section div.main-section-networking div.content .border-block {
  border: 1px solid #008fbe; }

.main-section div.main-section-interviewing div.content h1, .main-section div.main-section-interviewing div.content h2, .main-section div.main-section-interviewing div.content h3, .main-section div.main-section-interviewing div.content h4, .main-section div.main-section-interviewing div.content h5, .main-section div.main-section-interviewing div.content a {
  color: #005cb9; }

.main-section div.main-section-interviewing div.content .btn-primary {
  background-color: #005cb9;
  border-color: #005cb9;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-interviewing div.content .internal-right-block {
  background-color: #d3dfef; }

.main-section div.main-section-interviewing div.content .internal-full-width {
  background-color: #d3dfef; }

.main-section div.main-section-interviewing div.content .internal-full-width-color strong {
  color: #005cb9; }

.main-section div.main-section-interviewing div.content .border-block {
  border: 1px solid #005cb9; }

.main-section div.main-section-job-offers div.content h1, .main-section div.main-section-job-offers div.content h2, .main-section div.main-section-job-offers div.content h3, .main-section div.main-section-job-offers div.content h4, .main-section div.main-section-job-offers div.content h5, .main-section div.main-section-job-offers div.content a {
  color: #002e6d; }

.main-section div.main-section-job-offers div.content .btn-primary {
  background-color: #002e6d;
  border-color: #002e6d;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-job-offers div.content .internal-right-block {
  background-color: #d3d5e1; }

.main-section div.main-section-job-offers div.content .internal-full-width {
  background-color: #d3d5e1; }

.main-section div.main-section-job-offers div.content .internal-full-width-color strong {
  color: #002e6d; }

.main-section div.main-section-job-offers div.content .border-block {
  border: 1px solid #002e6d; }

.main-section div.main-section-onboarding div.content h1, .main-section div.main-section-onboarding div.content h2, .main-section div.main-section-onboarding div.content h3, .main-section div.main-section-onboarding div.content h4, .main-section div.main-section-onboarding div.content h5, .main-section div.main-section-onboarding div.content a {
  color: #430098; }

.main-section div.main-section-onboarding div.content .btn-primary {
  background-color: #430098;
  border-color: #430098;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-onboarding div.content .internal-right-block {
  background-color: #dad5e9; }

.main-section div.main-section-onboarding div.content .internal-full-width {
  background-color: #dad5e9; }

.main-section div.main-section-onboarding div.content .internal-full-width-color strong {
  color: #430098; }

.main-section div.main-section-onboarding div.content .border-block {
  border: 1px solid #430098; }

.main-section div.main-section-manage-career div.content h1, .main-section div.main-section-manage-career div.content h2, .main-section div.main-section-manage-career div.content h3, .main-section div.main-section-manage-career div.content h4, .main-section div.main-section-manage-career div.content h5, .main-section div.main-section-manage-career div.content a {
  color: #622066; }

.main-section div.main-section-manage-career div.content .btn-primary {
  background-color: #622066;
  border-color: #622066;
  color: #FFF;
  text-decoration: none; }

.main-section div.main-section-manage-career div.content .internal-right-block {
  background-color: #e0d2e1; }

.main-section div.main-section-manage-career div.content .internal-full-width {
  background-color: #e0d2e1; }

.main-section div.main-section-manage-career div.content .internal-full-width-color strong {
  color: #622066; }

.main-section div.main-section-manage-career div.content .border-block {
  border: 1px solid #622066; }

/*# sourceMappingURL=main.css.map */


