/*  Phoenix ATS 
 *	Recruitment Software solution from Capital Software
 *	version 5
 *	http://www.phoenixats.com/
 */
@font-face {
  font-family: ars-maquette-web;
  src: url(https://use.typekit.net/af/b4eaef/0000000000000000000149b5/27/l?subset_id=2&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/b4eaef/0000000000000000000149b5/27/d?subset_id=2&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/b4eaef/0000000000000000000149b5/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: ars-maquette-web;
  src: url(https://use.typekit.net/af/9df8ea/0000000000000000000149b6/27/l?subset_id=2&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/9df8ea/0000000000000000000149b6/27/d?subset_id=2&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/9df8ea/0000000000000000000149b6/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: ars-maquette-web;
  src: url(https://use.typekit.net/af/df4790/0000000000000000000149b7/27/l?subset_id=2&fvd=n3&v=3) format("woff2"), url(https://use.typekit.net/af/df4790/0000000000000000000149b7/27/d?subset_id=2&fvd=n3&v=3) format("woff"), url(https://use.typekit.net/af/df4790/0000000000000000000149b7/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: ars-maquette-web;
  src: url(https://use.typekit.net/af/5dcbd5/0000000000000000000149b8/27/l?subset_id=2&fvd=n5&v=3) format("woff2"), url(https://use.typekit.net/af/5dcbd5/0000000000000000000149b8/27/d?subset_id=2&fvd=n5&v=3) format("woff"), url(https://use.typekit.net/af/5dcbd5/0000000000000000000149b8/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: ars-maquette-web;
  src: url(https://use.typekit.net/af/55ebbe/0000000000000000000149bb/27/l?subset_id=2&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/55ebbe/0000000000000000000149bb/27/d?subset_id=2&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/55ebbe/0000000000000000000149bb/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight: 400;
  font-style: italic; }
.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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .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: #01cfff; }
  .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 {
  background: #00a6cd;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 15px; }
  .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    background-color: #305a7c;
    -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; }

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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .form-control:hover, .form-control:focus {
    border-color: #c4c4c4; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd; }

.thumbnail .caption {
  color: #000; }

.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: #00a6cd;
  border-color: #00a6cd; }
.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: #00a6cd;
  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: "ars-maquette-web-n5", "ars-maquette-web", 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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  ul.nav-wizard li:before {
    border-left-color: #fff; }

ul.nav-wizard li a {
  color: #000; }
ul.nav-wizard li.active {
  color: #fff;
  background: #00a6cd; }
  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: #00a6cd; }

ul.nav-wizard li.active:after {
  border-left-color: #00a6cd; }

.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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .k-textbox:hover, .k-textbox:focus {
    border-color: #c4c4c4; }
  .k-textbox:focus {
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd; }

.k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
  -webkit-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd; }

.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: #000;
  background-color: #ddd; }

::-moz-selection {
  background: #00a6cd;
  color: #000; }

::selection {
  background: #00a6cd;
  color: #000; }

@media (min-width: 1200px) {
  .wrapper {
    margin-bottom: -350px; }

  footer, .wrapper:after {
    height: 350px; } }
.username {
  color: #ddd; }

hr {
  border-color: #ddd; }

body {
  font-family: "ars-maquette-web-n5", "ars-maquette-web", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000; }

p {
  font-family: "ars-maquette-web-n5", "ars-maquette-web", sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: "ars-maquette-web-n5", "ars-maquette-web", sans-serif; }
  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: #06357a; }
    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: #000; }

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "ars-maquette-web-n5", "ars-maquette-web", sans-serif;
  text-transform: uppercase;
  color: #06357a; }
  @media (max-width: 767px) {
    h1 {
      font-size: 25px;
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #06357a; }

h3, .h3 {
  font-size: 20px;
  font-size: 2rem; }
  @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: #00a6cd; }
  a:hover, a:focus {
    color: #00a6cd;
    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; }

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px; } }

.logo {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 105px;
  margin-left: 15px; }
  @media (min-width: 768px) {
    .logo {
      width: 163px;
      margin-left: 0; } }

.navbar-default {
  background: transparent;
  border: 0;
  margin-bottom: 0; }
  .navbar-default .top-navbar > li > a:hover, .navbar-default .top-navbar > li > a:focus, .navbar-default .top-navbar > li > a:active, .navbar-default .main-navbar > li > a:hover, .navbar-default .main-navbar > li > a:focus, .navbar-default .main-navbar > li > a:active {
    color: #00a6cd; }
  .navbar-default .top-navbar > li.active a, .navbar-default .main-navbar > li.active a {
    color: #00a6cd; }

.navbar-default .top-navbar {
  margin-top: 30px; }
  .navbar-default .top-navbar > li {
    margin-right: 30px; }
    .navbar-default .top-navbar > li.social {
      margin-right: 20px; }
    .navbar-default .top-navbar > li.last {
      margin-right: 15px; }
    .navbar-default .top-navbar > li > a {
      color: #808184;
      padding: 0;
      font-size: 14px; }

.navbar-default .main-navbar {
  margin-top: 20px;
  margin-bottom: 40px; }
  .navbar-default .main-navbar > li {
    margin-right: 35px; }
    .navbar-default .main-navbar > li:last-child {
      margin-right: 15px; }
    .navbar-default .main-navbar > li > a {
      font-size: 17px;
      font-weight: 500;
      color: #414042;
      -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;
      padding: 0;
      background: transparent !important; }

.navbar-default .navbar-toggle {
  border: 0;
  padding: 0;
  margin-top: 34px; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background: transparent; }
  .navbar-default .navbar-toggle span.icon-bar {
    background: #00a6cd;
    height: 3px; }

.header {
  background: url(/content/skins/Methanex/img/current-opportunities-header_0.jpg) center center;
  background-size: cover;
  height: 133px;
  padding-top: 30px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .header {
      height: 325px;
      padding-top: 190px;
      margin-left: 0;
      margin-right: 0; } }
  .header .h1 {
    font-size: 32px;
    color: #fff;
    font-weight: normal; }
    @media (min-width: 768px) {
      .header .h1 {
        font-size: 60px; } }

.menu-block {
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px; }
  .menu-block ul {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500; }
    .menu-block ul li {
      display: inline-block;
      list-style: none;
      margin-right: 30px;
      margin-bottom: 15px; }
      .menu-block ul li.last {
        margin-right: 0; }
      .menu-block ul li a {
        color: #414042;
        -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; }
        .menu-block ul li a:hover, .menu-block ul li a:focus, .menu-block ul li a:active {
          color: #00a6cd;
          text-decoration: none; }
      .menu-block ul li.active a {
        color: #00a6cd; }

.body-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.sidebar {
  margin-top: 20px; }
  .sidebar .nav-tabs li {
    width: 50%; }
    .sidebar .nav-tabs li.active a {
      border: 0;
      border-bottom: 3px solid #00a6cd;
      font-weight: 700; }
    .sidebar .nav-tabs li > a {
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center; }
      .sidebar .nav-tabs li > a:hover {
        background: #fff;
        border: 0;
        border-bottom: 3px solid #00a6cd;
        -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 p {
  margin-bottom: 0; }
.careernav a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 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:hover, .careernav a:focus {
    background-color: #00a6cd;
    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; }

.panel-default {
  border-color: #00a6cd; }
  .panel-default .panel-heading {
    background-color: #00a6cd;
    color: #fff; }

.team-grid .member:hover:after {
  background: #00a6cd; }

footer.l-footer {
  color: #fff;
  background: #414042 url(/content/skins/Methanex/img/footer-bg.png) left bottom no-repeat;
  padding: 50px 0 30px 0; }
  footer.l-footer #block-1 {
    color: #fff;
    margin-bottom: 2em; }
    footer.l-footer #block-1 h2.block__title {
      font-size: 1.625em;
      font-style: italic;
      font-weight: normal;
      color: #fff;
      margin-bottom: 10px;
      margin-top: 0; }
    footer.l-footer #block-1 .block__content {
      font-size: 14px; }
  footer.l-footer a {
    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.l-footer a:hover, footer.l-footer a:focus {
      color: #ccc;
      text-decoration: none; }
  @media (max-width: 767px) {
    footer.l-footer .col-sm-4 {
      margin-bottom: 48px; } }
  @media (min-width: 768px) {
    footer.l-footer #block-1, footer.l-footer #block-2 {
      padding-right: 50px; } }

#block-stock-price h2.block__title {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #676668;
  margin-top: 0;
  padding-bottom: 6px;
  margin-bottom: 0px; }
#block-stock-price table {
  width: 100%; }
  #block-stock-price table tr {
    border-bottom: 1px solid #676668; }
  #block-stock-price table td {
    padding: 7px 0; }

#block-3 ul {
  margin: 0;
  list-style: none;
  padding-left: 0; }
  #block-3 ul li {
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid #676668;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 7px;
    position: relative; }
    #block-3 ul li a:before {
      content: "\f105";
      color: #00a6cd;
      display: block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 0;
      top: 3px;
      font-size: 1.4em;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }

#block-4 {
  color: #808184;
  font-size: 0.875em;
  margin-bottom: 3em;
  text-align: center; }
  @media (min-width: 768px) {
    #block-4 {
      text-align: left;
      margin-bottom: 0; } }
  #block-4 a {
    color: #b9b9b9; }

#block-5 {
  font-size: 0.875em; }
  #block-5 ul {
    margin: 0;
    padding-left: 0;
    text-align: center; }
    @media (min-width: 768px) {
      #block-5 ul {
        text-align: right; } }
    #block-5 ul li {
      display: inline-block;
      margin-left: 0px;
      margin-right: 10px; }
      @media (min-width: 768px) {
        #block-5 ul li {
          margin-left: 30px;
          margin-right: 0px; } }
      #block-5 ul li a {
        color: #808184;
        border: 1px solid rgba(204, 204, 204, 0.3);
        padding: 0.25em 0.5em; }
        @media (min-width: 768px) {
          #block-5 ul li a {
            border: 0;
            padding: 0; } }

/*# sourceMappingURL=Site.css.map */
