/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/*EXAMPLE OF FONT IMPORT */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
or


@font-face{
	font-family: "MYNAME";
	src: url("../fonts/FILE.woff2");
}*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
/*  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    font-family: Arial, Helvetica, 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 {
    font-family: Arial, Helvetica, sans-serif;
}

#secondary-navigation-bar-wrapper {
    max-width: 2000px;
    margin-left: 20px;
    margin-right: 20px;
}

.top-header{
    background-color: rgba(95,187,252,1);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    height: 48px;
    font-family: Arial, Helvetica, sans-serif;
}

.top-header a{
    color: #FFFFFF;
}

#secondary-navigation-bar-content {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: 2.4;
    min-height: 40px;
    font-family: "Arial";
}

#secondary-nav-bar-location-2{
    position: relative;
    top: -43px;
}

#sec-nav-text-area-1 {
    text-align: left;
    padding: 7px 20px 5px;
}

#sec-nav-text-area-2 {
    text-align: right;
    padding: 7px 20px 5px;
}

.order-button {
    background: #2475bb;
    height: 30px;
    color: white;
    border: none;
    margin-left: 10px;
    font-size: 13px !important;
    padding: 1px 6px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-phone:before {
    content: "\f095";
}

.fa-envelope-o:before {
    content: "\f003";
}

.logo{
    display: inline-block;
    padding-left: 20px;
    padding-top: 10px;
}

.logo a{

}

.logo img{
    width: 190px;
    height: 56px;
}

#slogan {
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'PT Sans';
    width: auto;
    box-sizing: content-box;
    padding-top: 4px;
}

.mid-menu {
    background-color: #000000;
    height: 105px;
}

.mid-menu .mid-container {
    max-width: 2000px;
    margin-left: 20px ;
    margin-right: 20px;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    display: inline-block;
    float:right;
    position: relative;
    top:40px;
    padding-right: 4px;
}

.main-menu ul {
    list-style-type:none;

}

.main-menu > ul > li {
    position: relative;
    display: inline-block;
}

.main-menu > ul > li.has-drop-down  {
    padding: 0 7px 0 0;
}

.main-menu > ul > li.has-drop-down > a:after {
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 47%;
    margin-top: -8px;
    padding: 0;
    font-size: 16px;
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
    color: #FFFFFF;
}

.main-menu ul > li > a {
    color: #FFFFFF;
    display: block;
    line-height: 22px;
    padding: 10px 16px;
    font-weight: 700;
    font-family: "PT Sans";
    line-height: 22px;
    font-size: 18px;
}

.main-menu > ul > li:hover > a {
    color: #5FBBFC;
}

.main-menu ul ul {
   z-index: 10000;
    position: absolute;
   
   
}

.main-menu > ul > li:hover > ul  {
    visibility: visible;
    opacity: 1;
    max-height: 200px;
    
}



.main-menu ul ul > li {
    background-color: rgba(95,187,252,0.95);
    margin-bottom: 1px;
    max-height: 0px;
    transition: all .7s ease-in;
}

.main-menu > ul > li:hover > ul  >li {
    max-height: 200px;
    transition: all .7s ease-in;
}

.main-menu ul ul > li > a {
    color: #FFFFFF;
    max-height: 0px;
    visibility: hidden;
   opacity: 0;
    transition: all .7s ease-in;
}


.main-menu > ul ul > li.has-drop-down > a:after {
    content: "\f105";
    position: absolute;
    top: 2px;
    padding: 0;
    transition: all .7s ease-in;
    font-size: 16px;
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
    color: #FFFFFF;
}

.main-menu  > ul > li:hover > ul > li > a {
    max-height: 200px;
    
    visibility: visible;
    opacity: 1;
}

.main-menu > ul  ul > li:hover > ul  >li {
    max-height: 200px;
   opacity: 1;
}

.main-menu ul ul > li > a {
    color: #FFFFFF;
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
}

.main-menu  > ul  ul > li:hover > ul > li > a {
    max-height: 200px;
    opacity: 1;
    transition: all .7s ease-in;
    visibility: visible;
}

.main-menu ul ul > li:hover > a{

}


.main-menu > ul  ul > li.has-drop-down > a:after {
    content: "\f105";
    position: relative;
    float: right;
    padding: 0;
    font-size: 16px;
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
    color: #FFFFFF;
}

.main-menu ul ul ul {
    margin-top: -42px;
    height: 0px;
}

.banner {
    width: 100%;
    background-color: #5FBBFC;
    height: 78px;
}

.banner .banner-text {
    max-width: 1200px;
    margin: 0 auto;
    
}

.banner .banner-text h1 {
    color: #FFFFFF;
    font-size: 26.672px;
    font-weight: 700;
    font-family: "PT Sans";
    margin: 0px 20px;
    line-height: 78px;
}

.content {
    border-radius: 10px;
    padding: 8px 20px 20px;
    max-width: 900px;
    margin: 40px auto 20px;
}

.text h1 {
    visibility: hidden;
    color: black;
    font-size: 40px;
    font-weight: 700;
    font-family: "PT Sans";
    line-height: 1.3em;
}

.page-log-in .text h1:after {
    visibility: visible;
    content: 'Please Log In or Complete New Patient Registration';
    float: left;
}

.text li,
.text p {
   font-family: "Open Sans";
   font-weight: 400;
   line-height: 22.4px;
   font-size: 16px;

}

.portal_menu li a {
    font-size: 14px;
}


/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> BANNER <<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/



/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> LOGIN BUTTON STYLING <<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/

#signin_form .button, 
#signin_form button {
  background-image: none;
  padding: 8px 16px !important;
  border: none !important;
  background-color: black;
  transition: all .2s;
  border-radius: 4px;
  -webkit-appearance: none;
}

#signin_form .button:hover, 
#signin_form button:hover {
  background-color: gray; 
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/




/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 1333px){
    .banner .banner-text h1 {
        display: none;
    }
    .main-menu > ul > li:hover > a {
        color: #202021;
    }
}
@media screen and (max-width: 990px){
    .portal-btn {
        display: none;
    }
    
    #secondary-nav-bar-location-1 {
        display: none;
    }

    #secondary-nav-bar-location-2 {
        position: relative;
        top: 8px;
    }

    #sec-nav-text-area-2 {
       text-align: center;
    }
	
	.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: 162px;
        right: 10px;
        background-color: #5FBBFC;
	}
	
	a.hamburger:hover {
        background-color: black;
	}
	
	.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: 550px){
    .top-header a {
        display: none;
    }

	header.main-header-wrapper,
	header.top-header{
		text-align: left;
    }
    
    #sec-nav-text-area-2 {
        padding: 7px 0px 5px;
    }
}