.sync {
	display: block;
}

body {
	background: url(../../images/straws.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.sr-only {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mainContainer {
	width: 940px;
	height: auto;
	margin: 3% auto;
	padding: 1% 0.5%;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 15px 0px #666;
	box-shadow: 5px 5px 15px 0px #666;
	background-image: url("../../images/user_login_bckgrnd.jpg");
	background-repeat: no-repeat;
	border-radius: 12px;
}

.loginContent {
	float: right;
	width: 100%;
	overflow: hidden;
}

.translationButtonsContainer {
	width: 94%;
	margin: 5% auto 2%;
	overflow: hidden;
}

.translationButtonsHdr {
	width: fit-content;
	float: left;
	margin: .75% 2% 0 0;
	font-size: 1em;
	color: #000;
}

.translationEnglishBtn {
	float: left;
	width: fit-content;
	margin: 0 4% 0 0;
	padding: 1% 2%;
	border: solid transparent 2px;
	border-radius: 4px;
	background-color: #3C3B6E;
	color: #fff;
	font-size: .8em;
	cursor: pointer;
}

.translationEnglishBtn:hover {
	border: solid #3C3B6E 2px;
	background-color: #fff;
	color: #4c4c4c;
	cursor: pointer;
}

.translationSpanishBtn {
	float: left;
	width: fit-content;
	margin: 0;
	padding: 1% 2%;
	border: solid transparent 2px;
	border-radius: 4px;
	background-color: #F1BF00;
	color: #4c4c4c;
	font-size: .8em;
	cursor: pointer;
}

.translationSpanishBtn:hover {
	border: solid #F1BF00 2px;
	background-color: #fff;
	color: #4c4c4c;
	cursor: pointer;
}

.errorMsgBox {
	float: left;
    width: 42%;
	margin: 5% 0 0 2%;
}

.loginAlertBox {
	margin-left: 0px !important;
	padding: 2%;
	border: 1px solid #474747;
	background-color: #fff;
	text-align: center;
	color: #000;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.loginAlertBox p {
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
	color: #4c4c4c;
}

.loginAlertBox a {
	color: #4d85ad;
	text-decoration: underline;
}

.loginFormContainer {
	float: right;
	width: 49%;
	margin: 0 2% 0 0;
	padding: 0.5%;
	border-radius: 12px;
	background-color: #fff;
	border: solid 2px #4d85ad;
}

.companyLogoContainer {
	width: 100%;
	margin: 2% 0 0 0;
	display: none;
}

.companyLogoContainer>img {
	width: auto;
}

.center-block {
	display: block !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.img-responsive {
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
}

.excellusLogos {
	width: 90%;
	margin: 2% auto 3%;
	overflow: hidden;
	display: none;
}

.excellusLoginLogo {
	width: 45%;
	float: left;
	/* margin: 2% 0 0 0; */
}

.ih21LoginLogo {
	width: 45%;
	float: right;
	margin: 2% 0 0 0;
}

.univeraLogos {
	width: 80%;
	margin: 2% auto 5%;
	overflow: hidden;
	display: none;
}

.univeraLoginLogo {
	width: 45%;
	float: left;
}

.jhpLogo {
	width: 30%;
	margin: 2% auto 5%;
	overflow: hidden;
	display: none;
}

.jhpLogo>img {
	width: 100%;
}

.bestHealthLogo {
	width: 45%;
	margin: 2% auto 5%;
	overflow: hidden;
	display: none;
}

.bestHealthLogo>img {
	width: 100%;
}

.peopleEQLogo {
	width: 100%;
	height: 80px;
	margin-bottom: 8px;
}

.loginContentContainer {
	padding: 0 2%;
}

.loginHeaderTxt {
	margin: 3% 0;
}

.loginHeaderTxt p {
	margin: 0;
	text-align: center;
	font-size: 1.3em;
	color: #4c4c4c;
}

.usernameContainer {
	overflow: hidden;
	width: 100%;
	margin: 0 0 5% 0;
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.passwordContainer {
	overflow: hidden;
	width: 100%;
	margin: 0;
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.fieldLabelContainer {
	margin: 0 0 0 1%;
	width: 20%;
	font-size: 1em;
	color: #4c4c4c;
}

.fieldContainer {
	width: 98%;
    float: left;
}

.fieldContainer>input {
	width: 92%;
    height: 15px;
	padding: 2%;
	border: solid 1px #65606d;
    background-color: #fff;
    color: #000;
    font-size: 1em;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #7b7b7b inset;
	-webkit-text-fill-color: #fff;
}

#userName {
    font-size: 1em !important;
    text-align: left !important;
    color: #7b7b7b !important;
}

.submitBtnContainer {
	overflow: hidden;
	width: 99%;
	margin: 3% 0 0 0;
}

.submitBtnLogin {
	float: right;
	width: 20%;
	height: 30px;
	margin: 0 2% 0 0;
	background-color: #f1f1f1;
	border: solid #7b7b7b 1px;
	border-radius: 4px;
	font-size: 1em;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
}

.submitBtnLogin:hover {
	background-color: #7b7b7b;
	color: #fff;
}

input[type="date"].form-control {
	line-height: normal;
}

.bottomTxtContainer {
	width: 100%;
	margin: 3% 0 0 0;
}

.newUserContainer {
	margin: 0 0 3% 0;
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: #4c4c4c;
}

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

.forgotPasswordContainer {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: #4c4c4c;
}

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

/***** Forgot Password Page ******/
.forgotMainContainer {
	width: 960px;
    height: 460px;
	overflow: hidden;
	margin: 3% auto 0;
	padding: .75% 1% 0 1%;
	background-color: #fff;
	background-image: url("../../images/forgot_password_bckgrnd.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	border-radius: 12px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

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

/* .forgotCompanyLogo {
	width: 100%;
	margin: 0 0 3% 0;
}

.forgotCompanyLogo>img {
	width: 45%;
} */

.companyLogo {
	width: 100%;
	margin: 0 0 3% 0;
}

.companyLogo>img {
	width: auto;
}

.forgotJhpLogo {
	width: 20%;
	margin: 2% auto 4%;
	overflow: hidden;
	display: none;
}

.forgotJhpLogo>img {
	width: 100%;
}

.forgotExcellusLogoLogin {
	width: 35%;
	float: left;
	margin: 2% 0 0 0;
}

.forgotBestHealthLogo {
	width: 28%;
	margin: 2% auto 4%;
	overflow: hidden;
	display: none;
}

.forgotBestHealthLogo>img {
	width: 100%;
}

.forgotHeaderTxt {
	width: 100%;
	margin: 0 0 1% 0;
	font-size: 1.6em;
	color: #007c9d;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

hr {
	width: 80%;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right,
			transparent,
			rgba(47, 87, 33, 0.75),
			transparent);
	text-align: center;
}

.forgotLeftColumn {
    float: left;
    width: 52%;
    background-color: rgba(255, 255, 255, 0.6);
}

.forgotLoginContainer {
	float: right;
    width: 46%;
	margin: 0;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.forgotInstructionTxt {
	width: 82%;
	margin: 1% auto 2%;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3;
	color: #4c4c4c;
}

.forgotUsernameBox {
	width: 377px;
	float: left;
	margin: 3% 0 5% 0;
	padding: 3%;
	border: 1px solid #7b7b7b;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.forgotUsernameBox p {
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
	color: #000;
}

.forgotUsernameLabel {
	float: left;
	width: 32%;
	color: #000;
}

.forgotUsernameInput {
	float: left;
	width: 60%;
    height: 15px;
}

.forgotSMSContainer {
    float: left;
    margin: 4% 0 0 0;
}

.forgotSMSContainer>label {
    font-size: 1em;
    color: #4c4c4c;
}

.forgotPasswordBox {
	width: 377px;
	margin: 0;
	padding: 3%;
	border: 1px solid #7b7b7b;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.forgotPasswordBox p {
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
	color: #000;
}

.forgotPasswordTranslateButtonsContainer {
	width: 94%;
	margin: 7% auto 2%;
	overflow: hidden;
}

.forgotPasswordLabel {
	float: left;
	width: 24%;
	color: #000;
}

.forgotPasswordInput {
	float: left;
	width: 60%;
    height: 15px;
}

.forgotLoginBoxesHdr {
	font-size: 1.1em;
	color: #4c4c4c;
	margin: 0 0 2% 0;
	font-weight: 700;
}

.forgotForm {
	margin: 4% 0 0 0;
}

.forgotSubmitBtns {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 1%;
	float: right;
	background-color: #f1f1f1;
	border-radius: 4px;
	border: solid #7b7b7b 1px;
	font-size: .9em;
	color: #000;
	cursor: pointer;
}

.forgotSubmitBtns:hover {
	background-color: #4c4c4c;
    color: #fff;
}

.forgotBottomTxt {
	width: 100%;
	margin: 3% 0 0 0;
	padding: 1%;
	text-align: center;
}

.forgotBottomTxt a {
    font-size: 1em;
	text-align: center;
	color: #000;
}

.forgotBottomTxt a:hover {
	width: 100%;
	margin: 2% 0 0 0;
	padding: 1%;
	text-align: center;
	text-decoration: none;
	color: #4c4c4c;
}

.copyrightTxt {
	margin-top: 1%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #4c4c4c;
}

.forgotAlertBox {
	margin: 1% auto 2%;
	width: 95%;
	padding: 1%;
	border: 2px solid #b20000;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
	color: #000;
}

.forgotAlertBox p {
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
	color: #4c4c4c;
}

.forgotAlertBox a {
	color: #4d85ad;
	text-decoration: underline;
}

.width30 {
	width: 30%;
}

/***** Begin responsive styles *****/
/****** Phone: Portrait *******/
@media only screen and (min-device-width : 320px) and (max-device-width : 735px) and (orientation: portrait) {
    .mainContainer {
        width: 96%;
        height: auto;
        margin: 3% auto;
        padding: 1% .5%;
        overflow: hidden;
        background-image: none;
        background-repeat: no-repeat;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px 0px transparent;
    }

    .loginContent {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .errorMsgBox {
        float: left;
        width: 90%;
        margin: 0 0 2% 2%;
    }

    .loginAlertBox {
        width: 100%;
        padding: 2%;
        border: 1px solid #474747;
        background-color: #fff;
        text-align: center;
        color: #000;
        border-radius: 6px;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    }

    .loginAlertBox p {
        margin: 0;
        font-size: 1em;
        line-height: 1.3;
        color: #5d5d5d;
    }

    .loginAlertBox a {
        color: #4d85ad;
        text-decoration: underline;
    }

    .loginFormContainer {
        float: left;
        width: 94%;
        margin: 0;
        padding: 2%;
        border-radius: 8px;
        background-color: #fff;
        border: solid 2px #4d85ad;
    }

    .companyLogo {
        width: 96%;
        margin: 0;
    }

    .companyLogo>img {
        width: 85%;
    }

    .center-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .excellusLogos {
        width: 94%;
        margin: 2% auto 5%;
        overflow: hidden;
        display: none;
    }

    .excellusLogoLogin {
        width: 50%;
        float: left;
        margin: 2% 0 0 0;
    }

    .excellusLogoLogin>img {
        width: 100%;
    }

    .ih21LoginLogo {
        width: 35%;
        float: right;
        margin: 2% 0 0 0;
    }

    .ih21LoginLogo>img {
        width: 100%;
    }

    .univeraLogos {
        width: 94%;
        margin: 2% auto 5%;
        overflow: hidden;
        display: none;
    }

    .univeraLoginLogo {
        width: 40%;
        float: left;
    }

    .univeraLoginLogo>img {
        width: 100%;
    }

    .jhpLogo {
        width: 94%;
        margin: 2% auto 8%;
        overflow: hidden;
        display: none;
    }

    .jhpLogo>img {
        width: 40%;
    }

    .forgotBestHealthLogo {
        width: 28%;
        margin: 2% auto 4%;
        overflow: hidden;
        display: none;
    }

    .forgotBestHealthLogo>img {
        width: 100%;
    }

    .loginContainer {
        padding: 0 2%;
    }

    .loginHeaderTxt {
        margin: 5% 0;
    }

    .loginHeaderTxt p {
        margin: 0;
        text-align: center;
        font-size: 1.1em;
        color: #4c4c4c;
    }

    .usernameContainer {
        overflow: hidden;
        width: 100%;
        margin: 0 0 3% 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 0px;
    }
    
    .fieldLabelContainer {
        margin: 0 0 0 1%;
        width: 100%;
        font-size: 1em;
        color: #4c4c4c;
    }

    .passwordContainer {
        overflow: hidden;
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 0px;
    }

    .fieldLabel {
        margin: 0 0 2% 1%;
        width: 100%;
        font-size: .9em;
        color: #4c4c4c;
    }

    .fieldContainer {
        width: 96%;
    }

    .fieldContainer>input {
        width: 97%;
        padding-left: 2%;
        border: solid 1px #65606d;
        font-size: 1em;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px #7b7b7b inset;
        -webkit-text-fill-color: #fff;
    }

    .translationButtonsContainer {
        width: 100%;
        margin: 5% 0 0 0;
        overflow: hidden;
    }

    .translationButtonsHdr {
        width: 100%;
        margin: 0 auto 2%;
        font-size: 1em;
        text-align: center;
        color: #4c4c4c;
    }

    .translationEnglishBtn {
        float: left;
        width: 100%;
        margin: 0 0 4% 0;
        padding: 1% 2%;
        border: solid transparent 2px;
        border-radius: 4px;
        background-color: #3C3B6E;
        color: #fff;
        cursor: pointer;
    }

    .translationEnglishBtn:hover {
        float: left;
        width: 100%;
        margin: 0 0 4% 0;
        padding: 1% 2%;
        border: solid #3C3B6E 2px;
        border-radius: 4px;
        background-color: #fff;
        color: #4c4c4c;
        cursor: pointer;
    }

    .translationSpanishBtn {
        float: left;
        width: 100%;
        margin: 0;
        padding: 1% 2%;
        border: solid transparent 2px;
        border-radius: 4px;
        background-color: #F1BF00;
        color: #4c4c4c;
        cursor: pointer;
    }

    .translationSpanishBtn:hover {
        float: left;
        width: 100%;
        margin: 0;
        padding: 1% 2%;
        border: solid #F1BF00 2px;
        border-radius: 4px;
        background-color: #fff;
        color: #4c4c4c;
        cursor: pointer;
    }

    .submitBtnContainer {
        overflow: hidden;
        width: 100%;
        margin: 3% 0 0 0;
    }

    .submitBtnLogin {
        float: left;
        width: 97%;
        height: 30px;
        margin: 2% 0;
        background-color: #f1f1f1;
        border: solid #7b7b7b 1px;
        border-radius: 4px;
        font-size: 1em;
        color: #000;
        text-transform: uppercase;
        cursor: pointer;
    }

    .submitBtnLogin:hover {
        background-color: #7b7b7b;
        color: #fff;
    }

    input[type="date"].form-control {
        line-height: normal;
    }

    .bottomTxtContainer {
        width: 98%;
        margin: 2% 0 0 0;
        padding: 2%;
    }

    .newUserContainer {
        margin: 0 0 5% 0;
        width: 100%;
        text-align: center;
        font-size: .9em;
        color: #4c4c4c;
    }

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

    .forgotPasswordContainer {
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: .9em;
        color: #4c4c4c;
    }

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

    /***** Forgot Password Page *****/
    .forgotMainContainer {
        width: 96%;
        height: auto;
        overflow: hidden;
        margin: 3% auto 0;
        padding: 2%;
        background-color: #fff;
        border: solid #007c9d 1px;
        border-radius: 8px;
        background-image: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .forgotLeftColumn {
        float: left;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
    }

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

    .forgotCompanyLogo {
        width: 100%;
        margin: 0 0 3% 0;
    }

    .forgotCompanyLogo>img {
        width: 80%;
        margin: 0 0 3% 0;
        display: flex;
        justify-content: center;
    }

    .forgotJhpLogo {
        width: 30%;
        margin: 2% auto 4%;
        overflow: hidden;
        display: none;
    }

    .forgotJhpLogo>img {
        width: 100%;
    }

    .forgotExcellusLogoLogin {
        width: 35%;
        float: left;
        margin: 2% 0 0 0;
    }

    .forgotBestHealthLogo {
        width: 45%;
        margin: 2% auto 4%;
        overflow: hidden;
        display: none;
    }

    .forgotBestHealthLogo>img {
        width: 100%;
    }

    .forgotHeaderTxt {
        width: 100%;
        margin: 0 0 1% 0;
        font-size: 1.2em;
        color: #007c9d;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }

    hr {
        width: 80%;
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, transparent, rgba(47, 87, 33, 0.75), transparent);
        text-align: center;
    }

    .forgotLoginContainer {
        float: none;
        width: 97%;
        margin: 0 auto;
        overflow: hidden;
    }

    .forgotInstructionTxt {
        width: 97%;
        margin: 2% auto 5%;
        text-align: center;
        font-size: .9em;
        line-height: 1.2;
        color: #4c4c4c;
    }

    .forgotUsernameBox {
        width: 91%;
        float: left;
        margin: 1% 0 5% 0;
        padding: 4%;
        border: 1px solid #7b7b7b;
        background-color: #fff;
        border-radius: 6px;
    }

    .forgotUsernameBox p {
        margin: 0;
        font-size: .9em;
        line-height: 1.3;
        color: #000;
    }

    .forgotUsernameLabel {
        float: left;
        width: 100%;
        margin: 0 0 2% 0;
        font-size: .9em;
        color: #000;
    }

    .forgotUsernameInput {
        float: left;
        width: 96%;
    }

    .forgotPasswordBox {
        width: 91%;
        float: left;
        margin: 1% 0 2% 0;
        padding: 4%;
        border: 1px solid #7b7b7b;
        background-color: #fff;
        border-radius: 6px;
    }

    .forgotPasswordBox p {
        margin: 0;
        font-size: .9em;
        line-height: 1.3;
        color: #000;
    }

    .forgotPasswordLabel {
        float: left;
        width: 100%;
        margin: 0 0 2% 0;
        font-size: .9em;
        color: #000;
    }

    .forgotPasswordInput {
        float: left;
        width: 96%;
    }

    .forgotLoginBoxesHdr {
        font-size: 1.1em;
        color: #4c4c4c;
        margin: 0 0 2% 0;
        font-weight: 700;
    }

    .forgotForm {
        margin: 4% 0 0 0;
    }

    .forgotSubmitBtns {
        width: auto;
        height: 25px;
        margin: 4% 0 0 0;
        padding: 1%;
        float: right;
        background-color: #f1f1f1;
        border-radius: 4px;
        border: solid #7b7b7b 1px;
        color: #000;
        cursor: pointer;
    }

    .forgotSubmitBtns:hover {
        background-color: #7b7b7b;
        color: #fff;
    }

    .forgotBottomTxt {
        width: 100%;
        margin: 2% 0 4% 0;
        padding: 1%;
        text-align: center;
    }

    .forgotBottomTxt a {
        width: 100%;
        margin: 2% 0 0 0;
        padding: 1%;
        font-size: .9em;
        text-align: center;
        color: #4c4c4c;
    }

    .forgotBottomTxt a:hover {
        width: 100%;
        margin: 2% 0 0 0;
        padding: 1%;
        font-size: .9em;
        text-align: center;
        text-decoration: none;
        color: #4c4c4c;
    }

    .copyrightTxt {
        margin-top: 1%;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        text-align: right;
        color: #5d5d5d;
    }

    .forgotAlertBox {
        margin: 1% auto 2%;
        width: 95%;
        padding: 1%;
        border: 2px solid #b20000;
        border-radius: 6px;
        background-color: #fff;
        text-align: center;
        color: #000;
    }

    .forgotAlertBox p {
        margin: 0;
        font-size: 1em;
        line-height: 1.3;
        color: #5d5d5d;
    }

    .forgotAlertBox a {
        color: #4d85ad;
        text-decoration: underline;
    }

    /**** USER LOOKUP PAGE ****/
    .lookupErrorMsg {
        font-size: 16px;
    }

}

/****** Phone: Landscape *****/
@media only screen and (min-width : 736px) and (max-width : 897px) and (orientation: landscape) {
    .mainContainer {
        width: 96%;
        height: auto;
        margin: 3% auto;
        padding: 1% .5%;
        overflow: hidden;
        background-image: none;
        background-repeat: no-repeat;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px 0px transparent;
    }

    .loginContent {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .errorMsgBox {
        float: left;
        width: 80%;
        margin: 0 0 2% 8%;
    }

    .loginAlertBox {
        width: 100%;
        padding: 2%;
        border: 1px solid #474747;
        background-color: #fff;
        text-align: center;
        color: #000;
        border-radius: 6px;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    }

    .loginAlertBox p {
        margin: 0;
        font-size: 1.1em;
        line-height: 1.3;
        color: #5d5d5d;
    }

    .loginAlertBox a {
        color: #4d85ad;
        text-decoration: underline;
    }

    .loginFormContainer {
        float: left;
        width: 94%;
        margin: 0;
        padding: 2%;
        border-radius: 8px;
        background-color: #fff;
        border: solid 2px #4d85ad;
    }

    .companyLogo {
        width: 60%;
        margin: 0 auto;
    }

    .companyLogo>img {
        width: 85%;
    }

    .center-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .excellusLogos {
        width: 94%;
        margin: 2% auto 0;
        overflow: hidden;
        display: none;
    }

    .excellusLogoLogin {
        width: 55%;
        float: left;
        margin: 2% 0 0 0;
    }

    .excellusLogoLogin>img {
        width: 100%;
    }

    .ih21LoginLogo {
        width: 40%;
        float: right;
        margin: 2% 0 0 0;
    }

    .ih21LoginLogo>img {
        width: 100%;
    }

    .univeraLogos {
        width: 94%;
        margin: 2% auto 2%;
        overflow: hidden;
        display: none;
    }

    .univeraLoginLogo {
        width: 40%;
        float: left;
    }

    .univeraLoginLogo>img {
        width: 100%;
    }

    .jhpLogo {
        width: 94%;
        margin: 2% auto 2%;
        overflow: hidden;
        display: none;
    }

    .jhpLogo>img {
        width: 25%;
    }

    .loginContainer {
        padding: 0 2%;
    }

    .loginHeaderTxt {
        margin: 3% 0;
    }

    .loginHeaderTxt p {
        margin: 0;
        text-align: center;
        font-size: 1.4em;
        color: #4c4c4c;
    }

    .usernameContainer {
        overflow: hidden;
        width: 100%;
        margin: 0 0 3% 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 0px;
    }

    .passwordContainer {
        overflow: hidden;
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 0px;
    }
    
    .fieldLabelContainer {
        margin: 0 0 0 1%;
        width: 100%;
        font-size: 1.1em;
        color: #4c4c4c;
    }

    .fieldLabel {
        margin: 0 0 1% 1%;
        width: 14%;
        font-size: 1.1em;
        color: #4c4c4c;
    }

    .fieldContainer {
        width: 95%;
    }

    .fieldContainer>input {
        width: 97%;
        padding-left: 2%;
        border: solid 1px #65606d;
        font-size: 1em;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px #7b7b7b inset;
        -webkit-text-fill-color: #fff;
    }

    .translationButtonsContainer {
        width: 100%;
        margin: 5% 0 0 0;
        overflow: hidden;
    }

    .translationButtonsHdr {
        width: fit-content;
        float: left;
        margin: 0 5% 0 0;
        font-size: 1.1em;
        color: #4c4c4c;
    }

    .translationEnglishBtn {
        float: left;
        width: 25%;
        margin: 0 4% 0 0;
        padding: 1% 2%;
        border: solid transparent 2px;
        border-radius: 4px;
        background-color: #3C3B6E;
        color: #fff;
        cursor: pointer;
    }

    .translationEnglishBtn:hover {
        float: left;
        width: 25%;
        margin: 0 4% 0 0;
        padding: 1% 2%;
        border: solid #3C3B6E 2px;
        border-radius: 4px;
        background-color: #fff;
        color: #4c4c4c;
        cursor: pointer;
    }

    .translationSpanishBtn {
        float: left;
        width: 25%;
        margin: 0;
        padding: 1% 2%;
        border: solid transparent 2px;
        border-radius: 4px;
        background-color: #F1BF00;
        color: #4c4c4c;
        cursor: pointer;
    }

    .translationSpanishBtn:hover {
        float: left;
        width: 25%;
        margin: 0;
        padding: 1% 2%;
        border: solid #F1BF00 2px;
        border-radius: 4px;
        background-color: #fff;
        color: #4c4c4c;
        cursor: pointer;
    }

    .submitBtnContainer {
        float: right;
        overflow: hidden;
        width: 100%;
        margin: 2% 4% 3% 0;
    }

    .submitBtnLogin {
        width: 18%;
        height: 30px;
        margin: 0;
        background-color: #f1f1f1;
        border: solid #7b7b7b 1px;
        border-radius: 4px;
        font-size: 1.1em;
        color: #000;
        text-transform: uppercase;
        cursor: pointer;
    }

    .submitBtnLogin:hover {
        background-color: #7b7b7b;
        color: #fff;
    }

    input[type="date"].form-control {
        line-height: normal;
    }

    .bottomTxtContainer {
        width: 98%;
        margin: 2% 0 0 0;
        padding: 2%;
    }

    .newUserContainer {
        margin: 0 0 2% 0;
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        color: #4c4c4c;
    }

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

    .forgotPasswordContainer {
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        color: #4c4c4c;
    }

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

    /**** FORGOT PASSWORD PAGE ****/
    .forgotMainContainer {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: 3% auto 0;
        padding: 2%;
        background-color: #fff;
        border: solid #007c9d 2px;
        border-radius: 8px;
        background-image: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .forgotLeftColumn {
        float: left;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
    }

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

    .forgotCompanyLogo {
        width: 100%;
        margin: 0 0 1% 0;
    }

    .forgotCompanyLogo>img {
        width: 45%;
        margin: 0 0 3% 0;
        display: flex;
        justify-content: center;
    }

    .forgotJhpLogo {
        width: 20%;
        margin: 2% auto 4%;
        overflow: hidden;
        display: none;
    }

    .forgotJhpLogo>img {
        width: 100%;
    }

    .forgotExcellusLogoLogin {
        width: 35%;
        float: left;
        margin: 2% 0 0 0;
    }

    .forgotBestHealthLogo {
        width: 28%;
        margin: 2% auto 4%;
        overflow: hidden;
        display: none;
    }

    .forgotBestHealthLogo>img {
        width: 100%;
    }

    .excellusLogos {
        width: 75%;
        margin: 2% auto 5%;
        overflow: hidden;
        display: none;
    }

    .excellusLogoLogin {
        width: 45%;
        float: left;
        margin: 2% 0 0 0;
    }

    .ih21LoginLogo {
        width: 38%;
        float: right;
        margin: 2% 0 0 0;
    }

    .univeraLogos {
        width: 60%;
        margin: 2% auto 5%;
        overflow: hidden;
        display: none;
    }

    .univeraLoginLogo {
        width: 40%;
        float: left;
    }

    .jhpLogo {
        width: 94%;
        margin: 2% auto 5%;
        overflow: hidden;
        display: none;
    }

    .jhpLogo>img {
        width: 20%;
    }

    .forgotHeaderTxt {
        width: 100%;
        margin: 0 0 1% 0;
        font-size: 1.6em;
        color: #007c9d;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }

    hr {
        width: 80%;
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, transparent, rgba(47, 87, 33, 0.75), transparent);
        text-align: center;
    }

    .forgotLoginContainer {
        float: none;
        width: 97%;
        margin: 0 auto;
        overflow: hidden;
    }

    .forgotInstructionTxt {
        width: 95%;
        margin: 2% auto;
        text-align: center;
        font-size: 1.1em;
        line-height: 1.3;
        color: #4c4c4c;
    }

    .forgotUsernameBox {
        width: 75%;
        float: left;
        margin: 1% auto 5%;
        padding: 2%;
        border: 1px solid #7b7b7b;
        background-color: #fff;
        border-radius: 6px;
    }

    .forgotUsernameBox p {
        margin: 0;
        font-size: 1em;
        line-height: 1;
        color: #000;
    }

    .forgotUsernameLabel {
        float: left;
        width: 100%;
        margin: 0 0 1% 0;
        font-size: 1em;
        color: #000;
    }

    .forgotUsernameInput {
        float: left;
        width: 96%;
    }

    .forgotPasswordBox {
        width: 75%;
        float: left;
        margin: 0;
        padding: 2%;
        border: 1px solid #7b7b7b;
        background-color: #fff;
        border-radius: 6px;
    }

    .forgotPasswordBox p {
        margin: 0;
        font-size: 1em;
        line-height: 1;
        color: #000;
    }

    .forgotPasswordLabel {
        float: left;
        width: 100%;
        margin: 0 0 1% 0;
        font-size: 1em;
        color: #000;
    }

    .forgotPasswordInput {
        float: left;
        width: 96%;
    }

    .forgotLoginBoxesHdr {
        font-size: 1.2em;
        color: #4c4c4c;
        margin: 0 0 1% 0;
        font-weight: 700;
    }

    .forgotForm {
        margin: 2% 0 0 0;
    }

    .forgotSubmitBtns {
        width: auto;
        height: 28px;
        margin: 4% 0 0 0;
        padding: 0 2%;
        float: right;
        background-color: #f1f1f1;
        border-radius: 4px;
        border: solid #7b7b7b 1px;
        color: #000;
        cursor: pointer;
    }

    .forgotSubmitBtns:hover {
        background-color: #7b7b7b;
        color: #fff;
    }

    .forgotBottomTxt {
        width: 100%;
        margin: 2% 0 2% 0;
        padding: 1%;
        text-align: center;
    }

    .forgotBottomTxt a {
        width: 100%;
        margin: 2% 0 0 0;
        padding: 1%;
        font-size: 1em;
        text-align: center;
        color: #4c4c4c;
    }

    .forgotBottomTxt a:hover {
        width: 100%;
        margin: 2% 0 0 0;
        padding: 1%;
        font-size: 1em;
        text-align: center;
        text-decoration: none;
        color: #4c4c4c;
    }

    .copyrightTxt {
        margin-top: 1%;
        font-family: arial, helvetica, sans-serif;
        font-size: .9em;
        text-align: right;
        color: #5d5d5d;
    }

    .forgotAlertBox {
        margin: 1% auto 2%;
        width: 85%;
        padding: 1%;
        border: 2px solid #b20000;
        border-radius: 6px;
        background-color: #fff;
        text-align: center;
        color: #000;
    }

    .forgotAlertBox p {
        margin: 0;
        font-size: 1em;
        line-height: 1.3;
        color: #5d5d5d;
    }

    .forgotAlertBox a {
        color: #4d85ad;
        text-decoration: underline;
    }

    /**** USER LOOKUP PAGE ****/
    .lookupErrorMsg {
        font-size: 16px;
    }
}

/********** Tablet Sizes **********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
    .mainContainer {
        width: 96%;
        height: auto;
        margin: 3% auto;
        padding: 1% .5%;
        overflow: hidden;
        background-image: none;
        background-repeat: no-repeat;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px 0px transparent;
    }

    .loginContent {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .errorMsgBox {
        width: 70% !important;
        margin: 3% 0 3% 14% !important;
        float: left;
    }

    .loginAlertBox {
        width: 100%;
        padding: 2%;
        border: 1px solid #474747;
        background-color: #fff;
        text-align: center;
        color: #000;
        border-radius: 6px;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    }

    .loginAlertBox p {
        margin: 0;
        font-size: 1em;
        line-height: 1.4;
        color: #5d5d5d;
    }

    .loginAlertBox a {
        color: #4d85ad;
        text-decoration: underline;
    }

    .loginFormContainer {
        float: none;
        width: 80%;
        margin: 0 auto;
        padding: 2%;
        border-radius: 8px;
        background-color: #fff;
        border: solid 2px #4d85ad;
    }

    .companyLogoContainer {
        width: 60%;
        margin: 0 auto;
    }

    .companyLogoContainer>img {
        width: auto;
    }

    .center-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .excellusLogos {
        width: 75%;
        margin: 2% auto 5%;
        overflow: hidden;
        display: none;
    }

    .excellusLogoLogin {
        width: 50%;
        float: left;
        margin: 2% 0 0 0;
    }

    .excellusLogoLogin>img {
        width: 100%;
    }

    .ih21LoginLogo {
        width: 40%;
        float: right;
        margin: 2% 0 0 0;
    }

    .ih21LoginLogo>img {
        width: 100%;
    }

    .univeraLogos {
        width: 70%;
        margin: 2% auto 5%;
        overflow: hidden;
        display: none;
    }

    .univeraLoginLogo {
        width: 35%;
        float: left;
    }

    .univeraLoginLogo>img {
        width: 100%;
    }

    .jhpLogo {
        width: 94%;
        margin: 2% auto 5%;
        overflow: hidden;
        display: none;
    }

    .jhpLogo>img {
        width: 20%;
    }

    .loginContentContainer {
        padding: 0 2%;
    }

    .loginHeaderTxt {
        margin: 3% 0;
    }

    .loginHeaderTxt p {
        margin: 0;
        text-align: center;
        font-size: 1.3em;
        color: #4c4c4c;
    }

    .usernameContainer {
        overflow: hidden;
        width: 100%;
        margin: 0 0 3% 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 0px;
    }

    .passwordContainer {
        overflow: hidden;
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 0px;
    }

    .fieldLabelContainer {
        margin: 0 0 1% 1%;
        width: 18%;
        font-size: 1.1em;
        color: #4c4c4c;
    }

    .fieldContainer {
        width: 75% !important;
    }

    .fieldContainer>input {
        width: 97%;
        padding-left: 2%;
        border: solid 1px #65606d;
        font-size: 1em;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px #7b7b7b inset;
        -webkit-text-fill-color: #fff;
    }

    .translationButtonsContainer {
        width: 100%;
        margin: 5% 0;
        overflow: hidden;
    }

    .translationButtonsHdr {
        width: fit-content;
        float: left;
        margin: 0 6% 0 0;
        font-size: 1.1em;
        color: #4c4c4c;
    }

    .translationEnglishBtn {
        float: left;
        width: 22%;
        margin: 0 4% 0 0;
        padding: 1% 2%;
        border: solid transparent 2px;
        border-radius: 4px;
        background-color: #3C3B6E;
        color: #fff;
        cursor: pointer;
    }

    .translationEnglishBtn:hover {
        float: left;
        width: 22%;
        margin: 0 4% 0 0;
        padding: 1% 2%;
        border: solid #3C3B6E 2px;
        border-radius: 4px;
        background-color: #fff;
        color: #4c4c4c;
        cursor: pointer;
    }

    .translationSpanishBtn {
        float: left;
        width: 22%;
        margin: 0;
        padding: 1% 2%;
        border: solid transparent 2px;
        border-radius: 4px;
        background-color: #F1BF00;
        color: #4c4c4c;
        cursor: pointer;
    }

    .translationSpanishBtn:hover {
        float: left;
        width: 22%;
        margin: 0;
        padding: 1% 2%;
        border: solid #F1BF00 2px;
        border-radius: 4px;
        background-color: #fff;
        color: #4c4c4c;
        cursor: pointer;
    }

    .submitBtnContainer {
        overflow: hidden;
        width: 95%;
        margin: 3% 0 0 0;
    }

    .submitBtnLogin {
        float: right;
        width: 15%;
        height: 30px;
        margin: 0;
        background-color: #f1f1f1;
        border: solid #7b7b7b 1px;
        border-radius: 4px;
        font-size: 1.1em;
        color: #000;
        text-transform: uppercase;
        cursor: pointer;
    }

    .submitBtnLogin:hover {
        background-color: #7b7b7b;
        color: #fff;
    }

    input[type="date"].form-control {
        line-height: normal;
    }

    .bottomTxtContainer {
        width: 98%;
        margin: 2% 0 0 0;
        padding: 2%;
        overflow: hidden;
    }

    .newUserContainer {
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        color: #4c4c4c;
    }

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

    .forgotPasswordContainer {
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        color: #4c4c4c;
    }

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

    /**** FORGOT PASSWORD PAGE ****/
    .forgotMainContainer {
        width: 88%;
        height: auto;
        overflow: hidden;
        margin: 3% auto 0;
        padding: 2%;
        background-color: #fff;
        border-radius: 12px;
        background-image: none;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    }
    
    .forgotLeftColumn {
        float: left;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
    }

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

    .forgotCompanyLogo {
        width: 100%;
        margin: 0 0 3% 0;
    }

    .forgotCompanyLogo>img {
        width: 45%;
    }

    .forgotHeaderTxt {
        width: 100%;
        margin: 0 0 1% 0;
        font-size: 1.6em;
        color: #007c9d;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }

    hr {
        width: 80%;
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, transparent, rgba(47, 87, 33, 0.75), transparent);
        text-align: center;
    }

    .forgotLoginContainer {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        justify-content: space-around;
    }

    .forgotInstructionTxt {
        width: 97%;
        margin: 1% auto 2%;
        text-align: center;
        font-size: 1.1em;
        line-height: 1.3;
        color: #4c4c4c;
    }

    .forgotUsernameBox {
        width: 45%;
        float: left;
        margin: 1% 0 0 0;
        padding: 1%;
        border: 1px solid #7b7b7b;
        background-color: #fff;
        border-radius: 6px;
    }

    .forgotUsernameBox p {
        margin: 0;
        font-size: 1em;
        line-height: 1.3;
        color: #000;
    }

    .forgotUsernameLabel {
        float: left;
        width: 100%;
        margin: 0 0 2% 0;
        color: #000;
    }

    .forgotUsernameInput {
        float: left;
        width: 96%;
    }

    .forgotPasswordBox {
        width: 45%;
        float: right;
        margin: 1% 0 0 0;
        padding: 1%;
        border: 1px solid #007c9d;
        background-color: #fff;
        border-radius: 6px;
    }

    .forgotPasswordBox p {
        margin: 0;
        font-size: 1em;
        line-height: 1.3;
        color: #000;
    }

    .forgotPasswordLabel {
        float: left;
        width: 100%;
        margin: 0 0 2% 0;
        color: #000;
    }

    .forgotPasswordInput {
        float: left;
        width: 96%;
    }

    .forgotLoginBoxesHdr {
        font-size: 1.1em;
        color: #4c4c4c;
        margin: 0 0 2% 0;
        font-weight: 700;
    }

    .forgotForm {
        margin: 4% 0 0 0;
    }

    .forgotSubmitBtns {
        width: auto;
        height: 25px;
        margin: 4% 0 0 0;
        padding: 1% 1.5%;
        float: right;
        background-color: #f1f1f1;
        border-radius: 4px;
        border: solid #7b7b7b 1px;
        font-size: .9em;
        color: #000;
        cursor: pointer;
    }

    .forgotSubmitBtns:hover {
        background-color: #7b7b7b;
        color: #fff;
    }

    .forgotBottomTxt {
        width: 100%;
        margin: 2% 0 0 0;
        padding: 1%;
        text-align: center;
    }

    .forgotBottomTxt a {
        width: 100%;
        margin: 2% 0 0 0;
        padding: 1%;
        text-align: center;
        color: #4c4c4c;
    }

    .forgotBottomTxt a:hover {
        width: 100%;
        margin: 2% 0 0 0;
        padding: 1%;
        text-align: center;
        text-decoration: none;
        color: #4c4c4c;
    }

    .copyrightTxt {
        margin-top: 1%;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        text-align: right;
        color: #5d5d5d;
    }

    .forgotAlertBox {
        margin: 1% auto 2%;
        width: 85%;
        padding: 1%;
        border: 2px solid #b20000;
        border-radius: 6px;
        background-color: #fff;
        text-align: center;
        color: #000;
    }

    .forgotAlertBox p {
        margin: 0;
        font-size: 1em;
        line-height: 1.3;
        color: #5d5d5d;
    }

    .forgotAlertBox a {
        color: #4d85ad;
        text-decoration: underline;
    }
}