@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; }

a:focus {
  outline: 1px dotted; }

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px; }

/*  Sticky Footer
    http://www.cssstickyfooter.com/using-sticky-footer-code.html
---------------------------------------- */
#page-wrapper {
  min-height: 100%; }

#main {
  overflow: auto;
  padding-bottom: 40px; }

/* must be same height as the footer */
#footer {
  position: relative;
  margin-top: -40px;
  /* negative value of footer height */
  height: 40px;
  clear: both; }

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

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

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

a {
  outline: 0 !important; }

.container {
  width: 1600px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  clear: both; }
  @media (max-width: 1600px) {
    .container {
      width: 100%; } }
  @media (max-width: 768px) {
    .container {
      padding: 0; } }
  .container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  .container.white {
    background: #FFFFFF; }
  .container.page {
    min-height: 80vh; }

.section {
  width: 1400px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  clear: both;
  font-size: 0; }
  @media (max-width: 1400px) {
    .section {
      width: 100%; } }
  .section:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }

.button {
  background: #2891bd;
  border-radius: 3px;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: "pragmatica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 30px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.2s ease-in-out !important; }
  .button:hover {
    background: #39a7d5;
    text-decoration: none; }
  .button:active {
    background: #21779b; }

body {
  font-family: "pragmatica", sans-serif;
  background: #eeeeee; }

a:link, a:visited {
  text-decoration: none;
  color: #545557;
  transition: color 0.2s ease-in-out; }

a:hover, a:active {
  color: #2891bd;
  text-decoration: none; }

h2.overline:before {
  content: " ";
  width: 200px;
  height: 5px;
  background: #2891bd;
  display: block;
  margin-bottom: 80px; }
  @media (max-width: 320px) {
    h2.overline:before {
      display: none; } }

#footer-wrap {
  color: #FFFFFF;
  background: #3e4148;
  padding: 40px 0;
  font-family: "pragmatica", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 200; }
  @media (max-width: 320px) {
    #footer-wrap {
      padding: 50px 0; } }
  #footer-wrap a:link, #footer-wrap a:visited {
    color: #FFFFFF;
    transition: color 0.2s ease-in-out; }
  #footer-wrap a:hover, #footer-wrap a:active {
    color: #2891bd; }
  #footer-wrap:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  #footer-wrap .f-col {
    width: 25%;
    float: left;
    padding: 40px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      #footer-wrap .f-col {
        width: 50%; } }
    #footer-wrap .f-col:first-child {
      padding: 20px 40px 40px 40px; }
    #footer-wrap .f-col .c-item {
      margin-bottom: 20px; }
    @media (max-width: 768px) {
      #footer-wrap .f-col.f-col-nav {
        display: none; } }
    @media (max-width: 768px) {
      #footer-wrap .f-col.f-col-map {
        width: 100%;
        display: block; } }
    @media (max-width: 480px) {
      #footer-wrap .f-col.f-col-map {
        display: none; } }
    @media (max-width: 480px) {
      #footer-wrap .f-col.f-col-contact {
        display: none; } }
    @media (max-width: 480px) {
      #footer-wrap .f-col.f-col-details {
        width: 100%;
        display: block;
        width: 100%;
        text-align: center; } }
  #footer-wrap .logo-footer {
    margin-bottom: 30px;
    width: 200px; }
    @media (max-width: 480px) {
      #footer-wrap .logo-footer {
        margin: 0 auto 30px auto; } }
  #footer-wrap p.copy {
    color: #FFFFFF; }
  #footer-wrap .asial {
    width: 75px;
    margin: 30px 0; }

#footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  #footer-nav ul li.menu-item {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0;
    padding: 0; }
    #footer-nav ul li.menu-item:first-child {
      margin-top: 0; }

#feature-wrap {
  width: 100%;
  background: url("../../images/vault-default.jpg") no-repeat center;
  background-size: cover;
  position: relative; }
  #feature-wrap.job-listing {
    background: #20282d !important; }

#feature-overlay {
  background: rgba(30, 23, 23, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#feature-content {
  position: relative;
  padding-top: 400px; }
  #feature-content.job-listing {
    padding-top: 200px; }
  @media (max-width: 768px) {
    #feature-content {
      box-sizing: border-box;
      padding: 200px 20px 0 20px; } }
  #feature-content h2 {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 45px;
    padding-bottom: 80px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 110%; }
  #feature-content p {
    color: #FFFFFF;
    font-family: "pragmatica", sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
    padding: 40px 40px 0 40px;
    margin: 0;
    box-sizing: border-box;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: rgba(41, 43, 45, 0.8); }
    #feature-content p:last-child {
      padding-bottom: 40px; }

.page-content {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .page-content {
      box-sizing: border-box;
      padding: 80px 20px !important; } }
  @media (max-width: 320px) {
    .page-content {
      padding: 40px 20px !important; } }
  .page-content p, .page-content ul, .page-content li {
    font-weight: 200;
    font-size: 18px;
    line-height: 32px;
    color: #222933; }
    @media (max-width: 320px) {
      .page-content p, .page-content ul, .page-content li {
        font-size: 16px;
        line-height: 24px; } }
    .page-content p li, .page-content ul li, .page-content li li {
      list-style: none;
      position: relative; }
      .page-content p li:before, .page-content ul li:before, .page-content li li:before {
        content: "■";
        color: #2891bd;
        font-size: 12px;
        position: absolute;
        left: -15px;
        top: 1px; }
  .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    color: #2891bd;
    font-size: 35px;
    font-weight: 400;
    margin: 40px 0 20px 0; }
  .page-content a:link, .page-content a:visited {
    color: #2891bd;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s ease-in-out; }
  .page-content a:hover, .page-content a:active {
    color: #eeeeee; }
  .page-content blockquote {
    background: #eeeeee;
    padding: 20px 20px 5px 40px;
    border-left: 5px solid #2891bd;
    color: #eeeeee;
    margin-bottom: 20px; }
  .page-content strong {
    font-weight: 500; }

#contact-small-wrap {
  background: #545557;
  text-align: center;
  padding: 100px 0; }
  #contact-small-wrap h2 {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 400;
    margin: 0; }
  #contact-small-wrap p {
    font-weight: 200;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 40px 0 30px 0;
    padding: 0 10px; }

.mapp-layout {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }

.mapp-map-links {
  display: none !important; }

#cs-wrap {
  font-size: 0; }
  #cs-wrap .cs-box {
    padding: 10px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
    @media (max-width: 1360px) {
      #cs-wrap .cs-box {
        width: 33.3333%; } }
    @media (max-width: 1100px) {
      #cs-wrap .cs-box {
        width: 50%; } }
    @media (max-width: 950px) {
      #cs-wrap .cs-box {
        width: 100%;
        float: none;
        display: block; } }
    #cs-wrap .cs-box .case-study {
      background: #eeeeee;
      border-radius: 3px; }
      #cs-wrap .cs-box .case-study .cs-img {
        width: 100%;
        height: 200px; }
      #cs-wrap .cs-box .case-study .cs-content {
        padding: 20px; }
        #cs-wrap .cs-box .case-study .cs-content h3 {
          margin: 0 0 17px 0;
          font-size: 26px;
          line-height: 110%; }
        #cs-wrap .cs-box .case-study .cs-content p {
          margin-bottom: 0;
          font-size: 16px;
          line-height: 24px; }
          #cs-wrap .cs-box .case-study .cs-content p em {
            font-weight: 500;
            font-style: normal; }

#side-left {
  width: 20%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1360px) {
    #side-left {
      width: 25%; } }
  @media (max-width: 1100px) {
    #side-left {
      width: 30%; } }
  @media (max-width: 950px) {
    #side-left {
      width: 40%; } }
  @media (max-width: 680px) {
    #side-left {
      width: 50%; } }
  @media (max-width: 540px) {
    #side-left {
      width: 100%;
      display: block;
      float: none; } }

#side-right {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 40px; }
  @media (max-width: 1360px) {
    #side-right {
      width: 75%; } }
  @media (max-width: 1100px) {
    #side-right {
      width: 70%; } }
  @media (max-width: 950px) {
    #side-right {
      width: 60%; } }
  @media (max-width: 768px) {
    #side-right {
      padding: 0; }
      #side-right .page-content {
        padding: 80px 0; } }
  @media (max-width: 680px) {
    #side-right {
      width: 50%; } }
  @media (max-width: 540px) {
    #side-right {
      width: 100%;
      display: block;
      float: none; } }

#sidebar-work {
  font-size: 18px;
  box-sizing: border-box;
  padding: 100px 20px 120px 20px; }
  @media (max-width: 768px) {
    #sidebar-work {
      padding-top: 80px; } }
  @media (max-width: 540px) {
    #sidebar-work {
      padding: 50px 10px 0 10px; } }
  #sidebar-work h2 {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    color: #2891bd;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 20px 0; }
    #sidebar-work h2:after {
      width: 25px;
      height: 25px;
      content: " ";
      background: url("../../images/i/filter.svg") no-repeat center;
      background-size: cover;
      float: right;
      margin-top: 17px; }
  #sidebar-work .work-categories ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #sidebar-work .work-categories ul li {
      background: #eeeeee;
      margin: 10px 0;
      font-size: 15px;
      border-radius: 3px; }
      #sidebar-work .work-categories ul li span.cat-img {
        width: 25px;
        height: 25px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 7px; }
        #sidebar-work .work-categories ul li span.cat-img.see-all {
          background: url("../../images/i/categories/category_all.png") no-repeat center;
          background: cover; }
      #sidebar-work .work-categories ul li p {
        margin-bottom: 0;
        display: inline;
        vertical-align: middle; }
      #sidebar-work .work-categories ul li a:link, #sidebar-work .work-categories ul li a:visited {
        display: block;
        width: 100%;
        padding: 15px 25px 15px 10px;
        transition: all 0.2s ease-in-out; }
      #sidebar-work .work-categories ul li a:hover, #sidebar-work .work-categories ul li a:active {
        padding-left: 15px; }

#sidebar-jobs {
  font-size: 18px;
  box-sizing: border-box;
  padding: 100px 20px 120px 20px; }
  @media (max-width: 768px) {
    #sidebar-jobs {
      padding-top: 80px; } }
  @media (max-width: 540px) {
    #sidebar-jobs {
      padding: 50px 20px 0 20px; } }
  #sidebar-jobs h2 {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    color: #2891bd;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 20px 0; }
  #sidebar-jobs ul.see-all {
    list-style: none;
    padding: 0;
    margin: 0; }
    #sidebar-jobs ul.see-all li {
      background: #FFFFFF;
      margin: 0;
      font-size: 15px;
      border-radius: 3px;
      border: 1px solid #eeeeee;
      -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05); }
      #sidebar-jobs ul.see-all li span.cat-img {
        width: 25px;
        height: 25px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 7px;
        background: url("../../images/i/categories/category_all.png") no-repeat center;
        background: cover; }
      #sidebar-jobs ul.see-all li p {
        margin-bottom: 0;
        display: inline;
        vertical-align: middle; }
      #sidebar-jobs ul.see-all li a:link, #sidebar-jobs ul.see-all li a:visited {
        display: block;
        width: 100%;
        padding: 15px 25px 15px 10px;
        transition: all 0.2s ease-in-out; }
      #sidebar-jobs ul.see-all li a:hover, #sidebar-jobs ul.see-all li a:active {
        padding-left: 15px; }
  #sidebar-jobs #job-search {
    background: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05); }
    #sidebar-jobs #job-search h3 {
      font-family: "pragmatica", sans-serif;
      color: #3e4148;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px; }
      @media (max-width: 540px) {
        #sidebar-jobs #job-search h3 {
          display: none; } }
    #sidebar-jobs #job-search input.search-field {
      border-radius: 3px;
      font-size: 12px;
      font-family: "pragmatica", sans-serif;
      padding: 5px;
      border: 1px solid #eeeeee;
      transition: all 0.2s ease-in-out; }
      #sidebar-jobs #job-search input.search-field:focus {
        border: 1px solid #2891bd; }
      @media (max-width: 540px) {
        #sidebar-jobs #job-search input.search-field {
          width: 300px;
          font-size: 16px;
          padding: 10px 5px; } }
      @media (max-width: 450px) {
        #sidebar-jobs #job-search input.search-field {
          width: 250px; } }
      @media (max-width: 400px) {
        #sidebar-jobs #job-search input.search-field {
          display: block;
          float: none;
          width: 100%;
          box-sizing: border-box; } }
    #sidebar-jobs #job-search input.search-submit {
      border-radius: 3px;
      color: #FFFFFF;
      font-size: 12px;
      font-family: "pragmatica", sans-serif;
      background: #2891bd;
      border: 1px solid #2891bd;
      padding: 5px 10px;
      transition: all 0.2s ease-in-out; }
      #sidebar-jobs #job-search input.search-submit:hover {
        cursor: pointer;
        background: #39a7d5;
        text-decoration: none; }
      #sidebar-jobs #job-search input.search-submit:focus {
        outline: 0; }
      @media (max-width: 540px) {
        #sidebar-jobs #job-search input.search-submit {
          float: right;
          font-size: 16px;
          padding: 10px 15px; } }
      @media (max-width: 400px) {
        #sidebar-jobs #job-search input.search-submit {
          display: block;
          float: none;
          width: 100%;
          box-sizing: border-box;
          margin-top: 20px; } }
  #sidebar-jobs .job-tax {
    background: #FFFFFF;
    margin-top: 30px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05); }
    #sidebar-jobs .job-tax h2 {
      font-family: "ff-good-headline-web-pro-con", sans-serif;
      color: #3e4148;
      font-size: 24px;
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    #sidebar-jobs .job-tax span.fa {
      display: inline-block;
      vertical-align: middle;
      margin: 1px 5px 0 0;
      color: #3e4148;
      font-size: 16px; }
    #sidebar-jobs .job-tax ul {
      list-style: none;
      font-size: 16px;
      font-family: "pragmatica", sans-serif;
      margin: 10px 0 0 0; }
      #sidebar-jobs .job-tax ul li {
        margin: 2px 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 200; }

#job-filter-btn {
  background: #FFFFFF;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  display: none; }
  @media (max-width: 540px) {
    #job-filter-btn {
      display: block; } }
  #job-filter-btn p {
    color: #3e4148;
    margin: 0;
    font-weight: 200;
    transition: all 0.2s ease-in-out; }
    #job-filter-btn p:after {
      content: "\f107";
      float: right;
      margin-top: 2px;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit; }
  #job-filter-btn.clicked {
    background: #2891bd;
    color: white;
    border: 1px solid #2891bd; }
    #job-filter-btn.clicked p {
      color: white; }
  #job-filter-btn:hover {
    cursor: pointer; }

#job-filter {
  display: block; }
  @media (max-width: 540px) {
    #job-filter {
      display: none; } }

h2.job-eoi {
  margin-top: 0 !important; }

.jp-wrap .jp-box {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05); }
  .jp-wrap .jp-box .jp-header {
    margin-bottom: 20px; }
    .jp-wrap .jp-box .jp-header:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
    .jp-wrap .jp-box .jp-header h3 {
      font-size: 28px;
      color: #3e4148;
      margin: 0;
      float: left; }
      @media (max-width: 540px) {
        .jp-wrap .jp-box .jp-header h3 {
          width: 65%; } }
      @media (max-width: 450px) {
        .jp-wrap .jp-box .jp-header h3 {
          display: block;
          float: none;
          width: 100%; } }
  .jp-wrap .jp-box .jp-details {
    display: table;
    width: 100%;
    padding: 5px 0; }
    @media (max-width: 540px) {
      .jp-wrap .jp-box .jp-details {
        display: block; } }
    .jp-wrap .jp-box .jp-details .jp-d-box {
      display: table-cell;
      text-align: center;
      width: 25%; }
      @media (max-width: 540px) {
        .jp-wrap .jp-box .jp-details .jp-d-box {
          display: block;
          width: 100%;
          margin: 5px 0;
          text-align: left; } }
      .jp-wrap .jp-box .jp-details .jp-d-box span.fa {
        color: #7b7b7b;
        font-size: 14px;
        margin-right: 5px;
        top: -1px;
        position: relative;
        width: 15px;
        text-align: center; }
    @media (max-width: 320px) {
      .jp-wrap .jp-box .jp-details {
        font-size: 14px;
        line-height: 24px; } }
  .jp-wrap .jp-box .jp-teaser {
    margin-top: 20px; }
    .jp-wrap .jp-box .jp-teaser p {
      font-size: 16px;
      line-height: 26px;
      margin: 0; }
      @media (max-width: 320px) {
        .jp-wrap .jp-box .jp-teaser p {
          font-size: 14px;
          line-height: 24px; } }
    .jp-wrap .jp-box .jp-teaser a.button {
      font-size: 14px;
      padding: 10px 40px; }
      @media (max-width: 768px) {
        .jp-wrap .jp-box .jp-teaser a.button {
          width: 100%;
          display: block;
          padding: 20px 30px;
          box-sizing: border-box;
          font-size: 16px; } }

h2.search-result span {
  font-style: italic; }

#no-results h3 {
  font-size: 24px;
  color: #3e4148;
  margin-top: 5px; }

#no-results p {
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  color: #3e4148; }

#job-teaser p {
  font-size: 22px;
  line-height: 35px;
  color: #2891bd; }

#job-details {
  width: 100%;
  box-sizing: border-box; }
  #job-details:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  #job-details #job-info {
    float: left; }
    @media (max-width: 520px) {
      #job-details #job-info {
        float: none;
        width: 100%;
        display: block; } }
    #job-details #job-info ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #job-details #job-info ul li {
        margin: 5px 0; }
        #job-details #job-info ul li:before {
          display: none; }
        #job-details #job-info ul li em {
          font-style: normal;
          font-weight: 400;
          color: #3e4148; }
        #job-details #job-info ul li span.fa {
          color: #3e4148;
          font-size: 16px;
          margin-right: 5px;
          width: 25px;
          text-align: center; }
  #job-details #job-button {
    float: right; }
    @media (max-width: 520px) {
      #job-details #job-button {
        float: none;
        width: 100%;
        display: block; }
        #job-details #job-button a {
          display: block;
          width: 100%;
          box-sizing: border-box;
          margin-top: 45px; } }

#job-buttons {
  margin: 40px 0; }
  @media (max-width: 520px) {
    #job-buttons {
      float: none;
      width: 100%;
      display: block; }
      #job-buttons a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 45px; } }
  #job-buttons a.back {
    background: #3e4148;
    margin-left: 20px; }
    @media (max-width: 520px) {
      #job-buttons a.back {
        margin-left: 0; } }
    #job-buttons a.back:hover {
      background: #51555e; }

#job-feature {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200; }
  @media (max-width: 768px) {
    #job-feature {
      display: block; } }
  #job-feature .jf-box {
    display: table-cell;
    width: 50%;
    text-align: center;
    padding-right: 30px; }
    @media (max-width: 768px) {
      #job-feature .jf-box {
        display: block;
        width: 100%;
        padding-right: 0; }
        #job-feature .jf-box .jf-wrap:first-child {
          margin-bottom: 40px; } }
    #job-feature .jf-box ul {
      margin-bottom: 0; }
      #job-feature .jf-box ul li {
        margin-left: 0; }
        #job-feature .jf-box ul li:before {
          display: none; }
    #job-feature .jf-box .jf-wrap {
      border: 1px solid #eeeeee;
      -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.05);
      font-size: 16px;
      line-height: 26px;
      font-weight: 200;
      box-sizing: border-box;
      padding: 20px; }
      @media (max-width: 320px) {
        #job-feature .jf-box .jf-wrap {
          font-size: 14px;
          line-height: 24px; } }
      #job-feature .jf-box .jf-wrap p {
        font-size: 16px;
        line-height: 26px; }
      #job-feature .jf-box .jf-wrap img {
        margin-bottom: 10px; }
      #job-feature .jf-box .jf-wrap h2 {
        color: #3e4148;
        font-size: 29px;
        margin-bottom: 20px;
        margin-top: 0; }
      #job-feature .jf-box .jf-wrap ul, #job-feature .jf-box .jf-wrap li {
        font-size: 16px !important;
        line-height: 26px !important;
        font-weight: 200 !important;
        color: #3e4148 !important; }
      #job-feature .jf-box .jf-wrap .button {
        font-size: 14px;
        padding: 10px 40px;
        line-height: 140%; }
        @media (max-width: 768px) {
          #job-feature .jf-box .jf-wrap .button {
            width: 100%;
            display: block;
            padding: 20px 30px;
            box-sizing: border-box;
            font-size: 16px; } }

#order-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  #order-wrap #order-feature {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 768px) {
      #order-wrap #order-feature {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  #order-wrap #order-list {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 768px) {
      #order-wrap #order-list {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }

#job-order-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  #job-order-wrap #job-order-eoi {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 768px) {
      #job-order-wrap #job-order-eoi {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  #job-order-wrap #job-order-current {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
    @media (max-width: 768px) {
      #job-order-wrap #job-order-current {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #2891bd;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -8px; }
  .burger-icon::after {
    top: 8px; }

.menu-button.is-active .burger-icon {
  background-color: transparent; }

.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }

.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

#mobile-bar {
  padding: 20px;
  background: rgba(31, 40, 43, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
  box-sizing: border-box; }
  #mobile-bar:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  @media (max-width: 768px) {
    #mobile-bar {
      display: block; } }
  #mobile-bar #mobile-logo {
    width: 150px;
    float: left; }
  #mobile-bar #mobile-button {
    padding: 8px;
    float: right; }
    #mobile-bar #mobile-button:hover {
      cursor: pointer; }
    #mobile-bar #mobile-button.clicked #mobile-bars span.menu-bar {
      background: #2891bd; }
      #mobile-bar #mobile-button.clicked #mobile-bars span.menu-bar:first-child {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #mobile-bar #mobile-button.clicked #mobile-bars span.menu-bar:nth-child(2) {
        opacity: 0; }
      #mobile-bar #mobile-button.clicked #mobile-bars span.menu-bar:last-child {
        bottom: 11px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  #mobile-bar #mobile-bars {
    width: 30px;
    height: 26px;
    margin: 0;
    position: relative; }
    #mobile-bar #mobile-bars span.menu-bar {
      width: 100%;
      height: 4px;
      background: #FFFFFF;
      position: absolute;
      display: block;
      border-radius: 4px;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      transition: all 0.2s ease-in-out; }
      #mobile-bar #mobile-bars span.menu-bar:first-child {
        top: 0; }
      #mobile-bar #mobile-bars span.menu-bar:nth-child(2) {
        top: 11px; }
      #mobile-bar #mobile-bars span.menu-bar:last-child {
        bottom: 0; }

#mobile-menu {
  display: none;
  position: fixed;
  top: 83px;
  right: 0;
  height: 100vh;
  overflow: scroll;
  width: 80%;
  z-index: 998;
  background: #eeeeee;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    #mobile-menu {
      display: none !important; } }
  #mobile-menu #mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #mobile-menu #mobile-nav ul li.menu-item {
      margin: 0;
      padding: 0;
      font-family: "ff-good-headline-web-pro-con", sans-serif;
      font-size: 24px; }
      #mobile-menu #mobile-nav ul li.menu-item a:link, #mobile-menu #mobile-nav ul li.menu-item a:visited {
        display: block;
        width: 100%;
        padding: 25px 35px;
        border-bottom: 1px solid #eeeeee;
        color: #222933;
        box-sizing: border-box;
        background: #FFFFFF; }
      #mobile-menu #mobile-nav ul li.menu-item ul.sub-menu {
        display: none; }
        #mobile-menu #mobile-nav ul li.menu-item ul.sub-menu li.menu-item a:link, #mobile-menu #mobile-nav ul li.menu-item ul.sub-menu li.menu-item a:visited {
          color: #FFFFFF;
          background: #3e4148;
          border-bottom: 1px solid #222933; }
      #mobile-menu #mobile-nav ul li.menu-item.menu-item-has-children {
        position: relative; }
        #mobile-menu #mobile-nav ul li.menu-item.menu-item-has-children:after {
          position: absolute;
          content: "\f107";
          top: 0;
          right: 0;
          background: #eeeeee;
          width: 87px;
          height: 87px;
          display: block;
          font-family: FontAwesome;
          font-size: 30px;
          font-weight: normal;
          text-align: center;
          line-height: 87px; }
        #mobile-menu #mobile-nav ul li.menu-item.menu-item-has-children:hover ul.sub-menu, #mobile-menu #mobile-nav ul li.menu-item.menu-item-has-children:active ul.sub-menu {
          display: block; }
        #mobile-menu #mobile-nav ul li.menu-item.menu-item-has-children:hover:after, #mobile-menu #mobile-nav ul li.menu-item.menu-item-has-children:active:after {
          color: #2891bd; }
  #mobile-menu #mobile-nav .mobile-phone {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-size: 24px; }
    #mobile-menu #mobile-nav .mobile-phone span.i-phone img {
      width: 20px;
      height: 20px;
      vertical-align: top;
      margin-right: 15px;
      margin-top: 9px; }
    #mobile-menu #mobile-nav .mobile-phone a:link, #mobile-menu #mobile-nav .mobile-phone a:visited {
      background: #2891bd;
      display: block;
      width: 100%;
      padding: 25px 35px;
      border-bottom: 1px solid #eeeeee;
      color: #FFFFFF;
      box-sizing: border-box; }
  #mobile-menu #mobile-contact {
    background: #eeeeee;
    padding: 25px 35px 100px 35px; }
    #mobile-menu #mobile-contact .c-item p {
      font-size: 16px;
      line-height: 24px;
      font-size: 200;
      color: #222933; }

#header-contact {
  text-align: right;
  padding: 20px;
  background: #FFFFFF; }
  #header-contact .hc-item {
    display: inline-block;
    margin: 0 10px; }
    #header-contact .hc-item img {
      vertical-align: middle;
      margin-right: 5px;
      margin-top: -2px; }
  @media (max-width: 768px) {
    #header-contact {
      display: none; } }

#header-nav {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(31, 40, 43, 0.7);
  font-family: "ff-good-headline-web-pro-con", sans-serif !important; }
  @media (max-width: 768px) {
    #header-nav {
      display: none; } }
  #header-nav .logo-full {
    float: left;
    width: 241px;
    padding: 15px 0; }
    #header-nav .logo-full img {
      width: 100%; }
  #header-nav ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    #header-nav ul.menu li.menu-item {
      font-size: 18px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 0;
      margin: 0;
      position: relative; }
      @media (max-width: 810px) {
        #header-nav ul.menu li.menu-item {
          font-size: 16px; } }
      #header-nav ul.menu li.menu-item:after {
        content: "•";
        font-size: 14px;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
        text-align: right;
        margin-top: 27px;
        margin-left: 62px; }
        @media (max-width: 1450px) {
          #header-nav ul.menu li.menu-item:after {
            margin-left: 49px; } }
        @media (max-width: 1300px) {
          #header-nav ul.menu li.menu-item:after {
            margin-left: 34px; } }
        @media (max-width: 1200px) {
          #header-nav ul.menu li.menu-item:after {
            margin-left: 20px; } }
        @media (max-width: 1060px) {
          #header-nav ul.menu li.menu-item:after {
            display: none; } }
      #header-nav ul.menu li.menu-item:last-child:after, #header-nav ul.menu li.menu-item.menu-item-34:after {
        display: none; }
      #header-nav ul.menu li.menu-item:last-child {
        display: inline-block;
        padding-top: 40px; }
        #header-nav ul.menu li.menu-item:last-child a:link, #header-nav ul.menu li.menu-item:last-child a:visited {
          background: #2891bd;
          border-radius: 3px;
          padding: 15px 30px !important;
          transition: all 0.2s ease-in-out; }
        #header-nav ul.menu li.menu-item:last-child a:hover, #header-nav ul.menu li.menu-item:last-child a:active {
          color: #FFFFFF;
          background: #39a7d5; }
      #header-nav ul.menu li.menu-item a:link, #header-nav ul.menu li.menu-item a:visited {
        padding: 25px 30px;
        color: #FFFFFF;
        transition: color 0.2s ease-in-out; }
        @media (max-width: 1024px) {
          #header-nav ul.menu li.menu-item a:link, #header-nav ul.menu li.menu-item a:visited {
            padding: 25px 15px; } }
        @media (max-width: 810px) {
          #header-nav ul.menu li.menu-item a:link, #header-nav ul.menu li.menu-item a:visited {
            padding: 25px 10px; } }
      #header-nav ul.menu li.menu-item a:hover, #header-nav ul.menu li.menu-item a:active {
        color: #2891bd; }
      #header-nav ul.menu li.menu-item ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        min-width: 250px;
        top: 100px;
        left: 0px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        display: none;
        z-index: 999; }
        #header-nav ul.menu li.menu-item ul.sub-menu:before {
          content: " ";
          display: block;
          width: 100%;
          height: 7px;
          background-size: contain;
          background: url("../../images/i/submenu-arrow.png") no-repeat left;
          border-bottom: 5px solid #2891bd;
          background-position: 25px; }
        #header-nav ul.menu li.menu-item ul.sub-menu li.menu-item {
          display: block;
          position: static;
          text-align: left;
          padding: 0; }
          #header-nav ul.menu li.menu-item ul.sub-menu li.menu-item:last-child a {
            padding: 25px 30px !important; }
          #header-nav ul.menu li.menu-item ul.sub-menu li.menu-item a:link, #header-nav ul.menu li.menu-item ul.sub-menu li.menu-item a:visited {
            background: rgba(41, 43, 45, 0.8);
            padding: 25px 30px;
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            transition: background 0.2s ease-in-out; }
          #header-nav ul.menu li.menu-item ul.sub-menu li.menu-item a:hover, #header-nav ul.menu li.menu-item ul.sub-menu li.menu-item a:active {
            color: #FFFFFF;
            background: #2891bd; }
          #header-nav ul.menu li.menu-item ul.sub-menu li.menu-item:after {
            display: none; }
          #header-nav ul.menu li.menu-item ul.sub-menu li.menu-item:last-child a {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px; }

.gfield {
  margin-top: 40px !important; }
  .gfield.gsection {
    margin-bottom: 0 !important; }
    .gfield.gsection .gsection_title {
      margin-top: 60px !important;
      font-weight: 300;
      font-size: 35px;
      margin-bottom: 5px;
      line-height: 100% !important; }
  .gfield .gsection_description, .gfield .gfield_description {
    font-size: 14px !important;
    color: #eeeeee;
    line-height: 20px !important;
    margin-top: 15px;
    padding-top: 0 !important; }

.gfield_error {
  background: none !important;
  border: 0 !important; }
  .gfield_error .gfield_label {
    color: #b3505d !important; }

.gform_wrapper li.gfield_error input, .gform_wrapper li.gfield_error textarea {
  border: 1px solid #b3505d !important; }

.gform_wrapper .gfield_label {
  color: #222933;
  font-size: 18px !important;
  font-family: "pragmatica", sans-serif;
  font-weight: 300 !important; }

.gform_wrapper .field_sublabel_below label {
  letter-spacing: 0 !important; }

.gform_wrapper .gfield_required {
  color: #b3505d !important; }

.gform_wrapper .gform_footer input.button {
  border: 0 !important;
  font-size: 16px !important;
  margin: 40px 16px 0 0 !important; }
  .gform_wrapper .gform_footer input.button:hover {
    cursor: pointer; }

.gform_wrapper .gsection {
  border-bottom: 0 !important; }

.gform_wrapper .validation_error {
  color: #b3505d !important;
  border: 0 !important;
  text-align: left !important; }

.gform_wrapper .validation_message {
  color: #b3505d !important; }

.ginput_container input, .ginput_container textarea {
  background: #FFFFFF !important;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  color: #eeeeee; }
  .ginput_container input:focus, .ginput_container textarea:focus {
    border: 1px solid #2891bd;
    color: #222933; }

.ginput_container input {
  padding: 10px 10px !important; }

.ginput_container textarea {
  resize: none;
  padding: 10px 10px !important; }

.ginput_container select {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 7px 10px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFFFFF url("../../images/i/select-arrow.png") no-repeat center right !important; }

body {
  color: #222933; }

#hero-wrap {
  position: relative; }

#hero-slider {
  background-size: cover;
  width: 100%;
  height: 800px; }
  @media (max-width: 320px) {
    #hero-slider {
      height: 600px; } }
  #hero-slider .slick-arrow {
    position: absolute;
    display: none !important; }
  #hero-slider ul.slick-dots {
    width: 100%;
    background: green;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    #hero-slider ul.slick-dots li {
      width: 100%;
      box-sizing: border-box;
      background: pink;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0; }
      #hero-slider ul.slick-dots li button {
        width: 100%;
        height: 5px;
        font-size: 0;
        border: 0;
        background: #545557;
        transition: all 0.2s ease-in-out; }
        #hero-slider ul.slick-dots li button:hover {
          background: #222933;
          cursor: pointer; }
      #hero-slider ul.slick-dots li.slick-active button {
        background: #2891bd; }

#hero-overlay {
  background: rgba(31, 40, 43, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.hero-slide {
  width: 100%;
  height: 800px !important;
  position: relative; }
  @media (max-width: 320px) {
    .hero-slide {
      height: 600px !important; } }
  .hero-slide .hero-content {
    background: rgba(31, 40, 43, 0.7);
    color: #FFFFFF;
    padding: 40px;
    position: absolute;
    bottom: 0;
    width: 30%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    @media (max-width: 1600px) {
      .hero-slide .hero-content {
        width: 40%; } }
    @media (max-width: 1250px) {
      .hero-slide .hero-content {
        width: 55%; } }
    @media (max-width: 850px) {
      .hero-slide .hero-content {
        width: 70%; } }
    @media (max-width: 768px) {
      .hero-slide .hero-content {
        width: 100%;
        box-sizing: border-box; } }
    @media (max-width: 320px) {
      .hero-slide .hero-content {
        width: 100%;
        padding: 20px; } }
    .hero-slide .hero-content h1 {
      font-family: "ff-good-headline-web-pro-con", sans-serif;
      line-height: 110%;
      font-size: 60px;
      font-weight: 400;
      margin-bottom: 35px; }
      @media (max-width: 480px) {
        .hero-slide .hero-content h1 {
          font-size: 50px; } }
      @media (max-width: 320px) {
        .hero-slide .hero-content h1 {
          font-size: 35px; } }
    .hero-slide .hero-content p {
      font-family: "pragmatica", sans-serif;
      font-weight: 200;
      font-size: 20px;
      line-height: 30px; }
      @media (max-width: 320px) {
        .hero-slide .hero-content p {
          font-size: 16px;
          line-height: 24px; } }

#about-wrap {
  box-sizing: border-box;
  padding: 140px 40px; }
  @media (max-width: 768px) {
    #about-wrap {
      padding: 100px 40px; } }
  @media (max-width: 320px) {
    #about-wrap {
      padding: 50px 20px;
      text-align: center; } }
  #about-wrap:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }

#about-img, #about-content {
  width: 50%;
  float: left; }
  @media (max-width: 768px) {
    #about-img, #about-content {
      width: 100%;
      float: none; } }

#about-img {
  padding-right: 60px;
  box-sizing: border-box;
  text-align: center; }
  @media (max-width: 768px) {
    #about-img {
      margin-bottom: 50px;
      text-align: left; } }
  @media (max-width: 320px) {
    #about-img {
      text-align: center;
      padding: 0; } }
  #about-img img {
    width: 50%;
    margin-top: 110px; }
    @media (max-width: 768px) {
      #about-img img {
        width: 150px;
        margin-top: 0; } }

#about-content h2 {
  font-family: "ff-good-headline-web-pro-con", sans-serif;
  color: #222933;
  font-weight: 400;
  font-size: 45px;
  margin-bottom: 80px; }
  @media (max-width: 320px) {
    #about-content h2 {
      font-size: 35px;
      margin-bottom: 50px;
      line-height: 110%; } }

#about-content p {
  font-family: "pragmatica", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #222933;
  margin-bottom: 50px;
  font-weight: 300; }
  @media (max-width: 320px) {
    #about-content p {
      font-size: 16px;
      line-height: 24px; } }

#services-wrap {
  padding: 0 40px 140px 40px; }
  @media (max-width: 320px) {
    #services-wrap {
      padding: 50px 10px; } }

#services-cta {
  background: #545557 url("../../images/vault-services.jpg") no-repeat center;
  background-size: cover;
  border-radius: 3px;
  padding: 140px 80px; }
  #services-cta:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  @media (max-width: 480px) {
    #services-cta {
      padding: 100px 40px; } }

#scta-right {
  width: 50%;
  float: right;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    #scta-right {
      width: 100%;
      float: none; } }
  #scta-right h2 {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 80px;
    font-weight: 400;
    line-height: 110%; }
    @media (max-width: 320px) {
      #scta-right h2 {
        font-size: 35px;
        margin: 0 0 50px 0; } }

#services-boxes {
  margin-top: 20px; }
  #services-boxes:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  #services-boxes .s-box {
    box-sizing: border-box;
    width: 50%;
    padding: 20px 0;
    float: left; }
    @media (max-width: 768px) {
      #services-boxes .s-box {
        display: block;
        float: none;
        width: 100%; } }
    @media (max-width: 320px) {
      #services-boxes .s-box {
        padding: 10px 0; } }
    #services-boxes .s-box:nth-child(odd) {
      padding-right: 20px; }
      @media (max-width: 768px) {
        #services-boxes .s-box:nth-child(odd) {
          padding-right: 0; } }
    #services-boxes .s-box:nth-child(even) {
      padding-left: 20px; }
      @media (max-width: 768px) {
        #services-boxes .s-box:nth-child(even) {
          padding-left: 0; } }
    #services-boxes .s-box:nth-child(3) .service {
      background-position: top center !important; }
    #services-boxes .s-box .service {
      width: 100%;
      height: 500px;
      border-radius: 3px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 768px) {
        #services-boxes .s-box .service {
          height: auto;
          overflow: auto; } }
      #services-boxes .s-box .service .s-content {
        background: rgba(31, 40, 43, 0.8);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 40px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-bottom: -140px;
        transition: all 0.3s ease-in-out;
        min-height: 0px; }
        @media (max-width: 768px) {
          #services-boxes .s-box .service .s-content {
            position: static;
            margin-bottom: 0;
            min-height: 100%; } }
        #services-boxes .s-box .service .s-content h2 {
          color: #FFFFFF;
          font-family: "ff-good-headline-web-pro-con", sans-serif;
          font-weight: 400;
          font-size: 35px;
          line-height: 110%;
          margin-bottom: 30px; }
        #services-boxes .s-box .service .s-content p {
          color: #FFFFFF;
          font-family: "pragmatica", sans-serif;
          font-size: 16px;
          line-height: 26px;
          font-weight: 200; }
        #services-boxes .s-box .service .s-content .service-teaser {
          opacity: 0;
          max-height: 0;
          transition: all 0.25s ease-in-out; }
          @media (max-width: 768px) {
            #services-boxes .s-box .service .s-content .service-teaser {
              opacity: 1;
              max-height: 1000px; } }
        #services-boxes .s-box .service .s-content .s-teaser-spacer {
          height: 20px;
          min-height: 20px; }
        #services-boxes .s-box .service .s-content .button {
          opacity: 0;
          transition: all 0.4s ease-in-out; }
          @media (max-width: 768px) {
            #services-boxes .s-box .service .s-content .button {
              opacity: 1; } }
      #services-boxes .s-box .service:hover .s-content {
        margin-bottom: 0;
        min-height: 100%; }
        #services-boxes .s-box .service:hover .s-content .service-teaser {
          opacity: 1;
          max-height: 1000px; }
      #services-boxes .s-box .service:hover .button {
        opacity: 1; }

#contact-wrap {
  padding: 0 40px 140px 40px;
  display: table; }
  @media (max-width: 860px) {
    #contact-wrap {
      display: block;
      width: 100%;
      box-sizing: border-box; } }
  @media (max-width: 320px) {
    #contact-wrap {
      padding: 50px 10px; } }
  #contact-wrap:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }

#contact-cta {
  display: table-cell;
  background: #3e4148;
  border-radius: 3px;
  padding: 140px 80px;
  width: 40%;
  box-sizing: border-box; }
  @media (max-width: 860px) {
    #contact-cta {
      display: block;
      width: 100%;
      padding: 100px 80px;
      margin-bottom: 50px; } }
  @media (max-width: 480px) {
    #contact-cta {
      padding: 100px 40px; } }
  @media (max-width: 320px) {
    #contact-cta {
      text-align: center; } }
  #contact-cta h2 {
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 80px;
    font-weight: 400;
    line-height: 110%; }
    @media (max-width: 320px) {
      #contact-cta h2 {
        font-size: 35px;
        margin-bottom: 50px; } }
  #contact-cta p {
    color: #FFFFFF;
    font-family: "pragmatica", sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
    margin-bottom: 50px; }
    @media (max-width: 320px) {
      #contact-cta p {
        font-size: 16px;
        line-height: 24px; } }

#contact-info {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 60%; }
  @media (max-width: 860px) {
    #contact-info {
      display: block;
      width: 100%; } }
  #contact-info:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  #contact-info #contact-details {
    background: #eeeeee;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 40px 80px;
    width: 450px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    @media (max-width: 1210px) {
      #contact-info #contact-details {
        width: 1000px; } }
    @media (max-width: 860px) {
      #contact-info #contact-details {
        display: block;
        width: 100%;
        padding: 100px 80px; } }
    @media (max-width: 480px) {
      #contact-info #contact-details {
        padding: 100px 40px; } }
    @media (max-width: 320px) {
      #contact-info #contact-details {
        text-align: center; } }
    #contact-info #contact-details .c-item {
      margin-bottom: 40px; }
      #contact-info #contact-details .c-item img {
        display: block;
        margin-bottom: 10px; }
        @media (max-width: 320px) {
          #contact-info #contact-details .c-item img {
            margin: 10px auto; } }
      #contact-info #contact-details .c-item p {
        font-family: "pragmatica", sans-serif;
        font-size: 18px;
        line-height: 31px;
        font-weight: 200;
        color: #3e4148; }
        @media (max-width: 320px) {
          #contact-info #contact-details .c-item p {
            font-size: 16px;
            line-height: 24px; } }
        #contact-info #contact-details .c-item p a:link, #contact-info #contact-details .c-item p a:visited {
          color: #3e4148; }
        #contact-info #contact-details .c-item p a:hover, #contact-info #contact-details .c-item p a:active {
          color: #2891bd; }
      #contact-info #contact-details .c-item:last-child {
        margin-bottom: 0; }
        #contact-info #contact-details .c-item:last-child p {
          margin: 0; }
  #contact-info #contact-img {
    display: table-cell;
    width: 45%;
    box-sizing: border-box;
    margin-left: -82px;
    padding: 40px 0;
    text-align: right;
    width: 350px; }
    @media (max-width: 1210px) {
      #contact-info #contact-img {
        display: none; } }
    #contact-info #contact-img img {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }

#clients-wrap {
  padding: 0 40px 140px 40px;
  text-align: center;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    #clients-wrap {
      display: none; } }
  #clients-wrap h2 {
    color: #3e4148;
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-size: 35px;
    font-weight: 400; }

#client-slider .client-slide {
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 358px;
  text-align: center; }
  #client-slider .client-slide img.client-image {
    max-width: 100%;
    margin: auto; }

#client-slider .slick-arrow {
  position: absolute;
  top: 159px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border: 0;
  background: url("../../images/i/client-arrow.png");
  padding: 0;
  background-size: cover;
  font-size: 0 !important;
  opacity: 0.2;
  transition: all 0.2s ease-in-out; }
  #client-slider .slick-arrow.slick-prev {
    left: 0; }
  #client-slider .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #client-slider .slick-arrow:hover {
    opacity: 0.8;
    cursor: pointer; }

#client-slider .slick-dots {
  margin-top: 30px; }
  #client-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    #client-slider .slick-dots li button {
      border: 0;
      padding: 0;
      background: #3e4148;
      font-size: 0 !important;
      width: 7px;
      height: 7px;
      line-height: 0;
      border-radius: 100%;
      transition: all 0.2s ease-in-out; }
      #client-slider .slick-dots li button:hover {
        cursor: pointer;
        background: #eeeeee; }
    #client-slider .slick-dots li.slick-active button {
      background: #2891bd; }

#contact-page {
  width: 100%;
  display: table; }
  @media (max-width: 768px) {
    #contact-page {
      display: block; } }
  #contact-page #contact-form {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 40px 140px 40px 40px; }
    @media (max-width: 1024px) {
      #contact-page #contact-form {
        padding: 0 0 40px 40px; } }
    @media (max-width: 768px) {
      #contact-page #contact-form {
        width: 100%;
        box-sizing: border-box;
        display: block;
        padding: 0; } }
  #contact-page #contact-list {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 40px 40px 40px 140px;
    text-align: right; }
    @media (max-width: 768px) {
      #contact-page #contact-list {
        display: block;
        padding: 40px 0 0 0;
        width: 100%;
        text-align: center; } }
    #contact-page #contact-list h2 {
      margin-bottom: 40px; }
    #contact-page #contact-list .c-item {
      margin-bottom: 40px; }

body.page-services #feature-content p {
  text-align: center;
  font-size: 30px;
  font-family: "ff-good-headline-web-pro-con", sans-serif; }

body.page-services #feature-content ul {
  box-sizing: border-box;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: rgba(41, 43, 45, 0.8);
  text-align: center;
  color: #FFFFFF;
  font-family: "ff-good-headline-web-pro-con", sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  margin: 0;
  padding: 40px 0;
  list-style: none; }
  body.page-services #feature-content ul li {
    display: inline-block;
    margin: 0 40px; }

body.page-services .page-content {
  padding: 50px 0; }

@media (max-width: 540px) {
  body.page-job-opportunities .page-content, body.tax-job_area .page-content, body.tax-job_category .page-content, body.tax-job_type .page-content {
    padding-top: 0 !important; } }
