@font-face {
    font-family: "Apercu Pro";
    src: url(../otf/apercu_regular.otf);
    font-weight: 100;
}
@font-face {
    font-family: "Apercu Pro";
    src: url(../otf/apercu_medium.otf);
    font-weight: medium;
}

@font-face {
    font-family: "Apercu Pro";
    src: url(../otf/apercu_regular_italic.otf);
    font-style: italic;
}
@font-face {
    font-family: "Apercu Pro";
    src: url(../otf/apercu_medium_italic.otf);
    font-style: italic;
    font-weight: medium;
}

@font-face {
    font-family: "Tiempos Headline Regular";
    src: url(../otf/tiempos-regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: "Tiempos Headline Medium";
    src: url('../otf/tiempos-medium.otf') format('otf'),
		url('../woff/tiempos-medium.woff') format('woff'),
		url('../woff2/tiempos-medium.woff2') format('woff2');
    font-weight: 100;
}
@font-face {
    font-family: "Tiempos Headline Medium";
    src: url(../otf/tiempos-mediumitalic.otf);
    font-weight: 100;
    font-style: italic;
}

p {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;
}

.nav-link:focus {
	color: #17043a !important;
}

a.dropdown-item:focus {
	color: #17043a !important;
}

.TiemposR {
    font-family: "Tiempos Headline Regular";
    font-size: 1.375em;
    line-height: 1.4em;
}

.TiemposR2 {
    font-family:  "Tiempos Headline Regular";
    font-size: 1.375em;
    line-height: 1.4em;
}

.login-btn {
    border-radius: 2em;
	background-color: #17043a;
    color: white;
    font-weight: 400;
    padding: 10px 20px;
}

.sec-p {
    font-size: 1.15em !important;
    line-height: 1.35em;
}

.pfah-form .form-check {
	display: flex;
	align-items: center;
}

.topbar img {
	max-width:140px !important;
}
.topbar {
	transition: display 0.5s;
}

.login-btn:hover {
    color: white !important;
	text-decoration: none;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	background-color: #5b11ea !important;
}

.btn:hover {
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.bg-primary:hover {
	background-color: #5b11ea !important;
}

.container {
    max-width: 1140px;
    position: relative;
}modal-body

.modal-body {
	transition: height .5s ease-in-out;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(23, 4, 58, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .carousel-indicators {
      right: auto !important;
  }

  .carousel-indicators li {
      width:1em;
      height:1em;
      border-radius:50%;
      margin-right: .5em;
  }

  .icon-circle {
    width:1em;
    height:1em;
  }

  .carousel-control-prev-icon {
    background-image: url(../svg/backarrow.svg);
}

.slick-prev {
	background-image: url(../svg/backarrow.svg) !important;
	background-repeat: no-repeat !important;
	padding: 20px 0 !important;
}

.slick-next {
	background-image: url(../svg/nextarrow.svg) !important;
	background-repeat: no-repeat !important;
	padding: 20px 0 !important;
}



.carousel-control-next-icon {
    background-image: url(../svg/nextarrow.svg);
}

.page-template-template-member .wrapper {
	padding-top: 115px !important;
}

.btn-insurance {
	background-color: #E8E6EB;
	padding: 30px auto; 
	font-size: 20px !important;
	border-radius: 50px !important;
}

.btn-insurance:hover {
	background-color :#5b11ea;
	color: white !important;
}


.modal .pfah-done {
	background-color: #f1eae6 !important;
	padding: 0 !important;
	text-align: left !important;
	display: flex; 
	align-items: center;
}


.w100 {
	width: 100%;
}
.slick-next:before, .slick-prev:before {
	font-size: 30px !important;
	color: #17043a !important;
	display:none !important;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 25px;
}

.carousel-control-prev, .carousel-control-next {
    width: 100%;
    opacity: 1;
}


.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 1;
}

.svg-z {
	z-index: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.z-up {
	z-index: 2;
}

.dropdown-menu li:hover {
	background-color: #f2efed;
}


.pfah-form .form-label-group > label {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pfah-form .form-control {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dee2e6;
}

.underline {
    text-decoration: underline;
}
.modal .close {
	font-size: 1.5rem !important;
}
.img-small {
    max-width: 60px;
    min-height:60px;
    height: 60px;
}

.img-60 {
    max-width: 60px;
    min-height:60px;
    height: 60px;
}

.img-small2 {
    max-width: 65px;
    height: auto;
}

.img-40 {
    max-height: 40px;
    max-width: 60px;
}

.content a {
	color: #5b11ea !important;
    display: inline-block;
	text-decoration: none;
}

.pfah-wrapper {
	line-height: 1.4em !important;
}

.modal .form-control {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.modal .form-label-group > label {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.link-sec {
    color: #5b11ea !important;
    display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.link-sec2 {
    color: #5b11ea !important;
    display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.link-sec-qm {
    color: #a789ef !important;
    display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.content a::after {
	height: 2px;
    display: block;
	opacity: 0;
    width: 100%;

    background: #5b11ea;
    content: '';
	transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

.partnerlogo {
	max-width:250px;
}

.presstab a::after {
	height: 5px;
    display: block;
	opacity: 0;
	position: absolute;
	bottom: 0;
    width: 100%;

    background: #5b11ea;
    content: '';
	transform: scaleX(0);  
  transition: transform 250ms;
}
.presstab a:hover::after {
opacity: 1 !important;
	transform: scaleX(1);
}

.pdf {
	font-size: 1.2rem !important;
}

.presstab a.active::after {
	opacity: 1 !important;
	transform: scaleX(1);
}

.blog-img img {
	object-fit: cover;
    object-position: center center;
    width: 100%;
    max-height: 183px !important;
}

.image-vimeo {
	object-fit: cover;
    object-position: center center;
    width: 100%;
    max-height: 183px;
}

.presstab a:hover {
	text-decoration: none;
}

.page-template-template-getstarted .banner {
	padding-top: 140px !important;
}


.single .content img {
	max-width: 100% !important;
}
.link-sec::after {
	height: 2px;
    display: block;
	opacity: 0;
    width: 100%;

    background: #5b11ea;
    content: '';
	transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

.mb-05 {
	margin-bottom: 0.5rem !important;
}


.link-sec2::after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
	    position: absolute;
    padding-left: 5px;
	transition: padding .5s;
}


.content a:hover::after {
	opacity: 1 !important;
	transform: scaleX(1);
}

.content a:hover {
	text-decoration: none;
    color: #5b11ea !important;
}
.link-sec:hover::after {
	opacity: 1 !important;
	transform: scaleX(1);
}

.link-sec:hover {
	text-decoration: none;
    color: #5b11ea !important;
}

.link-sec2:hover {
	text-decoration: none;
    color: #5b11ea !important;
}

.link-sec2:hover::after {
	padding-left: 10px;
}

.form-control {
    color: #17043A !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-weight: 100;
    height: auto;

    border-bottom: 2px solid #dee2e6 !important;
    border:none;
}

.form-control::placeholder {
    color: #666 !important;
}

.form-control:focus {

    box-shadow: none !important;
}

.content p {
	margin-bottom: 1em !important;
}

select {
    border-bottom: 2px solid #dee2e6 !important;
    border:none;
    padding: 5px 0;
    background-color: transparent !important;
}

.text-sm {
    font-size: 0.9em;
}

.dropdown-item:hover {
    background-color: rgba(255,255,255,0) !important;
}
.carousel-control-prev, .carousel-control-next {
    width: auto !important;
}

.ul-second  li {
    list-style-type: none;
}

.ul-second {
    padding: 0;
}

.sm-p {
    font-size: 0.8em;
}

body {
    font-weight: 100;
    line-height: 1.4em;
}


.bg1a {
    background-color: #f5f3f2 !important;
    fill: #f5f3f2 !important;
}
.bg2a {
    background-color: #f1eae6 !important;
}
.bg1b {
    background-color: #f3f3f5 !important;
    fill: #f3f3f5;
}
.bg2b {
    background-color: #e8ddd6 !important;
    fill: #e8ddd6;
}

.bgwhite {
    background-color: #fff !important;
    fill: #fff;
}

.img500 {
    max-height: 500px;
}

.bgnav {
    background-color: #F3ECE4;
}

.jumbotron {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.dropdown-toggle::after {
	background-image: url(../svg/downarrow.svg);
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat;
    border: none !important;
    vertical-align: middle !important;
}

body {
    font-size: 16px;
}

.btn {
    padding: 14px 30px;
    line-height: 1;
}

h2 {
    line-height: 1.2em;
}

.mh350 {
	min-height: 315px !important;
}

h1 {
    line-height: 1.1em;
}

h3 {
    line-height: 1.2em;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
}

section {
    position: relative;
}

.position-absolute {
	margin-bottom: 0 !important;
	
}
.img-sm {
    max-height: 50px;
    max-width: 50px;
}

.img-sm3 {
    max-height: 300px;
    max-width: 100%;
}

svg {
    margin-bottom: -5px;
}
.bg2 {
    fill: #f6f4f2;
}

.bg2a {
    fill: #f1eae6;
}

.bg1 {
    fill: white;
}

.mh50 {
    min-height: 50px;
}

.bgleft {
    background-size: contain;
    background-color: #f3ece4;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 600px;
}

.bottom-0 {
	bottom: -3px;
}

#departments .carousel-item {
	min-height: 141.89px !important;
}

.bgleft2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.svgline path {
    fill:none;stroke:#e8dfd7;stroke-miterlimit:10;stroke-width:4px;
}

.svg-line .bgp {
    fill:#5b11ea;
}

.svg-linenew .bgp {
    fill:#5b11ea;
}

.svg-line .bgs {
    fill:#e8dfd7;
}

.svg-line {
	position: absolute;
	top:-130px;
}

@media (max-width: 768px) {
	.svg-line {
		top: 700px;
	}
}

.svgline {
   top:-150px;
    position: absolute;
}

.svgline2 path{
    fill:none;stroke:#5b11ea;stroke-miterlimit:10;stroke-width:4px;
}

.svgline3 {
    bottom:-110px;
    position: absolute;
}
.svgline5 {
    top:-150px;
    position: absolute;
}

.svgline6 {
    margin-bottom: 0 !important;
}

.svgline6 path {
    fill:none;stroke:#5b11ea;stroke-miterlimit:10;stroke-width:4px;
}
.svgline5 path {
    fill:none;stroke:#5b11ea;stroke-miterlimit:10;stroke-width:4px;
}

.svgline3 path {
    fill:none;stroke:#5b11ea;stroke-miterlimit:10;stroke-width:4px;
}

.svgline4 {
    margin-bottom: 0 !important;
}
.svgline4 path {
    fill:none;stroke:#f5f3f2;stroke-miterlimit:10;stroke-width:4px;
}

.svg-line-top {
	top: 375px;
}

.fontsm {
    font-size: 15px;
}

ul.social li{
    list-style-type: none;
    flex-basis: 25%;
}

ul.social {
    display: flex;
    padding: 0;
    justify-content: space-between;
}


.img-sm2 {
    max-height: 20px !important;
    max-width: 20px !important;
}

.modal-content {
    border:none;
    background-color: #f1eae6;
    border-radius: 10px;
}
.pfah-wrapper {
	font-size: 1rem !important;
}
.modal-dialog {
    max-width: 375px; 
}
.form-check-input {
	margin-top: 0 !important;
}

@media (min-width:1250px) {
.page-template-template-rp .banner img {
	max-height: 700px !important;
}
}

.page-template-template-rp .form-check-input {
	margin-top: 0.3rem !important;
}

.page-template-template-rp small {
	line-height: 1rem !important;
}

.pfah-wrapper {
	padding: 0 !important;
}
#login {
    text-align: center;
}
.dropdown-item {
    font-weight: 100;
}

.dropdown-menu {
    border-radius: 0;
	transition: block .3s ease-in-out;
    border: none;
    min-width: 250px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    margin-right: 24px;
}

.close {
    opacity: 1;
    font-size: 3rem;
}

.modal-backdrop {
    background-color: #17043a;
}

.modal-backdrop.show {
    opacity: 0.6 !important;
}

.navbar-toggler {
    padding: 0;
    margin-left: 1.5em;
}


.imgcenter {
    text-align: center;
}




.banner img {
    max-height: 600px;
	transform: scale(1.1);
}

.bannersm img {
        max-height: 600px;
    transform: scale(1.1);
    left: -50px;
}

.bannersm {
	overflow: hidden;
}

.bannersm2 {
	overflow: hidden;
}

.bannersm2 img {
	max-height: 600px;
	transform: scale(1.1);
}


.logo {
    max-width: 140px;
	height: 42px;
	width: 100%;
}

.desktopnav .dropdown-menu {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.btn-secondary:hover {
    background-color:#440dad !important; }


	.desktopnav .nav-link::before {
	height: 4px;
    display: block;
    width: 100%;
		position:absolute;
		bottom: 0px;
		opacity: 0;
		left:0;
    background: #5b11ea;
    content: '';
	transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.desktopnav .nav-link:hover::before {
       transform: scaleX(1);
	opacity: 1 !important;
    }
.desktopnav .nav-link:hover {
      color: #5b11ea;
    }
.desktopnav .nav-link {
	position: relative;
}
    .mobilenav .navbar-nav .nav-link {
        font-weight: 400;
    }

    

    .banner {
        padding-top: 193px;
    }
    .topdiv {
        padding-top: 193px;
    }

    .img-icon {
        max-width: 14px;
        max-height: 14px;
        z-index: 100;
    }

    .img28 {
        max-width: 28px;
        max-height: 28px;
    }

    .linepath {
        fill:none;stroke:#474351;stroke-linecap:round;stroke-miterlimit:10;stroke-width:1.5px;opacity:0.2;
        max-width: 2px;
    }

    .img-icon::after {

    }

    .ulInline {
        list-style-type: dotted;
		text-align: left;
    }

.ulInline li {
	list-style-type: dotted;
}

    #benefits {
        min-height: 315px;
    }

    #menu-header-1{
        height: 100vh;
    }

    button:focus {
        outline: none;
    }
a:focus, a:active {
	outline: none !important;
}

    .navbar-toggler {
        border:none;
    }

.hamburger {
    width: 30px;
    height:20px;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger span {
    display: block;
    background-color: #17043a;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2) {
    top: 10px;
}

.hamburger span:nth-child(3) {
    top: 10px;
}

.hamburger span:nth-child(4) {
    top: 20px;
}

.hamburger.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.hamburger.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.svgabsolute {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.svgabsolutetop {
    position: absolute;
    bottom: 0;
    width: 100%;
	z-index: 1;
}

.form-check {
    margin-bottom: 0.5rem;
}

.signupform .form-check {
    flex-basis: 50%;
}

.mh-700 {
    min-height: 600px;
}



.img-r {
    right:0;
}

.img-l {
    left: -200px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.careervideo {
    width: 100%;
}

.mw-300 {
    max-width: 300px;
}

.hspan {
    padding: 0 20px;
	font-size: 2em !important;
	border-bottom: 5px solid #f5f3f2 !important;
}

.blog-h {
    font-size: 3.125em;
}

.blogdd {
    max-width: 250px !important;
}

.btnh3 {
    border:none;
    border-bottom: 5px solid rgba(0,0,0,0);
    transition: 0.3s;
    background-color: #f5f3f2 !important;
    font-size: 1.75em !important;
}

.btnh3:hover {
    border-bottom-color: #5b11ea;
}

.bgcover {
	background-size: cover; 
	background-repeat: no-repeat;
}
.presstab a {
    padding: 21px 0 !important;
    display: block;
	position: relative;
}

.blogdiv {
    display: inline-block;
}

.imgline {
    display: inline-block;
	    z-index: 100;
    position: absolute;
    margin-left: -7px;
}


.presstab li {
    flex-basis: 20%;
}

.aboutbanner {
    overflow:hidden;
}

.img250 {
    max-height: 100px;
}

.abt-img1 {
    position: absolute;
    left: -50px;
    top: 15%;
    max-width: 400px;
    overflow:hidden;
}

.abt-img2 {
    position: absolute;
    right: -50px;
    top: 20%;
    overflow:hidden;
    max-width: 400px;
}

.wrapper {
	overflow: hidden;
}

.w-lg-80 {
    width: 80%;
}
.w-lg-90 {
    width: 90%;
}

.w-lg-70 {
    width: 70%;
}

.desktopnav {
	transition: background 0.5s;
}

.linearrow::after {
	    position: absolute;
    left: 50%;
	content:'';
	bottom: 0;
    width: 18px;
    height: 18px;
    border-left: 2px solid #d3d1d1;
    border-bottom: 2px solid #d3d1d1;
	transform: translate(-50%, 0) rotate(-45deg) ;
    box-sizing: border-box;
}



.linedot::after {
                content:'';
                width:18px;
                height: 18px;
                border-radius: 50%;
                background-color: #fddbbf;
                border: 2px solid #d3d1d1;
                position: absolute;
                left: 50%;
	top: 0;
				transform: translate(-50%, 0);
            }
            .linedot::before {
                content:'';
                background-color: #d3d1d1;
                position: absolute;
				width: 2px;
                height: 100%;
				left: 50%;
                top: 0;
				transform: translate(-50%, 0);
            }

  .linedot2::before {
                content:'';
                background-color: #d3d1d1;
                position: absolute;
				height: 2px;
                width: 100%;
                bottom: 8px;
            }

.linedot2::after {
                content:'';
                width:18px;
                height: 18px;
                border-radius: 50%;
                background-color: #fddbbf;
                border: 2px solid #d3d1d1;
                position: absolute;
                bottom: 0%;
				left:24px;
				transform: translate(-50%, 0);
            }



.mh65 {
	min-height: 65px;
}

.ztop {
	z-index: 999;
}

.lastrowborder .row:nth-last-child(1) {
	border-bottom: none !important;
}

.nav-tabs {
	border-bottom: none !important;
}

.desc-col .mb-3:nth-last-child(1) {
	margin-bottom: 0 !important;
}

.desc-col .mb-3 .border-bottom:nth-last-child(1) {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.col-list ul {
	padding-left: 0 !important;
}

.container .policies:nth-last-child(1) {
	border-bottom: none !important;
}

#footernav .nav-link {
	padding: 0.1rem 0  !important;
}

#footerbtmnav .nav-link {
	padding: 0.1rem 0  !important;
}

#footerbtmnav  ul {
	padding: 0 !important;
}

#footerbtmnav li {
	list-style-type: none;
}

#footernav ul {
	padding: 0 !important;
}

#footernav li {
	list-style-type: none;
}

#menu-footer li {
	list-style-type:none;
	padding: 0;
}

#menu-footer {
	padding: 0 !important;
}

.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
}

.more {
	transition: all 1s;
}



.page-template-template-healthsystems .img-l {
	left: -100px !important;
}

.page-template-template-pcp .img-l {
	left: -100px !important;
}
.page-template-template-outofscope .img-l{
	left: -100px !important;
}


.mb-sm {
	margin-bottom: 14px !important;
}

.form-label-group {
  position: relative;
  margin-bottom: 0.5rem;
}
:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}
.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent !important;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent !important;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 14px;
  color: #777;
}

.z1 {
	z-index: 1;
}


li.active .nav-link {
	color: #5b11ea;
}

.dropdown-menu li.active a {
	color: #5b11ea;
}

.imgzoom {
	overflow: hidden;
}

.imgzoom img {
	transition: transform 1.5s ease;
}

.imgzoom:hover img {
	transform: scale(1.1);
}
.close img {
	max-height: 20px;
    width: 30px;
}

.pfah-wrapper {
	box-shadow: none !important;
}

.admin-bar .navbar {
    margin-top: 32px;
}

.beige-bottom-wave-svg {
	position: absolute; bottom: -90px; scale: 100%; right: -1000px;
}

.mobile-patient-portal-btn {
	display: none;
}

.non-mobile-patient-portal-btn {
	display: none; !important;
}


/* Media Queries */

@media (max-width: 120px) {
	.page-template-template-healthsystems .banner img {
		transform: scale(1) !important;
	}
}

@media screen and (max-width: 1200px) and (min-width: 982px) {
	.container {
		max-width: 940px !important;
	}
	
	.page-template-template-patient .pr-lg-5 {
		padding-right: 0 !important;
	}
	
	.non-mobile-patient-portal-btn {
		display: block; !important;
	}
}

@media screen and (max-width:1200) and (min-width:1000px) {
	
}
@media (min-width:1800px) {
	.svg-line {
		top: -150px;
	}
	.svg-line-top {
		top: 350px;
	}
	
	.non-mobile-patient-portal-btn {
		display: block; !important;
	}
}

@media (min-width:1200px) {
	.login-btn {
		margin-left: 4.209rem !important;
	}
}

@media (max-width:1100px) {
	.abt-img1 {
        position: static !important;
        max-width: 350px !important;
    }
	.abt-img2 {
        position: static !important;
        max-width: 350px !important;
    }
	
	.aboutbanner .pt-lg-7 {
		padding-top: 0 !important;
	}
	.aboutbanner .pb-lg-6 {
		padding-bottom: 0 !important;
	}
	
	.aboutbanner .px-lg-7 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media screen and (max-width:1500px) and (min-width: 1200px) {
	.svg-line {
		top: -100px;
	}
	.svg-line-top {
		top: 400px;
	}
	
    .non-mobile-patient-portal-btn {
		display: block; !important;
	}
}

@media screen and (max-width:1159px) and (min-width: 982px) {
	.svg-line {
		top: -70px;
	}
	.svg-line-top {
		top: 450px;
	}
}

@media screen and (max-width: 990px) and (min-width: 771px) {
	.container {
		max-width: 90% !important;
	}
	.svg-line {
		top: -60px;
	}
	.svg-line-top {
		top: 650px;
	}
	
    .non-mobile-patient-portal-btn {
		display: block; !important;
	}

}

@media screen and (max-width: 770px) and (min-width: 550px) {
	.container {
		max-width: 675px !important;
	}
	.svg-line {
		top: -60px;
	}
	.svg-line-top {
		top: 700px;
	}
	
	.banner .img2 {
		transform: scale(1.4) !important;
	}
	
	.non-mobile-patient-portal-btn {
		display: block; !important;
	}
}

@media screen and (max-width: 770px) and (min-width: 550px) {
	.banner .img {
		transform: scale(1) !important;
	}
}
@media (max-width: 767px) and (min-width: 550px) {
	.svg-line-top {
		top: 700px;
	}
}
@media (max-width: 549px) {
	
    .banner {
        padding-top: 50px;
    }
	
	.btn {
		width: 275px !important;
	}
	
	.mobile-patient-portal-btn {
		display: block !important;
	}
	
	.beige-bottom-wave-svg {
		position: absolute; bottom: -55px; scale: 100%; right: -1000px;
	}
	
	.svg-line {
		top: -60px;
	}
	.svg-line-top {
		top: 700px;
	}
	
	.abt-img1 {
        position: static !important;
        max-width: 250px !important;
    }
	.abt-img2 {
        position: static !important;
        max-width: 250px !important;
    }
	 .modal-dialog {
        max-width: 100% !important; 
    }

	.modal-content {
        height: 100vh;
        border-radius: 0px;
    }
	.modal-dialog {
        margin: 0;
    }
	.presstab {
    overflow-x: auto;
    white-space: nowrap;
	}
	
	.presstab li {
		flex-basis: 50% !important;
	}
	
	.mobiletab .col-lg-12{
		overflow-x: auto;
    white-space: nowrap;
	}
	
	.btnh3 {
		font-size: 1.5em !important;
	}
}



@media (min-width: 981px) {
    .mw300  {
        max-width: 300px;
    }
    #departments .carousel-control-prev, #departments .carousel-control-next {
        bottom: auto !important;
        top: 20%;
    }

    .btn-md-block {
        width: 100%;
    }

    
    .img-lc {
        left: -100px !important;
    }
	
	.non-mobile-patient-portal-btn {
		display: block; !important;
	}
	
	.menu-footer-bottom-container {
		width: 75%;
	}
}

@media (max-width: 981px) {
	.svg-line-top {
		display: none;
	}
	
	.beige-bottom-wave-svg {
		position: absolute;
		bottom: -50px;
		scale: 100%;
		right: -1000px;
	}
	
	.banner .img-fluid {
		transform: scale(1.1) !important;
		margin-bottom: -35px;
	}
	
	.mobile-patient-portal-btn {
		display: none;
	}
	
    .container {
        padding: 0 30px;
    }
	
	.mobileh3 {
		font-size: 1.45em !important;
	}
	
	#departments .w-lg-80 {
		width: 100% !important;
	}
	
	#benefits {
		min-height: auto !important;
	}

	.svgline5 {
		top: -100px !important;
	}
    .blog-h {
        font-size: 2.25em !important;
    }

    .w-100 {
        width: 100% !important;
    }


    .svgline3 {
        position: static !important;
        margin-bottom: 0 !important;
    }

    
    .signupform .form-check {
        flex-basis: 100% !important;
    }


    .logo {
        max-width: 103px !important;
		height:31px !important;
    }

    .svgline {
        z-index: 100;
        bottom: -20px;
    }


    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.25em;
    }

    .jumbotron {
        padding: 0;
    }
    .navbar {
        padding-left: 0 !important;
		padding-right: 0 !important;
    }
	
	.navbar .container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
    ul.social {
        justify-content: flex-start;
    }

    ul {
        margin: 0;
    }


    #bs-menu {
        padding: 2em 0;
    }
    .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
    
}

@media (max-width:991px) {
.mh-700 {
        min-height: auto !important;
    }
}

a.pdf {
	display:none;
}

#ceobio .modal-dialog {
	max-width: 100% !important;
	width: 100% !important;
}

#ceobio .modal-content {
	overflow-y: scroll;
}

#ceobio.modal {
	padding-right: 0 !important;
}

#ceobio .modal-dialog {
margin-bottom: 0 !important;
    height: 100vh;
    margin-top: 0 !important;
}

.font-20 {
	    font-size: 20px !important;
    line-height: 28px;
}

.pfah-error-text{
	display:none;
}

.z-1 {
	z-index: 1;
	fill: white;
}

.bgpurp {
	background-color: #180143;
}

.page-footer p {
	color: #ffffff !important;
}

.menu-footer-bottom-container a {
	color: #ffffff;
}

.menu-footer-bottom-container a:hover {
	color: #a789ef;
}

.footertext {
	color: #ffffff;
}

.disclaimer-text {
	font-size: 12px;
}

.logo-qm {
	max-width: 103px !important;
}