/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/*EXAMPLE OF FONT IMPORT */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;500&family=Playfair+Display:wght@400;600&display=swap');

* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
/*    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}

p {

}

a {
    text-decoration: none;
}

h1 {
    color: #006c6e;
    font-size: 2.4em;
    line-height: 3.6em;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

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 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-top: 3.6vw;
    padding-bottom: 3.6vw;
    padding-left: 3vw;
    padding-right: 3vw;
}

.top-header{

}

.logo{
	text-align: center;
}

.logo a{

}

.logo img{
	width: 504.06px;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
	text-align: center;
	margin: 2.75vw 0 0;
}

.main-menu ul {
    list-style-type:none;
	margin-top: -3.5px;
}

.main-menu > ul > li {
    position: relative;
	margin-left: calc( .65vw - 1px);
    margin-right: calc( .65vw - 1px);
	display: inline-block;
}

.main-menu > ul > li:nth-last-child(2) a {
    background-color: #eaeef0;
    color: #000 !important;
    padding: 5px 10px 0;
    margin-top: -4px;
	transition: all .1s ease-in-out;
}


.main-menu > ul > li:last-child a {
    background-color: #db0762;
    color: #fff !important;
    padding: 5px 10px 0;
    margin-top: -4px;
	transition: all .1s ease-in-out;
}

.main-menu > ul > li:last-child a:hover,
.main-menu > ul > li:nth-last-child(2) a:hover {
    background-color: #006c6e;
    color: #fff !important;
}

.main-menu ul > li > a {
	font-size: .9rem;
   	color: #000; 
	display: block;
	text-transform: uppercase;
	transition-timing-function: ease;
	padding: 1.44px 0px;
    transition-duration: 0.6s;
    transition-delay: 0.107692s;
	line-height:25.92px;
	letter-spacing:0.288px;
	transition: all .1s ease-in-out;
}

.main-menu ul > li:hover > a {
    color: #db0762;
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
	width: 300px;
	background-color: white;
	padding: 7.2px 14.4px;
	z-index: 1000;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.main-menu ul ul > li {
	text-align: left;
}

.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 {
    ;
}

.text li,
.text p {
   
}

.portal_menu li a {
    font-size: 14px;
}

.banner {
	background-image: url('../images/leaves.jpeg');
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;
	min-height: 6.6vh;
	background-position: center
}

.banner .banner-padding {
	padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
	background-color: rgba(85, 135, 162, 0.34);
}

.banner h1{
	text-align: center;
    white-space: pre-wrap;
    transition-timing-function: ease;
    transition-duration: 0.6s;
    transition-delay: 0.124528s;
	padding: 0px 17px 17px;
	color: #fff;
	fon-weight: 400;
	margin: 2rem 0;
	font-size: 3rem;
	line-height: 1.288;
	-webkit-font-smoothing: antialiased;
}

/* --------------BOB REMOVED--------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> CONTENT <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/

/*.content {
    border-radius: 10px;
    padding: 8px 20px 20px;
    width: 900px;
    margin: 40px auto 20px;
}

.portal_menu > ul {
   padding: 20px 15px 10px;
   font-size: 14px;
}

.text {
    width:650px; 
    min-height:300px;
}

.text .spacer {height: 170px; width: 85px; float:left;}

.text li {
    list-style: disc inside none;
    padding: 2px;
}*/


/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> LOGIN FORM <<<<<<<<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/
/*.content form {
}

.content form label span, #signin_form p a {
}


#signin_form { 
    margin: 25px 100px 0px 190px;
}

.signin_inputs input:not([type="submit"]) {
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    padding: 3px;
    width:150px;
}

#signin_form label {
    font-size:14px;
}


input[type=text],input[type=password], select {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    color: #666666;
    padding: 3px;
}

textarea {
    border-radius:6px;
    border: 1px solid #CCCCCC;
    color: #666666;
    padding:6px;
    width:99%;
}

select {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    padding: 3px;
}

.help_marker {
    visibility: hidden;
}

.help_link span:after {
    content: '\f059';
    visibility: visible;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color:#666;
}*/

/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> LOGIN BUTTON STYLING <<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/

#signin_form .button, 
#signin_form button {
  background-image: none;
  padding: 8px 16px;
  border: none;
  color: #006c6e;
    background-color: #fff;
  transition: all .2s;
  border-radius: 0px;
  -webkit-appearance: none;
}

#signin_form .button:hover, 
#signin_form button:hover {
  background-color: #CDE2E3;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/
/*.sub_foot {
    padding: 12px;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    display:block;
    box-sizing: border-box;
    background-color: black;

}
.sub_foot a {
    color: white;
    font-size: 12px;
}

.footer_address {
    display:none;
}*/


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>> HIDE SOME THINGS <<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/


/*.portal_menu  .pt_allergies {display:none;}
.state_divider, .state_province, .zip_divider, .zip_postal {display:none;}
.pwd_set_account {}

#seconary_nav {
  display: none;
}
*/

/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>> Registration overrides<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/* Registration */
/*.address1, .address2{
    float: left;
    width: 32%;
}*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 1200px){
	
	.main-menu ul > li > a {
		font-size: calc(-.12vw + 1rem);
	}
	
	

	.banner h1{
		font-size: calc(2.4vw + 1rem);
	}
	
}
@media screen and (max-width: 800px){
	
	.text h1 {
		font-size: 40px;
	}
	
	.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;
    }
	
     .text {
         max-width: none;
     }

    .portal_menu {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
	
    .logo img {
        max-width: 60%;
    }
	
	a.hamburger {
		display: inline-block;
		margin: 12px 12px 0 0;
		position: absolute;
		top: 16px;
		right: 10px;
	  }
	
	a.hamburger:hover {
		background-color: #db0762;
	  }

	 .header-container {
		width: 100%;
	 }

	.portal_menu.open-menu {
		  display: block;
		  position: absolute;
		  width: 100%;
		  left: 0;
		  z-index: 1000;
		  transition: all .4s;
		  visibility: visible;
		  opacity: 1;
		  height: 100%;
    }
	
    .logo img {
        max-width: 60%;
    }
	.hamburger {
    display: inline-block;
    margin: 12px 12px 0 0;
    position: absolute;
    top: 16px;
    right: 10px;
  }

  .header-container {
    width: 100%;
  }

	
	.main-menu {
		display: none;
	}
	
    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: 600px){
	header.header-wrapper,
	header.top-header,
	.logo{
		text-align: left;
	}
	
	.text h1 {
		font-size: 28px;
	}
}
