body {
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-variant-ligatures: no-common-ligatures !important;
    line-height: 1.75em;
}

.nav-link {
    margin: 4px 0;
}

#topmenu {
    text-transform: uppercase;
}

#topmenu .nav-link:hover {
    text-decoration: underline;
}

#topmenu .btn-primary {
    background: #6f7271;
    border-color: #6f7271;
    color: #fff;
}

#topmenu .btn-primary:hover {
    color: #fff;
    background-color: #00A398;
    border-color: #00A398;
}

#hero .btn-primary,
#moreInfo .btn-primary,
.footer .btn-primary {
    background: #00A398;
    border-color: #00A398;
    color: #fff;
}

#hero .btn-primary:hover,
#moreInfo .btn-primary:hover,
.footer .btn-primary:hover {
    color: #fff;
    background-color: #9c9c9c;
    border-color: #9c9c9c;
}

/* #moreInfo .btn-primary {
    background: #00A398;
    border-color: #00A398;
    color: #fff;
} */

/* #moreInfo .btn-primary:hover {
    color: #fff;
    background-color: #9c9c9c;
    border-color: #9c9c9c;
} */

.btn-ghost {
    background: 0 0;
    border: 1px solid #00B0AA
}

#topmenu .btn-ghost:hover {
    background: #6f7271;
    border: 1px solid #6f7271;
    color: #fff;
}

.navbar li a.btn {
    margin: 5px 5px;
}

.faq h2,
h3 {
    color: #00A398;
}

#telemedOverview {
    padding-top: 20px;
}

.jumbotron {
    background: url(../images/AdobeStock_99232772_.jpg) right center no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

.jumbotron-grn {
    background-color: #00afaa;
    padding: 0;
    border-radius: 0;
}

.jumbotron-grn h1 {
    margin: 15px 0;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 3.5em;
    font-family: roboto;
    color: #fff;
}

.bkgdGreen {
    background: #6f7271;
}

.jumbotron .row .cta {
    /* margin: 3%;
    float: right; */
    padding: 2%;
    /* min-width: 590px; */
}

.jumbotron h1 {
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
    font-size: 3.25em;
}

.jumbotron p {
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
    font-size: 1em;
}

.lightGray .h2,
.lightGray h2 {
    color: #545454;
}

.lightGray {
    background: #e6e6e6;
    padding: 20px 0;
}

.textPadding {

    margin-bottom: 30px;
}

.lead {
    font-size: 1.32em;
    line-height: 1.5em;
}
.lead a {
   line-height: 2;
    color: #00A398;
    text-decoration: none;
}

#contact h2, a{
    color: #00A398;
}

div#contact svg,
div#contact svg path {
  fill: #717372
}

div#contact object.icon,
div#contact svg.icon {
  max-height: 60px;
  max-width: 60px;
  margin-right: 5px
}

.bkgdGreen,
div#contact {
  padding-top: 20px;
  padding-bottom: 20px
}

iframe {
    width: 100%;
    height: 1200px;
    border: none;
  }

/*************************************** START NUMBERED LIST  */

.tilesWrap h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 2.25em;
    font-family: Raleway, Roboto, Arial, sans-serif;
    color: #00A398;
}

.tilesWrap {
    padding: 0;
    /* margin: 50px auto; */
    list-style: none;
    text-align: center;
    background: #54565a;
    margin-bottom: 0;
}

.tilesWrap li {
    display: inline-block;
    width: 20%;
    min-width: 200px;
    max-width: 230px;
    padding: 20px 20px 20px;
    position: relative;
    vertical-align: top;
    margin: 10px;
    font-family: 'helvetica', san-serif;
    /* min-height: 25vh; */
    background: #54565a;
    /* border: 1px solid #252727; */
    text-align: left;
}

.tilesWrap li h2 {
    font-size: 100px;
    margin: -10;
    position: absolute;
    opacity: 0.2;
    top: -30px;
    right: 10px;
    transition: all 0.3s ease-in-out;
}

.tilesWrap li h3 {
    font-size: 20px;
    /* color: #b7b7b7; */
    color: #fff;
    margin-bottom: 5px;
}

.tilesWrap li p {
    font-size: 16px;
    line-height: 18px;
    /* color: #b7b7b7; */
    color: #fff;
    margin-top: 5px;
}

.tilesWrap li button {
    background: transparent;
    border: 1px solid #b7b7b7;
    padding: 10px 20px;
    color: #b7b7b7;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: translateY(-40px);
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
}

.tilesWrap li button:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 120%;
    background: #b7b7b7;
    top: 0;
    opacity: 0;
    left: -140px;
    border-radius: 0 20px 20px 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;

}

.tilesWrap li:hover button {
    transform: translateY(5px);
    opacity: 1;
}

.tilesWrap li button:hover {
    color: #262a2b;
}

.tilesWrap li button:hover:before {
    left: 0;
    opacity: 1;
}

.tilesWrap li:hover h2 {
    top: 0px;
    opacity: 0.6;
}

/*************************************** END NUMBERED LIST  */

#DCNC h2:not(:first-of-type) {
    font-size: 1.5em;
    text-transform: uppercase
}

#DCNC h3 {
    font-size: 1.25em;
    text-transform: none;
    color: #00A398;
}

#DCNC ul:nth-of-type(2)>li {
    float: left;
    width: 33%
}

#DCNC h2 {
    font-family: Raleway, Roboto, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    color: #00A398;
}

.stripe h2,
.stripe h3 {
    display: inline-block;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 1.445em;
    padding: 5px 8%;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer h2,
.footer h3 {
    display: inline-block;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 1.445em;
    padding: 5px 1%;
    white-space: nowrap;
}

.stripe h2:first-of-type,
.stripe h3:last-of-type {
    padding-left: 0;
    padding-right: 0
}

.stripe img,
.stripe svg {
    padding: 2px;
    margin-right: 6px;
    max-height: 44px;
    max-width: 44px;
    min-width: 1px
}

.footer svg {
    padding: 2px;
    margin-right: 6px;
    max-height: 44px;
    max-width: 44px;
    min-width: 1px
}

.holderDiv {
    background: #666;
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 2%;
    padding-top: 2%;
}

#faqs .row:nth-of-type(1) div:nth-of-type(2),
.holderArrow {
    background: #fff
}

.holderArrow {
    left: 0;
    top: 0;
    padding-right: 0;
    position: absolute;
    height: 100%;
    width: 3%
}

.triangle {
    width: 100%;
    height: 50%;
    left: 0
}

.triangle.topTriangle {
    background: linear-gradient(to left bottom, #666 50%, transparent 50%);
    top: 0
}

.triangle.bottomTriangle {
    background: linear-gradient(to left top, #666 50%, transparent 50%);
    bottom: 0
}

.holderContent {
    position: relative;
    display: inline-block;
    padding-left: 5%;
    width: 100%
}

#moreInfo a,
h2 {
    color: #fff;
}

.footer .social a {
    border-radius: 100px;
    border: 1px solid #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    position: relative;
    margin: 0 10px;
}

.footer .social a object,
.footer .social a svg {
    max-width: 20px;
    max-height: 20px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    position: absolute;
    top: 6px;
    left: 20%;
    right: 20%
}

.footer .social a:nth-of-type(2) object,
.footer .social a:nth-of-type(2) svg {
    top: 8px
}

.footer {
    background: #626363;
    font-size: .875em;
    padding-top: 20px;
    bottom: 0;
    width: 100%;
}

.footer .row div:not(.bottomBar) a img {
    border-radius: 6px;
    border: 1px solid #bfbfbf;
    max-width: 158px
}

.bottomBar,
.bottomBar a {
    color: #C2C2C2
}

.bottomBar {
    background: #4B4B4B;
    padding-top: 1%;
    margin-top: 20px;
}

.bottomBar img {
    max-height: 80px;
    margin: 15px
}


.back-to-top a object:hover,
a svg,
a:hover object:hover {
    cursor: pointer
}

.back-to-top:hover,
.btn-primary:active {
    /* background: #008279; */
    background: #6f7271
}

.back-to-top {
    background: rgba(0, 102, 95, .7);
    background-color: rgba(0, 102, 95, .7);
    border: none;
    border-radius: 4px 4px 0 0;
    position: fixed;
    bottom: 0;
    right: 6%;
    display: none;
    z-index: 9999;
    padding: 10px 20px 5px
}

.back-to-top:hover {
    opacity: 1;
    padding-bottom: 10px
}

.btn.back-to-top,
.btn.btn-gray,
.gray a:hover {
    color: #e6e6e6
}

@media (max-width:1100px) {

    .jumbotron {
        background: none;
        padding: 20px 15px 15px;
        float: none;
    }
}

@media (max-width:991px) {
    .navbar-brand img {
        width: 100%;
        max-width: 60%;
    }
}

@media (min-width:769px) {
    .footer .row div.social {
    
        text-align: center;
        /* float: right;
        text-align: right; */
    }

    .footer .footer-buttons {
        display: none;
    }
}

@media (max-width:768px) {
    .navbar-brand img {
        width: 200px;
        max-width: 100%;
    }

    #DCNC img {
        width: 150px;
        height: 150px;
    }

    .holderArrow {
        display: none;
    }

    .app-buttons {
        display: none;
    }

    .bottomBar {
        padding-bottom: 30px
    }

    .jumbotron h1 {
        font-size: 2em;
    }

    .tilesWrap li h2 {
        display: none;
    }

    .tilesWrap li {
        min-height: 0;
        padding: 0;
    }

    .stripe h2,
    .stripe h3 {
        font-size: 1rem;
        padding: 0;
        margin: 0;
    }

    .stripe svg {
        display: none;
    }

    #DCNC ul:nth-of-type(2)>li {
        float: left;
        width: 50%
    }

    .footer .row div.social {
        margin-top: 20px;
        text-align: center;
    }

    .footer .footer-buttons {
        /* display: block; */
        /* align-items: center; */
        align-content: center;
    }

    .jumbotron-grn h1 {
        font-size: 2.5em;
    }

    div#contact object.icon,
    div#contact svg.icon {
      max-height: 30px;
      max-width: 30px
    }
}

@media (max-width:414px) {
    #DCNC img {
        display: none !important;
    }

    .footer h2,
    .footer h3 {
        display: inline-block;
        font-family: 'Roboto Condensed', Arial, sans-serif;
        /* font-weight: 400; */
        text-transform: none;
        font-size: 1em;
        padding: 5px 1%;
        /* white-space: nowrap; */
    }

    #DCNC ul:nth-of-type(2)>li {
        font-size: 13px;
    }

    .jumbotron-grn h1 {
        font-size: 1.5em;
    }

    .faq h2, h3 {
        font-size: 20px;
    }

    .faq p {
        line-height: 20px;
    }

    div#contact .h3 {
        font-size: 14px
      }
}