@charset "UTF-8";
@font-face {
  font-family: helveticaNeueRoman;
  src: url(../fonts/HelveticaNeue-Roman.otf);
}
@font-face {
  font-family: helveticaNeueMedium;
  src: url(../fonts/HelveticaNeue-Medium.otf);
}
/* Futura Std Medium */
@font-face {
  font-family: "Conv_Futura Std Medium";
  src: url("../fonts/Futura Std Medium.eot");
  src: local("☺"), url("../fonts/Futura Std Medium.woff") format("woff"), url("../fonts/Futura Std Medium.ttf") format("truetype"), url("../fonts/Futura Std Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Futura Std Heavy */
@font-face {
  font-family: "Conv_Futura Std Heavy";
  src: url("../fonts/Futura Std Heavy.eot");
  src: local("☺"), url("../fonts/Futura Std Heavy.woff") format("woff"), url("../fonts/Futura Std Heavy.ttf") format("truetype"), url("../fonts/Futura Std Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Futura Std Bold */
@font-face {
  font-family: "Conv_Futura Std Bold";
  src: url("../fonts/Futura Std Bold.eot");
  src: local("☺"), url("../fonts/Futura Std Bold.woff") format("woff"), url("../fonts/Futura Std Bold.ttf") format("truetype"), url("../fonts/Futura Std Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Futura Std Book */
@font-face {
  font-family: "Conv_Futura Std Book";
  src: url("../fonts/Futura Std Book.eot");
  src: local("☺"), url("../fonts/Futura Std Book.woff") format("woff"), url("../fonts/Futura Std Book.ttf") format("truetype"), url("../fonts/Futura Std Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
  background-size: contain;
}

.text-blue {
  color: #369897;
}

.bg-info {
  background-color: #369897 !important;
}

.gray-bg {
  background-color: #88898c !important;
}

.light-row {
  background: rgb(231, 231, 232);
}

body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  -webkit-user-select: none;
  font-family: "Conv_Futura Std Book";
  font-size: 0.9em;
  color: #616467;
}

#transitioning-layer {
  position: absolute;
  width: 1024px;
  height: 768px;
  background-color: #9f9f9f;
  visibility: hidden;
  opacity: 0;
}

#app {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 768px;
}

#top-buttons {
  position: absolute;
  left: 24px;
  top: 22px;
}
#top-buttons a.references {
  color: #369897 !important;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 10px;
  text-decoration: none;
  border: solid 1px #7fc5c5;
}

/*     input[type="button"]{
        border: none;
        outline: none;
        display: inline-block;
        margin: 0 3px 0 0;
        padding: 0;
        opacity: 0;
    } */
#top-buttons input#btn_ISI {
  width: 172px;
  height: 25px;
  background-image: url(../images/btn_isi_active.png);
  background-repeat: no-repeat;
}

#top-buttons input#btn_PI {
  width: 147px;
  height: 25px;
  background-image: url(../images/btn_pi_active.png);
  background-repeat: no-repeat;
}

#top-buttons input#btn_RESOURCES {
  width: 90px;
  height: 25px;
  background-image: url(../images/btn_resources_active.png);
  background-repeat: no-repeat;
}

#top-buttons input#btn_REFS {
  width: 90px;
  height: 25px;
  background-image: url(../images/btn_references_active.png);
  background-repeat: no-repeat;
}

/* RESOURCES TAB */
#tabs_RESOURCES {
  position: absolute;
  top: 88px;
  display: none;
  width: 1024px;
  height: 632px;
  font-size: 0;
}

#tabs_RESOURCES .closeBtn {
  top: 59px;
  right: 6px;
  position: absolute;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
}

#tabs_RESOURCES .tab-btn:first-child {
  margin: 7px 0 0 10px;
}

#tabs_RESOURCES .tab-btn {
  width: 241px;
  height: 50px;
  margin: 7px 0 0 0;
}

#tabs_RESOURCES .tab-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.bottom-edge {
  height: 1px;
  width: 84%;
  position: absolute;
  bottom: 0;
  background: #a8aaae;
  left: 50%;
  margin-left: -42%;
}

.right-edge {
  height: 85%;
  width: 1px;
  float: right;
  background: #a8aaae;
}

#tabs_RESOURCES #content_tab1 .image-thumb:nth-child(1n+5) .bottom-edge {
  display: none;
}

#tabs_RESOURCES #content_tab1 .image-thumb:nth-child(4n) .right-edge {
  display: none;
}

#tabs_RESOURCES #content_tab1 {
  background-size: 1024px 632px;
  background-image: url(../images/resources_tab1.png);
  padding: 10% 0 0 5%;
  width: 95%;
  height: 528px;
}

#tabs_RESOURCES #content_tab1 .image-thumb {
  width: 232px;
  height: 200px;
  display: inline-block;
  background-size: 180px 133px;
  background-repeat: no-repeat;
  background-position: 26px 4px;
  position: relative;
}

#tabs_RESOURCES #content_tab1 .image-name {
  font-family: helveticaNeueMedium;
  font-size: 14px;
  color: #fff;
  position: relative;
  top: 142px;
  margin: 0 auto;
  text-align: center;
}

#tabs_RESOURCES #content_tab1 .image-thumb:nth-child(1n+5) {
  margin-top: 20px;
  background-position-y: 0px;
}

/* REFERENCES POPUP */
#pop_REFERENCES {
  display: none;
  width: 832px;
  height: 648px;
  background-color: #fff;
}

#pop_REFERENCES .title {
  position: absolute;
  top: 20px;
  left: 16px;
}

#pop_REFERENCES #refs-scroll {
  width: 792px;
  height: 590px;
  overflow-y: auto;
  overflow-x: hidden;
  left: 16px;
  top: 52px;
  position: absolute;
}

#pop_REFERENCES #refs-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

#pop_REFERENCES #refs-scroll::-webkit-scrollbar:vertical {
  width: 8px;
}

#pop_REFERENCES #refs-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.3);
}

#pop_REFERENCES #refs-scroll #refs-content {
  width: 738px;
  height: 1492px;
  background-image: url("../images/references_list.png");
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

#pop_REFERENCES #refs-scroll input {
  display: block;
  margin-bottom: 8px;
}

#pop_REFERENCES #refs-scroll input.one-line {
  height: 22px;
  width: 100%;
}

#pop_REFERENCES #refs-scroll input.two-lines {
  height: 44px;
  width: 100%;
}

#pop_REFERENCES #refs-scroll input.three-lines {
  height: 66px;
  width: 100%;
}

#pop_REFERENCES #refs-scroll input.four-lines {
  height: 88px;
  width: 100%;
}

#pop_REFERENCES #refs-scroll input.five-lines {
  height: 100px;
  width: 100%;
}

/* Sections Container */
#sections-container {
  width: 100%;
  margin-top: 70px;
}

/* #sections-container div{
    position: absolute;
    width:100%;
    height: 100%;
} */
/* Popup styles */
/* #sections-container button{ position: absolute;} */
/* .section2.slide4.pop1{ top: 495px; left: 60px; width: 280px; height: 50px; }
.section2.slide5.pop1{ top: 495px; left: 60px; width: 280px; height: 50px; }
.section3.slide2.pop1{ top: 466px; left: 47px; width: 280px; height: 50px; }
.section3.slide2.pop2{ top: 490px; left: 47px; width: 280px; height: 50px; }
.section4.slide1.pop1{ top: 532px; left: 62px; width: 239px; height: 36px; }
.section4.slide1.pop2{ top: 532px; left: 314px; width: 239px; height: 36px; }
.section4.slide2.pop1{ top: 541px; left: 62px; width: 275px; height: 43px; }
.section5.slide2.pop1{ top: 532px; left: 63px; width: 454px; height: 41px; }
.section5.slide3.pop1{ top: 186px; right: 128px; width: 337px; height: 41px; }
.section5.slide3.pop2{ top: 244px; right: 128px; width: 337px; height: 41px; }
.section5.slide3.pop3{ top: 303px; right: 128px; width: 337px; height: 41px; }
.section5.slide3.pop4{ top: 362px; right: 128px; width: 337px; height: 41px; }
.section5.slide3.pop5{ top: 421px; right: 128px; width: 337px; height: 41px; }
.section5.slide3.pop6{ top: 480px; right: 128px; width: 337px; height: 41px; } */
/* Thumbs navigation */
#thumbs-navigation-wrap {
  position: absolute;
  width: 100%;
  height: 194px;
  bottom: 50px;
  overflow: hidden;
  visibility: hidden;
}

#thumbs-navigation {
  position: absolute;
  width: 100%;
  height: 194px;
  background-color: #dcdfe4;
  top: 194px;
  transition: 0.2s all;
  white-space: nowrap;
  overflow-x: scroll;
}

#thumbs-navigation div:last-child {
  margin-right: 200px;
}

#thumbs-navigation-wrap.open {
  visibility: visible;
}

#thumbs-navigation-wrap.open #thumbs-navigation {
  top: 0px;
}

#thumbs-navigation .thumb {
  display: inline-block;
  width: 152px;
  height: 135px;
  display: inline-block;
  width: 257px;
  height: 194px;
  border-right: 1px solid #9f9f9f;
  background-repeat: no-repeat;
  background-size: 170px;
  background-position: center 28px;
}

#btn_thumbsnav {
  position: absolute;
  top: 726px;
  left: 25px;
  width: 166px;
  height: 31px;
  opacity: 1;
  background-color: transparent;
}

#btn_thumbsnav.active {
  background-image: url(../images/btn_thumbsnav_active.png);
}

/* Section Indicator */
#section-indicator {
  position: absolute;
  bottom: 12px;
  left: 211px;
}

#section-indicator .indicator {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: transparent;
  vertical-align: middle;
  text-align: center;
  color: #74b3b4;
  font-family: helveticaNeueRoman;
  font-size: 14px;
  line-height: 26px;
  margin-left: 20px;
  transition: 0.2s all;
}

#section-indicator .indicator.active {
  background-color: #74b3b4;
  color: #fff;
}

/* Bottom logo */
#bottom-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

/* ISI Takeover */
#ISI-takeover {
  width: 1024px;
  height: 768px;
  background-image: url("../images/isi_takeover.jpg");
  position: absolute;
  top: 0;
}

#ISI-takeover #accept {
  position: absolute;
  width: 126px;
  height: 37px;
  background: rgba(0, 0, 0, 0.4);
  top: 523px;
  left: 62px;
  border-radius: 7px;
}

.data-popup-largeImage {
  top: 40px !important;
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}

.data-popup-largeImage::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.data-popup-largeImage::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.data-popup-largeImage::-webkit-scrollbar-thumb {
  background: #3aa5a7;
}

/* Handle on hover */
.data-popup-largeImage::-webkit-scrollbar-thumb:hover {
  background: #378d8e;
}

.data-popup-largeImage .closeBtn {
  top: -7px !important;
  right: -7px !important;
}

.is-hidden {
  display: none;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5px 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header h3 {
  margin: 0;
  line-height: 1.5;
  padding: 5px;
  font-family: arial;
  color: #3e3e3e;
}

.close, .closepop {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  border: solid 1px #97bdbc !important;
  opacity: 1;
  font-family: arial;
  font-weight: 500;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  z-index: 99;
  background: rgb(37, 140, 138) !important;
  background: linear-gradient(0deg, rgb(37, 140, 138) 0%, rgb(39, 184, 181) 100%) !important;
}
.close:hover, .closepop:hover {
  color: #fff;
  text-shadow: 0;
  opacity: 1 !important;
}

.modal-header .close {
  padding: 0 !important;
  margin: 0 !important;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.3);
}

/* .modal-content {
    width: 94%;
    position: relative;
    height:90vh;
    margin: 4.5% auto 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
} */
/* .modal-content iframe{
    width: 97%;
    height: 100%;
    margin: 15px;
    -webkit-overflow-scrolling:touch
} */
.pdf-viewer img {
  width: 100%;
}

img[usemap], map area {
  outline: none;
}

.modal-body {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.modal-body.blue-bg {
  background-color: #cde4e5;
}

h2.modaltitle {
  font-family: "Conv_Futura Std Heavy";
  color: #369897;
  font-size: 1.5rem;
}

.text-primary {
  color: #74b3b4 !important;
}

.text-info {
  color: #369897 !important;
}

.text-lightgray {
  color: #adadad;
}

.text-gray {
  color: #666;
}

.text-dark {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.small {
  font-size: 74%;
}

.text-large {
  font-size: 1.1rem;
}

.text-light {
  font-family: "Conv_Futura Std Book" !important;
}

.text-heavy {
  font-family: "Conv_Futura Std Heavy";
}

.text-bold {
  font-family: "Conv_Futura Std Bold";
}

.text-italic {
  font-style: italic;
}

.bg-primary {
  background: #369897;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-10 {
  margin-left: 10px;
}

.p-10 {
  padding: 10px;
}

.p-30 {
  padding: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.p-10 {
  padding: 10px;
}

.p-0 {
  padding: 0 !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.b-0 {
  border: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.float-left {
  float: left;
}

.w-100 {
  width: 100%;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

li::marker {
  color: #369897;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  padding-left: 20px;
}
ul li {
  margin-bottom: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #44bdbb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #369897;
}

.d-none {
  display: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

sup {
  font-size: 55%;
}

h1 {
  font-family: "Conv_Futura Std Heavy";
  font-size: 2em;
  margin-top: 0;
}
h1 sup {
  font-size: 0.51em !important;
}

h3, h4 {
  margin-top: 0;
  font-family: "Conv_Futura Std Book", Sans-Serif;
  font-size: 1.17em;
}

.content-container {
  width: 100%;
  background: rgb(211, 237, 237);
  background: linear-gradient(0deg, rgb(211, 237, 237) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 80%, rgb(211, 237, 237) 100%);
}

.sl-home-one {
  width: 100%;
  min-height: 648px !important;
  background-image: url("../images/slides/sl_home_1.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 700px) {
  .sl-home-one {
    background-position: center bottom;
    background-size: 68%;
  }
}

.home-graphic-mob {
  width: 200px;
  height: 200px;
  border: solid 3px #fff;
  float: right;
}

.sl-rcc-intoFocus {
  width: 100%;
  min-height: 648px !important;
  background-image: url("../images/slides/rcc_into_focus_2.png");
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 731px) {
  .sl-rcc-intoFocus {
    background-image: none;
  }
}
@media only screen and (device-width: 768px) {
  .sl-rcc-intoFocus {
    background-size: 57%;
    background-position: top right;
  }
}

.test-types {
  width: 100%;
  height: 100vh !important;
  background-image: url("../images/slides/test-types1.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  /* .options {
      width: 370px;
  } */
}
@media (max-width: 731px) {
  .test-types {
    background-image: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .test-types {
    background-size: cover;
  }
}

.additional-resources {
  width: 100%;
  height: 648px !important;
  background-image: url("../images/slides/additional-resources.png");
  background-repeat: no-repeat;
  background-position: right;
  word-wrap: break-word;
}

#top-usermenu {
  position: absolute;
  right: 14px;
  top: 19px;
  font-size: 16px;
  line-height: 0;
  font-weight: 700;
}

.home-icon {
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 25px;
  font-size: 1rem;
  border-radius: 50%;
  color: #369897;
  border: solid 2px #75c5c4;
}

.screen-colorbar {
  text-align: center;
  height: 34px !important;
  padding: 2px 0;
  font-size: 1.2rem;
  z-index: 9;
  color: #fff;
  font-family: "Conv_Futura Std Book", Sans-Serif;
  background: #369897;
}
@media (max-width: 360px) {
  .screen-colorbar {
    font-size: 1rem;
    line-height: 2em;
  }
}

.home-quotBtns {
  padding-left: 40px;
  padding-top: 100px;
  width: 300px !important;
  float: left;
}
@media (max-width: 731px) {
  .home-quotBtns {
    padding-top: 30px;
    padding-left: 0;
  }
}
.home-quotBtns.rcc-content {
  width: 350px !important;
}
@media (max-width: 731px) {
  .home-quotBtns.rcc-content {
    width: 100% !important;
  }
}
.home-quotBtns.testTypes {
  width: 450px !important;
  padding-top: 40px;
}
.home-quotBtns h2 {
  color: #74b3b4;
  font-size: 1.8em;
  font-family: "Conv_Futura Std Heavy", Sans-Serif;
}

.homeScreen-btns {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .homeScreen-btns {
    margin-top: 10px;
  }
}

@keyframes ripple-small {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.circled-btn {
  width: 240px;
  margin-bottom: 13px;
  font-family: "Conv_Futura Std Heavy", Sans-Serif;
  color: #fff;
  border-radius: 5px;
  border: 0;
  padding: 9px;
  line-height: 1rem;
  position: relative;
  cursor: pointer;
  background: rgb(66, 177, 176);
  background: linear-gradient(0deg, rgb(66, 177, 176) 0%, rgb(43, 132, 132) 100%);
}
.circled-btn.gray-btn {
  background: #b7b7b7 !important;
}
.circled-btn .circle {
  position: absolute;
  right: -20px;
  top: 3px;
}
.circled-btn .circle .yellow-circle {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 2px;
  background: #f6d17e;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  transition: all 350ms ease, transform 0ms;
}
.circled-btn .circle .yellow-circle:before, .circled-btn .circle .yellow-circle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  border: 1px solid #369897;
  opacity: 0;
}
.circled-btn .circle .yellow-circle:before {
  animation: ripple 1.5s linear infinite alternate;
}
.circled-btn .circle .yellow-circle:after {
  animation: ripple 1.5s linear 1s infinite alternate;
}

.bottom-nav-buttons .nxt_arrow {
  height: auto;
  font-size: inherit;
}
.bottom-nav-buttons .nxt_btn {
  right: 2%;
  position: fixed;
}
@media (min-width: 1370px) {
  .bottom-nav-buttons .nxt_btn {
    right: 6%;
  }
}
.bottom-nav-buttons .nxt_btn:hover {
  background: #2b8484;
  background: linear-gradient(0deg, #2b8484 0%, #42b1b0 100%);
  color: #fff !important;
  text-decoration: none;
}
.bottom-nav-buttons .pre_btn {
  left: 2%;
  position: fixed;
}
@media (min-width: 1370px) {
  .bottom-nav-buttons .pre_btn {
    left: 6%;
  }
}
.bottom-nav-buttons .pre_btn:hover {
  background: #2b8484;
  background: linear-gradient(0deg, #2b8484 0%, #42b1b0 100%);
  color: #fff !important;
  text-decoration: none;
}

#top-nav-buttons {
  position: absolute;
  right: 60px;
  top: 19px;
  font-size: 16px;
  line-height: 0;
  font-weight: 700;
  display: inline !important;
}

.nxt_arrow {
  color: #369897;
  font-size: 1.8rem;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.nxt_arrow:hover {
  color: #297272;
}
.nxt_arrow.disable {
  opacity: 0.5;
  cursor: not-allowed;
}
.nxt_arrow img {
  width: 65%;
}

.single-chart {
  width: 30px;
  margin-left: 5px;
  margin-right: 3px;
  display: inline-block;
  justify-content: space-around;
  position: relative;
  top: 0;
}

.circular-chart {
  display: block;
  margin: -5px auto;
}

.circle-bg {
  fill: none;
  stroke: #369897;
  stroke-width: 5;
}

.circle {
  fill: none;
  stroke-width: 4.5;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.7em;
  text-anchor: middle;
}

.title-whitebox {
  background: rgba(255, 255, 255, 0.6);
  padding: 2px 5px;
  font-family: "Conv_Futura Std Heavy", Sans-Serif;
  color: #74b3b4;
  width: auto;
  font-size: 13px;
  float: left;
  border: solid 1px #eaeaea;
  border-left: 0;
  margin-top: 30px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.title-whitebox .suprep-text {
  font-family: "Conv_Futura Std Bold", Sans-Serif;
}
.title-whitebox span {
  font-family: "Conv_Futura Std Book";
}

.tairs-screen {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.tairs-screen h3.tire {
  color: #369897 !important;
  font-weight: bold;
}
.tairs-screen .col-5 {
  width: 35%;
  float: left;
}
.tairs-screen .col-7 {
  width: 65%;
  float: left;
}
.tairs-screen .tirefocus-bord {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  float: right;
  background: rgb(66, 177, 176);
  background: linear-gradient(106deg, rgb(66, 177, 176) 14%, rgb(43, 132, 132) 100%);
}
.tairs-screen .tirefocus-bord ul li::marker {
  color: #FFF;
}

.adenoma-pageTwo .reductions-box {
  width: 370px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.75);
}
@media (max-width: 400px) {
  .adenoma-pageTwo .reductions-box {
    width: 100%;
  }
}
.adenoma-pageTwo .reductions-box .reductions-header {
  padding: 10px;
  font-size: 1rem;
  font-family: "Conv_Futura Std Heavy", Sans-Serif;
  background: rgb(66, 177, 176);
  background: linear-gradient(180deg, rgb(66, 177, 176) 0%, rgb(43, 132, 132) 100%);
}
.adenoma-pageTwo .reductions-box .reductions-body {
  padding: 10px;
  height: 272px;
}

.reference-text {
  font-family: "Conv_Futura Std Medium";
  line-height: 13px;
  word-wrap: break-word;
}
.reference-text .reference {
  width: 80%;
}
.reference-text a {
  color: #666;
  text-decoration: none;
}

/* .tierref-topalign {
    margin-top: 70px;
} */
.bottom-nav-buttons {
  position: absolute;
  bottom: 40%;
}

.recommended-adrs .men-women {
  color: #47b5b6;
  font-family: "Conv_Futura Std Heavy", Sans-Serif;
}
.recommended-adrs .men-women .ge {
  font-size: 5em;
  display: inline-block;
  margin-top: 10px;
  float: left;
  text-shadow: -1px 2px 3px rgb(150, 150, 150);
}
.recommended-adrs .men-women .thirty {
  font-size: 7em;
  font-style: italic;
  text-shadow: -1px 2px 3px rgb(150, 150, 150);
}
.recommended-adrs .men-women sup {
  font-size: 50%;
  position: relative;
  left: 7px;
  text-shadow: -1px 2px 3px rgb(150, 150, 150);
}
.recommended-adrs .gender {
  margin-left: 70px;
}

.emerged-content .multiSociety-box {
  padding: 10px 10px;
  border-radius: 10px;
  background: #48b4b6;
  width: 440px;
}
@media (max-width: 450px) {
  .emerged-content .multiSociety-box {
    width: 100%;
  }
}
.emerged-content .multiSociety-box ul li::marker {
  color: #FFF;
}

.n-dash {
  position: relative;
  list-style-type: none;
}
.n-dash::before {
  content: "";
  width: 10px;
  height: 1px;
  top: 13px;
  left: -20px;
  background: #a5a5a5;
  position: absolute;
}

.clinical-benchmarking-table table {
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.32);
  border-radius: 10px;
}
.clinical-benchmarking-table .table-header {
  padding: 7px 15px;
  background: rgb(66, 177, 176);
  background: linear-gradient(180deg, rgb(66, 177, 176) 0%, rgb(43, 132, 132) 100%);
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.button {
  width: 240px;
  margin-bottom: 10px;
  font-family: "Conv_Futura Std Heavy", Sans-Serif;
  color: #fff;
  border-radius: 5px;
  border: 0;
  padding: 9px;
  line-height: 1rem;
  cursor: pointer;
  float: left;
  background: rgb(66, 177, 176);
  background: linear-gradient(0deg, rgb(66, 177, 176) 0%, rgb(43, 132, 132) 100%);
}
.button.w-auto {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

table, th, td {
  border: 1px solid #87a8bd;
  border-collapse: collapse;
  font-size: 0.9em;
}

td {
  padding: 5px;
}

.bg-light-blue {
  background: #a5d5d6;
}

.serrated-poly {
  width: 100%;
  float: left;
}

.rcc-riskPage {
  width: 100%;
}

/*   .popup {
    background: #fff;
    width: 64%;
    overflow: hidden;
    font-size: 0.9em;
    font-family:'Conv_Futura Std Book',Sans-Serif;
    box-shadow: 3px 3px 14px 0px rgba(60,163,162,0.75);
    -webkit-box-shadow: 3px 3px 14px 0px rgba(60,163,162,0.75);
    -moz-box-shadow: 3px 3px 14px 0px rgba(60,163,162,0.75);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    &.bordered {
        border:solid 2px #30abab;
    }
    &.no-rounded {
        border-radius: 0;
    }
    &.large {
        width: 85%;
    }
    &.scroll {
        max-height: 600px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .popup-body {
        padding: 15px;
    }
    .popup-header {
        padding: 10px 25px;
        font-size: 1.3em;
        color: white;
        background: rgb(66,177,176);
        background: linear-gradient(0deg, rgba(66,177,176,1) 0%, rgba(43,132,132,1) 100%);
    }
    .options-popup {
        padding: 30px 40px;
        background: #cde4e5;
    }
    .pop-detectionRates2 {
        padding: 30px 20px;
        font-size: 1em;
        position: relative;
        .scroll {
            padding-left: 40px;
            padding-right: 40px;
            padding-top: 40px;
            max-height: 600px;
            overflow-y: scroll;
            overflow-x: hidden;
        }
        .popupheader {
            width: 82%;
            padding: 10px 60px;
            top: 0;
            left: 0;
            position: fixed;
            background: #fff;
            h3 {
                text-align: left;
                margin-left: 100px;
            }
        }
    }
} */
.popup-curve-topLeft {
  border-top-left-radius: 30px;
}
.popup-curve-topLeft .popup-header {
  padding: 10px 25px;
  font-size: 1.3em;
  color: white;
  background: rgb(66, 177, 176);
  background: linear-gradient(0deg, rgb(66, 177, 176) 0%, rgb(43, 132, 132) 100%);
  border-top-left-radius: 30px;
}
.popup-curve-topLeft.bordered {
  border: solid 2px #30abab;
}

.split-dosePageOne .header-section {
  width: 100%;
  float: left;
}
.split-dosePageOne .header-section .content-title {
  width: 70%;
  float: left;
}
.split-dosePageOne .header-section .blue-box {
  width: 70%;
  float: right;
}
@media (max-width: 731px) {
  .split-dosePageOne .header-section .blue-box {
    width: 100%;
    float: inherit;
  }
}
.split-dosePageOne .header-section .blue-box .b-box {
  padding: 10px 15px;
  border-radius: 10px;
  background: #369897;
}
.split-dosePageOne .content-seperation .left-content {
  padding-right: 25px;
  border-right: solid 2px #369897;
}
@media (max-width: 731px) {
  .split-dosePageOne .content-seperation .left-content {
    border-right: 0;
  }
}
.split-dosePageOne .content-seperation .left-content .daybefore-img {
  width: 90%;
}
.split-dosePageOne .content-seperation .left-content h4 {
  color: #48b4b6;
}
.split-dosePageOne .content-seperation .left-content button {
  font-size: 0.8em !important;
}
.split-dosePageOne .content-seperation .right-content {
  padding-left: 25px;
}
.split-dosePageOne .content-seperation .right-content .adr-intervalCenter {
  width: 80%;
  margin: 0 auto;
}

.split-dosePageTwo {
  width: 100%;
  float: left;
}
.split-dosePageTwo .content-section {
  width: 59%;
  padding-right: 20px;
  float: left;
}

.splitDose-popup table {
  font-size: 1em;
}
.splitDose-popup table td {
  border: solid 2px #fff;
}
.splitDose-popup .gray-row {
  background: #88898c;
}
.splitDose-popup .light-row {
  background: #e7e7e8;
}
.splitDose-popup .green-row {
  background: #30acab;
}

.bbps-table {
  font-size: 1.2em;
}

.bbps-image {
  width: 150px;
  margin: 0 auto;
  display: flex;
}
.bbps-image img {
  max-width: 100%;
  height: auto;
  margin-top: 7px;
  margin-bottom: 7px;
  box-shadow: 0px 0px 10px 1px rgba(198, 198, 198, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(198, 198, 198, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(198, 198, 198, 0.5);
}

.rounded-box-primary {
  width: 88%;
  padding: 2px 20px;
  font-weight: bold;
  border: solid 2px #369897;
  color: #369897;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .rounded-box-primary {
    width: 100%;
  }
}

.residual-fastric-volume {
  position: relative;
}
.residual-fastric-volume .gastric-quot {
  position: absolute;
  right: 25px;
  top: 100px;
}

/* .reff-testTypes {
    margin-top: 270px;
    @media (max-width:768px){
        margin-top: 50px;
    }
} */
.colonoscopy-imagesrow .graphic {
  padding-left: 15px;
  padding-right: 15px;
  border-right: solid 1px #369897;
}
@media (max-width: 731px) {
  .colonoscopy-imagesrow .graphic {
    border-right: 0;
  }
}
.colonoscopy-imagesrow .cecum {
  padding-top: 10px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.colonoscopy-imagesrow .cecum:after {
  content: "";
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #369897;
}
@media (max-width: 731px) {
  .colonoscopy-imagesrow .cecum-mob {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .colonoscopy-imagesrow .cecum-mob:after {
    content: "";
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #369897;
  }
}

.apostrophe {
  font-style: italic;
  margin-left: -0.1em;
}

.open-quote {
  font-style: italic;
  margin-right: 0.1em;
}

.close-quote {
  font-style: italic;
  margin-left: -0.1em;
}

@media screen and (max-width: 768px) {
  .additional-resources {
    background: none;
  }
  .container {
    max-width: 100% !important;
  }
}
.pop-detectionRates2 .popupheader {
  width: 100%;
  padding: 10px 0;
  background: #fff;
}

.modal {
  /* h4 {
      font-size: 1.2rem;
      font-family: 'Conv_Futura Std Bold';
  } */
}
.modal h3 {
  font-size: 1.5rem !important;
  font-family: "Conv_Futura Std Bold";
}

@media (max-width: 768px) {
  .bottom-nav-buttons {
    display: none !important;
  }
}
.test-types-ref {
  width: 50%;
}
@media (max-width: 768px) {
  .test-types-ref {
    width: 100%;
  }
}

.unbranded-references a {
  color: #616467 !important;
  text-decoration: none;
}
.unbranded-references a:hover {
  color: #31353a !important;
  text-decoration: none;
}
.unbranded-references li:hover {
  color: #31353a;
}

.hand {
  cursor: pointer;
}

.rcc-risk-img {
  width: 80%;
}

.text-small {
  font-size: 0.85em;
}

.colon-cleansing-table {
  border: 1px solid #40b6b6;
}

.colon-cleansing-table th, td {
  border: 1px solid #40b6b6;
  padding: 5px 15px;
  font-size: 16px;
}

.colon-cleansing-table .grey-bg {
  background: #a7a9ac;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}

.colon-cleansing-table strong {
  color: #40b6b6;
  font-size: 18px;
  text-align: center;
}

#colon-cleansing .popup-header {
  letter-spacing: 1px;
}/*# sourceMappingURL=index.css.map */