/***** Phones: Portrait *****/
@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: portrait) {
    body {
        margin: 0;
        overflow-x: hidden;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    html {
        scroll-behavior: smooth;
    }

    br.responsiveOne {
        display: inline-block;
    }

    br.responsiveTwo {
        display: inline-block;
    }

    br.responsiveThree {
        display: inline-block;
    }
    
    .publicHdrBlue {
        margin: 0;
        font-size: 1.5em;
        text-align: center;
        font-weight: 700;
        color: #007c9d;
        text-transform: uppercase;
    }

    .publicHdrGreen {
        margin: 0;
        font-size: 1.5em;
        text-align: center;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicIntroTxt {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
        padding: 1% 0 3%;
        background-color: #fff;
    }

    .publicIntroTxt p {
        width: 100%;
        margin: 1% 0;
        font-size: 1em;
        line-height: 1.4;
        color: #4b4b4b;
    }

    .publicGreenBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 1.5% 0 1% 0;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicGreenBckgrnd p {
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicWhiteBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicCallOutTxt {
        width: fit-content;
        margin: 2% 0 0 0;
        font-size: 1.4em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicCallOutTxt2 {
        width: fit-content;
        margin: 0 auto;
        font-size: 2em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicTextLeft {
        float: left;
        width: 94%;
        padding: 0;
    }

    .publicTextLeft p {
        width: 100%;
        margin: revert;
        font-size: 1em;
        line-height: 1.4;
        color: #4b4b4b;
    }

    .publicTextRight {
        float: right;
        width: 30%;
        padding: 0;
    }

    .publicTextRight p {
        width: 100%;
        margin: .5% auto 0;
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicImageContainerRight {
        float: right;
        width: 40%;
        display: none;
    }

    .publicImageContainerLeft {
        float: left;
        width: fit-content;
    }

    .publicHeartImg {
        width: 32%;
        display: none;
    }

    .publicMedGuardLogo {
        width: 65%;
        margin: 0;
    }

    .publicMedGuardImg {
        float: right;
        margin: 3% 0 3% 3%;
        width: 36%;
        border: solid #79a030 4px;
        border-radius: 12px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
        display: none;
    }

    .publicNoBorder {
        border: none;
    }

    .publicMainContainer {
        width: 100%;
        overflow: hidden;
    }

    .publicContentContainer {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        display: none;
    }

    .publicHeaderContainer {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .publicLogoContainer {
        float: left;
        overflow: hidden;
        margin: 1% 0 0 0;
        width: 48%;
    }

    .publicLogoContainer > img {
        width: 100%;
    }

    .publicLoginDemoLinksContainer {
        float: right;
        width: 45%;
        margin: 3% 0 0 0;
        padding: 0 1% 0 0;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicLogInLink {
        width: fit-content;
        height: 35px;
        padding: 2%;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicLogInLink a {
        width: 67%;
        float: right;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .publicLogInIcon {
        float: left;
        margin: -3% 0 0 2%;
        width: 30%;
    }

    .publicDemoLink {
        width: fit-content;
        height: 35px;
        padding: 2.5% 3%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicDemoLink a {
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .publicPageLinksContainer {
        width: 100%;
        float: right;
        margin: 1% 0;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicPageLinksContainer a {
        color: #4b4b4b;
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

    .publicPageLinksContainer a:hover {
        color: #007c9d;
        text-decoration: underline;
    }

    .publicImageTextContainer {
        width: 40%;
        height: 35px;
        padding: 1% 1.5%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        z-index: 999;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicTopDividerBar {
        width: 100%;
        height: 15px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicHeaderImage {
        overflow: hidden;
        height: fit-content;
    }

    .publicTextContainer {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicPageHdr {
        margin: 2% 0 0 0;
        text-align: center;
        font-size: 1.8em;
        font-weight: 700;
        color: #007c9d;
    }

    .publicOliveSection {
        width: 100%;
        padding: 1%;
        height: 180px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 30%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSection p {
        width: 88%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.5;
        color: #007c9d;
    }

    .publicOliveSectionTwo {
        width: 100%;
        padding: 2%;
        height: 150px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 30%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSectionTwo p {
        width: 94%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.4;
        color: #007c9d;
    }

    /*** Olive Divider ***/
    .publicOliveDivider {
        margin: 2% auto 0; 
        width: 70%; 
        position: relative;
        
        .mask { 
        overflow: hidden;
        height: 10px; 
        &:after { 
            content:''; 
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;  
            border-radius: 125px / 12px;  
            box-shadow: 0 0 8px #79a030;
            }
        }

        span {
            width: 40px;
            height: 40px; 
            position: absolute; 
            bottom: 100%; 
            margin-bottom: -20px;
            left: 50%; 
            margin-left: -25px;
            border-radius: 100%;
            box-shadow: 0 2px 4px #999;
            background-color:#fff;
            display: none;
        }

        span c {
            position: absolute;
            top: 2px;
            bottom: 2px;
            left: 2px;
            right: 2px;
            border-radius: 100%;
            border: 1px solid #a1cb52;
        }
    }
    
    .publicOliveDivider span img {
        width: 18%;
        padding: 3% 1% 1% 13%;
        display: none;
    }

    .publicEmployeeEngagement {
        background: linear-gradient(to right bottom, #415382 50%, #2d3d64 50%);
    }

    .publicMedGuardBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 3%;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
    }

    .publicMedGuardTopContent {
        width: 96%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .publicMedGuardContent {
        width: 96%;
        margin: 1% auto;
    }

    .publicMedGuardContent p {
        font-size: 1em;
        line-height: 1.4;
        color: #4b4b4b;
    }

    .publicMedGuardTxtContainer {
        width: 96%;
        overflow: hidden;
    }

    .publicMedGuardTxtContainer p {
        font-size: 1em;
        line-height: 1.4;
        color: #4b4b4b;
    }

    .publicMedGuardCallout {
        width: 94%;
        margin: 8% auto;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 6px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCallout p {
        width: 75%;
        margin: 0 auto;
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.3;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutTwo {
        width: 96%;
        padding: 1% 0;
        margin: 8% auto;
        text-align: center;
        background: #fbfdf9;
        border-radius: 6px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutTwo p {
        width: 100%;
        margin: 0 auto;
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.3;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutThree {
        width: 96%;
        margin: 8% auto;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 6px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutThree p {
        width: 95%;
        margin: 0 auto;
        font-size: 1.1em;
        font-weight: 700;
        line-height: 1.3;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardSubHdr {
        margin: 8% 0 0 0;
        font-size: 1.3em;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicPartnersContainer {
        overflow: hidden;
        width:100%;
        margin: 0 0 2% 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        display: none;
    }

    .publicPartnersContent {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        gap: 60px;
    }

    .publicPartnersContent img {
        width: 42%;
        align-self: center;
    }

    .publicFooterContainer {
        overflow: hidden;
        background: #007c9d;
        padding: 3%;
    }

    .publicContactContainer {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicContactHdr {
        margin: 0 0 2% 0;
        width: 100%;
        font-size: 1.2em;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color:#fff;
    }

    .publicContactAddress {
        width: fit-content;
        float: left;
    }

    .publicContactAddress ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.1em;
    }

    .publicContactAddress ul li span {
        vertical-align: middle;
    }

    .publicContactAddress ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
        color: #fff;
    }

    .publicContactInfo {
        width: fit-content;
        float: left;
    }

    .publicContactInfo ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.1em;
    }

    .publicContactInfo ul li span {
        vertical-align: middle;
    }

    .publicContactInfo ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
    }

    .publicContactInfo ul a {
        padding: 0;
        color:#fff;
    }

    /* .publicContactInfo ul li i {
        margin-bottom:20px;
    } */

    .widget {
        padding-left: 0;
    }

    ul.sidebar-gallery {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-gallery li {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .sidebar-gallery li a {
        border-radius: 4px;
        display: inline-block;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-top:20px;
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        background-image: none;
        border-radius: 4px;
        background-color: #fff;
    }
    
    ul.social-network {
        list-style:none;
        margin-top:20px;	
        padding:10px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .sub-footer  {
        background:#29a4c4;
        padding:10px;
    }

    .sub-footer h4 {
        color: #fff;
        font-size: 22px;
    }

    .copyright {
        margin-top:30px;
    }

    .copyright a {
        color:#000;
        font-weight:600;
        font-size:12px;
        text-shadow:none;
    }

    .navbar-default {
        border-radius: 0% !important;
    }
    
    .navbar-brand {
        float: left;
        width: 60%;
        margin: 2% 0 0 2%;
        padding: 0;
        height: fit-content;
    }

    .navbar-brand > img {
        width: 100%;
    }
    
    .menu {
        width: 100%;
        font-size: 1em;
    }
    
    .navbar-collapse {
        padding-right: 1%;
        padding-left: 1%;
    }
    
    .nav-tabs {
        width: 100%;
        float: left;
        border-bottom: none;
        margin-top: 2%;
    }
    
    .nav-tabs > li {
        float: left;
        margin-bottom: 0;
    }
    
    .menu ul.nav-tabs li {
        width: 100%;
        border-bottom: solid #79a030 1px;
    }
    
    .menu ul.nav-tabs li a:hover {
        background-color: #fbfdf9;
    }
}

/***** Phones: Landscape *****/
@media only screen and (min-width : 736px) and (max-width : 897px) and (orientation: landscape) {
    body {
        margin: 0;
        overflow-x: hidden;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    html {
        scroll-behavior: smooth;
    }

    br.responsiveOne {
        display: none;
    }

    br.responsiveTwo {
        display: inline-block;
    }

    br.responsiveThree {
        display: inline-block;
    }
    
    .publicHdrBlue {
        margin: 0;
        font-size: 2em;
        text-align: center;
        font-weight: 700;
        color: #007c9d;
        text-transform: uppercase;
    }

    .publicHdrGreen {
        margin: 0;
        font-size: 2em;
        text-align: center;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicIntroTxt {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
        padding: 1% 0 3%;
        background-color: #fff;
    }

    .publicIntroTxt p {
        width: 100%;
        margin: 1% 0;
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicGreenBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 1.5% 0 1% 0;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicGreenBckgrnd p {
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicWhiteBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicCallOutTxt {
        width: fit-content;
        margin: 0;
        font-size: 1.8em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicCallOutTxt2 {
        width: fit-content;
        margin: 0 auto;
        font-size: 2em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicTextLeft {
        float: left;
        width: 52%;
        padding: 0;
    }

    .publicTextLeft p {
        width: 100%;
        margin: revert;
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicTextRight {
        float: right;
        width: 30%;
        padding: 0;
    }

    .publicTextRight p {
        width: 100%;
        margin: .5% auto 0;
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicImageContainerRight {
        float: right;
        width: 40%;
    }

    .publicImageContainerLeft {
        float: left;
        width: fit-content;
    }

    .publicHeartImg {
        width: 32%;
    }

    .publicMedGuardLogo {
        width: 42%;
        margin: 0;
    }

    .publicMedGuardImg {
        float: right;
        margin: 3% 0 3% 3%;
        width: 36%;
        border: solid #79a030 4px;
        border-radius: 12px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicNoBorder {
        border: none;
    }

    .publicMainContainer {
        width: 100%;
        overflow: hidden;
    }

    .publicContentContainer {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicHeaderContainer {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .publicLogoContainer {
        float: left;
        overflow: hidden;
        margin: 1% 0 0 0;
        width: 48%;
    }

    .publicLogoContainer > img {
        width: 100%;
    }

    .publicLoginDemoLinksContainer {
        float: right;
        width: 45%;
        margin: 3% 0 0 0;
        padding: 0 1% 0 0;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicLogInLink {
        width: fit-content;
        height: 35px;
        padding: 2%;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicLogInLink a {
        width: 67%;
        float: right;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .publicLogInIcon {
        float: left;
        margin: -3% 0 0 2%;
        width: 30%;
    }

    .publicDemoLink {
        width: fit-content;
        height: 35px;
        padding: 2.5% 3%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicDemoLink a {
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .publicPageLinksContainer {
        width: 100%;
        float: right;
        margin: 1% 0;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicPageLinksContainer a {
        color: #4b4b4b;
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

    .publicPageLinksContainer a:hover {
        color: #007c9d;
        text-decoration: underline;
    }

    .publicImageTextContainer {
        width: 40%;
        height: 35px;
        padding: 1% 1.5%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        z-index: 999;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicTopDividerBar {
        width: 100%;
        height: 15px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicHeaderImage {
        overflow: hidden;
        height: fit-content;
    }

    .publicTextContainer {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicPageHdr {
        margin: 2% 0 0 0;
        text-align: center;
        font-size: 2.2em;
        font-weight: 700;
        color: #007c9d;
    }

    .publicOliveSection {
        width: 100%;
        padding: 3%;
        height: 180px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSection p {
        width: 85%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.5;
        color: #007c9d;
    }

    .publicOliveSectionTwo {
        width: 100%;
        padding: 2%;
        height: 150px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSectionTwo p {
        width: 85%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.6;
        color: #007c9d;
    }

    /*** Olive Divider ***/
    .publicOliveDivider {
        margin: 2% auto 0; 
        width: 70%; 
        position: relative;
        
        .mask { 
        overflow: hidden;
        height: 10px; 
        &:after { 
            content:''; 
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;  
            border-radius: 125px / 12px;  
            box-shadow: 0 0 8px #79a030;
            }
        }

        span {
            width: 40px;
            height: 40px; 
            position: absolute; 
            bottom: 100%; 
            margin-bottom: -20px;
            left: 50%; 
            margin-left: -25px;
            border-radius: 100%;
            box-shadow: 0 2px 4px #999;
            background-color:#fff;
            display: none;
        }

        span c {
            position: absolute;
            top: 2px;
            bottom: 2px;
            left: 2px;
            right: 2px;
            border-radius: 100%;
            border: 1px solid #a1cb52;
        }
    }
    
    .publicOliveDivider span img {
        width: 18%;
        padding: 3% 1% 1% 13%;
        display: none;
    }

    .publicEmployeeEngagement {
        background: linear-gradient(to right bottom, #415382 50%, #2d3d64 50%);
    }

    .publicMedGuardBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 3%;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
    }

    .publicMedGuardBckgrnd p {
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardTopContent {
        width: 96%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicMedGuardContent {
        width: 96%;
        margin: 1% auto;
        overflow: hidden;
    }

    .publicMedGuardTxtContainer {
        width: 90%;
        overflow: hidden;
    }

    .publicMedGuardTxtContainer p {
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardCallout {
        width: 85%;
        margin: 4% auto;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCallout p {
        width: 75%;
        margin: 0 auto;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutTwo {
        width: 85%;
        padding: 1% 0;
        margin: 3% auto 4%;
        text-align: center;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutTwo p {
        width: 100%;
        margin: 0 auto;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutThree {
        width: 96%;
        margin: 3% auto 4%;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutThree p {
        width: 100%;
        margin: 0 auto;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardSubHdr {
        margin: 2% 0 0 0;
        font-size: 1.5em;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicPartnersContainer {
        overflow: hidden;
        width:100%;
        margin: 0 0 2% 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        display: none;
    }

    .publicPartnersContent {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        gap: 60px;
    }

    .publicPartnersContent img {
        width: 28%;
        align-self: center;
    }

    .publicFooterContainer {
        overflow: hidden;
        background: #007c9d;
        padding: 3%;
    }

    .publicContactContainer {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicContactHdr {
        margin: 0 0 2% 0;
        width: 100%;
        font-size: 1.2em;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color:#fff;
    }

    .publicContactAddress {
        width: fit-content;
        float: left;
    }

    .publicContactAddress ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.1em;
    }

    .publicContactAddress ul li span {
        vertical-align: middle;
    }

    .publicContactAddress ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
        color: #fff;
    }

    .publicContactInfo {
        width: fit-content;
        float: right;
    }

    .publicContactInfo ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.1em;
    }

    .publicContactInfo ul li span {
        vertical-align: middle;
    }

    .publicContactInfo ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
    }

    .publicContactInfo ul a {
        padding: 0;
        color:#fff;
    }

    /* .publicContactInfo ul li i {
        margin-bottom:20px;
    } */

    .widget {
        padding-left: 0;
    }

    ul.sidebar-gallery {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-gallery li {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .sidebar-gallery li a {
        border-radius: 4px;
        display: inline-block;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-top:20px;
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        background-image: none;
        border-radius: 4px;
        background-color: #fff;
    }
    
    ul.social-network {
        list-style:none;
        margin-top:20px;	
        padding:10px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .sub-footer  {
        background:#29a4c4;
        padding:10px;
    }

    .sub-footer h4 {
        color: #fff;
        font-size: 22px;
    }

    .copyright {
        margin-top:30px;
    }

    .copyright a {
        color:#000;
        font-weight:600;
        font-size:12px;
        text-shadow:none;
    }

    .navbar-default {
        border-radius: 0% !important;
        display: none;
    }
    
    .navbar-brand {
        float: left;
        width: 60%;
        margin: 2% 0 0 2%;
        padding: 0;
        height: fit-content;
    }

    .navbar-brand > img {
        width: 100%;
    }
    
    .menu {
        width: 100%;
        font-size: 1em;
    }
    
    .navbar-collapse {
        padding-right: 1%;
        padding-left: 1%;
    }
    
    .nav-tabs {
        width: 100%;
        float: left;
        border-bottom: none;
        margin-top: 2%;
    }
    
    .nav-tabs > li {
        float: left;
        margin-bottom: 0;
    }
    
    .menu ul.nav-tabs li {
        width: 100%;
        border-bottom: solid #79a030 1px;
    }
    
    .menu ul.nav-tabs li a:hover {
        background-color: #fbfdf9;
    }
}

/*** Tablet Portrait ***/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    body {
        margin: 0;
        overflow-x: hidden;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    html {
        scroll-behavior: smooth;
    }

    br.responsiveOne {
        display: none;
    }

    br.responsiveTwo {
        display: inline-block;
    }

    br.responsiveThree {
        display: inline-block;
    }
    
    .publicHdrBlue {
        margin: 0;
        font-size: 2em;
        text-align: center;
        font-weight: 700;
        color: #007c9d;
        text-transform: uppercase;
    }

    .publicHdrGreen {
        margin: 0;
        font-size: 2em;
        text-align: center;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicIntroTxt {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
        padding: 1% 0 3%;
        background-color: #fff;
    }

    .publicIntroTxt p {
        width: 100%;
        margin: 1% 0;
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicGreenBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 1.5% 0 1% 0;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicGreenBckgrnd p {
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicWhiteBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicCallOutTxt {
        width: fit-content;
        margin: 0;
        font-size: 1.8em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicCallOutTxt2 {
        width: fit-content;
        margin: 0 auto;
        font-size: 2em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicTextLeft {
        float: left;
        width: 52%;
        padding: 0;
    }

    .publicTextLeft p {
        width: 100%;
        margin: revert;
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicTextRight {
        float: right;
        width: 30%;
        padding: 0;
    }

    .publicTextRight p {
        width: 100%;
        margin: .5% auto 0;
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicImageContainerRight {
        float: right;
        width: 40%;
    }

    .publicImageContainerLeft {
        float: left;
        width: fit-content;
    }

    .publicHeartImg {
        width: 32%;
    }

    .publicMedGuardLogo {
        width: 44%;
        margin: 0;
    }

    .publicMedGuardImg {
        float: right;
        margin: 6% 0 1% 3%;
        width: 36%;
        border: solid #79a030 4px;
        border-radius: 12px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicNoBorder {
        border: none;
    }

    .publicMainContainer {
        width: 100%;
        overflow: hidden;
    }

    .publicContentContainer {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicHeaderContainer {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .publicLogoContainer {
        float: left;
        overflow: hidden;
        margin: 1% 0 0 0;
        width: 48%;
    }

    .publicLogoContainer > img {
        width: 100%;
    }

    .publicLoginDemoLinksContainer {
        float: right;
        width: 45%;
        margin: 3% 0 0 0;
        padding: 0 1% 0 0;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicLogInLink {
        width: fit-content;
        height: 35px;
        padding: 2%;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicLogInLink a {
        width: 67%;
        float: right;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .publicLogInIcon {
        float: left;
        margin: -3% 0 0 2%;
        width: 30%;
    }

    .publicDemoLink {
        width: fit-content;
        height: 35px;
        padding: 2.5% 3%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicDemoLink a {
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .publicPageLinksContainer {
        width: 100%;
        float: right;
        margin: 1% 0;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicPageLinksContainer a {
        color: #4b4b4b;
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

    .publicPageLinksContainer a:hover {
        color: #007c9d;
        text-decoration: underline;
    }

    .publicImageTextContainer {
        width: 40%;
        height: 35px;
        padding: 1% 1.5%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        z-index: 999;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicTopDividerBar {
        width: 100%;
        height: 15px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicHeaderImage {
        overflow: hidden;
        height: fit-content;
    }

    .publicTextContainer {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicPageHdr {
        margin: 2% 0 0 0;
        text-align: center;
        font-size: 2.2em;
        font-weight: 700;
        color: #007c9d;
    }

    .publicOliveSection {
        width: 100%;
        padding: 3%;
        height: 180px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSection p {
        width: 85%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.5;
        color: #007c9d;
    }

    .publicOliveSectionTwo {
        width: 100%;
        padding: 2%;
        height: 150px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSectionTwo p {
        width: 85%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.6;
        color: #007c9d;
    }

    /*** Olive Divider ***/
    .publicOliveDivider {
        margin: 2% auto 0; 
        width: 70%; 
        position: relative;
        
        .mask { 
        overflow: hidden;
        height: 10px; 
        &:after { 
            content:''; 
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;  
            border-radius: 125px / 12px;  
            box-shadow: 0 0 8px #79a030;
            }
        }

        span {
            width: 40px;
            height: 40px; 
            position: absolute; 
            bottom: 100%; 
            margin-bottom: -20px;
            left: 50%; 
            margin-left: -25px;
            border-radius: 100%;
            box-shadow: 0 2px 4px #999;
            background-color:#fff;
            display: none;
        }

        span c {
            position: absolute;
            top: 2px;
            bottom: 2px;
            left: 2px;
            right: 2px;
            border-radius: 100%;
            border: 1px solid #a1cb52;
        }
    }
    
    .publicOliveDivider span img {
        width: 18%;
        padding: 3% 1% 1% 13%;
        display: none;
    }

    .publicEmployeeEngagement {
        background: linear-gradient(to right bottom, #415382 50%, #2d3d64 50%);
    }

    .publicMedGuardBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 3%;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
    }

    .publicMedGuardBckgrnd p {
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardTopContent {
        width: 96%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicMedGuardContent {
        width: 96%;
        margin: 1% auto;
        overflow: hidden;
    }

    .publicMedGuardTxtContainer {
        width: 90%;
        overflow: hidden;
    }

    .publicMedGuardTxtContainer p {
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardCallout {
        width: 85%;
        margin: 4% auto;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCallout p {
        width: 75%;
        margin: 0 auto;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutTwo {
        width: 85%;
        padding: 1% 0;
        margin: 3% auto 4%;
        text-align: center;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutTwo p {
        width: 100%;
        margin: 0 auto;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutThree {
        width: 96%;
        margin: 3% auto 4%;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutThree p {
        width: 100%;
        margin: 0 auto;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardSubHdr {
        margin: 2% 0 0 0;
        font-size: 1.5em;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicPartnersContainer {
        overflow: hidden;
        width:100%;
        margin: 0 0 2% 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        display: none;
    }

    .publicPartnersContent {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        gap: 60px;
    }

    .publicPartnersContent img {
        width: 28%;
        align-self: center;
    }

    .publicFooterContainer {
        overflow: hidden;
        background: #007c9d;
        padding: 3%;
    }

    .publicContactContainer {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicContactHdr {
        margin: 0 0 2% 0;
        width: 100%;
        font-size: 1.2em;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color:#fff;
    }

    .publicContactAddress {
        width: fit-content;
        float: left;
    }

    .publicContactAddress ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.1em;
    }

    .publicContactAddress ul li span {
        vertical-align: middle;
    }

    .publicContactAddress ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
        color: #fff;
    }

    .publicContactInfo {
        width: fit-content;
        float: right;
    }

    .publicContactInfo ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.1em;
    }

    .publicContactInfo ul li span {
        vertical-align: middle;
    }

    .publicContactInfo ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
    }

    .publicContactInfo ul a {
        padding: 0;
        color:#fff;
    }

    /* .publicContactInfo ul li i {
        margin-bottom:20px;
    } */

    .widget {
        padding-left: 0;
    }

    ul.sidebar-gallery {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-gallery li {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .sidebar-gallery li a {
        border-radius: 4px;
        display: inline-block;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-top: 20px;
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        background-image: none;
        border-radius: 4px;
        background-color: #fff;
    }
    
    ul.social-network {
        list-style:none;
        margin-top:20px;	
        padding:10px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .sub-footer  {
        background:#29a4c4;
        padding:10px;
    }

    .sub-footer h4 {
        color: #fff;
        font-size: 22px;
    }

    .copyright {
        margin-top:30px;
    }

    .copyright a {
        color:#000;
        font-weight:600;
        font-size:12px;
        text-shadow:none;
    }

    .navigation {
        display: none;
    }
}
    
/*** Tablet Landscape ***/
@media only screen and (min-width : 1024px) and (max-width : 1280px) and (orientation : landscape) {
    body {
        margin: 0;
        overflow-x: hidden;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    html {
        scroll-behavior: smooth;
    }

    br.responsiveOne {
        display: none;
    }

    br.responsiveTwo {
        display: inline-block;
    }

    br.responsiveThree {
        display: inline-block;
    }
    
    .publicHdrBlue {
        margin: 0;
        font-size: 2em;
        text-align: center;
        font-weight: 700;
        color: #007c9d;
        text-transform: uppercase;
    }

    .publicHdrGreen {
        margin: 0;
        font-size: 2em;
        text-align: center;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicIntroTxt {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
        padding: 1% 0 3%;
        background-color: #fff;
    }

    .publicIntroTxt p {
        width: 100%;
        margin: 1% 0;
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicGreenBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 1.5% 0 1% 0;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicGreenBckgrnd p {
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicWhiteBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicCallOutTxt {
        width: fit-content;
        margin: 0 3% 0 0;
        font-size: 2em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicCallOutTxt2 {
        width: fit-content;
        margin: 0 auto;
        font-size: 2em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicTextLeft {
        float: left;
        width: 52%;
        padding: 0;
    }

    .publicTextLeft p {
        width: 100%;
        margin: revert;
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicTextRight {
        float: right;
        width: 30%;
        padding: 0;
    }

    .publicTextRight p {
        width: 100%;
        margin: .5% auto 0;
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicImageContainerRight {
        float: right;
        width: 40%;
    }

    .publicImageContainerLeft {
        float: left;
        width: fit-content;
    }

    .publicHeartImg {
        width: 28%;
    }

    .publicMedGuardLogo {
        width: 44%;
        margin: 0;
    }

    .publicMedGuardImg {
        float: right;
        margin: 3% 0 3% 3%;
        width: 31%;
        border: solid #79a030 4px;
        border-radius: 12px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicNoBorder {
        border: none;
    }

    .publicMainContainer {
        width: 100%;
        overflow: hidden;
    }

    .publicContentContainer {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicHeaderContainer {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .publicLogoContainer {
        float: left;
        overflow: hidden;
        margin: 1% 0 0 0;
        width: 35%;
    }

    .publicLogoContainer > img {
        width: 100%;
    }

    .publicLoginDemoLinksContainer {
        float: right;
        width: 40%;
        margin: 2% 0 0 0;
        padding: 0 1% 0 0;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicLogInLink {
        width: fit-content;
        height: 35px;
        padding: 2%;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicLogInLink a {
        width: 67%;
        float: right;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .publicLogInIcon {
        float: left;
        margin: -3% 0 0 2%;
        width: 30%;
    }

    .publicDemoLink {
        width: fit-content;
        height: 35px;
        padding: 2% 2.5%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicDemoLink a {
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .publicPageLinksContainer {
        width: 80%;
        float: right;
        margin: 0 2% .5% 0;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicPageLinksContainer a {
        color: #4b4b4b;
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

    .publicPageLinksContainer a:hover {
        color: #007c9d;
        text-decoration: underline;
    }

    .publicImageTextContainer {
        width: 40%;
        height: 35px;
        padding: 1% 1.5%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        z-index: 999;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicTopDividerBar {
        width: 100%;
        height: 15px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicHeaderImage {
        overflow: hidden;
        height: fit-content;
    }

    .publicTextContainer {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicPageHdr {
        margin: 1% 0 0 0;
        text-align: center;
        font-size: 2.6em;
        font-weight: 700;
        color: #007c9d;
    }

    .publicOliveSection {
        width: 100%;
        padding: 3%;
        height: 180px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSection p {
        width: 85%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.5;
        color: #007c9d;
    }

    .publicOliveSectionTwo {
        width: 100%;
        padding: 4%;
        height: 250px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSectionTwo p {
        width: 75%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.4em;
        font-weight: 700;
        line-height: 1.6;
        color: #007c9d;
    }

    /*** Olive Divider ***/
    .publicOliveDivider {
        margin: 2% auto 0; 
        width: 60%; 
        position: relative;
        
        .mask { 
        overflow: hidden;
        height: 20px; 
        &:after { 
            content:''; 
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;  
            border-radius: 125px / 12px;  
            box-shadow: 0 0 8px #79a030;
            }
        }

        span {
            width: 40px;
            height: 40px; 
            position: absolute; 
            bottom: 100%; 
            margin-bottom: -20px;
            left: 50%; 
            margin-left: -25px;
            border-radius: 100%;
            box-shadow: 0 2px 4px #999;
            background-color:#fff;
            display: none;
        }

        span c {
            position: absolute;
            top: 2px;
            bottom: 2px;
            left: 2px;
            right: 2px;
            border-radius: 100%;
            border: 1px solid #a1cb52;
        }
    }
    
    .publicOliveDivider span img {
        width: 18%;
        padding: 3% 1% 1% 13%;
        display: none;
    }

    .publicEmployeeEngagement {
        background: linear-gradient(to right bottom, #415382 50%, #2d3d64 50%);
    }

    .publicMedGuardBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 3%;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
    }

    .publicMedGuardBckgrnd p {
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardTopContent {
        width: 96%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .publicMedGuardContent {
        width: 96%;
        margin: 1% auto;
        overflow: hidden;
    }

    .publicMedGuardTxtContainer {
        width: 90%;
        overflow: hidden;
    }

    .publicMedGuardTxtContainer p {
        font-size: 1.1em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardCallout {
        width: 75%;
        margin: 4% auto;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCallout p {
        width: 72%;
        margin: 0 auto;
        font-size: 1.4em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutTwo {
        width: 75%;
        margin: 3% auto 4%;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutTwo p {
        width: 100%;
        margin: 0 auto;
        font-size: 1.4em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutThree {
        width: 80%;
        margin: 3% auto 4%;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutThree p {
        width: 90%;
        margin: 0 auto;
        font-size: 1.4em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardSubHdr {
        margin: 2% 0 0 0;
        font-size: 1.5em;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicPartnersContainer {
        overflow: hidden;
        width:100%;
        margin: 0 0 2% 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        display: none;
    }

    .publicPartnersContent {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        gap: 60px;
    }

    .publicPartnersContent img {
        width: 24%;
        align-self: center;
    }

    .publicFooterContainer {
        overflow: hidden;
        background: #007c9d;
        padding: 3%;
    }

    .publicContactContainer {
        width: 65%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicContactHdr {
        margin: 0 0 2% 0;
        width: 100%;
        font-size: 1.2em;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color:#fff;
    }

    .publicContactAddress {
        width: fit-content;
        float: left;
    }

    .publicContactAddress ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.1em;
    }

    .publicContactAddress ul li span {
        vertical-align: middle;
    }

    .publicContactAddress ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
        color: #fff;
    }

    .publicContactInfo {
        width: fit-content;
        float: right;
    }

    .publicContactInfo ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.1em;
    }

    .publicContactInfo ul li span {
        vertical-align: middle;
    }

    .publicContactInfo ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
    }

    .publicContactInfo ul a {
        padding: 0;
        color:#fff;
    }

    /* .publicContactInfo ul li i {
        margin-bottom:20px;
    } */

    .widget {
        padding-left: 0;
    }

    ul.sidebar-gallery {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-gallery li {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .sidebar-gallery li a {
        border-radius: 4px;
        display: inline-block;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-top:20px;
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        background-image: none;
        border-radius: 4px;
        background-color: #fff;
    }
    
    ul.social-network {
        list-style:none;
        margin-top:20px;	
        padding:10px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .sub-footer  {
        background:#29a4c4;
        padding:10px;
    }

    .sub-footer h4 {
        color: #fff;
        font-size: 22px;
    }

    .copyright {
        margin-top:30px;
    }

    .copyright a {
        color:#000;
        font-weight:600;
        font-size:12px;
        text-shadow:none;
    }

    .navigation {
        display: none;
    }
}

/*** Laptop ***/
@media (min-width : 1281px) and (max-width : 1599px) and (orientation : landscape) {
    body {
        margin: 0;
        overflow-x: hidden;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    html {
        scroll-behavior: smooth;
    }

    br.responsiveOne {
        display: none;
    }

    br.responsiveTwo {
        display: inline-block;
    }

    br.responsiveThree {
        display: inline-block;
    }
    
    .publicHdrBlue {
        margin: 0;
        font-size: 2.3em;
        text-align: center;
        font-weight: 700;
        color: #007c9d;
        text-transform: uppercase;
    }

    .publicHdrGreen {
        margin: 0;
        font-size: 2.3em;
        text-align: center;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicIntroTxt {
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 2% 0;
        background-color: #fff;
    }

    .publicIntroTxt p {
        width: 88%;
        margin: 1% auto 0;
        font-size: 1.3em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicGreenBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 3%;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicGreenBckgrnd p {
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicWhiteBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicCallOutTxt {
        width: fit-content;
        margin: 0 3% 0 0;
        font-size: 2.2em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicCallOutTxt2 {
        width: fit-content;
        margin: 0 auto;
        font-size: 2em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicTextLeft {
        float: left;
        width: 52%;
        padding: 0;
    }

    .publicTextLeft p {
        width: 100%;
        margin: 3% auto 0;
        font-size: 1.3em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicTextRight {
        float: right;
        width: 30%;
        padding: 0;
    }

    .publicTextRight p {
        width: 100%;
        margin: .5% auto 0;
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicImageContainerRight {
        float: right;
        width: 40%;
    }

    .publicImageContainerLeft {
        float: left;
        width: fit-content;
    }

    .publicHeartImg {
        width: 24%;
    }

    .publicMedGuardLogo {
        margin: 0 2% 0 
    }

    .publicMedGuardImg {
        float: right;
        margin: 5% 0 3% 3%;
        width: 31%;
        border: solid #79a030 4px;
        border-radius: 12px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicNoBorder {
        border: none;
    }

    .publicMainContainer {
        width: 100%;
        overflow: hidden;
    }

    .publicContentContainer {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicHeaderContainer {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .publicLogoContainer {
        float: left;
        overflow: hidden;
        margin: 1% 0 0 0;
        width: 35%;
    }

    .publicLogoContainer > img {
        width: 100%;
    }

    .publicLoginDemoLinksContainer {
        float: right;
        width: 40%;
        margin: 2% 0 0 0;
        padding: 0 1% 0 0;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicLogInLink {
        width: fit-content;
        height: 35px;
        padding: 1.5%;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicLogInLink a {
        width: 67%;
        float: right;
        font-size: 1.2em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .publicLogInIcon {
        float: left;
        margin: -3% 0 0 2%;
        width: 30%;
    }

    .publicDemoLink {
        width: fit-content;
        height: 35px;
        padding: 1.5% 2.5%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicDemoLink a {
        width: 100%;
        font-size: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .publicPageLinksContainer {
        width: 80%;
        float: right;
        margin: 0 0 .5% 0;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicPageLinksContainer a {
        color: #4b4b4b;
        font-size: 1.3em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

    .publicPageLinksContainer a:hover {
        color: #007c9d;
        text-decoration: underline;
    }

    .publicImageTextContainer {
        width: 40%;
        height: 35px;
        padding: 1% 1.5%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        z-index: 999;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicTopDividerBar {
        width: 100%;
        height: 15px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicHeaderImage {
        overflow: hidden;
        height: fit-content;
    }

    .publicTextContainer {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicPageHdr {
        margin: 1% 0 0 0;
        text-align: center;
        font-size: 3em;
        font-weight: 700;
        color: #007c9d;
    }

    .publicOliveSection {
        width: 100%;
        padding: 0;
        height: 250px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSection p {
        width: 75%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.4em;
        font-weight: 700;
        line-height: 1.6;
        color: #007c9d;
    }

    .publicOliveSectionTwo {
        width: 100%;
        padding: 4%;
        height: 250px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }

    .publicOliveSectionTwo p {
        width: 60%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.6;
        color: #007c9d;
    }

    /*** Olive Divider ***/
    .publicOliveDivider {
        margin: 2% auto 0; 
        width: 60%; 
        position: relative;
        
        .mask { 
        overflow: hidden;
        height: 20px; 
        &:after { 
            content:''; 
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;  
            border-radius: 125px / 12px;  
            box-shadow: 0 0 8px #79a030;
            }
        }

        span {
            width: 40px;
            height: 40px; 
            position: absolute; 
            bottom: 100%; 
            margin-bottom: -20px;
            left: 50%; 
            margin-left: -25px;
            border-radius: 100%;
            box-shadow: 0 2px 4px #999;
            background-color:#fff;
        }

        span c {
            position: absolute;
            top: 2px;
            bottom: 2px;
            left: 2px;
            right: 2px;
            border-radius: 100%;
            border: 1px solid #a1cb52;
        }
    }
    
    .publicOliveDivider span img {
        width: 88%;
        padding: 21% 0 0 11%;
    }

    .publicEmployeeEngagement {
        background: linear-gradient(to right bottom, #415382 50%, #2d3d64 50%);
    }

    .publicMedGuardBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 3%;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
    }

    .publicMedGuardContentSpacing {
        margin: 2% 0 0 0;
        font-size: 1.2em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardTopContent {
        width: 93%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .publicMedGuardContent {
        width: 80%;
        margin: 1% auto;
        overflow: hidden;
    }
    
    .publicMedGuardContent p {
        margin: 0 0 1.5% 0;
        font-size: 1.3em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardTxtContainer {
        width: 60%;
    }
    
    .publicMedGuardTxtContainer p {
        margin: 0 0 1.5% 0;
        font-size: 1.3em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardTxt {
        margin: .5% 0 0 0;
        font-size: 1.2em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardTxtSpacing {
        margin: 2% 0 0 0;
        font-size: 1.2em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardCallout {
        width: 75%;
        margin: 4% auto;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCallout p {
        width: 64%;
        margin: 0 auto;
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutTwo {
        width: 75%;
        margin: 4% auto;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutTwo p {
        width: 55%;
        margin: 0 auto;
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutThree {
        width: 75%;
        margin: 4% auto;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutThree p {
        width: 83%;
        margin: 0 auto;
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardSubHdr {
        margin: 2% 0 0 0;
        font-size: 1.5em;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicPartnersContainer {
        overflow: hidden;
        width:100%;
        margin: 0 0 2% 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        display: none;
    }

    .publicPartnersContent {
        width: 60%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        gap: 60px;
    }

    .publicPartnersContent img {
        width: 28%;
        align-self: center;
    }

    .publicFooterContainer {
        overflow: hidden;
        background: #007c9d;
        padding: 3%;
    }

    .publicContactContainer {
        width: 55%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicContactHdr {
        margin: 0 0 2% 0;
        width: 100%;
        font-size: 1.3em;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color:#fff;
    }

    .publicContactAddress {
        width: fit-content;
        float: left;
    }

    .publicContactAddress ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.2em;
    }

    .publicContactAddress ul li span {
        vertical-align: middle;
    }

    .publicContactAddress ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
        color: #fff;
    }

    .publicContactInfo {
        width: fit-content;
        float: right;
    }

    .publicContactInfo ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.2em;
    }

    .publicContactInfo ul li span {
        vertical-align: middle;
    }

    .publicContactInfo ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
    }

    .publicContactInfo ul a {
        padding: 0;
        color:#fff;
    }

    /* .publicContactInfo ul li i {
        margin-bottom:20px;
    } */

    .widget {
        padding-left: 0;
    }

    ul.sidebar-gallery {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-gallery li {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .sidebar-gallery li a {
        border-radius: 4px;
        display: inline-block;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-top:20px;
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        background-image: none;
        border-radius: 4px;
        background-color: #fff;
    }
    
    ul.social-network {
        list-style:none;
        margin-top:20px;	
        padding:10px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .sub-footer  {
        background:#29a4c4;
        padding:10px;
    }

    .sub-footer h4 {
        color: #fff;
        font-size: 22px;
    }

    .copyright {
        margin-top:30px;
    }

    .copyright a {
        color:#000;
        font-weight:600;
        font-size:12px;
        text-shadow:none;
    }

    .back-to-top {
        background: none;
        margin: 0;
        position: fixed;
        bottom: 12px;
        right: 24px;
        width: 50px;
        height: 50px;
        z-index: 100;
        display: none;
        text-decoration: none;
    }

    .navigation {
        display: none;
    }
}

/******* Widescreen Styles ******/
@media (min-width : 1600px) and (max-width : 1919px) and (orientation: landscape) {
    body {
        margin: 0;
        overflow-x: hidden;
        font-family: 'Open Sans', Arial, sans-serif;
    }
    
    html {
        scroll-behavior: smooth;
    }

    br.responsiveOne {
        display: none;
    }

    br.responsiveTwo {
        display: inline-block;
    }

    br.responsiveThree {
        display: inline-block;
    }
      
    .publicHdrBlue {
        margin: 0;
        font-size: 2.5em;
        text-align: center;
        font-weight: 700;
        color: #007c9d;
        text-transform: uppercase;
    }

    .publicHdrGreen {
        margin: 0;
        font-size: 2.5em;
        text-align: center;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }
    
    .publicIntroTxt {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 1% 3% 3% 3%;
        background-color: #fff;
    }

    .publicIntroTxt p {
        width: 80%;
        margin: .5% auto 0;
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicGreenBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 3%;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicGreenBckgrnd p {
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }
    
    .publicWhiteBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 3%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .publicCallOutTxt {
        width: fit-content;
        margin: 0 3% 0 0;
        font-size: 2.5em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicCallOutTxt2 {
        width: fit-content;
        margin: 0 auto;
        font-size: 2em;
        line-height: 1.3;
        color: #007c9d;
        font-weight: 700;
        text-align: center;
        font-style: italic;
    }

    .publicTextLeft {
        float: left;
        width: 45%;
        padding: 0;
    }

    .publicTextLeft p {
        width: 100%;
        margin: 1% auto 0;
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicTextRight {
        float: right;
        width: 30%;
        padding: 0;
    }

    .publicTextRight p {
        width: 100%;
        margin: .5% auto 0;
        font-size: 1.3em;
        line-height: 1.6;
        color: #4b4b4b;
    }

    .publicImageContainerRight {
        float: right;
        width: 40%;
    }

    .publicImageContainerLeft {
        float: left;
        width: fit-content;
    }

    .publicHeartImg {
        width: 22%;
    }

    .publicMedGuardImg {
        float: right;
        margin: 0 0 0 2%;
        width: 29%;
        border: solid #79a030 4px;
        border-radius: 12px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }
    
    .publicNoBorder {
        border: none;
    }

    .publicMainContainer {
        width: 100%;
        overflow: hidden;
    }

    .publicContentContainer {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicHeaderContainer {
        width: 95%;
        padding: 1%;
        overflow: hidden;
    }

    .publicLogoContainer {
        float: left;
        overflow: hidden;
        margin: .5% 0 0 4%;
        width: 25%;
    }

    .publicLogoContainer > img {
        width: 100%;
    }

    .publicLoginDemoLinksContainer {
        float: right;
        width: 40%;
        margin: 1% 0 0 0;
        padding: 0 1% 0 0;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .publicLogInLink {
        width: fit-content;
        height: 35px;
        padding: 1% 1.5%;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicLogInLink a {
        width: 67%;
        float: right;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

    .publicLogInIcon {
        float: left;
        margin: -3% 0 0 2%;
        width: 30%;
    }

    .publicDemoLink {
        width: fit-content;
        height: 35px;
        padding: 1% 1.5%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicDemoLink a {
        width: 100%;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .publicPageLinksContainer {
        width: 80%;
        float: right;
        margin: 0 7% .5% 0;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .publicPageLinksContainer a {
        color: #4b4b4b;
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-decoration: none;
    }

    .publicPageLinksContainer a:hover {
        color: #007c9d;
        text-decoration: underline;
    }

    .publicImageTextContainer {
        width: 40%;
        height: 35px;
        padding: 1% 1.5%;
        text-align: center;
        border-radius: 50px 50px 50px 0px;
        z-index: 999;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicTopDividerBar {
        width: 100%;
        height: 15px;
        background: rgba(0,152,194,1);
        background: -moz-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,152,194,1)), color-stop(19%, rgba(53,180,212,1)), color-stop(68%, rgba(187,217,135,1)), color-stop(100%, rgba(187,217,135,1)));
        background: -webkit-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -o-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
        background: linear-gradient(to right, rgba(0,152,194,1) 0%, rgba(53,180,212,1) 19%, rgba(187,217,135,1) 68%, rgba(187,217,135,1) 100%);
    }

    .publicHeaderImage {
        overflow: hidden;
        height: 600px;
    }

    .publicTextContainer {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .publicPageHdr {
        margin: 1% 0 0 0;
        text-align: center;
        font-size: 3em;
        font-weight: 700;
        color: #007c9d;
    }
    
    .publicOliveSection {
        width: 100%;
        padding: 4%;
        height: 350px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }
    
    .publicOliveSection p {
        width: 62%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.6;
        color: #007c9d;
    }
    
    .publicOliveSectionTwo {
        width: 100%;
        padding: 4%;
        height: 250px;
        background: url('../../images/homepage/olive-gradient-opacity.png') no-repeat center;
        background-size: 15%;
        border-top: solid #79a030 4px;
        display: flex;
        align-items: center;
    }
    
    .publicOliveSectionTwo p {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.6;
        color: #007c9d;
    }

    /*** Olive Divider ***/
    .publicOliveDivider {
        margin: 2% auto 0; 
        width: 40%; 
        position: relative;
        
        .mask { 
          overflow: hidden;
          height: 20px; 
          &:after { 
            content:''; 
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;  
            border-radius: 125px / 12px;  
            box-shadow: 0 0 8px #79a030;
          }
        }

        span {
          width: 40px;
          height: 40px; 
          position: absolute; 
          bottom: 100%; 
          margin-bottom: -20px;
          left: 50%; 
          margin-left: -25px;
          border-radius: 100%;
          box-shadow: 0 2px 4px #999;
          background-color:#fff;
        }

        span c {
          position: absolute;
          top: 2px;
          bottom: 2px;
          left: 2px;
          right: 2px;
          border-radius: 100%;
          border: 1px solid #a1cb52;
          
          /* text-align: center;
          line-height: 40px;
          font-style: normal;
          color: #999; */
        }
    }
      
    .publicOliveDivider span img {
        width: 88%;
        padding: 21% 0 0 11%;
    }

    .publicEmployeeEngagement {
        background: linear-gradient(to right bottom, #415382 50%, #2d3d64 50%);
    }

    .publicMedGuardBckgrnd {
        overflow: hidden;
        width:100%;
        margin: 0;
        padding: 3%;
        background-color: #f7faf2;
        border-top: solid #79a030 4px;
    }

    .publicMedGuardBckgrnd p {
        font-size: 1.3em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardTopContent {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .publicMedGuardContent {
        width: 80%;
        margin: 1% auto;
    }

    .publicMedGuardTxtContainer {
        width: 60%;
    }

    .publicMedGuardTxtContainer p {
        font-size: 1.3em;
        line-height: 1.5;
        color: #4b4b4b;
    }

    .publicMedGuardCallout {
        width: 65%;
        margin: 2% auto 3%;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCallout p {
        width: 100%;
        margin: 0 auto;
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutTwo {
        width: 65%;
        margin: 3% auto 4%;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutTwo p {
        width: 100%;
        margin: 0 auto;
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardCalloutThree {
        width: 65%;
        margin: 4% auto;
        text-align: center;
        padding: 1% 0;
        background: #fbfdf9;
        border-radius: 12px;
        border: solid #c9c9c9 1px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    }

    .publicMedGuardCalloutThree p {
        width: 100%;
        margin: 0 auto;
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.5;
        color: #79a030;
        font-style: italic;
    }

    .publicMedGuardSubHdr {
        margin: 2% 0 0 0;
        font-size: 1.5em;
        font-weight: 700;
        color: #79a030;
        text-transform: uppercase;
    }

    .publicPartnersContainer {
        overflow: hidden;
        width:100%;
        margin: 0 0 2% 0;
        padding: 2%;
        background-color: #fff;
        border-top: solid #79a030 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        display: none;
    }
    
    .publicPartnersContent {
        width: 60%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        gap: 60px;
    }
    
    .publicPartnersContent img {
        width: 25%;
        align-self: center;
    }

    .publicFooterContainer {
        overflow: hidden;
        background: #007c9d;
        padding: 3%;
    }
    
    .publicContactContainer {
        width: 35%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .publicContactHdr {
        margin: 0 0 2% 0;
        width: 100%;
        font-size: 1.4em;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color:#fff;
    }
    
    .publicContactAddress {
        width: fit-content;
        float: left;
    }
    
    .publicContactAddress ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.2em;
    }
    
    .publicContactAddress ul li span {
        vertical-align: middle;
    }
    
    .publicContactAddress ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
        color: #fff;
    }
    
    .publicContactInfo {
        width: fit-content;
        float: right;
    }
    
    .publicContactInfo ul {
        list-style: none;
        padding-left: 0;
        color:#fff;
        font-size: 1.2em;
    }
    
    .publicContactInfo ul li span {
        vertical-align: middle;
    }
    
    .publicContactInfo ul li {
        line-height: 1.8;
        padding: 0 0 2% 0;
    }
    
    .publicContactInfo ul a {
        padding: 0;
        color:#fff;
    }
    
    /* .publicContactInfo ul li i {
        margin-bottom:20px;
    } */
    
    .widget {
      padding-left: 0;
    }
    
    ul.sidebar-gallery {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .sidebar-gallery li {
      display: inline-block;
      margin: 0 10px 10px 0;
    }
    
    .sidebar-gallery li a {
      border-radius: 4px;
      display: inline-block;
    }
    
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-top:20px;
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
          touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
        background-image: none;
        border-radius: 4px;
        background-color: #fff;
    }
     
    ul.social-network {
        list-style:none;
        margin-top:20px;	
        padding:10px;
        transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
    }
    
    .sub-footer  {
        background:#29a4c4;
        padding:10px;
    }
    
    .sub-footer h4 {
        color: #fff;
        font-size: 22px;
    }
    
    .copyright {
        margin-top:30px;
    }
    
    .copyright a {
        color:#000;
        font-weight:600;
        font-size:12px;
        text-shadow:none;
    }
    
    .back-to-top {
        background: none;
        margin: 0 2% 0 0;
        position: fixed;
        bottom: 12px;
        right: 24px;
        width: 50px;
        height: 50px;
        z-index: 100;
        display: none;
        text-decoration: none;
    }

    .navigation {
        display: none;
    }
}