/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
/*  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
	font-family: Montserrat, sans-serif;
}

p {

}

a {
    text-decoration: none;
}

h1 {
    color: #767561;
    font-size: 2.4em;
    line-height: 3.6em
}

h1 span{
    font-weight: bold;
    font-size: 3em;
}

/* ovverride h2 colors on page to a standard grey */
.content .text h2 {
 color: #767561;
}
 
/*When the body color conflicts with the tooltip */
p.aToolTipContent {
/*     color: white !important; */
}


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.header-wrapper {
    text-align: center;
}

.top-header{
	padding: 30px 5px;
}

.logo{
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	padding-left: 61px;
}

.logo a{

}

.logo img{

}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
	display: inline-block;
}

.main-menu ul:first-of-type {
	padding-left:10px
}

.main-menu ul:last-of-type {
	position: relative;
    left: 50px;
    top: -10px;
}
.main-menu ul {
    list-style-type:none;
	display: inline-block;
}

.main-menu > ul > li.pp-button{
    margin-left: 14px;
}

.main-menu > ul > li {
    position: relative;
	display: inline-block;
	    padding-top: 0px;
    margin-right: 23px;
    padding-bottom: 0px;
    margin-left: 23px;
}



.main-menu > ul > li.pp-button a {
    color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(155, 204, 204, 0);
    background-color: rgba(155, 204, 204, 1);
	display: block;
	padding: 8px 28px
}


.main-menu ul > li > a {
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
	padding-left: 5px;
    padding-right: 5px;
	border-radius: 5px;
}

.main-menu ul > li.pp-button:hover > a {
    background-color: rgba(153, 154, 203, 1);
	transition: all .4s ease-in-out
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.main-menu ul ul > li {

}

.main-menu ul ul > li > a {

}

.main-menu ul ul > li:hover > a{

}

.content {
    border-radius: 10px;
    padding: 8px 20px 20px;
    max-width: 900px;
    margin: 40px auto 20px;
}

.text h1 {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1.5px;
    line-height: 1.3em;
	color: black;
}

.text li,
.text p {
   
}

.portal_menu li a {
    font-size: 14px;
}

.banner {
	background-image: url('../images/banner.png');
	background-size: cover;
	background-position: center;
	height: 666px;
	width: 100%;
	text-align: center;
		
}
.banner h1 {
	color: white;
	font-size: 60px;
    font-weight: 400;
    letter-spacing: -1.5px;
    line-height: 1.3em;
	width:1080px;
	text-align: left; 
	margin: 0 auto;
	padding-top: 290px;
	
}

/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> BANNER <<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/



/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> LOGIN BUTTON STYLING <<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/

#signin_form .button, 
#signin_form button {
  color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(155, 204, 204, 0);
    background-color: rgba(155, 204, 204, 1);
	padding: 8px 28px;
}

#signin_form .button:hover, 
#signin_form button:hover {
   background-color: rgba(153, 154, 203, 1);
	transition: all .4s ease-in-out
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/




/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 1200px){
	.main-menu ul li {
		display: block;
		
	}
	.main-menu ul li {
		line-height: 40px;
		font-size: 12px
	}
	
	.logo {
		width: auto;
		padding-left: 5px;
	}
	
	.logo img {
        max-width: 60%;
    }
	
	.banner {
		height: 221px;
	}
	
	.banner h1 {
		width: auto;
		padding-top: 50px;
		padding-left: 50px;
		font-size: 30px;
	}
}
@media screen and (max-width: 800px){
	
	.text h1 {
		font-size: 40px;
	}
	
	.logo img {
        max-width: 60%;
    }
	
	
	
	/************************************************/
	/****************Portal Menu      ***************/
	/************************************************/
	
	a.hamburger {
		display: inline-block;
		margin: 12px 12px 0 0;
		position: absolute;
		top: 16px;
		right: 10px;
		background-color: rgba(155, 204, 204, 1);
	}
	
	a.hamburger:hover {
		background-color: rgba(153, 154, 203, 1);
    transition: all .4s ease-in-out; 
	}
	
	.portal_menu.open-menu {
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 1000;
		transition: all .4s;
		visibility: visible;
		opacity: 1;
		height: 100%;
    }
	
	.portal_menu.open-menu li {
        padding: 8px 0;
        border-bottom: solid 1px #dadada;
        background-position: 8px 9px;
    }
    .portal_menu.open-menu ul {
        padding: 12px 8px;
        background-color: white;
    }
    .portal_menu.open-menu h3 {
        display: none;
    }
    .portal_menu li a span {
        position: relative;
        width: 100%;
        display: inline-block;
        font-size: 18px;
    }
    .portal_menu.open-menu li a {
        padding-left: 65px;
    }
	
	.portal_menu {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
	
	/**************************************************/
	
	
	
     .text {
         max-width: none;
     }
	
	.header-container {
		width: 100%;
	}
	
    body {
        padding-top:0;
        width:100%;
        margin:auto;
        overflow-x: hidden;
    }
    
    header {
        position:relative;
        margin-top: 0;
        text-align: center;
    }

    .main-menu {
        display:none;
    }

    .text {
        width:auto;
    }
    
    .text h1 {
        text-align:center;
    } 
    
    input {
        font-size:12px;
    }
    
    .wrapper {
        width: 100%;
        box-shadow:none;
        min-height: 860px;
    }
    .content {
        padding: 0 22px 22px;
        width: auto;
        margin: 20px;
    }

    .content-wrapper {
        width: 100%;
    }
    .container {
        width: auto;
    }
    
    #seconary_nav {
      display: block;
      font-size: 22px;
      margin: 10px auto;
      text-align: center;
      width:80%;
    }
    .right-block {
      display: none;
      text-align: right;
    }

    .draggable {
      max-width: 100% !important;
    }

    #registration {margin-right:0px;}
    .content_inner {padding:0;}
    .text {padding:0px; width:auto;}
    
    .block label {font-size:16px; padding:12px 4px 8px;}
    .block label span {font-size:16px;}

    .menu_main {
        display:none;
    }
    
    .menu_main .link_active {
        display:none;
    }

    .text p.msg {
        color: #f60;
        position: relative;
        right: 0;
    }

    .draggable {
      max-width: 100% !important;
    }
    
    #signin_form {
        max-width: 400px;
        margin: 20px auto;
    }

    #signin_form label {
        font-size: 11px;
    }

    .bg-top-bar {
        font-size: 13px;
        padding: 9px 22px;
    }

    .soc-icons {
        display: none;
    }
    .bg-menu {
        display:block;
        width: 100%;
    }


	.password_block .PWD1, .password_block .PWD2{
		float:none !important;
	}

}

@media screen and (max-width: 400px){
	header.main-header-wrapper,
	header.top-header{
		text-align: left;
	}
}