@charset "utf-8";
/* CSS Document */
body {
  resize: none;
}
#sharp_container {
  width: 100%;
  height: 100%;
}
.page_content {
  padding: 20px 0px; /*	padding: 40px 0px;*/
}
/* REMOVED FOR ADA COLOR CONTRAST
a, a:link, a:visited, a:hover, a:active { color: #1daefb; }
a:hover { color: #001994; }
a.btn-mfps:link, a.btn-mfps:visited, a.btn-mfps:hover, a.btn-mfps:active, a.btn-grey:link, a.btn-grey:visited, a.btn-grey:hover, a.btn-grey:active { color: #ffffff; }
*/
/*------------------------Turn Off all Tablet/Mobile Content --------------------------------------------*/
#hero .page_content_mobile {
  display: none;
}
#current_promotions_mobile {
  display: none;
}
#software_applicaitons_mobile {
  display: none;
}
#vertical_markets_mobile {
  display: none;
}
/*------------------End Tablet/Mobile Reset -------------------------------------------------------*/
/*-----------Header Styles ---------------------------------------------------------------------*/
#hero {
  width: 100%;
  z-index: 0;
/*
  background-image: linear-gradient(270deg, rgba(112, 3, 9, 1) 0%, rgba(112, 3, 9, 1) 47%, rgba(206, 17, 43, 1) 100%);
  background-position: right center, center top;
  background-repeat: no-repeat;
*/
	background-color: #D9D9D9;
  min-height: auto;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#hero h1 {color: #000000; line-height: 1.2em; font-size: 32px; }


#hero .page_content {
  width: 100%;
  z-index: 1;
  display: block;
}
#hero .page_content ul {margin: 20px 0;}
#hero .page_content .btn-tertiary, #hero .page_content a.btn-tertiary {border-color: #ffffff;}

#hero .flex {flex-wrap: wrap;}
#hero #security-seal {align-self: center;}
#hero .top_links_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
/*  padding: 4px;*/
  text-align: center;
}
#hero .top_link {
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 100%; /*
	border-right: 1px solid white;
	border-radius: 0;
*/
}
#hero .top_link .btn {
  color: #ffffff;
}
/****ADA COMPLIANT****/
#hero .top_links_container button {
  background-color: transparent;
  color: #ffffff;
  border: 0px;
}
#hero .top_links_container button:focus {
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  outline: 5px auto -webkit-focus-ring-color;
}
#hero .top_links_container button:focus:not(:focus-visible) {
  /* Remove the focus indicator on mouse-focus for browsers
     that do support :focus-visible */
  background: transparent;
  outline: 0px;
}
#hero .top_links_container button:focus-visible {
  /* Draw a very noticeable focus style for
     keyboard-focus on browsers that do support
     :focus-visible */
  outline: 5px auto -webkit-focus-ring-color;
  background: transparent;
}
/****END ADA COMPLIANT****/

.top_link a:link, .top_link a:visited, .top_link a:hover, .top_link a:active, div.top_link:hover {
  color: #ffffff;
  text-decoration: none;
}
#hero .top_link a:hover, #hero div.top_link:hover {
  color: #0065BD;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 4px;
}
#top_links_wrapper {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
}

#anniversary {
  background-color: #ffffff;
/*  margin: 10px auto;*/
  padding-top: 25px;
    text-align: center;
}
#anniversary a {
  display: block;
}
@media handheld, only screen and (min-width:768px) {
/*	#top_links_wrapper { padding-right: 90px;}*/
	#hero #top_links_wrapper ul.list-unstyled.list-inline {margin-right: 105px;}
  #anniversary {
    position: absolute;
    right: 0;
    top: -10px;
    padding: 0;
    background-color: transparent;
    margin: 0;
  }
}
/*------------------MFP Section Styles-----------------------------------------------*/
#mfp-categories {
  padding: 50px 0;
}

#mfp-categories .card .card-body {background-color: #F0F0F0;}

#mfp-categories .card h2.card-title {margin: 0; padding: 10px 0;}
#mfp-categories .card > a:hover .card-title {background-color: #F0F0F0;}
#mfp-categories .card-deck .card .card-body a:hover {text-decoration: underline;}
/*---------------------------Features Section Styles  -----------------------------------------------*/
#features {
  background-color: #22262c;
  width: 100%;
  z-index: 1;
  position: relative;
  scroll-margin-top: 112px;
}
#features .featureBtns {
  display: flex;
}
#features .nav-tabs {
  margin: 0px auto 20px;
  text-align: center;
  border: none;
}
#features .nav-tabs > li > a {
  background: none;
  border: none;
  padding: 10px 15px;
  margin: 0;
  color: #ffffff;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
/*#features .nav-tabs li.active > a, #features .nav-tabs li > a:hover {
  border-bottom: 2px solid #e20022;
  background-color: transparent;
}*/

#features .nav-tabs li.active > a, #features .nav-tabs li > a:hover, #features .nav-tabs a.active, #features .nav-tabs a.active a:hover {
  border-bottom: 2px solid #e20022;
  background-color: transparent;
}


#features .nav-tabs li.active > a {
  font-weight: bold;
}
/*
#features h1 {
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px #333;
	font-size: 50px;
}
*/
#features .tab-content {
  border: 0 solid #d9d9d9;
  padding: 0;
}
#features h2 {
  color: #ffffff;
  /*	text-shadow: 2px 2px #333;
*/
  text-align: center;
  margin-top: 0px;
  padding-top: 20px;
}
#features h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.1em;
}
#features h4 {
  color: #a2defc;
}
#features p {
  /*text-shadow: 1px 2px #333;*/
  color: #ffffff;
  font-size: 16px;
}
#features ul li {
  /*text-shadow: 1px 2px #333;*/
  color: #ffffff;
}
#features .page_content {
  top: 0px;
  padding: 0px;
}
#features_links_container {
  font-size: 24px;
  width: 100%;
  background-color: #FFF;
  height: 100px;
  padding: 5px;
  position: relative;
  z-index: 6;
  bottom: 100px;
}
#icon_container {
  max-width: 1020px;
  height: 90px;
  margin: 0px auto;
}
.icon_label {
  background-color: #000000;
  color: #FFF;
  text-align: center;
  width: auto;
  font-size: 14px;
  font-family: Raleway;
  min-height: 30px;
  padding: 5px;
}
.icon {
  width: auto;
}
#features_links_container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  bottom: 0px;
  position: relative;
}
#features_links_container li {
  float: left;
  margin-right: 20px;
}
/*-------------MFP VOICE SLIDE STYLES------------*/
#voice_slide {
  height: 500px;
  background-image: url(/portals/0/assets/images/mfp-voice-closeup.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 70%;
}
/*-------------------UI SLIDE STYLES----------*/
#ui_slide {
  /*width: 1024px;*/
  height: 500px;
  background-image: url(/portals/0/assets/images/mfp_landing_ui-2.png);
  background-repeat: no-repeat;
  background-position: 0px bottom;
  background-size: contain;
}
/*--------------------OSA SLIDE STYLES---------------*/
#osa_slide {
  padding-bottom: 40px;
}
#osa_slide #osa_headline h3 {
  text-align: left;
  /*	color: #ffffff;*/
  font-size: 24px;
  line-height: 1.1em;
  margin-bottom: 0;
}
#osa_slide #osa_headline span.subtitle {
  color: #999999;
  font-size: 19px;
  margin-top: 0;
}
#osa_image {
  text-align: center;
}
/*#osa_text { color: #FFF; }*/
#osa_text h3 {
  /*	text-shadow: 1px 2px 1px #031627;*/
  color: #4999DF;
  font-size: 20px;
}
/*--------------------SECURITY SLIDE STYLES---------------*/
#security_slide {
  width: 1124px;
  height: 600px;
  /*	height: 500px;*/
  background-image: url(/portals/0/assets/images/mfp_landing_security-NEW.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
#f-security img {
  margin-top: 35px;
}
#security_text {
  padding-bottom: 35px;
  /*	width: 95%;
	margin: 0px auto;*/
  /*
	color: #FFF;
	width: 450px;
	left: 50px;
	top: 100px;
	position: absolute;
*/
}
/*--------------------SCAN2 SLIDE STYLES---------------*/
#scan_slide {
  /*width: 1024px;*/
  height: 550px;
  background-image: url(/portals/0/assets/images/mfp_landing_scan2-v2.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}
#scan_text {
  width: 95%;
  margin: 0px auto;
}
/*MYSHARP SLIDE STYLES*/
#mysharp_img {
  display: none;
}
#mysharp_text {
  margin-top: -45px;
  padding-bottom: 40px;
}
/*--------------------CONVENIENCE SLIDE STYLES---------------*/
#convenience_slide {
  min-height: 500px;
  position: relative;
}
#convenience_slide H3 {
  margin-top: 0; /*
	text-shadow: 1px 2px 1px #031627;
	color: #72bdff;
*/
}
#convenience_slide .text_bg {
  border-radius: 4px;
  background: #035A78;
  padding: 10px;
  color: #ffffff;
  width: 98%;
  margin: 0px auto 10px auto;
  min-height: 345px; /*	margin-bottom: 10px;*/ /*	min-height: 270px;*/
}
#convenience_slide img.img-circle {
  border: 2px solid #dddddd;
}
.flex-direction-nav a {
  display: none;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------Current Promotions Styles --------------------------- */
#current_promotions_container {
  position: relative;
  background-size: cover;
  background-image: url(/portals/0/assets/images/bp-homepage-synappx-lines.png);
  border-top: solid 2px #0B7C8B;
  padding-top: 20px;
}
#current_promotions {
  max-width: 1024px;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
#synappx-image {
  background-color: rgba(255, 255, 255, 0.50);
}
#synappx-text H2 {
  color: #187D88;
  font-weight: bold;
}
#synappx-text #pc-h2 {
  display: block;
}
#synappx-text #mobile-h2 {
  display: none;
}
#synappx-text #mobile-h2 H2 {
  font-size: larger;
}
/*#current_promotions_container #current_promotions #cp-header {
	background-color: #1b6aaf;
	text-align: center;
	padding: 1px;
}*/
#current_promotions_container #current_promotions #synappx-header {
  background-color: #0B7C8B;
  text-align: center;
  padding: 1px;
  height: 30px;
  width: 100%;
}
#current_promotions_container #current_promotions #cp-header h2 {
  color: #ffffff;
}
#cpo_logo {
  height: 300px;
  /*	height: 400px;*/
  background-image: url(/portals/0/images/cpoV2_landing_page_header.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% -5px; /*	background-position: 50% 50%;*/
}
#cp_text {
  position: absolute;
  bottom: 24px;
  width: 98%;
}
/*-------------Software Applications Styles -------------*/
#software_applications {
  background-color: #E8E8E8;
  width: 100%;
  /*    height: 500px;*/
  /*    top: 1800px;*/
  z-index: 1;
  display: block;
  overflow: hidden;
}
/*#software_applications h2, #software_applications p {color: #ffffff;}*/
.sa { /*
    background-image: url(/portals/0/assets/images/sa_bg_image.jpg);
    background-repeat: no-repeat;
    background-position: -10px 30px;
    background-size: 875px;
    width: 1024px;
    height: 568px;
    overflow: hidden;
*/
}
#sa_text {
  width: 95%;
  margin: 0px auto 0px auto;
  /*	text-align: center;*/
  z-index: 5;
}
#sa_text #micas-ad {
  background-color: #1c4280;
  border-radius: 12px;
  padding: 15px 30px;
}
#sa_text #micas-ad img {
  padding: 10px 15px 20px;
}
#sa_text #micas-ad h4 {
  color: #ffffff;
}
#sa_buttons A:link, #sa_buttons A:visited, #sa_buttons A:active, #sa_buttons A:hover {
  text-decoration: none;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  letter-spacing: 1px;
  font-size: inherit;
  width: auto;
}
#sa_buttons {
  width: 100%;
  z-index: 6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 380px;
}
#options ul {
  margin-bottom: 0;
}
#options ul li {
  position: relative;
}
#options ul li#docWork {
  background: #033989;
}
#options ul li#mobileApp {
  background: #1a7f83;
}
#options ul li#printInter {
  background: #da9843;
}
#options ul li#accessCont {
  background: #89032f;
}
#options ul li#devManage {
  background: #6e0389;
}
#options a .lg-icon {
  background: url(/Portals/0/assets/images/ds_landing_software_icons.png);
  height: 85px;
  width: 85px;
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -42.5px
}
#options #docWork a .lg-icon {}
#options #mobileApp a .lg-icon {
  background-position: -105px 0;
}
#options #printInter a .lg-icon {
  background-position: -211px 0;
}
#options #accessCont a .lg-icon {
  background-position: -320px 0;
}
#options #devManage a .lg-icon {
  background-position: -427px 0;
}


/*----------Request  Info Syles------*/
#request {
  background-color: #E8E8E8;
}


#request iframe {
height: 1065px;
}


@media only screen and (min-width:767px) {
#request iframe {
height: 1025px;
}
}


/*----------------------Vertical Market Styles --------------------------*/
#vertical_markets {
  /*	background-image: url(/portals/0/assets/images/6_BG.png);*/
  /*	background-repeat: repeat-x;*/
  z-index: 1;
}
.vm {
  /*	background-image: url(/portals/0/assets/images/vm_bg_image.jpg);*/
  /*	background-repeat: no-repeat;*/
  /*	background-position: bottom;*/
}
/*.vm H2 { color: #FFF; }*/
#vm_text {
  /*	color: #FFF;*/
  text-align: center;
}
/*#vm_text H2 { color: #FFF; }*/
/*----------------------Case Study Styles --------------------------*/
#case-studies, #featured-block, #additional-resources {
  background-color: #035C7A;
  scroll-margin-top: 112px;
}
#additional-resources {
  padding-bottom: 25px
}
#case-studies h2, #featured-block h2.h3 {
  color: #ffffff;
  text-align: center;
}
#case-studies .doc-thumb:focus {
  width: auto;
  height: 130px;
  overflow: hidden;
}
#sharp_container #case-studies .doc-thumb {
  width: 220px;
  border: 1px solid #DDDDDD;
  height: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
/*--Marketo Campaign CS Style--*/
#case-studies #noDescrip .panel-body {
  min-height: 300px;
}
/*--Marketo Campaign CS Style--*/
#case-studies #health .panel-body {
  min-height: 523px;
}
#case-studies h4 {
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 1px solid #dddddd;
  color: #999;
}
/*----------------------Awards Styles --------------------------*/
#awards {
  /*	background-image: url(/portals/0/assets/images/mfp_landing_awards_bg.jpg);*/
  background-repeat: no-repeat;
  /*background-size: cover;*/
  /*background-position-y: -60px;*/
  /*background-position: 0px 0%;*/
  /*background-size: 200%;*/
  width: 100%;
  min-height: 330px;
  z-index: 1;
  /*overflow: hidden;*/
  background-color: #ffffff;
  /*	color: #ffffff;*/
  scroll-margin-top: 112px;
}
/*#awards H2, #awards H3, #awards H4, #awards p { color: #FFFFFF; }*/
#awards H2 {
  /*	color: #FFFFFF;*/
  text-align: center;
}
#awards h4 {
  margin-bottom: 0;
}
/*
#awards_image {
    background-image: url(/portals/0/assets/images/mfp_landing_awards_image.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 420px;
    overflow: visible;
}
*/
/*#awards a:hover {color: #b0e7ff;}*/
#awards_text {
  width: 98%;
  /*    width: 100%;*/
  /*	color: #FFFFFF;*/
  margin: 0px auto 0px auto;
  text-align: center;
}
#awards .page_content {
  /*	padding: 0px;*/
  min-height: 300px;
}
#awards ul li {
  list-style-type: none;
  padding: 0;
}
#awards ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 25px;
}
#awards ul.pick-2020 li, #awards ul.recommend-2020 li, #awards ul.pick-2019 li, #awards ul.recommend-2019 li {
  width: 50%;
  padding: 5px 5px 5px 0;
}
/*---------------Footer Style -----------------------*/
#footer_container {
  background-color: #222222;
  width: 100%;
  height: 500px;
  top: 2400px;
  z-index: 1;
}
/*=======================================================
--------------------- Responsive Styles-------------------
===========================================================*/
@media handheld, only screen and (max-width:767px) {
  #current_promotions {
    flex-direction: column;
  }
  #synappx-text #mobile-h2 {
    display: flex;
    justify-content: center;
  }
  #synappx-text #pc-h2 {
    display: none;
  }
}
@media handheld, only screen and (min-width:720px) {
  #hero .top_links_container {
/*    width: 80%;*/
    padding: 15px 0px 0px 0px;
  }

  #hero .top_link {
    border-right: 1px solid white;
    border-bottom: none;
    border-radius: 0;
    width: auto;
  }
  #hero .top_link:last-of-type {
    border-right: 0px solid white;
  }
  /*#hero_mfp { background-position: 0px 80px; }*/
  #features {
    background-repeat: repeat-x;
    min-height: 500px;
  }
  #hero .page_content_content {
    text-align: left;
  }
  #ui_slide {
    background-size: 70%;
  }
  #scan_slide {
    background-position: right bottom;
    background-size: 70%; /*	height: 460px;*/
  }
  #cpo_logo {
    height: 425px;
  }
  .vm {
    background-size: cover;
  }
  #vm_text {
    text-align: left;
  }
}
@media handheld, only screen and (min-width:768px) {
  /*
#hero {
	background: url(/portals/0/assets/images/ds_bg.jpg) center center;
	background-size: cover;
	height: 550px
}
*/
  /*
#hero_mfp {
	background: url(/portals/0/assets/images/doc_systems_img_logo-v3.png) no-repeat 50px 50px;
	background-size: contain;
	top: 17px;
}
*/
  /*#hero { height: 550px; }*/
  #hero .top_links_container {
    padding: 15px 0;
  }
  #hero .page_content_content {
/*    padding-bottom: 50px;*/
  }
  #osa_slide #osa_headline {
    margin-top: 120px;
    margin-left: -50px;
  }
  #security_slide {
    background-size: 58%
  }
  #security_text {
    /*	width: 450px;
	left: 50px;
	top: 0px;
	position: absolute;*/
  }
  #scan_slide {
    background-position: left bottom;
  }
  #scan_text {
    width: 430px;
    right: 10px;
    top: 10px;
    position: absolute;
  }
  #mysharp_text {
    margin-top: 0;
    padding-bottom: 40px;
  }
  /*	#convenience_slide H3 {color}*/
  #mysharp_img {
    display: block;
  }
  #convenience_slide .text_bg {
    width: 100%;
  }
  /*	CPO Styles  */
  #cp_text {
    margin: 90px 100px 0px 0px;
    position: absolute;
    bottom: 24px;
    left: 48px;
  }
  #cpo_logo {
    width: 100%;
    background-position: 50%;
  }
  /*	Case Studies Styles*/
  #case-studies .panel-body {
    min-height: 435px;
  }
}
/*#ui_text { margin-top: 120px; }*/
@media handheld, only screen and (min-width:800px) {
  #convenience_slide .text_bg {
    min-height: 320px;
  }
  /*
	#cp-mfp-overlay {
	width: 370px;
	
}
*/
  /*
	.cp {
	height: 400px;
	background-repeat: no-repeat;
	background-image: url(/portals/0/assets/images/cpo-mfp-background.jpg);
	position: relative;
	z-index: 10;
	background-size: cover;
}
*/
  /*
	#cpo_logo {
	height: 400px;
	background-position: 50% 50%;
}
*/
}
@media handheld, only screen and (min-width:861px) {
  #cpo_logo {
    background-position: -63px;
    width: 715px;
  }
  #cp-mfp-overlay {
    width: 290px;
    height: 460px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(/portals/0/assets/images/cpo-mfp-overlay.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}
@media handheld, only screen and (min-width:900px) {
  #hero_mfp {
    background-position: center 50px;
  }
}
@media handheld, only screen and (min-width:930px) {
  #convenience_slide .text_bg {
    min-height: 280px;
  }
}
@media handheld, only screen and (min-width:992px) {
  #voice_slide {
    background-position: 10% bottom;
  }
  #security_text {
    /*	width: 450px;*/
    color: #FFF;
    /*	left: 50px;
	top: 100px;
	position: absolute;*/
  }
}
@media handheld, only screen and (min-width:1025px) {
  #cpo_logo {
    background-size: 95%;
    background-position: -32px;
    width: 41.6666666666666667%;
    height: 400px;
  }
  .cp {
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(/portals/0/assets/images/cpo-mfp-background.jpg);
    position: relative;
    z-index: 10;
    background-size: cover;
  }
}
@media handheld, only screen and (min-width:1030px) {
  #convenience_slide .text_bg {
    min-height: 270px;
  }
}
@media handheld, only screen and (min-width:1230px) {
  #voice_slide {
    background-size: 850px;
  }
  #cp-mfp-overlay {
    width: 370px;
  }
}
@media handheld, only screen and (min-width:1325px) {
  #ui_slide {
    background-size: contain;
  }
  #ui_text {
    margin-top: 120px;
  }
}
@media handheld, only screen and (min-width:2000px) {
  #ui_text.col-sm-6 {
    margin-left: 40%;
  }
}
