@charset "utf-8";
/* CSS Document */
/*
Theme Name: axcend health  
Theme URI: https://www.lps.pl
Author: estinet
Author URI: https://www.estinet.pl/
Text Domain: axcend
Version: 1.0
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-quote-right:before {
  content: "\f10e";
}
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  font-weight: bold;
  color: #474747;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: "Open Sans", Tahoma, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #474747;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #4e818d;
  z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%); /* IE 9 */
  transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%); /* IE 9 */
  transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%); /* IE 9 */
  transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
@media screen and (min-width: 1100px) and (max-width: 1400px) {
  .container {
    width: 1170px;
  }
  .minus-img {
    top: 10px;
    position: relative;
  }
  .approach-section {
    padding-bottom: 40px;
    padding-top: 50px;
  }
  #careers {
    padding-bottom: 120px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1401px) {
  .container {
    width: 1280px;
  }
  .minus-img {
    position: relative;
    top: -120px;
  }
  .approach-section {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #careers {
  }
}
.container-wide {
  width: 95%;
  margin: 0 auto;
}
.container-full {
  width: 100%;
  margin: 0 auto;
}
section#careers {
  padding-top: 0;
  padding-bottom: 100px;
}
section#careers .minus-img {
  top: 0;
}
p {
  margin-bottom: 25px;
}
.center {
  text-align: center;
}
.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}
.section-break {
  min-height: 140px;
}
.section-break-small {
  min-height: 70px;
}
#about {
  min-height: 10px;
}
.site-wrap {
  overflow: hidden;
}
.top {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  -webkit-transition: height 300ms ease-in-out;
  height: 140px;
  -moz-transition: height 300ms ease-in-out;
  -ms-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.darkHeader {
  background-color: #fff;
  box-shadow: 0px 0px 6px 0 rgb(138, 138, 138);
  height: 80px;
  padding: 10px 0;
  -moz-transition: height 300ms ease-in-out;
  -ms-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}
.darkHeader #nav ul li a {
  color: #474747;
  text-shadow: none;
}
.darkHeader .logo {
  max-width: 140px;
}
.top .row {
  display: flex;
  justify-content: space-between;
}
.logo {
  margin-right: auto;
}
#nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#nav ul {
}
#nav ul li {
  display: inline-block;
}
#nav ul li a {
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  display: inline-block;
  text-shadow: 1px 1px 3px #000;
  position: relative;
}
#nav ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #fff;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
#nav ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-mobile {
  display: none;
  font-weight: bold;
  width: 100%;
}
.darkHeader #nav ul li a::after {
  background: #5da0ae;
}
.slider-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 100vh;
  background-size: cover;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.header {
  position: relative;
  display: flex;
  width: 100%;
}
.header-mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: 20; /*background-image: url(/web/20211210212518im_/https://axcendhealth.com/wp-content/themes/axcendhealth/images/header-top-1.png);*/
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  width: 40vw;
  background-size: cover;
}
.header-mask:after {
  content: "";
  display: block;
  background-color: transparent;
  width: 0;
  height: 100vh;
  border-left: 20vw solid #fff;
  position: absolute;
  right: -19.999vw;
  border-top: 100vh solid transparent;
  top: 0;
  bottom: 0;
  border-bottom: 0px solid transparent;
}
.header .container {
  display: flex;
  height: 100vh;
}
.header-caption {
  padding-top: 100px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 30;
  max-width: 520px;
  flex-wrap: wrap;
  align-content: center;
}
.header-caption h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 300;
}
.header-caption h3 span {
  font-weight: 700;
  color: #4e818d;
}
.header-caption a.more {
  background-color: #4e818d;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 1px 1px 4px 0 #adadad;
  display: inline-block;
}
.section-title {
  position: relative;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  display: inline-block;
}
.section-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 28px;
  right: -120px;
  background-color: #5da0ae;
}
.about-us-section {
  margin-bottom: 100px;
}
.about-us-section .row {
  display: flex;
  flex-flow: row;
}
.about-us-section .box-text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  padding-right: 80px;
}
.about-us-section .box-img {
  box-shadow: 40px 40px 0px 0px #dddddd;
  padding: 0;
}
.about-us-section .box-img img {
  width: 100%;
}
section#approach-wrap {
  padding-top: 30px;
}
.approach-section {
  background-color: #f2f2f2;
  font-size: 14px;
}
#approach-wrap img,
.careers-section img {
  box-shadow: -40px 40px 0px 0px #ddd;
}
#approach-wrap .row {
  padding-top: 30px;
  padding-bottom: 20px;
}
.approach-section .box-img {
  padding-right: 40px;
}
.careers-section {
  background-color: #f2f2f2;
}
.swipe {
  opacity: 1;
  -webkit-clip-path: inset(0 0);
  clip-path: inset(0 0);
  opacity: 0;
  overflow: hidden;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transition: opacity 0.3s ease, -webkit-clip-path 0.3s ease;
  transition: opacity 0.3s ease, clip-path 0.3s ease;
  transition: opacity 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
  transition-delay: 0.15s;
}
.swipe:after {
  content: "";
  background: #17184b;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.3s ease;
}
#portfolio {
  padding-top: 100px;
}
.team-section {
  padding: 0;
}
.team-section .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
section#team:after {
  position: absolute;
  right: 0;
  top: 100px;
  bottom: 0px;
  width: 0%;
  background-color: #dfeef1;
  content: "";
  display: block;
  z-index: -1;
  -moz-transition: width 1000ms ease-in-out;
  -ms-transition: width 1000ms ease-in-out;
  -o-transition: width 1000ms ease-in-out;
  transition: width 1000ms ease-in-out;
}
section#team.aos-animate:after {
  width: 56%;
  content: "";
  display: block;
}
.team-section .team-item {
  position: relative;
}
.img-wrap {
  position: relative;
}
.team-section .team-item img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.team-section .team-item.aos-animate img {
}
.team-section .team-item:hover img {
  opacity: 0.7;
}
.team-section .team-item:hover .mask {
  opacity: 1;
}
.mask {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none !important;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 30px 15px;
  background-color: rgb(0 0 0 / 85%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.team-desc {
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
}
.team-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 5px;
}
.team-position {
  font-size: 12px;
  list-style: 1.2;
  font-weight: 400;
}
.portfolio-section {
  margin-bottom: 100px;
}
.owl-theme .owl-nav {
  display: none;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-theme .owl-dots {
  text-align: left;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  height: 40px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 0px;
  margin: 0px 4px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 0px;
  position: relative;
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}
.owl-theme .owl-dots .owl-dot span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #c7c7c7;
}
.owl-theme .owl-dots .owl-dot.active span:after {
  background-color: #5da0ae;
}
.owl-theme .owl-dots .owl-dot.active span {
  font-weight: 900;
}
.portfolio-list {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.portfolio-list li {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 1px 0 #989898;
  margin: 10px;
  border-radius: 3px;
}
.portfolio-list li a {
}
.portfolio-list li a img {
  /*    filter: grayscale(1);*/
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.portfolio-list li:hover a img {
  filter: grayscale(0);
}
.caldera-grid .row {
  margin-bottom: 20px;
}
.caldera-grid .form-control {
  padding: 10px;
  height: 42px;
}
.caldera-grid input.btn-default {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  background-color: #74b7bb;
  color: #fff;
  font-weight: bold;
}
.caldera-grid label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-weight: 400;
  margin-top: -10px;
  position: relative;
  top: -25px;
  font-size: 14px;
}
#careers .row {
  align-items: center;
  display: flex;
}
.caldera-grid input[type="file"] {
  font-size: 13px;
  margin-top: -23px;
}
.caldera-grid input[type="file"]::file-selector-button {
  border: 2px solid #74b7bb;
  padding: 0px;
  color: #fff;
  height: 34px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0em;
  background-color: #74b7bb;
  transition: 1s;
}
.caldera-grid input[type="file"]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}
label.control-label {
  font-size: 12px;
  font-weight: normal !important;
  color: #a7a7a7;
  margin: 0 !important;
  padding: 0;
  line-height: 1;
}
.contact-box {
  font-size: 14px;
  padding-top: 10px;
}
.contact-box h3 {
  font-weight: 700;
  font-size: 16px;
}
.contact-box a {
  color: #5da0ae;
}
.contact-box p {
  margin-bottom: 10px;
}
.contact-box img {
  margin-bottom: 10px;
}
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ebeaea;
}
.footer > div {
}
.footer .row {
  display: flex;
  font-size: 13px;
}
.footer .menu {
  display: flex;
  justify-content: flex-end;
}
.footer .menu li a {
  padding: 0 20px;
  display: inline-block;
  font-weight: 400;
  color: #5da0ae;
}
.file-prevent-overflow {
  position: relative;
  top: -2px;
}
label#fld_5208095Label {
  margin: 0;
}
.header-page {
  background-image: url(/web/20211210212518im_/https://axcendhealth.com/wp-content/themes/axcendhealth/images/header-pages-bg.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 30vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.header-page .page-mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  background-color: #fff;
  background-repeat: no-repeat;
  width: 40vw;
}
.header-page .page-mask:after {
  content: "";
  display: block;
  background-color: transparent;
  width: 0;
  height: 30vh;
  border-left: 20vw solid #fff;
  position: absolute;
  right: -20vw;
  border-top: 50vh solid transparent;
  top: 0;
  bottom: 0;
  border-bottom: 0px solid transparent;
}
.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-content h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-content h1 span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #989898;
  padding-top: 10px;
}
.page-content img {
  box-shadow: 40px 40px 0 0px #ddd;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .header {
    min-height: 85vh;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  #nav ul li a {
    padding: 10px 10px;
    margin-left: 10px;
    font-size: 13px;
  }
  .container {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .top {
    position: relative;
    background-color: #fff;
    padding: 20px 0;
    height: auto;
  }
  .logo {
    max-width: 200px;
    padding: 0 0 0 20px;
    position: relative;
    z-index: 20;
  }
  .header-mask {
    width: 15vw;
  }
  .approach-section .box-img {
    margin-bottom: 40px;
  }
  .team-section .team-item {
    padding: 0 10%;
    margin-bottom: 60px;
  }
  .header {
    overflow: hidden;
  }
  .container,
  .contact-box {
    width: 95%;
  }
  .header-mask {
    display: none !important;
  }
  .header-mask:after {
    right: -19vw;
  }
  .header .container {
    padding: 0;
    height: auto;
    width: 100%;
  }
  .header-mask:after {
    height: auto;
  }
  .header-caption {
    align-content: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 23vh;
    padding-bottom: 0px;
    margin-top: auto;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
  }
  section .box-text {
    width: 95%;
  }
  .about-us-section {
    margin-bottom: 60px;
  }
  .page-content {
    padding-top: 50px;
  }
  .page-content h1 {
    font-size: 30px;
  }
  section#careers {
    padding-top: 40px;
  }
  .section-break-small {
    min-height: 10px;
  }
  .header-caption h3 {
    font-size: 26px;
  }
  .header-page .page-mask {
    display: none;
  }
  .rslides li {
    background-position: center top;
    width: 100vw;
    background-size: contain;
  }
  .slider-list {
    background-size: contain;
    height: auto;
  }
  #approach-wrap .row {
    flex-flow: column-reverse;
    display: flex;
  }
  #approach-wrap img,
  .careers-section img {
    box-shadow: -30px 30px 0px 0px #ddd;
  }
  section#team.aos-animate:after {
    width: 25%;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .approach-section {
    font-size: 17px;
  }
  .portfolio-list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #careers .box-img {
    margin-bottom: 70px;
  }
  .portfolio-section {
    margin-bottom: 0px;
  }
  #careers .row {
    flex-flow: column-reverse;
  }
  section#careers .box-img {
    margin-bottom: 60px;
  }
  .header-page {
    min-height: 20vh;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .contact-box {
    font-size: 14px;
    padding-top: 10px;
    margin: 0 auto 40px;
    float: none;
  }
  .footer .row {
    flex-flow: column;
    align-items: center;
  }
  .footer .menu li a {
    padding: 20px;
  }
  section {
    display: flex;
  }
  .section-title {
    font-size: 36px;
  }
  .box-img {
    width: 80% !important;
    margin: 0 10%;
  }
  .about-us-section .box-text {
    padding-right: 15px;
  }
  .about-us-section .box-img {
    box-shadow: 30px 30px 0px 0px #dddddd;
  }
  .about-us-section .row {
    display: block;
  }
  #nav {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
  }
  #nav ul {
    display: none;
    background-color: white;
    margin-left: -30px;
    padding-bottom: 15px;
    padding-top: 10px;
  }
  #nav li {
    width: 100%;
    padding-left: 30px;
  }
  .nav-mobile {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    margin-left: auto;
  }
  .nav-mobile a {
    padding: 15px;
  }
  .nav-mobile a img {
    height: 26px;
    width: 26px;
  }
  #fld_4458734_1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1169px) and (orientation: portrait) {
  .rslides li {
    min-height: 40vh;
  }
  .header {
    overflow: hidden;
  }
  .slider-list {
    height: 44vh;
  }
  .header-caption {
    padding-top: 20vh;
  }
  .header .container {
    display: flex;
    height: 40vh;
  }
  .section-break-small {
    display: none;
  }
  .team-section .container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .section-break {
    min-height: 60px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .header-caption {
    max-width: 100%;
    padding-top: 37vh;
  }

  .section-break-small {
    min-height: 0;
  }
  .team-section .container {
    padding-bottom: 30px;
  }
  #about-wrapper .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #approach-wrap .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #team .col-sm-3 {
    width: 75%;
  }
  #team .row {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  #team .box-team-img,
  #team .box-team-text {
    width: 100%;
  }
  .team-section .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #team .row-persons {
    flex-flow: row;
    width: 100%;
  }
  #approach .box-img {
    width: 60%;
    margin-bottom: 70px;
  }
  #team .team-item {
    margin: 10px;
    width: 100%;
    padding: 0;
  }
  #contact .row {
    display: flex;
    align-items: center;
  }
  #contact .footer-logo {
    width: 60%;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .team-section .container {
    padding-bottom: 30px;
  }
  .section-break {
    min-height: 30px;
  }
  .about-us-section .row {
    display: flex;
    flex-flow: row;
    align-items: center;
  }
  #approach .row {
    display: flex;
    align-items: center;
  }
  section#team:after {
    width: 25%;
  }
  section#careers {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .rslides li {
    width: 100vw;
    background-size: cover;
    min-height: 60vh;
  }

  .header-caption {
    padding-top: 64vh;
    background: none;
  }
  .box-img {
    width: 60% !important;
    margin: 0 20%;
  }
  #team .row {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #team .box-team-text {
    width: 100%;
  }
  #team .box-team-img {
    width: 100%;
  }

  .team-section .team-item {
    padding: 0 4%;
  }
  #contact .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  .footer-logo {
    width: 50%;
  }
}

@media (min-width: 900px) {
  #nav ul {
    display: block !important;
  }
  section#team:after {
    width: 25% !important;
  }
}
@media only screen and (min-device-width: 300px) and (max-device-width: 425px) {
  .row {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  #apply .row {
    align-content: flex-start;
    align-items: stretch;
  }
  .box-img {
    margin-top: 40px;
  }
}
/*
     FILE ARCHIVED ON 21:25:18 Dec 10, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:11:38 May 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.737
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.022
  esindex: 0.016
  cdx.remote: 10.807
  LoadShardBlock: 275.463 (3)
  PetaboxLoader3.datanode: 128.55 (4)
  PetaboxLoader3.resolve: 190.182 (3)
  load_resource: 116.255
*/
