@charset "utf-8";
/* CSS Document */
/*
Fonts: 
Proxima Nova Bold
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;


Proxima Nova Semibold
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;


Proxima Nova Regular
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;


Proxima Nova Italic
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: italic;


Proxima Nova Semibold Italic
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: italic;


Proxima Nova Light
font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;


Proxima Nova Condensed Bold
font-family: proxima-nova-condensed, sans-serif;
font-weight: 700;
font-style: normal;
*/
body {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: rgba(200, 200, 200, 1.00);
}
#page {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1920px;
  box-shadow: 0 14px 28px rgba(150, 150, 150, 0.25), 0 10px 42px rgba(150, 150, 150, 0.22);
}
#footer .nav-link {
  font-weight: 400;
  color: #0C2A44;
  opacity: .65;
  font-size: 1.125rem;
  padding-left: 0;
}
.nav-icon .nav-item {
  padding-left: 1.5rem;
}
.nav-icon .nav-link {
  position: relative;
  font-size: 1.125rem;
  color: #0C2A44;
  font-weight: 600;
}
.nav-icon .nav-link:before {
  position: absolute;
  top: 9px;
  left: -10px;
  font-family: 'Material-Design-Iconic-Font';
  content: '\f301';
  display: block;
  width: auto;
  height: auto;
  color: #279BE2;
}
.nav-icon-download .nav-link:before {
  content: '\f223';
}
#banner .position-absolute {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#banner img {
  border-radius: .225rem;
}
h1 {
  font-weight: 700;
  font-size: 1.65rem;
  color: #0265BF;
}
h2 {
  font-size: 5rem;
  color: #0C2A44;
}
h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
h4 {
  font-size: 3.5rem;
  color: #0C2A44;
}
h5 {
  font-size: 1.95rem;
  color: #279BE2;
  font-weight: 400;
}
h6 {
  font-size: 1.25rem;
  color: #0C2A44;
  font-weight: 600;
}
p, ul li {
  color: #5E6E77;
  font-size: 1.15rem;
}
@media (max-width: 1800px) {
  h1 {
    font-size: 1.65rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 3.5rem;
  }
  h5 {
    font-size: 1.95rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p {
    font-size: 1.15rem;
  }
  #footer p {
    font-size: 1rem !important;
  }
  #footer .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 1.65rem;
  }
  h2 {
    font-size: 3.65rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 3.5rem;
  }
  h5 {
    font-size: 1.95rem;
  }
  h6 {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  #footer p {
    font-size: .95rem !important;
  }
  #footer .nav-link {
    font-size: .95rem;
  }
}
@media (max-width: 1350px) {
  h1 {
    font-size: 1.65rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 3.5rem;
  }
  h5 {
    font-size: 1.95rem;
  }
  h6 {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  #footer p {
    font-size: .85rem !important;
  }
  #footer .nav-link {
    font-size: .85rem;
  }
}
/*@media (max-width: 1199px) {
  h1 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 2.85rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 2.875rem;
  }
  h5 {
    font-size: 1.95rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p {
    font-size: 1.15rem;
  }
  #footer p {
    font-size: .85rem !important;
  }
}*/
@media (max-width: 992px) {
  h1 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 2.5rem;
  }
  h5 {
    font-size: 1.95rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  p {
    font-size: 1.15rem;
  }
  #footer p {
    font-size: .85rem !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #0265BF;
    text-align: center;
  }
  h2 {
    font-size: 2.25rem;
    color: #0C2A44;
    text-align: center;
  }
  h3 {
    font-size: 1.35rem;
    font-weight: 700;
    text-align: center;
  }
  h4 {
    font-size: 2rem;
    text-align: center;
  }
  h5 {
    font-size: 1.35rem;
    color: #279BE2;
    font-weight: 400;
  }
  h6 {
    font-size: 1.125rem;
    color: #0C2A44;
    font-weight: 600;
  }
  p {
    color: #5E6E77;
    font-size: 1.15rem;
  }
}
ul li {}
ol li {}
strong {
  font-weight: 700;
  font-style: normal;
}
#primary-nav-top .nav-link strong {
  font-weight: 600;
}
em {
  font-weight: 400;
  font-style: italic;
}
blockquote {}
blockquote p {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 2rem;
}
blockquote footer {}
blockquote cite {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  color: #279BE2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #EDF5F7;
}
.link-disabled {
  color: currentColor;
  cursor: auto;
  text-decoration: none;
}
.btn {
  border-radius: .225rem;
}
.btn-primary {
  background-color: #0081D8;
  border-color: #0081D8;
  font-weight: 600;
}
#primary-nav-top .btn-primary {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: .375rem 1rem;
  font-weight: 600;
}
#intro .btn-primary {
  padding: .85rem 1.25rem;
  animation: pulse 3.65s infinite;
}
@media (max-width: 992px) {
  #intro .btn-primary {
    padding: .5rem .75rem;
    font-size: .9rem;
  }
}
#content .btn-primary {
  padding: .85rem 1.25rem;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(39, 183, 255, 0.9);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(39, 183, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(39, 183, 255, 0);
  }
}
.text-primary {
  color: #1B72B5 !important;
}
.text-info {
  color: #279BE2 !important;
}
.bg-light-blue {
  background-color: #279BE2;
}
.text-grey {
  color: #5E6E77 !important;
}
@media (max-width: 768px) {
  #footer .bg-white {
    background-color: rgba(255, 255, 255, .0) !important;
  }
}
#patient-md-banner {
  top: 0;
  left: 0;
}
#review-carousel blockquote p {
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}
#review-carousel blockquote p:before {
  position: absolute;
  content: '';
  top: 0;
  left: 21px;
  display: block;
  width: 174px;
  height: 145px;
  z-index: -1;
  background-image: url("../img/bluebeam-services-icon-quote.svg");
  background-size: 174px 145px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#review-carousel blockquote p:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  display: block;
  width: 174px;
  height: 145px;
  z-index: -1;
  transform: rotate(180deg);
  background-image: url("../img/bluebeam-services-icon-quote.svg");
  background-size: 174px 145px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.border-shadow {
  border: 2px solid #EDF5F7;
  box-shadow: 4px 4px 0 0 #EDF5F7;
  border-radius: .225rem;
}
.custom-carousel-indicators {
  position: absolute;
  bottom: -42px;
  width: 100%;
}
.custom-carousel-indicators span {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  left: 10px;
  border-radius: 10px;
  background-color: #0081D8;
  opacity: .65;
  transition: all linear .15s;
}
.custom-carousel-indicators span.active {
  animation: pulse 3.65s infinite;
  opacity: 1.00;
}
#primary-nav-top .nav-link {
  font-weight: 400;
  color: #5E6E77;
  font-size: .95rem;
  padding: .5rem 1.4rem;
}
#primary-nav-bottom .nav-link {
  font-weight: 400;
  color: #0C2A44;
  font-size: 1.125rem;
  padding: 1.42rem 1.125rem;
}
@media (max-width: 1400px) {
  #primary-nav-top .nav-link {
    font-size: .90rem;
    padding: .5rem 1.4rem;
  }
  #primary-nav-bottom .nav-link {
    font-size: 1rem;
    padding: 1.42rem 1.125rem;
  }
}
@media (max-width: 1300px) {
  #primary-nav-top .nav-link {
    font-size: .85rem;
    padding: .45rem .75rem;
  }
  #primary-nav-bottom .nav-link {
    font-size: .95rem;
    padding: 1rem .5rem;
  }
}
@media (max-width: 1200px) {
  #primary-nav-top .nav-link {
    font-size: .8rem;
    padding: .45rem .65rem;
  }
  #primary-nav-bottom .nav-link {
    font-size: .9rem;
    padding: 1rem .65rem;
  }
}
@media (max-width: 991px) {
  #primary-nav-bottom {
    padding-top: 1rem;
  }
  #primary-nav-bottom .nav-link {
    font-size: 1.25rem !important;
    padding: .5rem !important;
    text-align: center !important;
    font-weight: 600 !important;
    opacity: .75 !important;
  }
}
@media (max-width: 767px) {
  #primary-nav-bottom {
    padding-top: 1rem;
  }
  #primary-nav-bottom .nav-link {
    font-size: 1.25rem !important;
    padding: .5rem !important;
    text-align: center !important;
    font-weight: 600 !important;
    opacity: .75 !important;
  }
}
.border {
  border: 2px solid #EDF5F7 !important;
}
.border-top {
  border-top: 2px solid #EDF5F7 !important;
}
.border-right {
  border-right: 2px solid #EDF5F7 !important;
}
.border-bottom {
  border-bottom: 2px solid #EDF5F7 !important;
}
.border-left {
  border-left: 2px solid #EDF5F7 !important;
}
.opacity-95 {
  opacity: .95;
}
.opacity-90 {
  opacity: .9;
}
.opacity-85 {
  opacity: .85;
}
.opacity-80 {
  opacity: .8;
}
.opacity-75 {
  opacity: .75;
}
.opacity-70 {
  opacity: .7;
}
.opacity-65 {
  opacity: .65;
}
.opacity-60 {
  opacity: .6;
}
.opacity-55 {
  opacity: .55;
}
.opacity-50 {
  opacity: .5;
}
.opacity-45 {
  opacity: .45;
}
.opacity-40 {
  opacity: .4;
}
.opacity-35 {
  opacity: .35;
}
.opacity-20 {
  opacity: .2;
}
.opacity-15 {
  opacity: .15;
}
.opacity-10 {
  opacity: .1;
}