/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
@font-face {
  font-family: TNT;
  font-style: normal;
  font-weight: 300;
  src: url("/content/skins/Tnt/fonts/2E8C52_2_0.eot?#iefix") format("embedded-opentype"), url("/content/skins/Tnt/fonts/2E8C52_2_0.woff2") format("woff2"), url("/content/skins/Tnt/fonts/2E8C52_2_0.woff") format("woff"), url("/content/skins/Tnt/fonts/2E8C52_2_0.ttf") format("truetype"), url("/content/skins/Tnt/fonts/2E8C52_2_0.svg#wf") format("svg"); }
@font-face {
  font-family: TNT;
  font-style: normal;
  font-weight: 400;
  src: url("/content/skins/Tnt/fonts/2E8C52_4_0.eot");
  src: url("/content/skins/Tnt/fonts/2E8C52_4_0.eot?#iefix") format("embedded-opentype"), url("/content/skins/Tnt/fonts/2E8C52_4_0.woff2") format("woff2"), url("/content/skins/Tnt/fonts/2E8C52_4_0.woff") format("woff"), url("/content/skins/Tnt/fonts/2E8C52_4_0.ttf") format("truetype"), url("/content/skins/Tnt/fonts/2E8C52_4_0.svg#wf") format("svg"); }
.btn {
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .btn:hover, .btn:focus {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.btn-social-icon {
  min-width: initial; }

.btn-default {
  background: #fff;
  border: 0; }
  .btn-default:hover, .btn-default:focus {
    background: #fff;
    border-color: #ff8533; }
  .btn-default:focus {
    -webkit-box-shadow: 0, 0, 0, #fff;
    -moz-box-shadow: 0, 0, 0, #fff;
    box-shadow: 0, 0, 0, #fff; }

.btn-primary, .btn-info {
  padding: 11px 19px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 0;
  font-size: 17.5px;
  font-size: 1.75rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    color: #333333;
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-position: 0 -15px;
    background-color: #e6e6e6;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }

.btn-success {
  padding: 11px 19px;
  font-size: 17.5px;
  font-size: 1.75rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #41913f;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5cb85c+0,41913f+100 */
  background: #5cb85c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5cb85c 0%, #41913f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5cb85c 0%, #41913f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5cb85c 0%, #41913f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#41913f',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

a.btn {
  display: inline-block\9;
  margin-bottom: 3px\9; }

.main-content .search-jobs .control-label {
  font-size: 16px;
  font-size: 1.6rem; }

.form-control {
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .form-control:hover, .form-control:focus {
    border-color: #c4c4c4; }

.thumbnail .caption {
  color: #333f48; }

.alert {
  margin: 20px 0;
  font-weight: bold; }

.alert-danger {
  background-color: #ffdcda;
  border-color: #f44336;
  color: #f44336; }

.pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus,
.pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
  background-color: #FF6600;
  border-color: #FF6600; }
.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
  border-color: #ddd; }
.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
  color: #FF6600;
  border-color: #ddd; }

i#social {
  opacity: 0.85; }
  i#social:hover, i#social:focus {
    -webkit-transition: all, 0.2s, ease-in-out;
    -moz-transition: all, 0.2s, ease-in-out;
    -ms-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out;
    opacity: 1; }

.linkedinimport {
  font-family: TNT, Arial, Helvetica, sans-serif;
  padding-left: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .linkedinimport i.fa-linkedin {
    line-height: 32px; }

ul.nav-wizard {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  ul.nav-wizard li:before {
    border-left-color: #fff; }

ul.nav-wizard li a {
  color: #414141; }
ul.nav-wizard li.active {
  color: #fff;
  background: #FF6600; }
  ul.nav-wizard li.active a, ul.nav-wizard li.active a:active, ul.nav-wizard li.active a:focus, ul.nav-wizard li.active a:visited {
    color: #fff;
    background: #FF6600; }

ul.nav-wizard li.active:after {
  border-left-color: #FF6600; }

.thumbnail {
  border-color: #eee; }
  .thumbnail:hover {
    border-color: #ddd; }

#JobNumberOrTitle.k-textbox {
  width: 100%; }

.k-textbox {
  border-color: #ddd;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .k-textbox:hover, .k-textbox:focus {
    border-color: #c4c4c4; }

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default, .k-multiselect.k-header, .k-state-default > .k-select {
  border-color: #ddd; }

.k-state-hover span {
  background-color: #ddd; }

.k-calendar .k-header, .k-calendar .k-footer, .k-calendar .k-footer .k-nav-today {
  background-color: #ddd; }

.k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today.k-state-hover,
.k-link.k-state-hover, .k-state-hover, .k-state-hover:hover,
.k-calendar .k-link.k-nav-fast.k-state-hover, .k-state-focused {
  background-color: #ddd; }

.k-calendar .k-footer .k-nav-today:active,
.k-calendar .k-footer .k-nav-today:active,
.k-heade .k-link:active,
.k-calendar .k-link.k-nav-fast:active {
  color: #414141;
  background-color: #ddd; }

::-moz-selection {
  background: #FF6600;
  color: #fff; }

::selection {
  background: #FF6600;
  color: #fff; }

.strength_meter {
  height: 7px;
  width: 100%;
  background: silver; }

.strength_meter div {
  height: 7px;
  width: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
  line-height: 23px; }

.veryweak {
  background-color: #FFA0A0;
  border-color: #F04040 !important; }

.weak {
  background-color: #FFB78C;
  border-color: #FF853C !important; }

.medium {
  background-color: #FFEC8B;
  border-color: #FC0 !important; }

.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important; }

@-moz-document url-prefix() {
  .upload-div .form-control.upload-handle {
    padding: 0; } }
.body-content {
  margin-bottom: 40px; }

#loginForm .form-group,
#registerForm .form-group,
.job-search .form-group {
  margin-left: 0;
  margin-right: 0; }

.sidebar .tab-content {
  padding-top: 10px; }

.careernav a {
  display: block; }

html, body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -50px; }
  .wrapper:after {
    content: "";
    display: block; }

footer, .wrapper:after {
  height: 50px; }

.username {
  display: block;
  padding: 10px 15px;
  font-style: italic;
  color: #ddd; }

.sameSizeButton {
  width: 194px !important;
  text-align: center; }

hr {
  border-color: #ddd; }

body {
  font-family: TNT, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333f48;
  font-weight: 300;
  line-height: 1.75; }

p, .careernav #logoutForm {
  font-family: TNT, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #414141;
  font-family: TNT, Arial, Helvetica, sans-serif;
  font-weight: bold; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #414141; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
    .h1 a:hover,
    .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
      color: #414141; }

h1, .h1 {
  font-size: 32px;
  font-size: 3.2rem; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 20px;
      font-size: 2rem; } }

h2, .h2 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 300; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 18px;
      font-size: 1.8rem; } }

h3, .h3 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 300; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 17px;
      font-size: 1.7rem; } }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 16px;
      font-size: 1.6rem; } }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem; }

a {
  color: #FF6600; }
  a:hover, a:focus {
    color: #FF6600;
    text-decoration: underline; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
.table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td,
.control-label,
.k-textbox,
.k-picker-wrap, .k-calendar-container table {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal; }

.navbar {
  background: #fff;
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 992px) {
    .navbar {
      right: 0;
      left: 0;
      top: 0;
      z-index: 1030; }
      .navbar .logo {
        height: 36px; } }
  .navbar .navbar-toggle {
    order: -1;
    margin: 0 0 0 15px; }
  .navbar .navbar-nav {
    padding-top: 15px; }
    .navbar .navbar-nav > li > a {
      font-family: Oswald, Helvetica, sans-serif;
      color: #666;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 18px 25px; }
      .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
        color: #FF6600;
        background-color: #fff; }
  .navbar .dropdown-menu {
    background-color: #414141;
    border: 0;
    border-top: 5px solid #FF6600; }
    .navbar .dropdown-menu > li > a {
      font-size: 10px;
      font-size: 1rem;
      color: #fff;
      text-transform: uppercase;
      padding: 12px 25px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .navbar .dropdown-menu > li > a:hover, .navbar .dropdown-menu > li > a:focus {
        background-color: #FF6600;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

.navbar-toggle .icon-bar {
  background-color: #333f48; }


  .headerPage h1 {
    margin-top: 0;
    font-weight: 700;
    color: #fff; }

.navbar-header {
  width: inherit; }

.navbar-area, .navigation-bar, .navbar-content {
  width: 100%; }

.navbar-content .navbar-toggle {
  margin: 0; }

.navbar-header {
  display: flex;
  align-items: center; }
  .navbar-header .logo {
    height: 36px; }
  .navbar-header .logo-link {
    display: flex;
    align-items: center;
    height: 72px; }
    @media (max-width: 991px) {
      .navbar-header .logo-link {
        margin-right: auto;
        margin-left: auto;
        transform: translateX(-30px); } }

.navbar-area {
  display: flex; }
  .navbar-area .navigation-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .navbar-area .navigation-item {
    list-style: none; }
  .navbar-area .navigation-link {
    font-size: 16px;
    padding: 25px 16px;
    color: #333f48;
    height: 72px;
    line-height: 72px; }
    .navbar-area .navigation-link:hover {
      color: #1cb3f4;
      text-decoration: none; }

.headerPage .container {
  height: 212px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .headerPage .container h1 {
    font-size: 40px; }
    @media screen and (max-width: 768px) {
      .headerPage .container h1 {
        font-size: 30px; } }
    @media screen and (max-width: 479px) {
      .headerPage .container h1 {
        font-size: 24px; } }
  .headerPage .container p, .headerPage .container .careernav #logoutForm, .careernav .headerPage .container #logoutForm {
    font-size: 18.18182px;
    padding: 15px 0 0;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 479px) {
      .headerPage .container p, .headerPage .container .careernav #logoutForm, .careernav .headerPage .container #logoutForm {
        font-size: 14.81481px;
        line-height: 16px; } }
  @media screen and (max-width: 768px) {
    .headerPage .container {
      height: 142px; } }
  @media screen and (max-width: 479px) {
    .headerPage .container {
      height: 162px; } }

.hero-section {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 60px 15px 30px; }
  @media screen and (max-width: 479px) {
    .hero-section {
      padding: 30px 8px 0; } }

.main-content {
  padding-top: 40px; }

.panel-default {
  border-color: #FF6600; }
  .panel-default .panel-heading {
    background-color: #FF6600;
    color: #fff; }

.team-grid .member:hover:after {
  background: #FF6600; }

.sidebar {
  padding-top: 50px; }
  .sidebar .nav-tabs li {
    width: 50%; }
    .sidebar .nav-tabs li.active a {
      border: 0;
      border-bottom: 3px solid #FF6600; }
    .sidebar .nav-tabs li > a {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      border: 0; }
      .sidebar .nav-tabs li > a:hover {
        background: #fff;
        border: 0;
        border-bottom: 3px solid #FF6600;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

.careernav a {
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .careernav a i {
    color: #FF6600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .careernav a:hover, .careernav a:focus {
    background-color: #FF6600;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .careernav a:hover i, .careernav a:focus i {
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.footer {
  background-color: #f7f7f7;
  color: #333f48;
  padding-top: 10px;
  height: auto; }
  .footer a {
    color: #333f48; }

.footer {
  height: auto; }

.footer-layout .footer-navbar {
  margin: 0 0 16px;
  padding: 0; }
  .footer-layout .footer-navbar__item {
    display: inline-block;
    padding: 0 24px 0 0; }
  .footer-layout .footer-navbar__link:hover {
    color: #1cb3f4;
    text-decoration: underline; }
  @media screen and (max-width: 561px) {
    .footer-layout .footer-navbar__item {
      display: block; } }
.footer-layout li {
  list-style: none; }
.footer-layout a {
  font-size: 16px;
  text-decoration: none; }
.footer-layout p, .footer-layout .careernav #logoutForm, .careernav .footer-layout #logoutForm {
  font-size: 16px;
  margin: 0 0 20px; }

.footer__logo {
  display: block;
  width: 320px;
  text-align: center;
  margin: 0 auto; }
  .footer__logo img {
    height: 30px;
    max-height: 55px; }

@media screen and (min-width: 769px) {
  .footer__logo {
    position: absolute;
    top: 41px;
    right: 0;
    text-align: right; } }
.phx-copyright {
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  margin: 0; }

.footer-navbar-media {
  padding: 0;
  margin: 0 0 12px; }
  .footer-navbar-media li {
    display: inline-block; }
  .footer-navbar-media span {
    display: none; }

.footer-layout__item {
  position: relative;
  padding-top: 60px;
  padding-bottom: 74px; }

.footer__badges {
  padding: 0;
  margin-bottom: 32px; }
  .footer__badges__badge {
    width: 135px; }
  .footer__badges__item {
    display: inline-block;
    margin: 10px 12px 0 0; }

.footer-navbar-media li {
  margin: 12px 12px 12px 0; }
.footer-navbar-media a {
  display: flex;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  color: #1cb3f4;
  font-size: 32px;
  width: 32px;
  height: 32px; }
  .footer-navbar-media a:hover {
    color: #007ab7; }

.social-share, .share-buttons {
  display: none; }

/*# sourceMappingURL=Site.css.map */

.headerPage > .hero-section > .container{
    height: 700px;
}

@media(max-width: 1200px) {
    .headerPage > .hero-section > .container {
        height: 500px;
    }
}

@media(max-width: 926px){
    .headerPage > .hero-section > .container {
        height: 400px;
    }
}

@media(max-width: 740px) {
    .headerPage > .hero-section > .container {
        height: 250px;
    }
}

@media(max-width: 426px) {
    .headerPage > .hero-section > .container {
        height: 200px;
    }
}

.vacancy-box.feature-job {
    background-color: #4D148C;
}

.vacancy-item .feature-job h2,
.vacancy-item .feature-job h2 a,
.vacancy-item .feature-job a,
.vacancy-item .feature-job span,
.vacancy-item .feature-job strong {
    color: #fff;
}

.vacancy-item .feature-job .btn.btn-primary,
.vacancy-item .feature-job .btn.btn-info {
    background-image: none !important;
    background-color: #FF6600 !important;
    border-color: #FF6600 !important;
}

.navbar-header .logo {
    height: 100%;
}

.vacancy-item .feature-job .form-group strong{
    font-weight: 400;
    margin-right: 1rem;
}

.hero-section > .container{
    align-items: unset;
    text-align: unset;
    justify-content: unset;
}

.img-container-inner {
    padding-top: 20px;
}

.navbar-area .navigation-link {
    font-weight: 400;
}

.footer__logo img {
    height: unset;
}

.img-container-inner > h1, .img-container-inner > p {
    max-width: 50%;
    text-align: center;
}

.container > .img-container-inner h1 {
    font-size: 60px;
    font-weight: 300;
}

.container > .img-container-inner p {
    font-size: 36px;
    padding-top: 0;
    background-color: #FF6200;
}

.headerPage > .hero-section{
    padding-top: 0;
}

    .headerPage > .hero-section > .container {
        width: 100%;
    }

.img-container-inner > div {
    display: inline-block;
    text-align: center;
}

@media(max-width: 1302px){
    .container > .img-container-inner h1 {
        font-size: 40px;
    }
    .container > .img-container-inner p {
        font-size: 28px;
    }
}

@media(max-width:926px){
    .container > .img-container-inner h1 {
        font-size: 30px;
    }

    .container > .img-container-inner p {
        font-size: 20px;
    }
}

@media(max-width:676px) {
    .hero-section > .container{
        flex-direction: column-reverse;
    }
}

@media(max-width:479px) {
    .container > .img-container-inner p {
        line-height: 1.75;
    }

    .img-container-inner{
        text-align: center;
    }
}

@media(max-width:426px) {
    .container > .img-container-inner h1 {
        font-size: 24px;
    }

    .container > .img-container-inner p {
        font-size: 14px;
    }
}

.thumbnail.feature-job .caption {
    color: #fff;
}

@media(max-width: 1199px) {
    .navbar-area .navigation-bar .navigation-link {
        display: block;
        padding-top: 10px;
        padding-bottom: 5px;
        text-align: center;
        line-height: 1.75;
    }
}
