/*------------------------
		 Globals
------------------------*/
@font-face {
  font-family: STXS_Condensed;
  src: url("fonts/STXS_CN.woff2");
}
@font-face {
  font-family: STXS_Heavy;
  src: url("fonts/STXS_HV.woff2");
}
@font-face {
  font-family: STXS_Light;
  src: url("fonts/STXS_TH.woff2");
}
@font-face {
  font-family: STXS_Medium;
  src: url("fonts/STXS_MD.woff2");
}
@font-face {
  font-family: STXS_Bold_Condensed;
  src: url("fonts/STXS_B_CN.woff2");
}
#my-nav {
  position: fixed;
  z-index: 998;
  left: 0.5%;
  top: 36.5%;
}
#my-nav li {
  display: flex;
  align-items: center;
}
#my-nav li.active span {
  content: " ";
  background: #000000;
  width: 3px;
}
#my-nav li:hover a {
  opacity: 1;
  overflow: visible;
}
#my-nav span {
  content: " ";
  width: 2px;
  height: 30px;
  background: #5a5a5a;
  display: block;
  margin: 2.5px 10px 2.5px 0;
}
#my-nav a {
  width: 75px;
  text-decoration: none;
  color: white;
  transition: color 0.6s;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 991px) {
  #my-nav {
    display: none;
  }
}

h1 {
  font-family: "Bebas Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 56px;
}

h2 {
  font-family: "STXS_Heavy", Helvetica, Arial, Verdana, sans-serif;
  font-size: 46px;
}

h3 {
  font-family: "STXS_Medium", Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
}

h4 {
  font-family: "STXS_Condensed", Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
}

h5 {
  font-family: "STXS_Bold_Condensed", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
}

body {
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 300 !important;
  color: white;
  background-color: #242529 !important;
}
body a {
  color: white;
  text-decoration: none;
}
body a:hover {
  color: inherit;
  text-decoration: underline;
}

.hide-element {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .mobile-show {
    display: none !important;
  }
}

@media only screen and (min-width: 475px) {
  .phone-show {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .desk-show {
    display: none !important;
  }
}

@media only screen and (max-width: 474px) {
  .phone-hide {
    display: none !important;
  }
}

.page-content {
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .page-content {
    padding-left: 5%;
  }
}

@media only screen and (min-width: 475px) {
  .page-content-absolute {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 474px) {
  .page-content-absolute {
    position: relative;
    padding: 0 !important;
  }
}

.chevron-link {
  font-size: 0.9rem;
}
.chevron-link span {
  margin-left: 8px;
}
.chevron-link img {
  height: 0.7rem;
}

.action-link {
  font-size: 0.9rem;
  color: #ee7623;
}
.action-link span {
  margin-left: 8px;
}
.action-link span img {
  height: 0.9rem;
}
.action-link:hover {
  color: #ee7623;
}

/*------------------------
	Scroll Bar Styles
------------------------*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgba(20, 21, 23, 0.8);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #34363a;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #141517;
}

/*------------------------
		Navigation
------------------------*/
nav {
  height: 60px;
  padding: 0px 30px !important;
  background-color: #000000;
}
nav .navcontainer {
  padding: 0px !important;
}
nav .navcontainer .navbar-brand {
  width: 153px;
}
nav .navcontainer button {
  border: none !important;
}
nav .navbar-toggler:focus {
  box-shadow: none !important;
}

#side-menu .soc-icon {
  width: 22px;
  height: 22px;
  margin: 0px 6px 0px 0px;
  border: 2px solid #ee7623;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 0.2s;
  cursor: pointer;
}
#side-menu .soc-icon:hover {
  background-color: #ee7623;
}
#side-menu .soc-icon:hover i {
  color: white !important;
}
#side-menu .soc-icon a {
  color: #ee7623;
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}
#side-menu .soc-icon i {
  font-size: 10px;
  color: #ee7623;
  margin: 0 !important;
}
@media only screen and (min-width: 992px) {
  #side-menu .close {
    position: absolute;
    right: 45px;
    float: none !important;
  }
}

#desk-mnu {
  margin: 0 !important;
  height: 100%;
  width: 100%;
  padding: 80px 0px 20px 0px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}
#desk-mnu img {
  width: 153px;
}
#desk-mnu .divider:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 0;
  border-bottom: solid 1px #4c4c4c;
  transform: translateX(-50%);
}
#desk-mnu .mnu-links a {
  font-size: 18px;
  line-height: 22px;
}
#desk-mnu .soc-links {
  width: 140px;
  margin: 0 auto;
}
#desk-mnu .sub-mnu-links {
  width: 100%;
  margin-top: 10px;
}
#desk-mnu .sub-mnu-links a {
  font-size: 14px;
  color: #888888;
  text-decoration: none;
}
#desk-mnu .sub-mnu-links a:hover {
  opacity: 0.7;
}

#mobile-mnu .divider {
  border-bottom: 1px solid #4c4c4c;
}
#mobile-mnu .soc-links {
  width: 140px;
}

/*------------------------
		  Pages
------------------------*/
#p-zero .hero-txt {
  position: absolute;
  text-align: center;
  top: 45%;
  z-index: 222;
}
#p-zero .video-background-content {
  margin-top: 30px;
}
#p-zero .display-4 {
  text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  #p-zero .display-4 {
    font-size: 6rem !important;
    line-height: 3.5rem !important;
  }
}
@media screen and (min-width: 475px) and (max-width: 767px) {
  #p-zero .display-4 {
    font-size: 4.8rem !important;
    line-height: 3.5rem !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-zero .display-4 {
    font-size: 3.25rem !important;
    line-height: 2rem !important;
  }
}
#p-zero #message-subtext {
  font-family: "STXS_Light", Helvetica, Arial, Verdana, sans-serif !important;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  #p-zero #message-subtext {
    font-size: 2.4rem !important;
  }
}
@media screen and (min-width: 475px) and (max-width: 767px) {
  #p-zero #message-subtext {
    font-size: 1.9rem !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-zero #message-subtext {
    font-size: 1.3rem !important;
  }
}

#p-half {
  min-height: calc(100vh - 60px);
}
@media only screen and (max-width: 991px) {
  #p-half {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#p-half .mobile-lines {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
#p-half .tech-img {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #p-half .tech-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
  }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  #p-half .tech-img {
    width: 62%;
  }
}
@media screen and (min-width: 475px) and (max-width: 799px) {
  #p-half .tech-img {
    width: 75%;
  }
}
@media only screen and (max-width: 474px) {
  #p-half .tech-img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1349px) {
  #p-half .tech-img {
    padding-top: 7%;
  }
}
@media only screen and (min-width: 992px) {
  #p-half .slide-one-txt {
    position: absolute;
    z-index: 5;
    top: 76%;
    left: 12%;
    width: 725px;
    height: 160px;
  }
  #p-half .slide-one-txt .links {
    font-weight: 500;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 225px;
  }
  #p-half .slide-one-txt .links .chevron-link {
    margin-left: 35px;
  }
  #p-half .slide-one-txt h2 {
    font-size: 2.6rem !important;
    line-height: 3.4rem !important;
  }
  #p-half .slide-one-txt p {
    width: 525px;
  }
}
@media only screen and (max-width: 991px) {
  #p-half .slide-one-txt {
    margin: 5px 10% 0 10%;
  }
  #p-half .slide-one-txt .links {
    float: right;
    font-weight: 500;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  }
  #p-half .slide-one-txt p {
    margin-bottom: 0.5rem !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-half .slide-one-txt h2 {
    font-size: 1.12rem !important;
  }
  #p-half .slide-one-txt p {
    font-size: 0.8rem !important;
  }
  #p-half .slide-one-txt a {
    font-size: 0.8rem !important;
  }
}
#p-half .color {
  opacity: 0;
}
#p-half button {
  opacity: 0;
}
#p-half .mobile-tech-img {
  display: flex;
  flex-direction: column;
}
#p-half .mobile-tech-img .mobile-arrows {
  width: 100%;
  text-align: right;
}
#p-half .mobile-tech-img .mobile-arrows .left,
#p-half .mobile-tech-img .mobile-arrows .right {
  padding-right: 10%;
}
#p-half .mobile-tech-img .mobile-arrows svg {
  width: 12px;
  height: 32px;
}

#p-one {
  opacity: 0;
}
#p-one button {
  background: transparent !important;
  border: 0px !important;
}
#p-one .slide-arrow-desk {
  cursor: pointer;
  position: absolute;
  margin-top: -45px;
  width: 40px;
  height: 55px;
  z-index: 99;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  top: 50%;
}
@media only screen and (max-width: 991px) {
  #p-one .slide-arrow-desk {
    display: none !important;
  }
}
#p-one .slide-arrow-desk.left {
  left: 130px;
}
#p-one .slide-arrow-desk.right {
  right: 30px;
}
#p-one .slide-arrow-desk svg {
  padding: 5px;
  width: 35px;
  height: 55px;
}
#p-one .slide-arrow-desk svg polyline {
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 992px) {
  #p-one .tech-img {
    position: absolute;
  }
}
@media screen and (min-width: 992px) and (max-width: 1349px) {
  #p-one .tech-img {
    padding-top: 7%;
  }
}
#p-one .mobile-tech-img {
  display: flex;
  flex-direction: column;
}
#p-one .mobile-tech-img .mobile-arrows {
  width: 100%;
  text-align: right;
}
#p-one .mobile-tech-img .mobile-arrows .left,
#p-one .mobile-tech-img .mobile-arrows .right {
  padding-right: 10%;
}
#p-one .mobile-tech-img .mobile-arrows svg {
  width: 12px;
  height: 32px;
}
@media only screen and (min-width: 992px) {
  #p-one #slide-one .slide-one-txt {
    position: absolute;
    z-index: 5;
    top: 72%;
    left: 12%;
    width: 725px;
    height: 160px;
  }
  #p-one #slide-one .slide-one-txt .links {
    font-weight: 500;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 225px;
  }
  #p-one #slide-one .slide-one-txt .links .chevron-link {
    margin-left: 35px;
  }
  #p-one #slide-one .slide-one-txt h2 {
    font-size: 2.6rem !important;
    line-height: 3.4rem !important;
  }
  #p-one #slide-one .slide-one-txt p {
    width: 525px;
  }
}
@media only screen and (max-width: 991px) {
  #p-one #slide-one .slide-one-txt {
    margin: 5px 10% 0 10%;
  }
  #p-one #slide-one .slide-one-txt .links {
    float: right;
    font-weight: 500;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  }
  #p-one #slide-one .slide-one-txt p {
    margin-bottom: 0.5rem !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-one #slide-one .slide-one-txt h2 {
    font-size: 1.12rem !important;
  }
  #p-one #slide-one .slide-one-txt p {
    font-size: 0.8rem !important;
  }
  #p-one #slide-one .slide-one-txt a {
    font-size: 0.8rem !important;
  }
}
#p-one #slide-one .tech-img {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #p-one #slide-one .tech-img {
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
  }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  #p-one #slide-one .tech-img {
    width: 62%;
  }
}
@media screen and (min-width: 475px) and (max-width: 799px) {
  #p-one #slide-one .tech-img {
    width: 75%;
  }
}
@media only screen and (max-width: 474px) {
  #p-one #slide-one .tech-img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #p-one #slide-two .slide-two-txt {
    position: absolute;
    z-index: 5;
    top: 20%;
    left: 14%;
    width: 525px;
    height: 200px;
  }
  #p-one #slide-two .slide-two-txt .links {
    font-weight: 500;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 75px;
  }
  #p-one #slide-two .slide-two-txt .links .chevron-link {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 991px) {
  #p-one #slide-two .slide-two-txt {
    margin: 0 10%;
  }
  #p-one #slide-two .slide-two-txt .links {
    float: right;
    font-weight: 500;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 475px) and (max-width: 991px) {
  #p-one #slide-two .slide-two-txt .chevron-link {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 474px) {
  #p-one #slide-two .slide-two-txt .chevron-link {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 474px) and (max-width: 474px) {
  #p-one #slide-two .slide-two-txt h2 {
    font-size: 1.75rem !important;
  }
  #p-one #slide-two .slide-two-txt p {
    font-size: 0.8rem !important;
  }
  #p-one #slide-two .slide-two-txt a {
    font-size: 0.8rem !important;
  }
}
#p-one #slide-two .mobile-tech-img {
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  #p-one #slide-two .tech-img {
    bottom: 0;
    right: 0;
    width: 80%;
  }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  #p-one #slide-two .tech-img {
    width: 80%;
  }
}
@media screen and (min-width: 475px) and (max-width: 799px) {
  #p-one #slide-two .tech-img {
    width: 100%;
  }
}
@media only screen and (max-width: 474px) {
  #p-one #slide-two .tech-img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #p-one #slide-three .slide-three-txt {
    position: absolute;
    z-index: 5;
    top: 20%;
    left: 14%;
    width: 500px;
    height: 200px;
  }
  #p-one #slide-three .slide-three-txt .links {
    font-weight: 500;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 75px;
  }
  #p-one #slide-three .slide-three-txt .links .chevron-link {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 991px) {
  #p-one #slide-three .slide-three-txt {
    margin: 0 10%;
  }
  #p-one #slide-three .slide-three-txt .links {
    float: right;
    font-weight: 500;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 475px) and (max-width: 991px) {
  #p-one #slide-three .slide-three-txt .chevron-link {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 474px) {
  #p-one #slide-three .slide-three-txt .chevron-link {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 474px) and (max-width: 474px) {
  #p-one #slide-three .slide-three-txt h2 {
    font-size: 1.75rem !important;
  }
  #p-one #slide-three .slide-three-txt p {
    font-size: 0.8rem !important;
  }
  #p-one #slide-three .slide-three-txt a {
    font-size: 0.8rem !important;
  }
}
#p-one #slide-three .mobile-tech-img {
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  #p-one #slide-three .tech-img {
    bottom: 0;
    right: 0;
    width: 70%;
  }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  #p-one #slide-three .tech-img {
    width: 78%;
  }
}
@media screen and (min-width: 475px) and (max-width: 799px) {
  #p-one #slide-three .tech-img {
    width: 100%;
  }
}
@media only screen and (max-width: 474px) {
  #p-one #slide-three .tech-img {
    width: 100%;
  }
}
#p-one .fp-slidesNav {
  text-align: center;
}
#p-one .fp-slidesNav ul li a span {
  background: #ffffff;
}

#p-two h2 {
  text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
}
#p-two .bg-img-holder {
  background: url("../img/XRay.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 475px) {
  #p-two .bg-img-holder {
    height: 100vh;
  }
}
@media only screen and (max-width: 474px) {
  #p-two .bg-img-holder {
    height: 100vh;
  }
}
#p-two .bg-img-holder .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
@media only screen and (min-width: 992px) {
  #p-two .bg-img-holder .bg-overlay {
    background: linear-gradient(to right, #1b1c1d 20%, transparent 80%);
  }
}
@media only screen and (max-width: 991px) {
  #p-two .bg-img-holder .bg-overlay {
    background: #1b1c1d;
  }
}
#p-two .page-content {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#p-two .xray-widget h2 {
  margin-bottom: 30px;
}
#p-two .xray-widget .nav-tabs {
  border-bottom: 0px !important;
  margin-bottom: 10px !important;
}
#p-two .xray-widget .nav-tabs .nav-item {
  margin: 0 !important;
}
@media only screen and (min-width: 475px) {
  #p-two .xray-widget .nav-tabs .nav-item.opt-1 {
    padding: 0 8px 0 0 !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-two .xray-widget .nav-tabs .nav-item.opt-1 {
    padding: 0 3% 0 0 !important;
  }
}
#p-two .xray-widget .nav-tabs .nav-item.opt-2 {
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}
@media only screen and (min-width: 475px) {
  #p-two .xray-widget .nav-tabs .nav-item.opt-2 {
    padding: 0 8px !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-two .xray-widget .nav-tabs .nav-item.opt-2 {
    padding: 0 3% !important;
  }
}
#p-two .xray-widget .nav-tabs .nav-item.opt-3 {
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}
@media only screen and (min-width: 475px) {
  #p-two .xray-widget .nav-tabs .nav-item.opt-3 {
    padding: 0 8px !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-two .xray-widget .nav-tabs .nav-item.opt-3 {
    padding: 0 3% !important;
  }
}
#p-two .xray-widget .nav-tabs .nav-item.opt-4 {
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}
@media only screen and (min-width: 475px) {
  #p-two .xray-widget .nav-tabs .nav-item.opt-4 {
    padding: 0 0 0 8px !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-two .xray-widget .nav-tabs .nav-item.opt-4 {
    padding: 0 0 0 3% !important;
  }
}
#p-two .xray-widget .nav-tabs .nav-link {
  color: white !important;
  font-family: "STXS_Bold_Condensed", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 0 !important;
  opacity: 0.5;
  border-radius: 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 475px) {
  #p-two .xray-widget .nav-tabs .nav-link {
    font-size: 1.25rem !important;
  }
}
#p-two .xray-widget .nav-tabs .nav-link:hover {
  border-color: transparent !important;
  opacity: 1 !important;
}
#p-two .xray-widget .nav-tabs .nav-link.active {
  text-decoration: underline !important;
  opacity: 1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
#p-two .xray-widget .action-link {
  font-weight: 500;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 475px) {
  #p-two .xray-widget .action-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 474px) {
  #p-two .xray-widget .action-link {
    margin-top: 30px;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  #p-two .xray-widget {
    position: absolute;
    width: 525px;
    height: 315px;
    top: 38%;
    left: 18%;
  }
}
@media screen and (min-width: 475px) and (max-width: 767px) {
  #p-two .xray-widget {
    position: absolute;
    width: 415px;
    height: 340px;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 474px) {
  #p-two .xray-widget {
    position: absolute;
    width: 85%;
    height: auto;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 474px) {
  #p-two .xray-widget .nav-link {
    font-size: 1.25rem !important;
  }
}
#p-two .xray-widget .tab-content div {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

#p-three h2 {
  text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
}
#p-three h3 {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
#p-three p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
#p-three .bg-img-holder {
  position: relative;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 475px) {
  #p-three .bg-img-holder {
    background: url("../img/GenesisRMNLab.png") no-repeat center;
    background-size: cover;
  }
}
@media only screen and (min-width: 475px) {
  #p-three .bg-img-holder {
    height: 100vh;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .bg-img-holder {
    height: auto;
  }
}
#p-three .bg-img-holder .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
@media only screen and (min-width: 992px) {
  #p-three .bg-img-holder .bg-overlay {
    background: linear-gradient(to right, #1b1c1d 40%, transparent 120%);
  }
}
@media only screen and (max-width: 991px) {
  #p-three .bg-img-holder .bg-overlay {
    background: #1b1c1d;
  }
}
@media only screen and (min-width: 475px) {
  #p-three .page-content {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .page-content {
    position: relative;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 800px) {
  #p-three .physician-title-txt {
    position: absolute;
    width: 685px;
    height: 180px;
    top: 30%;
    left: 10%;
  }
}
@media screen and (min-width: 475px) and (max-width: 799px) {
  #p-three .physician-title-txt {
    position: absolute;
    width: 455px;
    height: 215px;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .physician-title-txt {
    position: relative;
    width: 90%;
    margin: -85px auto 12% auto;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .physician-title-txt p {
    font-size: 0.85rem !important;
  }
}
#p-three .risks-widget h2 {
  margin-bottom: 30px;
}
#p-three .risks-widget .nav-tabs {
  border-bottom: 0px !important;
  margin-bottom: 10px !important;
}
#p-three .risks-widget .nav-tabs .nav-item {
  margin: 0 !important;
}
@media only screen and (min-width: 475px) {
  #p-three .risks-widget .nav-tabs .nav-item.opt-1 {
    padding: 0 8px 0 0 !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .risks-widget .nav-tabs .nav-item.opt-1 {
    padding: 0 1% 0 0 !important;
  }
}
#p-three .risks-widget .nav-tabs .nav-item.opt-2 {
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}
@media only screen and (min-width: 475px) {
  #p-three .risks-widget .nav-tabs .nav-item.opt-2 {
    padding: 0 8px !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .risks-widget .nav-tabs .nav-item.opt-2 {
    padding: 0 1% !important;
  }
}
#p-three .risks-widget .nav-tabs .nav-item.opt-3 {
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}
@media only screen and (min-width: 475px) {
  #p-three .risks-widget .nav-tabs .nav-item.opt-3 {
    padding: 0 8px !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .risks-widget .nav-tabs .nav-item.opt-3 {
    padding: 0 1% !important;
  }
}
#p-three .risks-widget .nav-tabs .nav-item.opt-4 {
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}
@media only screen and (min-width: 475px) {
  #p-three .risks-widget .nav-tabs .nav-item.opt-4 {
    padding: 0 0 0 8px !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .risks-widget .nav-tabs .nav-item.opt-4 {
    padding: 0 0 0 1% !important;
  }
}
#p-three .risks-widget .nav-tabs .nav-link {
  color: white !important;
  font-family: "STXS_Bold_Condensed", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 0 !important;
  opacity: 0.5;
  border-radius: 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 475px) {
  #p-three .risks-widget .nav-tabs .nav-link {
    font-size: 1.25rem !important;
  }
}
#p-three .risks-widget .nav-tabs .nav-link:hover {
  border-color: transparent !important;
  opacity: 1 !important;
}
#p-three .risks-widget .nav-tabs .nav-link.active {
  text-decoration: underline !important;
  opacity: 1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
#p-three .risks-widget .action-link {
  font-weight: 500;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 475px) {
  #p-three .risks-widget .action-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .risks-widget .action-link {
    margin-top: 30px;
    float: right;
  }
}
@media only screen and (min-width: 800px) {
  #p-three .risks-widget {
    position: absolute;
    width: 685px;
    height: 180px;
    top: 55%;
    left: 10%;
  }
}
@media screen and (min-width: 475px) and (max-width: 799px) {
  #p-three .risks-widget {
    position: absolute;
    width: 455px;
    height: 215px;
    left: 0;
    right: 0;
    top: 55%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .risks-widget {
    position: relative;
    width: 90%;
    margin: 0px auto 0px auto;
  }
}
#p-three .risks-widget h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 475px) {
  #p-three .risks-widget h3 {
    padding-bottom: 5px;
    width: 375px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 474px) {
  #p-three .risks-widget h3 {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-three .risks-widget .nav-link {
    font-size: 0.95rem !important;
  }
}
#p-three .risks-widget .tab-content div {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 474px) {
  #p-three .risks-widget .tab-content div {
    font-size: 0.85rem !important;
  }
}

@media only screen and (max-width: 1149px) {
  #p-four .grid-container {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1150px) {
  #p-four .grid-container {
    height: 100vh;
    display: grid;
    grid-template-rows: 20% 75%;
    grid-template-areas: "title title" "tabs desk";
  }
}
@media screen and (min-width: 1150px) and (max-width: 1599px) {
  #p-four .grid-container {
    grid-template-columns: 42% 58%;
  }
}
@media only screen and (min-width: 1600px) {
  #p-four .grid-container {
    grid-template-columns: 35% 65%;
  }
}
#p-four #smarter-title-grid {
  grid-area: title;
  display: flex;
  align-items: center;
  justify-content: center;
}
#p-four #smarter-title-grid h2 {
  font-family: STXS_Bold_Condensed, Helvetica, Arial, Verdana, sans-serif;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 700px) {
  #p-four #smarter-title-grid h2 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 699px) {
  #p-four #smarter-title-grid h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1149px) {
  #p-four #smarter-title-grid h2 {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 1149px) {
  #p-four #smarter-title-grid {
    flex: 1;
  }
}
#p-four #mobile-smarter-img-grid {
  flex: 1;
  display: flex;
  justify-content: center;
}
#p-four #mobile-smarter-img-grid img {
  margin: 1% 0 2% 0;
}
@media screen and (min-width: 525px) and (max-width: 1149px) {
  #p-four #mobile-smarter-img-grid img {
    width: 75%;
  }
}
@media only screen and (max-width: 524px) {
  #p-four #mobile-smarter-img-grid img {
    width: 95%;
  }
}
@media only screen and (min-width: 1150px) {
  #p-four #mobile-smarter-img-grid {
    display: none;
  }
}
#p-four #desk-smarter-img-grid {
  grid-area: desk;
}
@media screen and (min-width: 1150px) and (max-width: 1599px) {
  #p-four #desk-smarter-img-grid video {
    margin-top: 6%;
    width: 95%;
  }
}
@media only screen and (min-width: 1600px) {
  #p-four #desk-smarter-img-grid video {
    margin-top: 3%;
    width: 90%;
  }
}
@media only screen and (max-width: 1149px) {
  #p-four #desk-smarter-img-grid {
    display: none;
  }
}
#p-four #smarter-tabs-grid {
  grid-area: tabs;
}
@media only screen and (max-width: 1149px) {
  #p-four #smarter-tabs-grid {
    flex: 3;
  }
}
#p-four .smarter-lab-tabs .grid-inner-box {
  max-width: 625px;
}
@media only screen and (min-width: 1150px) {
  #p-four .smarter-lab-tabs .grid-inner-box {
    margin: 24% auto 0 auto;
  }
}
@media only screen and (max-width: 1149px) {
  #p-four .smarter-lab-tabs .grid-inner-box {
    margin: 0 auto;
  }
}
#p-four .smarter-lab-tabs h3 {
  font-size: 34px;
  padding-bottom: 10px;
}
#p-four .smarter-lab-tabs img {
  width: 90px;
  padding: 4px;
}
#p-four .smarter-lab-tabs .nav-tabs {
  display: flex;
  align-items: center;
  border-bottom: 0px !important;
}
@media only screen and (min-width: 550px) {
  #p-four .smarter-lab-tabs .nav-tabs {
    height: 110px;
    padding: 8px 20px !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 549px) {
  #p-four .smarter-lab-tabs .nav-tabs {
    height: 80px;
    padding: 0 2px !important;
    margin: 35px 15px 15px 15px !important;
  }
}
#p-four .smarter-lab-tabs .nav-tabs .nav-item {
  transition: all 0.2s ease-in-out;
  margin: 0 3%;
  flex: 1;
  width: 100%;
  height: 100%;
}
#p-four .smarter-lab-tabs .nav-tabs .nav-item:hover {
  border-color: transparent !important;
  transform: scale(120%, 120%);
}
#p-four .smarter-lab-tabs .nav-tabs .nav-item.active {
  background-color: transparent !important;
  border-color: transparent !important;
  transform: scale(120%, 120%);
}
#p-four .smarter-lab-tabs .nav-tabs .nav-item .nav-link {
  padding: 0 !important;
  width: 100%;
  height: 100%;
}
#p-four .smarter-lab-tabs #info-tab {
  background-image: url("cssIcons/icon_InfoGrey.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
  border-color: transparent !important;
  transition: all 0.2s ease-in-out;
}
#p-four .smarter-lab-tabs #info-tab.active {
  background-image: url(cssIcons/icon_InfoOrange.png);
}
#p-four .smarter-lab-tabs #automation-tab {
  background-image: url("cssIcons/icon_AutoGrey.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
  border-color: transparent !important;
  transition: all 0.2s ease-in-out;
}
#p-four .smarter-lab-tabs #automation-tab.active {
  background-image: url("cssIcons/icon_AutoOrange.png");
}
#p-four .smarter-lab-tabs #data-tab {
  background-image: url("cssIcons/icon_DataGrey.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
  border-color: transparent !important;
  transition: all 0.2s ease-in-out;
}
#p-four .smarter-lab-tabs #data-tab.active {
  background-image: url(cssIcons/icon_DataOrange.png);
}
#p-four .smarter-lab-tabs #connect-tab {
  background-image: url("cssIcons/icon_ConnectGrey.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
  border-color: transparent !important;
  transition: all 0.2s ease-in-out;
}
#p-four .smarter-lab-tabs #connect-tab.active {
  background-image: url(cssIcons/icon_ConnectOrange.png);
}
#p-four .smarter-lab-tabs .tab-content {
  max-width: 525px;
}
@media only screen and (max-width: 1149px) {
  #p-four .smarter-lab-tabs .tab-content {
    height: 250px;
  }
}
@media only screen and (min-width: 2000px) {
  #p-four .smarter-lab-tabs .tab-content {
    padding: 3% 0 0 15%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1999px) {
  #p-four .smarter-lab-tabs .tab-content {
    padding: 3% 0 0 14%;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1399px) {
  #p-four .smarter-lab-tabs .tab-content {
    padding: 3% 8% 0 14%;
  }
}
@media only screen and (max-width: 1149px) {
  #p-four .smarter-lab-tabs .tab-content {
    padding: 0 8%;
  }
}

#p-five .pointer-none {
  pointer-events: none !important;
}
#p-five .page-content {
  padding-left: 0;
}
#p-five .page-content #advocate-app-container {
  width: 100%;
  height: calc(100vh - 60px);
}

#p-six {
  /*------------------------
  	  	  Footer
  ------------------------*/
}
@media only screen and (min-width: 992px) {
  #p-six .extra-pad {
    padding-right: 5%;
  }
}
#p-six .fp-tableCell {
  display: grid;
}
@media only screen and (min-width: 992px) {
  #p-six .fp-tableCell {
    grid-template-rows: 59% auto 335px;
  }
}
@media only screen and (max-width: 991px) {
  #p-six .fp-tableCell {
    grid-template-rows: auto auto auto;
  }
}
#p-six .fp-tableCell .otherp-grid {
  display: grid;
  align-content: center;
  justify-content: center;
}
@media only screen and (min-width: 1215px) {
  #p-six .fp-tableCell .otherp-grid {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 991px) {
  #p-six .fp-tableCell .otherp-grid {
    grid-template-columns: 100%;
  }
}
@media only screen and (min-width: 1870px) {
  #p-six .fp-tableCell .otherp-grid .fellow-pad {
    padding: 0 12% 0 6%;
  }
}
@media screen and (min-width: 1215px) and (max-width: 1869px) {
  #p-six .fp-tableCell .otherp-grid .fellow-pad {
    padding-right: 3%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .fellow-pad {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  #p-six .fp-tableCell .otherp-grid .fellow-pad {
    padding: 40px 0 30px 0;
  }
}
@media only screen and (min-width: 1870px) {
  #p-six .fp-tableCell .otherp-grid .tr-pad {
    padding: 0 12%;
  }
}
@media screen and (min-width: 1215px) and (max-width: 1869px) {
  #p-six .fp-tableCell .otherp-grid .tr-pad {
    padding: 0 3%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .tr-pad {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  #p-six .fp-tableCell .otherp-grid .tr-pad {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1870px) {
  #p-six .fp-tableCell .otherp-grid .hospital-pad {
    padding: 0 6% 0 12%;
  }
}
@media screen and (min-width: 1215px) and (max-width: 1869px) {
  #p-six .fp-tableCell .otherp-grid .hospital-pad {
    padding-left: 3%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .hospital-pad {
    grid-column: 1/span 2;
    margin-top: 3%;
  }
}
@media only screen and (max-width: 991px) {
  #p-six .fp-tableCell .otherp-grid .hospital-pad {
    padding: 30px 0 40px 0;
  }
}
#p-six .fp-tableCell .otherp-grid .orange-box {
  position: relative;
  border: 1px solid #ee7623;
}
@media only screen and (min-width: 1215px) {
  #p-six .fp-tableCell .otherp-grid .orange-box {
    width: 100%;
    height: 300px;
  }
}
@media screen and (min-width: 475px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .orange-box {
    width: 415px;
    height: 225px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box {
    width: 315px;
    height: 165px;
    margin: 0 auto;
  }
}
#p-six .fp-tableCell .otherp-grid .orange-box .title-bg {
  position: absolute;
  text-align: center;
}
@media only screen and (min-width: 475px) {
  #p-six .fp-tableCell .otherp-grid .orange-box .title-bg {
    top: -6%;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box .title-bg {
    top: -9%;
  }
}
#p-six .fp-tableCell .otherp-grid .orange-box #fellow-bg {
  left: 48%;
  padding: 0 15px;
  background-color: #242529;
}
#p-six .fp-tableCell .otherp-grid .orange-box #tr-center {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#p-six .fp-tableCell .otherp-grid .orange-box #tr-center #tr-flex {
  display: flex;
  justify-content: center;
}
#p-six .fp-tableCell .otherp-grid .orange-box #tr-center #tr-flex #tr-bg {
  padding: 0 15px;
  background-color: #242529;
}
#p-six .fp-tableCell .otherp-grid .orange-box #hospital-bg {
  left: 10%;
  padding: 0 15px;
  background-color: #242529;
}
#p-six .fp-tableCell .otherp-grid .orange-box h2 {
  font-weight: bold !important;
  margin: 0 !important;
}
@media only screen and (min-width: 475px) {
  #p-six .fp-tableCell .otherp-grid .orange-box h2 {
    font-size: 1.75rem !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box h2 {
    font-size: 1.35rem !important;
  }
}
#p-six .fp-tableCell .otherp-grid .orange-box #fellow-img {
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 2100px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-img {
    height: 360px;
  }
}
@media screen and (min-width: 1215px) and (max-width: 2099px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-img {
    width: 58%;
  }
}
@media screen and (min-width: 475px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-img {
    width: 52%;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-img {
    width: 50%;
  }
}
@media only screen and (min-width: 2100px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #tr-img {
    width: 425px;
    left: 3%;
    bottom: -30px;
  }
}
@media screen and (min-width: 1550px) and (max-width: 2099px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #tr-img {
    width: 80%;
    bottom: -25px;
  }
}
@media screen and (min-width: 1315px) and (max-width: 1549px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #tr-img {
    width: 95%;
    left: -15%;
    bottom: -25px;
  }
}
@media screen and (min-width: 1215px) and (max-width: 1314px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #tr-img {
    width: 105%;
    left: -20%;
    bottom: -25px;
  }
}
@media screen and (min-width: 475px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #tr-img {
    width: 70%;
    left: 0;
    bottom: -15px;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #tr-img {
    width: 70%;
    left: -5%;
    bottom: -18px;
  }
}
#p-six .fp-tableCell .otherp-grid .orange-box #hospital-img {
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 2100px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-img {
    height: 360px;
  }
}
@media screen and (min-width: 1215px) and (max-width: 2099px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-img {
    width: 78%;
  }
}
@media screen and (min-width: 475px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-img {
    width: 69%;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-img {
    width: 66%;
  }
}
@media only screen and (min-width: 1215px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-txt {
    top: 20%;
    width: 30%;
    min-width: 120px;
    max-width: 150px;
  }
}
@media screen and (min-width: 475px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-txt {
    top: 15%;
    width: 155px;
    font-size: 0.95rem !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-txt {
    top: 12%;
    width: 130px;
    font-size: 0.75rem !important;
  }
}
@media only screen and (min-width: 2000px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-txt {
    right: 8%;
  }
}
@media only screen and (max-width: 1999px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-txt {
    right: 5%;
  }
}
@media only screen and (min-width: 1215px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-link {
    bottom: 18%;
  }
}
@media screen and (min-width: 475px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-link {
    bottom: 10%;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-link {
    bottom: 9%;
  }
}
@media only screen and (min-width: 2000px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-link {
    right: 11%;
  }
}
@media only screen and (max-width: 1999px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #fellow-link {
    right: 8%;
  }
}
#p-six .fp-tableCell .otherp-grid .orange-box #tr-txt {
  width: 85%;
  max-width: 420px;
  margin: 5% auto 0 auto;
  text-align: center;
}
@media screen and (min-width: 475px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #tr-txt {
    font-size: 0.95rem !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #tr-txt {
    font-size: 0.75rem !important;
  }
}
#p-six .fp-tableCell .otherp-grid .orange-box #tr-link {
  right: 7%;
}
@media only screen and (min-width: 1215px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-txt {
    width: 38%;
    min-width: 120px;
    max-width: 192px;
    top: 12%;
  }
}
@media screen and (min-width: 475px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-txt {
    width: 175px;
    top: 16%;
    font-size: 0.95rem !important;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-txt {
    width: 145px;
    top: 8%;
    font-size: 0.75rem !important;
  }
}
@media only screen and (min-width: 2000px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-txt {
    left: 9%;
  }
}
@media only screen and (max-width: 1999px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-txt {
    left: 5%;
  }
}
#p-six .fp-tableCell .otherp-grid .orange-box #hospital-link {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1215px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-link {
    bottom: 15%;
  }
}
@media screen and (min-width: 475px) and (max-width: 1214px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-link {
    bottom: 10%;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-link {
    bottom: 5.5%;
  }
}
@media only screen and (min-width: 2000px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-link {
    left: 8%;
  }
}
@media only screen and (max-width: 1999px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-link {
    left: 5%;
  }
}
@media only screen and (min-width: 475px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-link .action-link {
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 474px) {
  #p-six .fp-tableCell .otherp-grid .orange-box #hospital-link .action-link {
    margin-bottom: 6%;
  }
}
#p-six .fp-tableCell .ref-accord {
  margin: 0;
}
#p-six .fp-tableCell .ref-accord .card {
  background-color: transparent;
  border: none;
}
#p-six .fp-tableCell .ref-accord .card .card-header {
  background-color: transparent !important;
  border: none;
}
@media only screen and (min-width: 992px) {
  #p-six .fp-tableCell .ref-accord .card .card-header {
    padding-top: 0 !important;
    padding-bottom: 1% !important;
  }
}
@media only screen and (max-width: 991px) {
  #p-six .fp-tableCell .ref-accord .card .card-header {
    padding-top: 0 !important;
    padding-bottom: 2% !important;
  }
}
#p-six .fp-tableCell .ref-accord .card .card-header a {
  border-bottom: 1px solid #ee7623;
  border-radius: 0 !important;
  float: right;
  color: #ee7623;
  padding: 0 2px 2px 2px;
}
#p-six .fp-tableCell .ref-accord .card .card-header a span {
  margin-left: 2px;
}
#p-six .fp-tableCell .ref-accord .card .card-header a span img {
  height: 0.5rem;
}
#p-six .fp-tableCell .ref-accord .card .card-header a:hover {
  text-decoration: none !important;
}
#p-six .fp-tableCell .ref-accord .card .card-header a:focus {
  box-shadow: none !important;
}
@media only screen and (max-width: 991px) {
  #p-six .fp-tableCell .ref-accord .card .collapse,
#p-six .fp-tableCell .ref-accord .card .collapsing {
    width: 90% !important;
    margin: 0 auto !important;
  }
}
#p-six .fp-tableCell .ref-accord .card .collapse .card-body ol,
#p-six .fp-tableCell .ref-accord .card .collapsing .card-body ol {
  padding-left: 1rem !important;
}
#p-six .fp-tableCell .ref-accord .card .collapse .card-body p,
#p-six .fp-tableCell .ref-accord .card .collapse .card-body li,
#p-six .fp-tableCell .ref-accord .card .collapsing .card-body p,
#p-six .fp-tableCell .ref-accord .card .collapsing .card-body li {
  font-size: 0.7rem;
}
#p-six footer {
  background-color: #000000;
  color: white;
  font-size: 13px;
}
#p-six footer > div {
  padding: 25px 0 20px 0;
}
#p-six footer .row {
  margin-right: 0px;
}
#p-six footer a {
  color: white;
  text-decoration: none;
}
#p-six footer a:hover {
  color: #ee7623;
}
@media only screen and (max-width: 767px) {
  #p-six footer #STXS_Twitter {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #p-six footer #STXS_Contact {
    margin-bottom: 35px;
  }
}
#p-six footer #STXS_Contact h5 {
  margin-bottom: 20px;
}
#p-six footer #STXS_Contact .contact-bt-m {
  margin: 2.5rem 0 2.2rem 0;
}
#p-six footer #STXS_Contact .contact-bt-m .contact_button {
  padding: 15px 25px;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  background: linear-gradient(to right, #eb7b26 0%, #d43e2a 50%, #eb7b26 100%);
  transition: all 0.2s ease-in-out;
  background-size: 200% 100%;
  font-family: "Bebas Neue", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 160%;
}
#p-six footer #STXS_Contact .contact-bt-m .contact_button:hover {
  color: #ffffff !important;
  border: none;
  background-position: 100% 0 !important;
  background-clip: border-box !important;
}
#p-six footer #STXS_Contact #footerIcons {
  width: 165px;
  margin: 0 auto;
}
#p-six footer #STXS_Contact #footerIcons .soc-icon {
  width: 25px;
  height: 25px;
  margin: 0px 6px 0px 0px;
  border: 2px solid #ee7623;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 0.2s;
  cursor: pointer;
}
#p-six footer #STXS_Contact #footerIcons .soc-icon:hover {
  background-color: #ee7623;
}
#p-six footer #STXS_Contact #footerIcons .soc-icon:hover i {
  color: white !important;
}
#p-six footer #STXS_Contact #footerIcons .soc-icon a {
  color: #ee7623;
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}
#p-six footer #STXS_Contact #footerIcons .soc-icon i {
  font-size: 12px;
  color: #ee7623;
  margin: 0 !important;
}
#p-six footer #STXS_Links {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #p-six footer #STXS_Links {
    text-align: center;
    margin: 0 auto;
  }
}
#p-six footer #STXS_Links img {
  width: 143px;
}
#p-six footer #STXS_Links #Branding {
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #p-six footer #STXS_Links #Branding {
    margin-top: 35px;
  }
}

/*# sourceMappingURL=style.css.map */
