*:not(head) {
    display: inherit;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-color: rgb(215, 232, 194);
    font-size: 24px;
}



span.smaller {
    display: inline;
    font-size: x-small;
    bottom: 8px;
    position: relative;
    text-decoration: none;
}

/*NAV MENU*/
nav {
    top: 0;
    width: 100%;
    height: 150px;
    display: flex;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(rgb(42, 57, 98), rgb(45, 60, 101), rgb(76, 94, 142));
}

nav a {
    padding: 1% 14px 0;
    margin: 60px 0 0;
    height: 55px;
    flex-wrap: wrap;
    flex-direction: row;
    float: left;
    text-align: center;
    color: white;
    text-decoration: none;
    list-style: none;
    font-size: 24px;
    z-index: 2;
}

nav img {
    height: 105px;
    margin-right: -22px;
    z-index: 1;
}

#navlistLeft {
    margin-right: 2%;
}

#navlistLeft a {
    margin: 9.5% .5% 0 0;
    cursor: pointer;
    background-color: #333;
    transition: 0.3s;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    border: 4px solid rgb(59, 121, 137);
    border-bottom:none; 
}

#navlistLeft img {
    width: 280px;
    height: 100%;
    margin-right: 6px;
    margin-top: 5px;
}

nav #navlistLeft #onTab {
    background-color: rgb(59, 121, 137);
    color: white;
    text-shadow:1px 1px 1px #000;
}

#navlistLeft a, #navlistRight a {
    display:block;
}

.navListItems:hover, .navListItems1:hover {
    background-color: #111;
}

nav #navlistRight {
    right: 0;
    margin: 5px;
    height: 120px;
    width: auto;
    float: right;
    background-image: linear-gradient(rgb(42, 57, 98), rgb(45, 60, 101), rgb(76, 94, 142));
}

#navlistRight a {
    text-align: center;
    margin: 0 auto;
    height: 100%;
}

#bottom, #top  {
    position: absolute;
    display: block;
    height: 50%;
    width: 100%;
    text-shadow:1px 1px 1px #000;
}

#top #contactUs {
    top: 0;
    margin: 0 auto 2%;
    font-size: 26px;
}

#bottom .emailUs {
    margin: 5.5% 2% 0;
    font-size: 32px;
    text-decoration: underline;
}


/* Add responsiveness - will automatically display navbar vertically instead of horizontally on screens less than 500 pixels */
@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}
/*///SLIDESHOW\\\*/
header {
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}

figure .slide {
    max-height: 360px;
    position: relative;
}

/*used on index and imoblie pages*/
figcaption { 
    display: block;
}

  /* Caption text */
.text1 {
    top: 30px;
    left: 2%;
}

 /* Caption text */
.text2 {
    top: 260px;
    left: 9%;
}

.text1, .text2 {
    position: absolute;
    padding: 3px 12px;
    width: 100%;
    color: #070707;
    font-weight: bold;
    font-size: 40px;
    z-index: 2;
}

  /* Fading animation */
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

/*///MAIN BODY*\\\*/
main {
    position: relative;
    margin: 4% 0;
}

#indexMain {
    position: relative;
    margin: 31.6% 0 0;
}

#imobileMain {
    position: relative;
    margin: -12% 0 0;
}

#pageBreak {
    padding: 2% 0 3%;
    margin: 0;
    background-image: linear-gradient(rgb(59, 121, 137), rgb(215, 232, 194));
    color: white;
    font-weight: bold;
    text-align: center;
    text-shadow:1px 1px 1px #000;
}

#pageBreak .smaller, h1 .smaller {
    bottom: 12px;
}

#keyFeatures {
    background-image: url('general_pictures/multicoloredCircles.jpeg');
    background-size: cover;
    height: 550px;
    width: 100%;
    margin: 2% 0 0;
    display: grid;
    grid-template-rows: auto;
    gap: 10px;
}

#keyFeatures h2, .emphasize {
    margin: 18px 18px 5px;
    float: left;
    display: inline;
}

#keyFeatures {
    padding: 10px 0 0;
} 

#keyFeatures .workflowBox h3 {
    text-shadow: none;
}

/*NOTE: workflow boxes are for all pages*/
.workflowBox {
    display: block;
    text-shadow:1px 1px 1px #000;
}

.workflowBox li {
    display: block;
    padding: 2px 0;
}

.workflowBox h3 {
    padding: 5px 0 20px;
}

.noShadow {
    text-shadow: none;
}

.bulletPoint {
    display: inline;
    padding-right: 10px;
    margin-left: 50px;
}

#importantDetails {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 8%;
    padding: 25px;
    background-color: rgb(62, 107, 134);
    width: 100%;
    text-shadow:1px 1px 1px #000;
}

.details {
    float: left;
    width: 25%;
    display: block;
}

.detailsStyle1, .detailsStyle2 {
    width: 100%;
}

.detailsStyle2 h4 {
    padding: 10px 15px;
    margin: 0 auto 20px 5px;
    font-weight: bold;
    color: white;
}

.detailsStyle1 img:hover {
    cursor: pointer;
    transition: 0.9s;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.detailsStyle1 {
    height: 135px;
}

.detailsStyle2 a {
    margin: -25px 0 0;
    padding-top: 12px;
    padding-left: 15px;
    display: block;
    color: rgb(152, 208, 243);
    text-decoration: none;
    font-size: 20px;
}

.detailsStyle1 img {
    margin: 10% 20%;
}

.detailsStyle1 img, .detailsStyle2 li {
    display: inline-block;
}

#aboutContainer {
    margin: 8% 0 5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#floatLeft, #floatRight {
    float: left;
    margin: 0;
    height: 425px;
}

#floatLeft{
    width: 60%;
}

#floatRight {
    display: block;
    padding: 10px;
    background-color: rgb(152, 208, 243);
    width: 40%;
}

#floatRight h1 {
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
}

#floatRight p {
    padding: 5px 15px;
    margin: 10px;
    font-size: 20px;
}

#pageBreak3 {
    padding:40px 10px;
    margin: 3% 0;
    background-image: linear-gradient( rgb(215, 232, 194), rgb(59, 121, 137), rgb(215, 232, 194));
    color: white;
    width: 100%;
    text-align: center;
    text-shadow:1px 1px 1px #000;
}

#testimonials {
    margin: 0;
    font-size: 26px;
}

.quote {
    position: absolute;
    margin: 9px 0;
    padding: 15px;
    display: flex;
    height: 400px;
}

.quote h2 {
    margin: 10px;
}

.quote p {
    margin: 60px 0 20px;
    padding-left: 0;
    width: 100%;
    font-style: italic;
    font-size: 28px;
}

#testimonials .quote {
    background-image: url("general_pictures/vector5.jpeg");
    background-repeat: no-repeat;
}

.testimonialStyle {
    font-size: 160px;
    line-height: 0.6em;
    opacity: 0.2;
    margin: 10px;
}

#imgContainer1 {
    width: 100%;
    margin: 38% 25% 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#imgContainer1 img {
    float: left;
    padding: 0 15px;
}

#eServiceContainer {
    margin: 3% auto 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#serviceCompanies .logoImg, .serviceCompanies {
    display: inline-block;
    max-height: 225px;
    width: auto;
    margin: 0 auto;
}

.logoImg {
    padding: 0 5px;
    margin: auto;
}


/*/////HEALTHCARE PAGE\\\\\*/
/*Used on all pages except the index page*/
header img {
    z-index: 2;
}

header h1 {
    position: absolute;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 2% 0;
    background-image: linear-gradient(rgb(27, 88, 119), rgb(215, 232, 194));
    text-shadow:1px 1px 1px #000;
    color: white;
    text-align: center;

}

#benefitsContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin:  12% 0 0;
}

#benefitsTitle {
    text-align: center;
    background-color: rgb(152, 208, 243);
}

.listItem li {
    font-size: 22px;
    line-height: 2em;
}

#benefit1 {
    margin-top: 15%;
}

#benefit1, #benefit2 {
    display: block;
    height: 400px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#benefit1 {
    width: 60%;
    background-color: rgb(152, 208, 243);
}

#benefit2 {
    width: 40%;
}

#benefit1 p {
    padding: 0 40px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
}

#benefit2 img {
    height: 400px
}

.textParagraph {
    width: 100%;
    min-height: 65%;
    margin: 8% 0;
    padding: 5px 20px 0;
    background-color: rgb(27, 88, 119);
    color: white;
    font-size: 22px;
}

.textParagraph h3 {
    text-shadow:1px 1px 1px #000;
}

.textParagraph p {
    padding: 0 0 15px;
    color: white;
    text-shadow:1px 1px 1px #000;
}

#solutionsPageBreak {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin: 8% 0;
}

#emrImg, #emrInfo {
    max-height: 296px;
    float: left;
    margin: 0;
}

#emrImg {
    width: 35%;
}

#emrInfo {
    display: block;
    width: 65%;
    background-color: rgb(152, 208, 243);
}

#emrInfo h2 {
    padding: 4% 6% 0;
    margin: 0 auto;
}

#emrInfo p {
    padding: 2% 6% 6%;
    margin: 0 auto;
    font-size: 28px;
}

#emrContainer {
    width: 100%;
    max-height: 110%;
    padding: 8px;
    margin: 0 0 5%;
    background-image: url("general_pictures/vector7.jpeg");
    font-size: 22px;
}

#emrContainer p, #emrContainer h2 {
    padding: 0 0 0 15px;
}

#emrContainer h2 {
    margin: 10px 0 -18px;
    padding: 15px 0 0 15px;
}

#emrContainer p {
    margin: 3% 0;
}

#list1 {
    margin: -40px 0 0;
}

#list1, #list2 {
    text-shadow: none;
}

#hippaImgContainer {
    display: block;
    width: 70%;
    margin: 6% 22% auto;
}

#eServiceContainer1 {
    width: 100%;
    margin: 3% auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


/*////TRANSCRIPTION PAGE\\\\\\*/
#pageBreak4 {
    width: 100%;
    height: 200px;
    margin: 14% 0 0;
    background-color: rgb(27, 88, 119);
    color: white;
    text-shadow:1px 1px 1px #000;
}

#pageBreak4 h2, p {
    padding: 10px 0 0 15px;
}

#transcriptionContainer {
    width: 100%;
    max-height: 800px;
    margin: 8% 0;
    background-image: url("general_pictures/vector7.jpeg");
}

#transcriptionContainer h3, li {
    text-shadow: none;
}

#transcriptionContainer .workflowBox {
    padding: 10px 0;
}

/*NOTE for all pages*/
ul h3 {
    margin-bottom: 0;
}

#transcriptionBenefits {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 8% 0;
    flex-wrap: wrap;
}

#floatLft, #floatRt {
    float: left;
    margin: 0;
    min-height: 350px;
}

#floatLft {
    width: 60%;
    display: block;
    background-color: rgb(27, 88, 119);
    color: white;
    text-shadow:1px 1px 1px #000;
}

#floatRt {
    width: 40%;
}

#floatLft p {
    padding: 0 30px;
    font-size: 24px;
}

#costManagBox  {
    height: 490px;
    width: 100%;
    margin: 8% auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#imgCostMang, #costManagContainer {
    float: left;
    display: block;
    background-color: rgb(152, 208, 243);
}

#imgCostMang {
    width: 56%;
}

#costManagContainer {
    width: 44%;
    display: block;
    font-size: 22px;
}

#costManagContainer h3 {
    margin-bottom: -8px;
    text-decoration: underline;
    text-shadow: none;
}

#imgContainer2 {
    width: 100%;
    margin: 5% 25% 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#imgContainer2 img {
    float: left;
    padding: 0 15px;
}

#eServiceContainer2 {
    width: 100%;
    margin: 3% auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


/*/////Technology page\\\\\\*/
#topContainer {
    display: flex;
    width: 100%;
    margin: 12% 0 0;
    background-color: rgb(152, 208, 243);
}

#topContainer h2 {
    padding: 10px 45px;
    margin: 5px auto;
}

#softwareWorkflow {
    margin: 8% 0;
}

#integrationContainer {
    height: 500px;
    width: 100%;
    margin: 8% 0 0;
}

#lftFloat {
    background-color: rgb(27, 88, 119);
    padding: 10px 0;
    display: block;
}

#lftFloat h3, #lftFloat h2 {
    color: rgb(152, 208, 243);
}

#decreaseSize1 {
    font-size: 26px;
}

#decreaseSize2 {
    font-size: 22px;
}

#decreaseSize1, #decreaseSize2 {
    display: inline;
}

#lftFloat li {
    color: white;
}

#behindAllOfItContainer {
    width: 100%;
    margin: 5% 0;
    background-color: rgb(152, 208, 243);
}
 
#behindAllOfItContainer h2, #behindAllOfItContainer p {
    padding: 20px 20px 0;
}

#behindAllOfItContainer p {
    padding: 2% 6% 2%;
    margin: -1% 0 0;
    font-size: 28px;
}

#featuresContainer {
    width: 100%;
    margin: 9% 0 0;
    padding: 5px;
    background-color: rgb(27, 88, 119);
    color: white;
}

#featuresContainer h3 {
    margin: 0 0 -1%;
}

#imgContainer3 {
    width: 100%;
    margin: 5% 25% 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#imgContainer3 img {
    float: left;
    padding: 0 15px;
}

#img3 {
    margin-top: 2%;
}

#eServiceContainer3 {
    width: 100%;
    margin: 2% 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


/*//////IMOBILE PAGE\\\\\\\*/
#text1, #text2 {
    position: absolute;
    color: white;
    z-index: 2;
}

#text1 {
    top: 30%;
    right: 10%;
    font-size: 66px;
    font-weight: bold;
}

#text2 {
    top: 51%;
    right: 6%;
    font-size: 46px;
}

header h2 {
    margin: 0;
    padding: 10px;
    background-image: linear-gradient(rgb(27, 88, 119), rgb(215, 232, 194));
    text-shadow:1px 1px 1px #000;
    color: white;
    font-size: 40px;
}

main #tabs {
    margin-left: .5%;
    display: inline;
    text-align: center;
}

/* Style the tab */
#tabs {
    overflow: hidden;
    display: inline-block;
    width: 90%;
    border-bottom: 1px solid rgb(59, 121, 137);
}

  /* Style the buttons inside the tab */
#tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 14px;
    margin: 17% 0 0 2.5%;
    transition: 0.3s;
    font-size: 28px;
    background-color: #111;
    text-align: center;
}
  
  /* Change background color of buttons on hover & active tab */
#tabs button:hover, #tabs button.active {
    text-shadow:1px 1px 1px #000;
    background-color: rgb(59, 121, 137);
    color: white;
}

#tabs .tabLinks {
    border: 4px solid rgb(59, 121, 137);
    border-bottom:none; 
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    padding: 10px 10px;
    color: white;
}

#tabContentContainer {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

  /* Style the tab content */
.tabContent {
    width: 95%;
    display: none;
    padding: 10px;
    margin: 0 auto;
    border-top: none;
    border-style: inset;
    border: 3px solid rgb(59, 121, 137);
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

#tabContentContainer .tabContent {
    background-color: rgb(59, 121, 137);
}

.tabContent h2 {
    padding: 15px 0 5px;
    margin: 2% 15% 0;
    text-align: center;
    text-decoration: underline;
    color: white;
    text-shadow:1px 1px 1px #000;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
  
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.dictationContainer {
    width: 95%;
    margin: 4% auto;
    padding: .5% 3%;
    border: 3px solid rgb(59, 121, 137); 
    background-color: rgb(215, 232, 194);
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
}

.dictationContainer p {
    padding: 0;
    line-height: 1;
}

.dictationContainer img {
    padding-bottom: 3%;
}

#tabsBox p b, #tabsBox2 p b, #tabsBox li b, #tabsBox2 li b {
    display: inline;
}

.list ol img, .list ul img {
    vertical-align: top;
}

.list ol, .list ul {
    list-style-position: inside;
    padding-left: 0;
    margin-top: -10px;
    margin-left: 0;
}

.list ol li, .list ul li {
    display: list-item;
    padding: 5px 0;
}

.list ol img {
    padding: 1.5% 0;
}

.inline {
    margin-top: 1%;
}

.inline img {
    display: inline;
    margin-top: -1.25%;
}



/*/////FAQ\\\\\\*/
#faqTitle {
    position: absolute;
    right: 2%;
    top: 77%;
    font-size: 42px;
    color: white;
    text-shadow:1px 1px 1px #000;
    z-index: 1;
}

#accordianList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 4% auto;
}

.faqAccordian {
    cursor: pointer;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    border-top:  rgb(215, 232, 194) solid 1em;
    text-align: left;
    outline: none;
    font-size: 28px;
    font-weight: bold;
    background-color: #333;
    color: white;
    transition: 0.4s;
}
  
#accordianList .faqAccordian {
    margin: 0 auto;
}

.active2, .faqAccordion:hover {
    background-color: rgb(59, 121, 137);
}
 
.faqPanel, .faqAccordian {
    margin: 0;
}

.faqPanel {
    padding: 10px;
    margin: 0 auto 15px;
    width: 80%;
    display: none;
    background-color: white;
    overflow: hidden;
}

#imgContainer4 {
    display: inline-block;
    width: 100%;
    margin: 5% 25% 0;
}

#imgContainer4 img {
    float: left;
    padding: 0 15px;
}

#img4 {
    margin-top: 2%;
}

#eServiceContainer4 {
    width: 100%;
    margin: 3% auto 1%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}



/*///Footer\\\\*/
footer div .footerInline, span a {
    display: inline;
}

.footerInline {
    color: black;
    margin: 10px auto 0;
}

footer h5, footer {
    text-align: center;
    margin: 2% auto;
}

footer div {
    display: block;
    margin: 3% auto 2px;
    padding-bottom: 10px;
    width: 50%;
}

#footerDate, .footerDate {
    font-size: small;
    text-align: center;
    margin: 1% auto 12px;
}

#indexFooter {
    top: 463%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    background-image: linear-gradient(rgb(215, 232, 194), rgb(59, 121, 137));
}

#healthFooter {
    top: 550%;
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    background-image: linear-gradient(rgb(215, 232, 194), rgb(59, 121, 137));
}

#transcriptionFooter {
    top: 493%;
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    background-image: linear-gradient(rgb(215, 232, 194), rgb(59, 121, 137));
}

#technologyFooter {
    top: 593%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    background-image: linear-gradient(rgb(215, 232, 194), rgb(59, 121, 137));
}

#faqFooter {
    top: 625%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    background-image: linear-gradient(rgb(215, 232, 194), rgb(59, 121, 137));
}
    
#imobileFooter1, #imobileFooter2 {
    top: 98%;
    display: flex;
    position: absolute;
    margin: 14% 0;
    padding: 10px 0;
    width: 100%;
    background-image: linear-gradient(rgb(215, 232, 194), rgb(59, 121, 137));
}

#footerDate1, #footerDate2 {
    font-size: 14px;
}