/* -----------------------------------------------------------------------*/
/* >>>>>>>> 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=Montserrat:wght@100;200;300;400&family=Open+Sans:wght@300;400;500;700&display=swap');


@keyframes scrolldown {
    from{ top: 0}
    to {top: 50px;}
}

* {
    padding:0; margin:0;
}

.text ul,
.text ol,
.text li,
.questionnaire_form ul,
.questionnaire_form ol,
.questionniare_form li {
    padding: revert;
    margin: revert;
}

html, body {
    height: 100%;
    margin: 0px;
}

body {
/*  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    font-family: "Open Sans", sans-serif;
    background: #B1C8BD
}

p {

}

a {
    text-decoration: none;
}

.content {
    border-radius: 0px;;
}

/* 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 <<<<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.main-header-wrapper {
    border-bottom: 1px solid grey;
    background: white;
}


.header-wrapper {
    padding: 10px 40px;
}

.top-header{

}

.logo{
    display: inline-block;
    line-height: 48px;
    vertical-align: middle;
}

.logo a{
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 300;
    letter-spacing: .6px;;
    color: black;
    margin-right: 30px;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.logo img{

}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    float: right;
    position: relative;
    top: -2px;
}

.main-menu ul {
    list-style-type:none;
    float: right;
    max-width: calc(100vw - 480px);
    padding: 0;
    margin: 0;
    background-color: white;
    z-index: 1001;
}

.main-menu > ul > li {
    position: relative;
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.main-menu ul > li > a {
    display: block;
    padding: 12px 19.75px;
    border: 1px solid transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.main-menu ul > li:hover > a {
    
}


.main-menu ul ul {
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid black;
    box-shadow: inset 0px 0px 0px 1px #000000;
    z-index: 1000;
    top: 47px !important;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    animation: scrolldown .4s;
}

.main-menu ul li:hover div {
   height: 300px !important;
   overflow: visible;
   transition: all 4s ease;
}
.main-menu ul ul > li {
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: left;
    transition: all .6s ease;
}



.main-menu ul ul > li > a {
    background: transparent;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    display: block;
}

.main-menu ul ul > li:hover{
    background: rgba(0,0,0,0.05);
}

.wrapper .content {
    border-radius: 0px;
    padding: 8px 20px 20px;
    max-width: 900px;
    margin: 40px auto 20px;
}

.text h1 {
    font-weight: 700;
    color: #577454;
    font-family: "Open Sans";
    font-size: 27px
}

.text li,
.text p {
   
}

.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: #E0E2DA;
  color: #577454;
  transition: all .2s;
  font-weight: 500;;
  border-radius: 0px;
  -webkit-appearance: none;
}

#signin_form .button:hover, 
#signin_form button:hover {
  background-color: #577454; 
  color: #E0E2DA;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/




/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 992px){
	
	.logo img {
        max-width: 60%;
    }
	.header-wrapper {
        text-align: left;
    }
	
	
	/************************************************/
	/****************Portal Menu      ***************/
	/************************************************/
	
	a.hamburger {
		display: inline-block;
		margin: 12px 12px 0 0;
		position: absolute;
		top: 5px;
		right: 10px;
        border: 1px solid black;
        background: transparent;
        border-radius: 0px;
	}

    a.hamburger span {
        font-size: 14px;
        letter-spacing: .2px;
        font-weight: 400;
        color: black;
    }


    .hamburger i {
        font-size: 24px;
        line-height: 20px;
        color: black;
    }
	
	a.hamburger:hover {
        background: transparent;
        color: #577454;
	}
	
	.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;
	}

    a.hamburger {
        top: 55px;
        right: 3px;
    }
}