@charset "UTF-8";
@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik-Regular.otf");
}
@font-face {
  font-family: "Graphik RegularItalic";
  src: url("../assets/fonts/Graphik-RegularItalic.otf");
}
@font-face {
  font-family: "Graphik Bold";
  src: url("../assets/fonts/GraphikBold.otf");
}
@font-face {
  font-family: "Graphik Medium";
  src: url("../assets/fonts/GraphikMedium.otf");
}
@font-face {
  font-family: "Graphik MediumItalic";
  src: url("../assets/fonts/GraphikMediumItalic.otf");
}
@font-face {
  font-family: "Graphik Semibold";
  src: url("../assets/fonts/GraphikSemibold.otf");
}
@font-face {
  font-family: "Graphik SemiboldItalic";
  src: url("../assets/fonts/GraphikSemiboldItalic.otf");
}
* {
  font-family: "Graphik", sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0px;
  cursor: default;
}
*:focus {
  outline: none;
}
*::before, *::after {
  box-sizing: border-box;
}

a:hover, .btn:hover, a > img:hover, .main-btn {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}

h1, h2, h3, h4, h5, h6, p, ul, li,
.h1, .h2, .h3, .h4, .h5, .h6, .p {
  line-height: normal;
  margin: 0px;
}

h1, .h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

p {
  line-height: 1.65;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

p.small {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #F5B61D;
  font-family: "Graphik Medium", sans-serif;
}

.btn, .link {
  font-family: "pt-mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.btn svg, .link svg {
  width: 14px;
  height: 14px;
  top: 2px;
  position: relative;
}

.link {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 12px;
  color: #000000;
  font-family: "pt-mono", monospace;
  font-size: 15px;
  z-index: 10;
  position: relative;
}

.btn {
  border: 1px solid;
  padding: 15px 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.2s;
}
.btn.btn-l-outlined {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn.btn-l-outlined svg {
  fill: #FFFFFF;
}
.btn.btn-l-outlined:hover {
  background: #FFFFFF;
  color: #000000;
}
.btn.btn-l-outlined:hover svg {
  fill: #000000;
}
.btn.btn-d-outlined {
  background: #FFFFFF;
  border-color: #000000;
  color: #000000;
}
.btn.btn-d-outlined svg {
  fill: #000000;
}
.btn.btn-d-outlined:hover {
  background: #F5B61D;
  border-color: #F5B61D;
  color: #000000;
}
.btn.btn-d-outlined:hover svg {
  fill: #000000;
}
.btn.btn-dark {
  border-color: #133E58;
  background: #133E58;
  color: #FFFFFF;
}
.btn.btn-dark svg {
  fill: #FFFFFF;
}
.btn.btn-dark:hover {
  background: #725506;
  color: #FFFFFF;
}
.btn.btn-dark:hover svg {
  fill: #FFFFFF;
}
.btn.btn-light {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #000000;
}
.btn.btn-light svg {
  fill: #000000;
}
.btn.btn-light:hover {
  background: #F5B61D;
  color: #000000;
  border-color: #F5B61D;
}
.btn.btn-light:hover svg {
  fill: #000000;
}
.btn.btn-main {
  border-color: #F5B61D;
  background: #F5B61D;
  color: #000000;
}
.btn.btn-main svg {
  fill: #000000;
}
.btn.btn-main:hover {
  background: #725506;
  color: #FFFFFF;
  border-color: #725506;
}
.btn.btn-main:hover svg {
  fill: #FFFFFF;
}

.valign {
  height: 100%;
  margin: auto;
}

.jalign {
  align-items: center;
  justify-content: center;
  display: flex;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.p-0 {
  padding: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-10 {
  margin-left: 10px;
}

.p-relative {
  position: relative;
}

.container {
  padding: 0px;
}

.video_contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

video {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

header {
  background-color: #000000;
  height: 625px;
  position: relative;
  background: url("../assets/images/home/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
header .content {
  width: 425px;
  max-width: 100%;
  position: absolute;
  bottom: 125px;
}
header .content h1 {
  color: #FFFFFF;
}
header .content p {
  font-size: 18px;
  color: #FFFFFF;
}
header .content p a {
  color: #F5B61D;
}
header .video-block {
  height: 100%;
  width: 50%;
  right: 0;
  position: absolute;
}
header.page-header {
  background: url("../assets/images/about/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: unset;
}
header.page-header p.small {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #F5B61D;
  font-family: "Graphik Medium", sans-serif;
}
header.page-header .header-hero {
  width: 100%;
  position: relative;
  top: 175px;
  /* height: 500px; */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
header.page-header .content {
  padding-left: 50px;
  width: 100%;
  max-width: 600px;
  bottom: 50px;
}
header.page-header .content h1 {
  margin-bottom: 25px;
}
header.page-header .content h1 span {
  font-family: "times new roman";
  font-style: italic;
  font-weight: 400;
  font-size: 1.1em;
}
header.header-02 {
  height: 375px;
}
header.header-02 .content {
  padding-left: 0px;
  width: 100%;
  max-width: 100%;
  bottom: 50px;
  position: relative;
  top: 200px;
}

.page-header.serves-header {
  overflow: hidden;
}
.page-header.serves-header .header-hero {
  width: 100%;
  position: relative;
  top: 25px;
  height: 100%;
}
.page-header.serves-header .content {
  padding-right: 50px;
  width: 100%;
  max-width: 600px;
  bottom: unset;
}

.header-blocks {
  margin-top: -40px;
  position: absolute;
  width: 100%;
}
.header-blocks .block {
  padding: 30px 35px;
  position: relative;
  transition: all 0.2s;
}
.header-blocks .block.block-01 {
  background: #F5B61D;
}
.header-blocks .block.block-02 {
  background: #133E58;
  color: #FFFFFF;
}
.header-blocks .block.block-02 img {
  filter: invert(1);
}
.header-blocks .block.block-02 a {
  color: #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF !important;
}
.header-blocks .block.block-03 {
  background: #FFFFFF;
}
.header-blocks .block .arrow {
  width: 25px;
  position: absolute;
  right: 25px;
}
.header-blocks .block h2 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.header-blocks .block p {
  display: none;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.75;
}
.header-blocks .block a {
  display: none;
  font-family: "pt-mono", monospace;
  font-size: 15px;
}
.header-blocks .block .arrow-01 {
  display: block;
  top: 30px;
  position: absolute;
  right: 0px;
}
.header-blocks .block .arrow-02 {
  display: none;
}
.header-blocks .block:hover {
  margin-top: -50px;
}
.header-blocks .block:hover p {
  display: block;
  padding: 15px 0px;
  padding-bottom: 25px;
}
.header-blocks .block:hover a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 12px;
  color: #000000;
}
.header-blocks .block:hover .arrow {
  top: 15px;
  right: 15px;
}
.header-blocks .block:hover .arrow-01 {
  display: none;
}
.header-blocks .block:hover .arrow-02 {
  display: block;
  right: 10px;
  bottom: 35px;
}

nav {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 25px;
}
nav .logo {
  width: 200px;
  max-width: 100%;
}
nav input {
  display: none;
}
nav .open {
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: fixed;
  top: 35px;
  z-index: 101;
  right: 50px;
}
nav .open img {
  width: 10px;
  height: auto;
}
nav .open img:hover {
  cursor: pointer;
}
nav .circle-nav {
  position: absolute;
  width: 85%;
  left: -25%;
  top: 75%;
}
nav .menuOpen {
  width: 24px;
  height: 20px;
  display: block;
  padding: 15px;
  cursor: pointer;
  float: right;
}
nav .menuOpen:hover .open:before {
  top: -9px;
}
nav .menuOpen:hover .open:after {
  top: 5px;
}
nav .menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(90deg, #F9F6EE 50%, #133E58 50%);
}
nav .menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}
nav .menu .menuContent {
  position: relative;
  padding-top: 100px;
}
nav .menu .menuContent .nav-title {
  text-align: left;
  padding: 25px;
  top: 0;
  position: absolute;
}
nav .menu .menuContent .nav-title h2 {
  font-family: "pt-mono", monospace;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 10px 0px;
  color: #133E58;
}
nav .menu .menuContent .nav-items {
  padding: 50px 75px;
  padding-bottom: 0px;
}
nav .menu .menuContent .nav-items h2 {
  font-size: 1.75em;
  font-weight: 300;
  padding-bottom: 25px;
}
nav .menu .menuContent .nav-items a {
  font-size: 1.25em;
  text-decoration: none;
  color: #000000;
}
nav .menu .menuContent .nav-items ul li {
  margin-bottom: 20px;
}
nav .menu .menuContent .right-side ul {
  padding-bottom: 25px;
}
nav .menu .menuContent .right-side ul li {
  padding-bottom: 25px;
  margin-bottom: 15px;
}
nav .menu .menuContent .right-side ul li a {
  font-size: 1.5em;
  font-weight: 300;
  color: #FFFFFF;
}
nav .menu .menuContent .right-side .nav-contact-info {
  padding-top: 65px;
  color: #FFFFFF;
}
nav .menu .menuContent .right-side .nav-contact-info .address {
  color: #F5B61D;
}
nav .menu .menuContent .right-side .btn-main {
  font-size: 1em !important;
}
nav .menu .menuContent .right-side .btn-main:hover {
  color: #FFFFFF !important;
}
nav .menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
nav .menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
nav .menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}
nav #menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
nav #menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}
nav #menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}
nav #menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
nav #menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}
nav #menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}

main section.cta-01 {
  background-color: #725506;
  background: url("../assets/images/home/cta-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main section.cta-01 .content-01, main section.cta-01 .content-02 {
  padding: 100px 0px;
}
main section.cta-01 .content {
  color: #FFFFFF;
}
main section.cta-01 .content h2 {
  font-size: 42px;
  font-family: "Graphik", sans-serif;
}
main section.cta-01 .content span {
  color: #F5B61D;
}
main section.cta-01 .pt-set {
  padding-top: 35px;
}
main section.cta-01 .img-fs {
  width: 100%;
  height: 100%;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.cta-01.cta-02 {
  position: relative;
}
main section.cta-01.cta-02 .content {
  padding: 200px 0px;
}
main section.cta-01.cta-02 .content h2 span {
  color: #FFFFFF;
}
main section.cta-01.cta-02 .cta-image {
  position: absolute;
  /* width: 50%; */ 
  right: -50px;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
main section .content h2 {
  font-weight: 300;
  padding: 15px 0px;
  line-height: 1.25;
  font-size: 36px;
  font-family: "Graphik Medium", sans-serif;
}
main section .content h2 span {
  font-family: "times new roman";
  font-style: italic;
  font-size: 1.1em;
}
main section.s-01 {
  padding: 150px 15px;
  padding-top: 200px;
  background: #F9F6EE;
  background: url("../assets/images/home/s01-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main section.s-01 .content-blocks .content-block {
  width: 75%;
  margin: auto;
  padding: 25px 0px;
}
main section.s-01 .content h2 {
  font-weight: 300;
  padding: 25px 0px;
  line-height: 1.45;
  font-size: 1.5em;
}
main section.s-02 {
  padding: 100px 15px;
  padding-bottom: 50px;
}
main section.s-03 {
  padding: 100px 15px;
  padding-top: 200px;
  height: 700px;
}
main section.s-03 .content {
  width: 400px;
  max-width: 100%;
  margin: auto;
}
main section.s-03 .content h2 {
  font-size: 28px;
}
main section.s-03 .img-01 {
  width: 100%;
  /* height: 575px; */
  max-width: 92%;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.s-03 .img-02 {
  position: absolute;
  width: 450px;
  right: 25px;
  top: -125px;
}
main section.s-03-01 {
  margin-top: -75px;
  position: relative;
  padding-bottom: 100px;
}
main section.s-03-01 .img-03 {
  width: 300px;
  max-width: 100%;
  right: 0;
  position: absolute;
  top: -150px;
}
main section.s-03-01 .img-04 {
  width: 90%;
  position: relative;
  z-index: 5;
}
main section.s-03-01 .content p {
  padding-bottom: 50px;
}
main section.s-04 {
  padding: 110px 15px;
  padding-bottom: 150px;
  background: #F9F6EE;
}
main section.s-04 .row .col-md-4:nth-of-type(2) .ft-blog {
  margin: auto;
  margin-top: 65px;
}
main section.s-04 .row .col-md-4:nth-of-type(3) .ft-blog {
  margin: auto;
  margin-top: 65px;
  margin-right: 0px;
}
main section.s-04 .ft-blog {
  width: 90%;
  height: 90%;
  border-top: 2px solid #000000;
  padding-top: 35px;
  margin-top: 65px;
}
main section.s-04 .ft-blog h2 {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 25px;
  font-family: "Graphik", sans-serif;
}
main section.s-04 .ft-blog p {
  padding-bottom: 25px;
}
main section.s-04 .pt-set {
  padding-top: 100px;
}

main.page .s-01 {
  padding: 0px;
}
main.page .s-01 .container-fluid {
  padding: 0px;
}
main.page .s-01 .box-01 {
  background-color: #133E58;
  background: url("../assets/images/about/box-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 605px;
}
main.page .s-01 .box-02 {
  background-color: #133E58;
  background: url("../assets/images/about/box-02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 305px;
}
main.page .s-01 .box-03 {
  background-color: #FFFFFF;
  height: 305px;
}
main.page .s-01 .box-03 .content {
  height: 100%;
  padding: 35px;
  position: relative;
}
main.page .s-01 .box-03 .content h5 {
  font-style: italic;
  position: absolute;
  bottom: 35px;
}
main.page .s-01 .box-04 {
  background-color: #133E58;
  background: url("../assets/images/about/box-04.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 305px;
}
main.page .s-01 .box-05 {
  background-color: #133E58;
  background: url("../assets/images/about/box-05.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}
main.page .s-01 .box-06 {
  background-color: #F5B61D;
  height: 160px;
}
main.page .s-01 .box-06 .content {
  padding: 25px;
  height: 100%;
}
main.page .s-01 .box-06 .content p {
  text-transform: uppercase;
}
main.page .s-01 .box-06 .content hr {
  border: 0.75px solid #000000;
}
main.page .s-01 .box-06 .content h3 {
  text-align: center;
  font-size: 34px;
  margin: 15px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Graphik SemiBold", sans-serif;
}
main.page .s-01 .box-06 .content h4 {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
main.page .s-01 .box-07 {
  background-color: #FFFFFF;
  height: 160px;
}
main.page .s-01 .box-07 .content {
  padding: 25px;
  height: 100%;
}
main.page .s-01 .box-07 .content p {
  text-transform: uppercase;
}
main.page .s-01 .box-07 .content hr {
  border: 0.75px solid #000000;
}
main.page .s-01 .box-07 .content h3 {
  text-align: center;
  font-size: 34px;
  margin: 15px;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Graphik SemiBold", sans-serif;
}
main.page .s-01 .box-07 .content h4 {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
main.page .s-01.s-01-02 {
  padding: 100px 15px;
  padding-top: 50px;
  background: #F9F6EE;
}
main.page .s-01.s-01-02 .solution {
  border-bottom: 1px solid #725506;
  padding-bottom: 75px;
  padding-top: 75px;
}
main.page .s-01.s-01-02 .solution img {
  width: 75%;
}
main.page .s-01.s-01-02 .solution .content {
  padding: 25px;
}
main.page .s-01.s-01-02 .solution .content h2 {
  font-size: 2.5em;
  padding-bottom: 15px;
}
main.page .s-01.s-01-02 .solution .content .pt-set {
  padding-top: 35px;
}
main.page .s-01.s-01-02 .solution.bb-none {
  border-bottom: none;
}
main.page .s-04 {
  padding: 150px 15px;
  padding-bottom: 100px;
}
main.page .s-04 .points {
  margin-top: 100px;
}
main.page .s-04 .points .col-md-4 {
  border-top: 1px solid #BFBFBF;
}
main.page .s-04 .points .col-md-4 .content {
  padding: 50px;
}
main.page .s-04 .points .col-md-4 .content img {
  width: 125px;
  height: auto;
}
main.page .s-04 .points-02 {
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 50px;
  padding-top: 50px;
}
main.page .s-04 .points-02 img {
  width: 100px;
  height: 100px;
}
main.page .s-04 .border-b-none {
  border: none;
}
main.page .s-04 .content-02 {
  border-top: 1px solid #BFBFBF;
  padding-top: 25px;
  padding-bottom: 25px;
}
main.page .s-04 .content-02 .content {
  padding: 25px;
  padding-bottom: 0px;
}
main.page .s-02-2 {
  padding: 150px 0px;
  overflow: scroll;
}
main.page .s-02-2 .circle-feature {
  text-align: center;
}
main.page .s-02-2 .circle-feature .circle {
  max-width: 100%;
  width: 500px;
  height: 500px;
  margin: auto;
  border-radius: 100%;
  position: relative;
  border: 2px solid #DCD6C5;
}
main.page .s-02-2 .circle-feature .circle img {
  width: 35px;
  height: 35px;
  padding: 3px;
}
main.page .s-02-2 .circle-feature .content h2 {
  font-family: "times new roman";
  font-style: italic;
  font-weight: 800;
  opacity: 0.5;
  transition: all 0.2s;
  color: #F5B61D;
}
main.page .s-02-2 .circle-feature .content h2 span {
  font-weight: 200;
  color: #000000;
}
main.page .s-02-2 .circle-feature .circle-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
main.page .s-02-2 .circle-feature .circle-title h2 {
  font-size: 2.5em;
  color: #725506;
}
main.page .s-02-2 .circle-feature .circle-point:hover .content h2 {
  opacity: 1;
}
main.page .s-02-2 .circle-feature .circle-point:hover .content-info {
  display: block !important;
}
main.page .s-02-2 .circle-feature .circle-point:hover img {
  width: 35px;
  height: 35px;
  padding: 0px;
}
main.page .s-02-2 .circle-feature .circle-01 {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
}
main.page .s-02-2 .circle-feature .circle-01 .content {
  position: relative;
  top: -120px;
}
main.page .s-02-2 .circle-feature .circle-01 .content-info {
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  display: none;
}
main.page .s-02-2 .circle-feature .circle-02 {
  position: relative;
  left: -210px;
  top: 100px;
}
main.page .s-02-2 .circle-feature .circle-02 .content {
  position: relative;
  top: -60px;
  right: 170px;
}
main.page .s-02-2 .circle-feature .circle-02 .content-info {
  position: absolute;
  top: 50px;
  left: -25px;
  display: none;
}
main.page .s-02-2 .circle-feature .circle-03 {
  position: relative;
  right: 225px;
  top: 225px;
}
main.page .s-02-2 .circle-feature .circle-03 .content {
  position: relative;
  top: -60px;
  right: 165px;
}
main.page .s-02-2 .circle-feature .circle-03 .content-info {
  position: absolute;
  top: 50px;
  right: 250px;
  display: none;
}
main.page .s-02-2 .circle-feature .circle-04 {
  position: relative;
  left: 225px;
  top: 115px;
}
main.page .s-02-2 .circle-feature .circle-04 .content {
  position: relative;
  top: -65px;
  left: 200px;
}
main.page .s-02-2 .circle-feature .circle-04 .content-info {
  position: absolute;
  top: 100px;
  right: -75px;
  display: none;
}
main.page .s-02-2 .circle-feature .circle-05 {
  position: relative;
  right: -220px;
  bottom: 260px;
}
main.page .s-02-2 .circle-feature .circle-05 .content {
  position: relative;
  top: -65px;
  right: -170px;
}
main.page .s-02-2 .circle-feature .circle-05 .content-info {
  position: absolute;
  top: 50px;
  right: -70px;
  display: none;
}
main.page .s-04.s-04-1 {
  padding: 100px 15px;
}
main.page .s-04.s-04-1 .location-boxes {
  padding-top: 25px;
}
main.page .s-04.s-04-1 .location-boxes .location {
  position: relative;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 25px;
  margin: 25px 35px;
  display: block;
}
main.page .s-04.s-04-1 .location-boxes .location a {
  text-decoration: none;
  font-size: 2.25em;
  font-family: "times new roman";
  font-style: italic;
  color: #000000;
}
main.page .s-04.s-04-1 .location-boxes .location a h2 {
  font-weight: 300;
}
main.page .s-04.s-04-1 .location-boxes .location a h2 span {
  font-family: "times new roman";
  font-style: italic;
}
main.page .s-04.s-04-1 .location-boxes .location a h2 img {
  width: 50px;
  height: 50px;
  top: 5px;
  position: relative;
}
main.page .s-04.s-04-1 .location-boxes .location a .arrow {
  width: 40px;
  top: 10px;
  position: absolute;
  right: 0;
}
main.page .s-04.s-04-1 .location-boxes .location a .arrow:hover {
  cursor: pointer;
}
main.page .s-04.s-04-2 {
  background: #133E58;
  color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 75px;
}
main.page .s-04.s-04-2 h2 {
  color: #FFFFFF;
}

.s-image-row img {
  width: 100%;
  /* height: 350px; */
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-team {
  background: #F9F6EE;
}

.team {
  padding-bottom: 50px;
}
.team .team-member {
  border-left: 6px solid #f4e8cb;
  padding: 25px 50px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 35px;
}
.team .team-member .profile-image {
  width: 90%;
}
.team .team-member .content h2 {
  font-size: 1.45em;
  font-family: "Graphik Medium", sans-serif;
  padding-top: 15px;
  padding-bottom: 5px;
}
.team .team-member .content p {
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: 0.5;
  padding-bottom: 20px;
}
.team .team-member .content a {
  font-size: 14px;
  position: absolute;
  right: 75px;
}

main section.solutions-pg {
  padding-top: 50px;
}

.solution-row {
  padding: 75px 0px;
  border-bottom: 1px solid #000000;
}
.solution-row .solution-img {
  width: 100%;
}
.solution-row .icon-img {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: -75px;
}
.solution-row .content {
  padding: 50px;
  position: relative;
}
.solution-row .content h2 {
  font-family: "Graphik", sans-serif;
}

.tab-table {
  padding-top: 75px;
  position: relative;
}
.tab-table .tabset > input[type=radio] {
  position: absolute;
  left: -200vw;
}
.tab-table .tabset .tab-panel {
  /* display: none;  */
  opacity: 0;
  transition: all 1s;
  position: absolute;
}
.tab-table .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tab-table .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tab-table .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tab-table .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tab-table .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tab-table .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  /* display: block;
  opacity: 1; */

  z-index: 1;
  opacity: 1;
}
.tab-table .tabset > label {
  position: relative;
  display: inline-block;
  padding: 20px 25px;
  border: 0px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  width: 33%;
  text-align: center;
  background: white;
  color: gray;
  font-weight: 300;
  text-transform: uppercase;
}
.tab-table .tabset > label:hover,
.tab-table .tabset > input:focus + label {
  color: #000000;
}
.tab-table .tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 0px solid #fff;
  margin-bottom: -1px;
  background: #F5B61D;
  color: #000000;
}
.tab-table .tab-panel { 
  padding: 30px 0;
  background: #133E58;
  width: 90%;
}
.tab-table .tabset {
  width: 90%;
  margin: auto;
  background: #FFFFFF;
}
.tab-table .main {
  width: 90%;
  padding: 25px;
  /* height: 500px; */
  object-fit: contain;
}
.tab-table .content {
  padding: 25px;
}
.tab-table .content .dot {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.tab-table .content h2 {
  padding: 0px 0px 15px 0px;
}
.tab-table .content p {
  padding-bottom: 25px;
}

section.tab-table-section {
  height: 1000px;
}





.slider {
  height: 500px;
}
.slider #slideshow {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 2000px;
}
.slider .card {
  position: absolute;
  width: 20vw;
  height: 20vw;
  border: 0px solid black;
  border-radius: 2rem;
  background-color: white;
  overflow: hidden;
}
.slider .card .content {
  height: 500px;
  padding: 75px 50px;
  position: relative;
  color: #FFFFFF;
}
.slider .card .content h2 {
  font-size: 52px;
}
.slider .card .content p {
  font-size: 16px;
  font-weight: 800;
}
.slider .card .content .small {
  margin-left: 15px;
}
.slider .card .content .big-text {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #F5B61D;
  font-family: "Graphik Medium", sans-serif;
}
.slider .card .content .btn {
  position: absolute;
  bottom: 100px;
}
.slider .card h1 {
  font-family: sans-serif;
  position: relative;
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
  color: gray;
}
.slider p {
  color: gray;
  margin-left: 15px;
}
.slider .center1 {
  transition: 1s;
  width: 65%;
  height: 500px;
  font-size: 25px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.slider .center1 h2 {
  font-size: 36px;
}
.slider .center1 h1 {
  font-size: 40px;
}
.slider .center2 {
  z-index: -1;
  transition: 1s;
  top: 0;
  width: 50%;
  height: 400px;
  left: 50%;
  transform: translateX(-50%);
}
.slider .center2 h2 {
  font-size: 36px !important;
}
.slider .back1 {
  width: 50%;
  height: 400px;
  top: 50px;
  transition: 1s;
  left: 2vw;
  right: auto;
  transform: translateX(0%);
}
.slider .back1 h2 {
  font-size: 36px !important;
}
.slider .back1 .btn {
  bottom: 175px !important;
}
.slider .back2 {
  position: absolute;
  width: 50%;
  height: 400px;
  top: 50px;
  transition: 1s;
  left: auto;
  right: 2vw;
  transform: translateX(0%);
}
.slider .back2 .btn {
  bottom: 175px !important;
}
.slider .bg-01 {
  background: url("../assets/images/home/01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.slider .bg-02 {
  background: url("../assets/images/home/02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.slider .bg-03 {
  background: url("../assets/images/home/03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.slider .bg-04 {
  background: url("../assets/images/home/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

footer {
  padding: 75px 15px;
  padding-bottom: 50px;
  border-bottom: 25px solid #133E58;
}
footer li {
  list-style: none;
}
footer .cp-row {
  padding-top: 75px;
}
footer .s-01 .logo-dark {
  width: 150px;
  max-width: 100%;
  margin-bottom: 65px;
}
footer .s-01 ul {
  padding: 0px;
}
footer .s-01 ul li {
  list-style: none;
  padding: 0px;
  padding-bottom: 50px;
}
footer .col-md-8 p {
  padding-bottom: 15px;
}
footer .col-md-8 p a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
footer .col-md-8 ul {
  padding-left: 15px;
}
footer .col-md-8 ul li {
  margin-bottom: 15px;
}
footer .col-md-8 ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
}
footer .col-md-8 ul li a:hover {
  color: #725506;
}
footer .socials a {
	text-decoration: none;
    color: #133e58;
    margin-right: 15px;
    font-size: 18px;
}
footer .socials a:hover > * {
	cursor: pointer;
}
footer .socials a img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
  -o-object-position: center;
     object-position: center;
}
footer .sub-links {
  padding-top: 15px;
}
footer .cp-row .copyright {
  font-size: 14px;
}
footer .cp-row a {
  font-size: 14px;
  color: #000000;
  opacity: 0.75;
  margin: 0px 5px;
  text-decoration: none;
  transition: all 0.2s;
}
footer .cp-row a:hover {
  opacity: 1;
}

.p-relative {
  position: relative;
}

.s-01.s-01-02.ft-news, .blog-post {
  padding-top: 100px !important;
}
.s-01.s-01-02.ft-news hr, .blog-post hr {
  border: 4px solid #F5B61D;
}
.s-01.s-01-02.ft-news h2 span, .blog-post h2 span {
  background: #F9F6EE;
  padding: 15px;
  top: -15px;
  position: relative;
  font-size: 46px;
  font-family: "times new roman";
  font-style: italic;
  font-weight: 300;
}
.s-01.s-01-02.ft-news .ft-blog-img, .blog-post .ft-blog-img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-01.s-01-02.ft-news .pt-set, .blog-post .pt-set {
  padding-top: 25px;
}
.s-01.s-01-02.ft-news .content, .blog-post .content {
  padding: 25px;
  padding-left: 50px;
}
.s-01.s-01-02.ft-news .content h2, .blog-post .content h2 {
  padding: 25px 0px;
  line-height: 1.25;
  font-size: 2em;
  font-weight: 300;
  font-family: "Graphik", sans-serif;
}
.s-01.s-01-02.ft-news .content p, .blog-post .content p {
  padding: 25px 0px;
  padding-bottom: 35px;
}
.s-01.s-01-02.ft-news.ft-news-02 .content, .blog-post.ft-news-02 .content {
  padding: 25px 35px;
  border-right: 1px solid #BFBFBF;
  margin-bottom: 45px;
}
.s-01.s-01-02.ft-news.ft-news-02 .col-md-4:nth-child(3n) .content, .blog-post.ft-news-02 .col-md-4:nth-child(3n) .content {
  border-right: 0px solid #BFBFBF;
}

.blogs-pg-list {
  padding: 75px 0px;
}
.blogs-pg-list .ft-blog-img-02 {
  width: 100%;
  height: 200px;
  padding-bottom: 35px;
  border-bottom: 2px solid;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-pg-list .pt-set {
  padding-top: 25px;
}

.blog-box {
  padding: 25px;
  padding-bottom: 45px;
}
.blog-box img {
  width: 100%;
}

.blog-info h2 {
  padding: 25px 0px;
  line-height: 1.25;
  font-size: 2em;
  font-weight: 300;
  font-family: "Graphik", sans-serif;
}
.blog-info span.tag {
  padding: 5px 10px;
  background: #F5B61D;
  margin-right: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
}
.blog-info p {
  padding: 25px 0px;
  padding-bottom: 35px;
}

span.tag a {
  text-decoration: none;
  color: white !important;
}

header.page-header.header-03 {
  height: 150px;
}

.blog-post {
  padding-top: 0px !important;
}
.blog-post .s-01.s-01-02 {
  background: #F9F6EE;
  padding: 75px 0px;
}
.blog-post .s-01.s-01-02 .content {
  padding: 0px;
}
.blog-post .s-01.s-01-02 h1 {
  font-size: 2.25em;
  line-height: 1.25em;
  font-weight: 300;
  margin-top: 25px;
}
.blog-post .blog-post-content {
  padding-top: 25px;
}
.blog-post .blog-post-content p {
  padding-top: 25px;
}
.blog-post .blog-post-content h2 {
  padding-top: 35px;
  font-size: 2em;
  font-weight: 300;
}
.blog-post .blog-post-content .blog-img {
  padding-top: 50px;
}
.blog-post .blog-post-details {
  padding-left: 50px;
  padding-top: 25px;
}
.blog-post .blog-post-details p {
  font-size: 14px;
}
.blog-post .blog-post-details p a {
  text-transform: uppercase;
  color: #F5B61D;
  font-weight: 800;
  text-decoration: none;
}
.blog-post .blog-post-thumbnail img {
  width: 100%;
}
.blog-post .social-share {
  padding-top: 15px;
}
.blog-post .tags {
  padding-top: 45px;
}
.blog-post .tags img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.blog-post .line {
  background: linear-gradient(90deg, #F5B61D 50%, #000000 50%);
  height: 10px;
  margin-top: 50px;
}
.blog-post .audio {
  padding-top: 50px;
}
.blog-post .blog-post-author {
  padding: 75px 0px;
}
.blog-post .blog-post-author img.avatar {
  width: 100%;
  padding-right: 35px;
}
.blog-post .blog-post-author h2 {
  padding: 25px 0px;
  font-family: "times new roman";
  font-style: italic;
  font-size: 2em;
  font-weight: 400;
}

span.tag { 
  padding: 5px 10px;
  background: #F5B61D;
  margin-right: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
}

.contact-header {
  height: 400px;
  padding-bottom: 100px;
  padding-top: 200px;
}
.contact-header .bottom-set {
  bottom: 100px;
}

.contact-01 {
  background: #F9F6EE;
  background: linear-gradient(90deg, #DCD6C5 50%, #F9F6EE 50%);
}
.contact-01 .bg-dark {
  background: #DCD6C5;
}
.contact-01 img {
  padding: 100px 50px;
  width: 800px;
  max-width: 100%;
}
.contact-01 .content {
  padding: 100px;
}
.contact-01 .content p {
  padding-top: 15px;
}
.contact-01 .content p span {
  text-transform: uppercase;
  font-weight: 800;
  width: 100px;
  position: relative;
  display: inline-flex;
  color: #F5B61D;
}
.contact-01 .content .pt-set {
  padding-top: 35px;
}

.contact-02 {
  padding: 100px 15px;
  background: url("../assets/images/contact/2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

nav {
  z-index: 1000;
}

nav .menu .menuContent .nav-items ul li {
  margin-bottom: 25px;
}

.locations {
  background: #F9F6EE;
}
.locations .location {
  border-bottom: 1px solid;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 90%;
}
.locations .location .location-title h2 {
  font-size: 4em;
  font-style: italic;
  font-weight: 600;
}
.locations .location .location-title h2 span {
  font-family: "times new roman";
}
.locations .location .location-title h2 img {
  width: 75px;
  height: 75px;
  top: 15px;
  position: relative;
}
.locations .location .locations-location h2 {
  margin: 35px 0px;
}
.locations .location .locations-location h2 span {
  font-family: "pt-mono", monospace;
  font-weight: 300;
  border-bottom: 1px solid;
  font-size: 0.8em;
  padding-bottom: 5px;
}
.locations .location .locations-location p {
  margin-bottom: 15px;
  left: 125px;
  position: relative;
}
.locations .location .locations-location p span {
  width: 100px;
  position: relative;
  display: inline-flex;
  text-transform: uppercase;
  color: #F5B61D;
  font-weight: 800;
  position: absolute;
  left: -125px;
  top: 14px;
}

main section.s-02.join-team-header {
  padding-top: 50px;
}
main section.s-02.join-team-header h2 {
  font-size: 24px;
}

.join-team {
  padding: 50px 15px;
}

.BambooHR-ATS-board h2 {
  font-family: "graphix", sans-serif !important;
  font-size: 28px !important;
  line-height: 42px !important;
  padding-bottom: 25px !important;
  margin-top: -10px !important;
  color: #000 !important;
}

.BambooHR-ATS-Department-Header {
  color: #000000 !important;
  font-family: "graphix", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  margin: 25px 0px !important;
  margin-bottom: 20px !important;
}

.BambooHR-ATS-board ul ul {
  border-bottom: 0px solid #d7d7d7 !important;
}

.BambooHR-ATS-board a {
  font-weight: 500 !important;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid;
}

header.page-header.solutions-header .header-hero {
  top: 100px;
  height: 450px;
}
header.page-header.solutions-header .content {
  padding-left: 0px;
  width: 100%;
  max-width: 500px;
  bottom: auto;
}

.solution-content-01 {
  border-bottom: none;
  padding: 25px 0px;
  padding-bottom: 0px;
}

.solution-block {
  background: #133E58;
  color: #FFFFFF;
  position: relative;
}
.solution-block .content {
  padding: 100px 0px;
  padding-bottom: 50px;
}
.solution-block .content h2 {
  color: #bad3df;
}
.solution-block .content h2 span {
  font-family: inherit;
  font-style: normal;
  opacity: 1;
  color: #FFFFFF;
}
.solution-block .link-rows {
  padding-bottom: 100px;
}
.solution-block .link-rows .link-row {
  position: relative;
  padding: 40px 0px;
  padding-top: 50px;
  border-top: 1px solid #28586f;
  border-bottom: 1px solid #28586f;
}
.solution-block .link-rows .link-row a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.75em;
  transition: all 2s;
}
.solution-block .link-rows .link-row.bt-0 {
  border-top: 0px;
}
.solution-block .link-rows .link-row:hover svg {
  opacity: 1;
}
.solution-block .link-rows svg {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  filter: invert(1);
  top: 30px;
  opacity: 0.5;
}
.solution-block .section-img {
  width: 33%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.solutions-pg-01 .solution-row .content p {
  font-size: 1.25em;
}
section.solutions-pg-01 .solution-row .content-box {
  padding: 50px;
}
section.solutions-pg-01 .solution-row .content-box p {
  padding-bottom: 35px;
}
section.solutions-pg-01 .solution-row.bb-0 {
  border-bottom: 0px;
}

.education-01 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.education-01 .section-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.education-01 .content {
  padding: 50px;
  background: #F9F6EE;
  margin-top: -150px;
  position: relative;
  z-index: 2;
}
.education-01 .element-01 {
  width: 90%;
  margin-left: -100px;
  margin-top: -200px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.education-01 .element-02 {
  width: 100px;
  height: 100px;
}

.bt-1 {
  border-top: 1px solid #000000;
}

section.solutions-pg-01 .solution-row.relations-section .content-box {
  padding: 0px 50px;
}

section.solutions-pg-01 .solution-row.relations-section .content {
  padding-bottom: 25px;
  padding-top: 75px;
}

.relations-02 {
  position: relative;
}
.relations-02 .section-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}

main section.cta-01.cta-02 .cta-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.serves-01 {
  background-color: #F9F6EE;
  background: url("../assets/images/patients-providers-payers/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.serves-01 .content {
  padding: 150px 50px;
}
.serves-01 .content h2 {
  padding-bottom: 15px;
}
.serves-01 .content p span {
  background: #F5B61D;
}
.serves-01 .vid-container {
  min-height: 250px;
  margin-top: 15px;
}

.serves-02 {
  padding: 75px 15px;
}
.serves-02 .content {
  padding: 0px 50px;
  padding-bottom: 35px;
}
.serves-02 .serve-point {
  padding: 25px 50px;
  padding-left: 175px;
  position: relative;
}
.serves-02 .serve-point h2 {
  font-family: "times new roman";
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px;
}
.serves-02 .serve-point img {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: -125px;
}
.serves-02 .serve-point ul, .location-spec-02 ul {
  padding: 25px 15px;
  list-style: none;
}
.serves-02 .serve-point ul li, .location-spec-02 ul li {
  margin-bottom: 15px;
}
.serves-02 .serve-point ul li::before, .location-spec-02 ul li::before {
  content: " • ";
  position: absolute;
  margin-left: -18px;
  color: #F5B61D;
  font-size: 32px;
  margin-top: -9px;
}

.serves-03 {
  padding: 50px 15px;
}
.serves-03 .content-box {
  position: relative;
}
.serves-03 .content-box p {
  padding: 50px 50px;
}
.serves-03 .content {
  padding: 50px;
  padding-bottom: 25px;
}
.serves-03 .section-img {
  margin-top: -100px;
}


.home h1 {
  font-size: 64px;
}
.home header .content {
  bottom: 150px;
}

.serves-01 {
  position: relative;
}

.serves-01 .video-block {
  height: 100%;
  width: 50%;
  right: 0;
  position: absolute;
}

.serves-01 .vid-container {
  margin-top: 0px;
}

.p-set-100 {
  padding: 15px 0px;
}

main.page .s-04 .points {
  margin-top: 150px;
}

main.page .s-04 .points .col-md-4 .content {
  padding: 75px 50px;
  padding-bottom: 25px;
}

main.page .s-04 .points .col-md-4 .content img {
  width: 100px;
  height: auto;
  margin-bottom: 25px;
}

header.page-header {
  background-attachment: fixed;
  overflow: visible;
}

main.page .s-04.s-04-1 {
  padding: 100px 15px;
  padding-bottom: 125px;
}

main.page .s-04.s-04-1 .location-boxes {
  padding-top: 50px;
}

main.page .s-04.s-04-1 .location-boxes .location a .arrow {
  opacity: .5;
}

main.page .s-04.s-04-1 .location-boxes .location a .arrow:hover {
  opacity: 1;
}

header.page-header .content {
  max-width: 500px;
}

.archive header.page-header .content, 
.category header.page-header .content {
  max-width: 100%;
}

.blogs-pg-list .ft-blog-img-02 {
  border-bottom: 2px solid black;
}

.blogs-pg-list .pt-set, 
.s-01.s-01-02.ft-news .pt-set, 
.blog-post .pt-set {
  padding-top: 45px;
}

.blogs-pg-list .ft-blog-img-02 {
  height: 250px;
}

.blog-info h2, 
.blog-post .content h2, 
.ft-news.ft-news-02 .content h2 {
  font-size: 1.75em !important;
}

.btn svg, .link svg {
  opacity: .25;
  transition: all .2s;
}

.btn:hover svg, .link:hover svg {
  opacity: 1;
}

.blog-box {
  padding-bottom: 50px;
}

.content a {
  color: black;
  text-decoration: none;
}

main.page .s-04.s-04-1 .location-boxes .location:hover .arrow {
  opacity: 1;
}

.contact-01 .content p {
  padding-top: 25px;
}

.contact-header .bottom-set {
  bottom: 75px !important;
}

nav .open {
  width: 50px;
}

.right-side ul li a {
  transition: all .2s;
}
 
.right-side ul li a:hover {
  color:#F5B61D !important;
}

.nav-contact-info p a {
  color: white !important;
  font-size: 1em !important;
  transition: all .2s;
}

.nav-contact-info p a:hover {
  margin-left: 15px;
}

.btn-main svg, .btn-light svg, .btn-dark svg {
  opacity: 1 !important;
}

nav .menu .menuContent .nav-items h2 {
  padding-bottom: 35px;
}

nav .menu .menuContent .right-side ul li {
  padding-bottom: 15px;
}

.left-side ul li a {
  opacity: .5;
  transition: all .2s;
}

.left-side ul li a:hover {
  opacity: 1;
}

.team .team-member {
  transition: all 1s;
}

.team .team-member:hover {
  border-left: 6px solid #F5B61D;
}

.locations .location {
  width: 75%;
  margin: auto;
}

.locations .location .locations-location h2 span {
  font-size: 0.7em;
}

.locations .location .location-title h2 {
  font-size: 3em;
}

.locations .location .location-title h2 img {
  width: 65px;
  height: 65px;
  top: 15px;
}

.locations .location .locations-location h2 {
  margin: 35px 0px;
  margin-top: 50px;
}

.locations {
  padding-bottom: 50px;
}

.locations .location .locations-location p {
  margin-bottom: 20px;
}

.location p a {
  color: black;
  transition: all .2s;
  text-decoration: none;
  opacity: 1;
}

footer .col-md-8 ul li a {
  font-size: 15px;
}

footer .col-md-8 ul li {
  margin-bottom: 15px;
}

.serves-01 .content h2 {
  padding-bottom: 15px;
  font-size: 64px;
  line-height: normal;
}



.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  transition: all .2s;
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 850px;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  transition: all .2s;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close-btn {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  right: 25px;
  background: transparent;
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.team-modal .modal-content {
  background: url("../assets/images/about/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}

.tm-content {
  padding: 100px 50px;
}

.tm-content .profile-image {
  width: 100%;
  padding-right: 50px;
}

.tm-content h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.tm-content h3 {
  font-size: 1em;
  margin-bottom: 25px;
  color: #F5B61D;
}

.team-modal .close-btn img {
  transform: rotate(45deg);
  top: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}


#healthcare-heading-patients.fade-out {
  opacity: 0;
  transition: opacity 1s ease-out;
}

#healthcare-heading-patients.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.serves-01 h2 span#healthcare-heading-patients {
  font-family: "Graphik Medium", sans-serif;
  font-style: normal;
  font-size: inherit;
}


#healthcare-heading-payers.fade-out {
  opacity: 0;
  transition: opacity 1s ease-out;
}

#healthcare-heading-payers.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.serves-01 h2 span#healthcare-heading-payers {
  font-family: "Graphik Medium", sans-serif;
  font-style: normal;
  font-size: inherit;
}


#healthcare-heading-providers.fade-out {
  opacity: 0;
  transition: opacity 1s ease-out;
}

#healthcare-heading-providers.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.serves-01 h2 span#healthcare-heading-providers {
  font-family: "Graphik Medium", sans-serif;
  font-style: normal;
  font-size: inherit;
}

@import "compass/css3";

/* Base styling for disabled carousel */
.carousel {
  box-sizing: border-box;
  border: 5px solid rgba(0, 150, 150, 0.5);
  overflow: hidden;
  padding-top: 25%;
  position: relative;
}

.carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel-inner > li {
  background: rgba(0, 255, 255, 0.2);
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}

.carousel-inner > li:nth-child(1) {
  background: rgba(255, 0, 0, 0.2);
}

.carousel-inner > li:nth-child(2) {
  background: rgba(255, 255, 0, 0.2);
}

.carousel-inner > li:nth-child(3) {
  background: rgba(0, 255, 0, 0.2);
}

.carousel-inner > li:nth-child(4) {
  background: rgba(0, 255, 255, 0.2);
}

.carousel-inner > li:nth-child(5) {
  background: rgba(0, 0, 255, 0.2);
}

/* If enabled, carousel has class of carousel-active */
.carousel-active .carousel-inner > li {
  position: absolute;
  width: 70%;
}

.carousel-active.animate .carousel-inner > li {
  transition: left 0.3s linear;
}

.carousel-control {
  transition: background 0.3s linear;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0 1em;
  position: absolute;
  z-index: 2000;
}

.carousel-control:hover, .carousel-control:focus {
  background: rgba(0, 0, 0, 0.55);
}

.carousel-control.prev {
  top: 0;
  left: 0;
  bottom: 0;
}

.carousel-control.next {
  top: 0;
  right: 0;
  bottom: 0;
}

.btn.btn-l-outlined svg {
  opacity: 1 !important;
}



.swiper-container {
  position:relative;
  width: 100%;
  height: 500px;
}

.swiper-container > .swiper-slide__content {
  position:absolute;
  top:0;
}

.swiper-slide {
  height: 500px;
  display:flex;
  background: #eee;
  align-items: center;
  justify-content:center;
  transition:all 200ms linear;
  transform: scale(0.8);
  position: relative;
  border-radius: 25px;
}

.swiper-slide.swiper-slide-active{
  z-index: 10;
  border-radius: 25px !important;
  top: -50px;
  left: -23%;
  right: -200%;
  width: 79% !important;
  height: 600px;
  margin-right: -46% !important;
}

.swiper-slide__content {
  height: 500px;
}

.swiper-slide-prev {
  margin-left: 1px;
}

.swiper {
  max-width: 100%;
  width: 2000px;
  margin: auto;
}

.swiper .card {
  position: absolute;
  left: 75px;
  top: 100px;
}

.swiper .card .content h2 {
  font-size: 3em;
  line-height: 1.15em;
  color: white;
  padding-top: 25px;
}
.swiper .card .content p {
  font-size: 1.15em;
  font-weight: 800;
}
.swiper .card .content .small {
  margin-left: 15px;
}
.swiper .card .content .big-text {
  font-size: 1.75em;
  font-weight: 800;
  text-transform: uppercase;
  color: #F5B61D;
  font-family: "Graphik Medium", sans-serif;
}
.swiper .card .content .btn {
  position: absolute;
  bottom: -125px;
  font-size: 16px;
  padding: 25px 35px;
}
.swiper .card h1 {
  font-family: sans-serif;
  position: relative;
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
  color: gray;
}

.swiper-slide.swiper-slide-active .card .content h2 {
  font-size: 4em;
  line-height: 1.15em;
  color: white;
  padding-top: 25px;
}
.swiper-slide.swiper-slide-active .card .content p {
  font-size: 1.25em;
  font-weight: 800;
}
.swiper-slide.swiper-slide-active .card .content .small {
  margin-left: 15px;
}
.swiper-slide.swiper-slide-active .card .content .big-text {
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #F5B61D;
  font-family: "Graphik Medium", sans-serif;
}
.swiper-slide.swiper-slide-active .card .content .btn {
  position: absolute;
  bottom: -175px;
  font-size: 18px;
  padding: 25px 35px;
}
.swiper-slide.swiper-slide-active .card h1 {
  font-family: sans-serif;
  position: relative;
  margin-top: 20px;
  font-size: 30px;
  text-align: center;
  color: gray;
}
.swiper-slide.swiper-slide-active .card {
  position: absolute;
  left: 125px;
  top: 100px;
}
.swiper p {
  color: gray;
  margin-left: 15px;
}



.bg--01 {
  background: url("/wp-content/uploads/2023/04/banner_ekgb.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg--02 {
  background: url("/wp-content/uploads/2023/04/banner-physician.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg--03 {
  background: url("../assets/images/home/03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg--04 {
  background: url("/wp-content/uploads/2023/04/banner_data.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg--05 {
  background: url("../assets/images/home/02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  filter: brightness(0)invert(1);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 20%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 20%;
}

header.header-02 .content {
  max-width: 100% !important;
}


.navigation {
  padding-bottom: 50px;
}

.pagination ul {
  display: inline-flex;
  list-style: none;
}

.pagination ul li {
  margin: 0px 15px;
}

.pagination ul li a {
  text-decoration: none;
  color: black;
  transition: all .2s;
}

.pagination ul li a:hover {
  color: #F5B61D;
}

.pagination ul li.active a {
  border-bottom: 2px solid #F5B61D;
  padding-bottom: 2px;
  font-weight: 800;
}

.tags span a {
  text-decoration: none;
  color: black;
  margin-right: 15px;
}

.blog-post .blog-post-author img.avatar {
  width: 150px;
  height: 150px;
  padding-right: 0px;
  border-radius: 100%;
  object-fit: cover;
  background: gray;
}


nav #menuToggle:checked ~ .menuOpen .open img {
  width: 10px;
  height: auto;
  transform: rotate(45deg);
}

.section-500 {
	padding: 100px 15px;
}

.show-on-page {
  display: none;
}

.page-template-default.pg-style .show-on-page {
  display: block !important;
}

.page-template-default.pg-style .hide-on-page {
  display: none !important;
}

.page-template-default.pg-style nav .logo {
  width: 165px;
  max-width: 100%;
}

.section-500 {
  padding: 100px 15px;
  padding-bottom: 50px;
}

.serves-01 .container {
  padding: 0px;
}

.s-01.s-01-02.ft-news .ft-blog-img, .blog-post .ft-blog-img {
    object-position: left;
}

.blogs-pg-list .ft-blog-img-02 {
    object-position: left;
}

.tm-content {
    height: 100%;
}

.section-500 {
    padding: 200px 15px;
    padding-bottom: 100px;
}

.error404 .s-02 {
  background: #faf6ee;
  padding: 100px 25px;
}

.error404 .s-02 h2 {
  padding-bottom: 50px;
}

.btn-spacing {
  padding: 25px 0px;
}

.author-social-media-icons {
  text-align: center;
  margin: 15px 35px 15px 0px;
}

.author-social-media-icons img {
  width: 18px !important;
  height: 18px !important;
  margin: 0px 5px !important; 
}

.blog-post-content a {
	color: #f4b71d;
	cursor: pointer;
}

.blog-post-content a span {
	cursor: pointer;
}

.blog-post-content ul li, .blog-post-content ol li {
    margin-top: 5px;
    line-height: 1.5;
}

.pr-25 {
  padding-right: 25px !important;
}

main.page .s-04.s-040 {
  padding: 100px 15px;
}

main.page .s-04.s-040 .content {
  padding-top: 25px;
}

.white-bg {
  background: white !important;
}

.branding-link a {
  text-decoration: none;
  color: black;
}

.branding-link span {
  border-bottom: 0px;
}

.locations.branding-01 .location {
  border-bottom: 1px solid transparent;
}

.locations.branding-01 .location .locations-location h2 span {
  border-bottom: 1px solid transparent;
}

.locations.branding-01 .location .locations-location h2 {
  margin: 25px 0px;
  margin-top: 25px;
}

.locations.branding-01 .location-title {
  padding-bottom: 25px;
}

.branding-02 {
  padding-top: 50px;
}

.locations.branding-02 .location .location-title h2 {
  font-size: 2em;
  font-style: normal;
}

.locations.branding-02 .content h2 span {
  margin-bottom: 25px;
  font-size: 1.5em;
}

.content-set-p {
  padding: 25px 0px;
}

.locations.branding-02 .content h2 {
  padding-bottom: 25px;
}

header.page-header.solutions-header.career-v2-header .header-hero {
  top: 150px;
  height: 550px;
  object-position: center;
}

header.page-header.solutions-header.career-v2-header .content {
  padding-left: 0px;
  width: 100%;
  max-width: 425px;
  bottom: 50px;
}

h2.font-c-19 {
  font-size: 42px !important;
}

.s-271 {
  padding-top: 50px;
}

.s-271 .img-18 {
  width: 90%;
}

.s-271 .content p {
  font-weight: 800;
  font-size: 1.2em;
  width: 225px;
  margin-bottom: 25px;
}

main section.s-02.join-team-header {
  padding-top: 75px !important;
  padding-bottom: 0px !important;
}

.BambooHR-ATS-board h2 {
  font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #555;
  border-bottom: 1px solid #a0a0a0 !important;
  padding-bottom: 9px;
  margin: 0;
  text-align: left;
  color: #000000 !important;
  font-family: "graphix", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}

.s-201 p.small {
  font-weight: 600;
  margin-bottom: 15px;
}

.s-201 {
  padding-top: 100px !important;
}

.s-272 .container {
  border-top: 1px solid;
  padding-top: 100px;
  margin-top: 100px;
  padding-left: 0px;
  padding-right: 0px;
}

.cta-01-1 .content h2 {
  font-size: 32px !important;
}

.s-273 {
  position: relative;
}

.row-controls {
  position: relative;
  top: -50px;
}

.s-200 {
  position: relative;
}

header.page-header.solutions-header.career-v2-header .header-hero {
  z-index: 1;
}

.yd-01 {
  position: absolute;
  margin-top: 0px;
  width: 35px;
  margin-left: 400px;
}

.yd-02 {
  position: absolute;
  margin-top: -50px;
  width: 25px;
  margin-left: 0;
}

.el-02 {
  position: absolute;
  width: 100px;
  margin-top: -50px;
  margin-left: 225px;
}

.el-03 {
  position: absolute;
  margin-top: 25px;
  margin-left: 325px;
  width: 100px;
}

.s-200 .pb-10 {
  position: relative;
  z-index: 1;
}

.page-template-page-careers-v2 .career-carousel {
	margin-left: 0;
	margin-right: 0;
}

.page-template-page-careers-v2 ul.slides {
    display: block;
    position: relative;
		min-height: 450px;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    list-style: none;
}

.page-template-page-careers-v2 .slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.page-template-page-careers-v2  ul.slides input {
    display: none; 
}


.page-template-page-careers-v2 .slide-container { 
    display: block; 
}

.page-template-page-careers-v2 .slide-image {
    display: block;
    position: absolute;
    /* width: 100%;
    height: 100%; */
    top: 100px;
    opacity: 0;
		background: #1e3e57;
    width: 100%;
    transition: all .7s ease-in-out;
}   

.page-template-page-careers-v2  .slider-img-c {
		width: 100% !important;
    height: 350px !important;
    object-fit: cover;
}

.page-template-page-careers-v2 .slide-image img {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.page-template-page-careers-v2 .slider-content-c h2 {
		color: #F5B61D;
    padding-bottom: 25px;
}

.page-template-page-careers-v2 .slider-content-c p {
	padding-bottom: 25px;
}

.page-template-page-careers-v2 .slider-content-c .link {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.page-template-page-careers-v2 .slider-content-c .link svg {
    opacity: 1;
}

.page-template-page-careers-v2 .slider-content-c svg * {
	fill: white;
	opacity: 1;
}

.page-template-page-careers-v2 .slider-content-c {
	color: white;
	padding: 50px;
}

.page-template-page-careers-v2 .carousel-controls-c {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

.page-template-page-careers-v2 .carousel-controls-c label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 1;
    transition: opacity .2s;
    cursor: pointer;
}

.page-template-page-careers-v2 .slide-image:hover + .carousel-controls-c label{
    opacity: 1;
}

.page-template-page-careers-v2 .carousel-controls-c label:hover {
    opacity: 1;
		cursor: pointer;
}

.page-template-page-careers-v2 .carousel-controls-c .prev-slide {
		width: 5%;
    text-align: left;
    right: 50px;
}

.page-template-page-careers-v2 .carousel-controls-c .next-slide {
    width: 5%;
    text-align: right;
    right: 0;
}

.prev-slide:hover img, .next-slide:hover img {
	opacity: 1;
}

.carousel-controls-c img {
	width: 20px;
	opacity: .5;
	transition: all 0.1;
}

.carousel-controls-c img:hover {
	opacity: 1;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
		display: none;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 10px;
}

.slide-num {
		position: absolute;
    top: -25px;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 800;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls-c label {
     display: block; 
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }

.juicer-feed .j-linkedin::before {
    top: -45px;
    right: -15px;
    position: relative;
}

.juicer-feed.modern .j-poster .j-date {
    display: none;
}

.content ul li {
  line-height: 1.5;
}

.pt-25 {
  padding-top: 15px;
}





.carousel__slide_img img {
  width: 100%;
}

.bm-01 {
  padding: 50px 0px;
  background: #e4b434;
}

.brand-pg .location-boxes .location a h2 span {
  font-size: .7em;
  top: -5px;
  position: relative;
}

.location-brand-assets {
  padding: 25px 35px;
}

.location-brand-assets .p-set {
  padding-bottom: 25px;
}

.content.p-set {
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 100px !important;
}
.blue-bg {
  background: #133d58;
  color: white;
}
.brand-row {
  padding: 75px 0px;
}
.b-top {
  border-top: 1px solid;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.location-brand-assets {
  padding-bottom: 0px;
}
.brand-pg .link {
  line-height: 1.25;
}


.location-spec-01 div.dd-section-01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0px;
  padding: 25px 15px;
  background: white;
  border-radius: 10px;
  margin-right: 25px;
}

.location-spec-01 div.dd-section-01 ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.location-spec-01 div.dd-section-01 ul li {
  background: whitesmoke;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0px 5px;
  border-radius: 5px;
  padding: 15px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}

.location-spec-01 div.dd-section-01 ul li:not(:last-of-type) {
    /* add border beside last element */
    border-right: 1px solid white;
}

.location-spec-01 div.dd-section-01 ul li:hover {
    background: #133d58;
    color: #FFF;
    transition: all 0.3s ease;
}

.location-spec-01 #first-dynamic-table,
.location-spec-01 #first-dynamic-table-2 {
    width: 100%;
    background: #ffffff;
    box-shadow: none;
    padding: 35px 5px;
    color: #36494f;
}

/*Main Style*/
.location-spec-01 .tab-item.active {
  background: #f4b71d;
  border: none;
  color: black;
  border-radius: 5px;
  padding: 15px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}

.location-spec-01 .tab-content {
    width: 100%;
    display: none;
}

.location-spec-01 .tab-content.active {
    display: block;
}

.location-spec-01 {
  background: #F9F6EE;
  padding: 50px 0px;
  position: relative;
}

.faq-drawer {
  margin-bottom: 5px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__content-wrapper p {
  font-size: 16px;
  padding: 35px;
  background: whitesmoke;
  border-radius: 0px 0px 10px 10px;
}

.faq-drawer__title {
  border-top: none;
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
  background: gainsboro;
  border: none;
  color: black;
  border-radius: 5px;
  padding: 30px 25px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.tab-content-01 {
  padding: 25px;
}

.tab-content-01 h2 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 24px;
  color: black;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  background-color: #133d58;
  color: white;
}

.faq-drawer__title:hover svg { 
  filter: invert();
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 100% !important;
}

.faq-drawer__title svg {
  width: 20px;
  position: absolute;
  right: 25px;
  top: 20px;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title {
    background-color: #133d58;
    color: white;
  }

  .faq-drawer__trigger:checked
  + .faq-drawer__title svg {
    filter: invert();
  }

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

.location-contact {
  border-radius: 10px;
  background: #133E58;
}

.lc-content {
  padding: 50px 35px;
  padding-top: 35px;
  padding-right: 5px;
  position: relative;
}

.lc-content h2 span {
  font-family: "pt-mono", monospace;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #f4b71d;
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding-bottom: 5px;
}

.lc-content h2 {
  padding-bottom: 10px;
}

.lc-content p {
  color: white;
  font-size: 13px;
  padding-top: 10px;
}

p.lc-title {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #f4b71d;
}

.lc-row {
  padding-top: 15px;
}

.lc-team {
  border-bottom: 15px solid #f8f2e1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding: 1rem 2rem;
}

.lc-team p {
  font-weight: 600;
  font-size: 21px;
  line-height: 1;
}

.lc-team p span {
  font-size: 12px;
  text-transform: uppercase;
  opacity: .5;
}

img.lc-dots-33 {
  width: 150px !important;
  padding-bottom: 25px !important;
}

.location-spec-02 {
  padding-bottom: 100px;
}

.location-spec-03 .align-content {
  margin-top: -100px;
}

.location-spec-03 .content h2 {
  font-size: 32px;
}

.location-spec-03 .content p.small {
  padding-top: 100px;
}

.location-spec-03 .content h2 span {
    font-size: unset;
}

.daily-feed-02 .set-p {
  padding-top: 50px;
}

.img-033 {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.cross-img {
  position: absolute;
  right: 25px;
  width: 75px;
}

.min-h-033 {
  min-height: 250px !important;
}

.links-list {
  padding-top: 25px;
}

.links-list .p-set {
  padding-bottom: 25px;
}

.links-list .p-set a {
  line-height: 1.25;
}

.sk-ww-linkedin-page-post * {
  line-height: 1.25;
}

.ptop {
  padding-top: 50px !important;
}

.location-spec-03 {
  background-image: url("../assets/images/loc-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 0px;
}

.img-0332 {
  width: 100%;
}

.loc-place-logo {
  width: 250px;
  height: 50px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 25px;
}

.b-100 {
  bottom: 100px !important;
}

.links-list .p-set svg {
  width: 14px;
  height: 14px;
  top: 2px;
  position: relative;
}

.resource-row {
  padding: 50px;
  border: 0px;
}

.resource-row .content.border {
  border-right: 1px solid;
}

.pl-100 {
  padding-left: 100px !important;
}


main section.resources-pg .content h2 {
  font-weight: 600;
  padding: 15px 0px;
  line-height: 1.25;
  font-size: 24px;
}

.bg-dark {
  background: #133E58;
  color: white;
}

.bg-dark a {
  color: white;
}

.bg-dark .links-list .p-set svg {
  filter: invert(1);
}

.bg-dark .link {
  border-bottom: 1px solid white;
}

.pl-25 {
  padding-left: 25px !important;
}

.page-id-1989 header.page-header .header-hero {
  -o-object-position: center;
  object-position: center;
}

.location-spec-01 #first-dynamic-table, .location-spec-01 #first-dynamic-table-2 {
  padding-top: 0px;
}

.loc-logo {
    width: auto;
    height: 50px;
    max-width: 100%;
    margin: 20px 25px 25px 0px;
}

.serves-02 .serve-point ul ul {
  padding: 0px 15px;
  padding-bottom: 0px;
}

.serves-02 .serve-point ul ul li::before {
  content: " ◦ "; 
  position: absolute;
  margin-left: -18px;
  color: #F5B61D;
  font-size: 15px !important;
  margin-top: -2px !important;
}

.s-04-3 {
  padding: 100px 15px !important;
}

.s-04-3 img {
  float: left;
  width: 100px;
  padding: 0.5rem;
  margin-right: 1rem;
}

.s-04-3 .content {
  margin-bottom: 2.5rem;
}

.s-04-3 .content h2 {
  font-weight: 300;
  padding: 0px;
  margin-bottom: 0.5rem;
  line-height: 2rem;
  font-size: 2rem;
}

.s-04-3 .content h2 span {
  font-family: "Graphik", sans-serif;
  font-style: normal;
  font-size: .6em;
  font-weight: 800;
}

.s-04-3 .content p {
  font-size: .95rem;
  line-height: 1.5rem;
}

.s-04-3 .content-info {
  padding-top: 1rem;
}

.s-04-3 .cross-img {
  right: unset;
  top: -25px;
}

.loc-spec-02 {
  padding-top: 6rem;
}

.loc-spec-02 h4 {
  margin: 0.75rem 0px;
  font-size: 1.1rem;
}

.location-spec-02 .content ul, .location-spec-022 .content ul {
  margin-left: 1rem;
}

.location-spec-02 .content ul li::before, .location-spec-022 .content ul li::before {
  margin-top: -12px;
}

.location-spec-02, .location-spec-022 {
  padding-bottom: 4rem;
}

.location-spec-022 {
  background: #faf6ee;
  padding-top: 4rem;
}

.location-spec-022 .content ul {
  padding: 25px 15px;
  list-style: none !important;
  margin-left: 0rem;
}

.location-spec-022 .content ul li {
  margin-bottom: 15px;
}

.location-spec-022 ul li::before {
  content: " • ";
  position: absolute;
  margin-left: -18px;
  color: #F5B61D;
  font-size: 32px;
  margin-top: -12px;
}


.serves-02 .serve-point ul {
  padding-bottom: 0px;
}

p.lc-team-bio {
  margin-top: 2rem;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
}

.lc-team-img {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  margin-bottom: 2rem;
  text-align: center;
}

.lc-team {
  text-align: center;
}

footer .cp-row a {
    line-height: 1.5;
}

.list-set-01 {
  text-align: left;
  width: 25rem;
  margin: auto;
  margin-bottom: 2rem;
}

.pb-set-100 {
  padding-bottom: 100px;
}

.page-template-page-landing-az header.header-landing, 
.page-template-page-landing-il header.header-landing{
    background: url('https://arkoshealth.com/wp-content/uploads/2024/07/navy-bg.jpg');
}

.page-template-page-landing-az .landing-content h1, 
.page-template-page-landing-il .landing-content h1{
	color: #fff;
}

.page-template-page-landing-az header.header-landing, 
.page-template-page-landing-il header.header-landing{
    color: #fff;
}

.page-template-page-landing-az .tabs .tab, 
.page-template-page-landing-il .tabs .tab{
    padding-right: 3rem;
	font-size: 1.2rem;
}

.page-template-page-landing-az .tab.active-tab,
.page-template-page-landing-il .tab.active-tab {
    background: #e4b434;
    color: #000;
    border: 1px solid #e4b434;
}

.page-template-page-landing-az .tabs, 
.page-template-page-landing-il .tabs{
    padding: 1rem 0rem;
}

.page-template-page-landing-az .tab.active-tab img, 
.page-template-page-landing-il .tab.active-tab img{
	filter: invert(0);
}

.page-template-page-landing-az .lp-01, 
.page-template-page-landing-il .lp-01 {
	background: white;
}

.page-template-page-landing-az .landing-content, 
.page-template-page-landing-il .landing-content{
    padding-top: 10rem;
}

.page-template-page-landing-az .landing-toggle-views, 
.page-template-page-landing-il .landing-toggle-views{
	background: url('https://arkoshealth.com/wp-content/uploads/2024/07/az-body-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f4f4f4;
	background-attachment: fixed;
}

.page-template-page-landing-az .tab:hover, 
.page-template-page-landing-il .tab:hover{
	background: #123e58 !important;
    color: #fff !important;
    border: 1px solid #123e58 !important;
}

.page-template-page-landing-az .tab:hover img, 
.page-template-page-landing-il .tab:hover img{
	filter: invert(1);
}

.announcement-careers {
	position: absolute;
    width: 100%;
    z-index: 5000;
    text-align: center;
    padding: 5px;
    background: #b40303;
}

.announcement-careers .accordion-content {
	display: none;
	width: 90%;
    margin: auto;
}

.announcement-careers .accordion-content.show {
	display: block !important;
}

.announcement-careers button {
	background: transparent;
    border: none;
    color: white;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
    width: 100%;
}

.announcement-careers button:hover * {
	cursor: pointer !important;
}

.announcement-careers button span {
	text-decoration: underline;
}

.accordion-content p {
	color: white;
    font-size: .85rem;
    line-height: 1.25;
    padding: .5rem 0rem .25rem 0rem;
}

h2 span.abr {
  background: #F5B61D;
  font-size: 21px;
  padding: 15px;
  border-radius: 100%;
  font-style: normal !important;
  text-transform: uppercase;
  color: #fff;
  font-family: "Graphik Medium", sans-serif !important;
  bottom: 12px;
  position: relative;
  display: inline-flex;
  height: 50px;
  width: 50px;
  margin: auto;
  justify-content: center;
  align-items: center;
}


/* containers */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1500px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* Fix for ICS Calendar styling issues */
.ics-calendar {
    font-size: 16px !important; /* Adjust as needed */
    line-height: 1.5 !important;
}

.ics-calendar table {
    width: 100% !important; /* Ensure proper table alignment */
    border-collapse: collapse !important;
}

.ics-calendar th, 
.ics-calendar td {
    padding: 10px !important; /* Add space to table cells */
    border: 1px solid #ccc !important; /* Add table borders */
}

.ics-calendar-arrow-nav {
    clear: both;
    display: block;
    margin: 0;
    background: inherit;
    position: inherit;
}

.ics-calendar * {
    box-sizing: border-box;
    line-height: 1.5;
}

.ics-calendar-label {
	font-size: 36px !important;
    font-family: "Graphik Medium", sans-serif !important;
}

.ics-calendar-current-date {
	font-size: 21px !important;
    font-family: "Graphik Medium", sans-serif !important;
    margin-bottom: 10px !important;
    color: #077dad !important;
}

.ics-calendar table {
    font-size: 18px !important;
}

.ics-calendar-select {
    font-size: 100% !important;
    padding: .5rem .25rem !important;
}

/* .page-id-1018 section.contact-02 { 
  display: none !important;
} */

.contact-02 p {
  text-align: left;
}

.contact-02 a {
  color: white;
  text-decoration: underline;
}

.hitrust-section {
	background: #133E58;
    color: white;
	padding: 40px 0;
}

.hitrust-section img {
    width: 140px;
    justify-content: end;
    display: flex;
    margin: auto;
    margin-right: 25px;
}

.hitrust-section h2 {
	color: #f4b61e;
	margin-bottom: 5px;
    font-size: 18px;
    line-height: 1;
	padding-top: 5px;
}

.hitrust-section p {
	line-height: 1.25;
	margin-bottom: 10px;
}

.hitrust-section .btn.btn-main {
	background: transparent;
    color: #f4b61e;
}

.hitrust-section .btn.btn-main:hover {
	color: #000 !important;
	background-color: #fff !important;
	border-color: #fff !important;
}

.hitrust-section .btn.btn-main svg {
	fill: #f4b61e;
}

.hitrust-section .btn.btn-main:hover svg {
	fill: #000;
}

.hitrust-section .text-right {
	text-align: right;
}

.hitrust-section .btn {
	display: inline-block;
    margin-top: 10px;
	padding-top: 10px;
}

.hitrust-badge {
    width: 100px;
    margin: auto;
    display: flex;
}

.hitrust-content {
	width: 930px;
	max-width: 100%;
	margin: auto;
	display: flex;
}

.page-template .hitrust-section img {
    width: 115px;
}

.ft-blog, .blog-box {
	display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-box {
	height: 100%;	
}

.blog-info {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.archive .blog-info {
  height: auto;
}

.btn:hover, 
.link:hover {
  cursor: pointer;
}

footer .s-01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.blogs-pg-list .ft-blog-img-02,
.s-01.s-01-02.ft-news .ft-blog-img {
	object-fit: contain;
    width: 100%;
    height: auto;
}

.blogs-pg-list .pt-set, .s-01.s-01-02.ft-news .pt-set, .blog-post .pt-set {
    align-items: center;
}

.blog-post .line {
    margin-bottom: 50px;
}

#jobs-by-location h2 {
	margin-top: 24px;
    font-size: 18px;
    margin-bottom: 8px;
}

#jobs-by-location a {
	color: black;
}