/* -----------------------------------------------------------------------*/
/* >>>>>>>> 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=Architects+Daughter&family=Open+Sans:wght@300;400;500;600&family=Poppins:wght@300;400;500;600;700&display=swap');

@font-face{
	font-family: "star";
	src: url("../fonts/icomoon-the7-font.ttf");
}

* {
    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%;
}

body {
/*  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    font-family: 'Poppins', sans-serif;

}

p {

}

a {
    text-decoration: none;
}


/* ovverride h2 colors on page to a standard grey */
.content .text h2 {
 color: black;
 font-weight: 400;
}
 
/*When the body color conflicts with the tooltip */
p.aToolTipContent {
/*     color: white !important; */
}


/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> HEADER <<<<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/
.main-header-wrapper {
    width: 100%;
    border-bottom: 1px solid rgba(255,183,0,.16);
}
.header-wrapper {
    max-width: calc(1400px - 30px - 30px);
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    min-height: 120px;;
}

.top-header{

}

.logo{
    text-align: center;
}

.logo a{
    display: flex;
    justify-content: center;
}

.logo img{

}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    flex: 1 1 100%;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu ul {
    list-style-type:none;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
}

.main-menu > ul > li {
    position: relative;
    display: flex;
}

.main-menu ul > li > a {
    color: #666;
    font: 18px/22px poppins,Helvetica,Arial,Verdana,sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-grow: 1;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 20px 20px;
    padding: 0;
}

.main-menu ul > li > a a>span i {
    font-size: 22px;
    color: #666;
}

.main-menu ul > li > a  i:before {
    content: "\f0552";
    font-family: "star";
    font-style: normal;
}

.main-menu > ul > li > div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: opacity 200ms ease;
}

.main-menu > ul > li > div ul li {
    width: 340px;
    padding: 5px 10px;
}


.main-menu > ul > li >  div ul li a {
    padding: 5px 10px;
    border-bottom-color: rgba(102,102,102,.1);
    width: auto;
    margin: 0px;
    justify-content: flex-start;
    text-transform: none
}

.main-menu > ul > li >  div ul li:hover a {
    color: #ffb700;
}


.main-menu > ul > li > div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: opacity 200ms ease;
}


.main-menu ul > li:hover > a {
    
}

.main-menu ul li > ul {
    width: 340px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: opacity 200ms ease;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-sizing: border-box;
    z-index: 10000;
}

.main-menu ul li >div.dt-mega-menu-wrap {
    width: 340px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: opacity 200ms ease;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: white;
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-sizing: border-box;
    z-index: 10000;
}

.main-menu ul li:hover div.dt-mega-menu-wrap {
    visibility: visible;
    opacity: 1;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.main-menu ul li > ul > li {
    width: 340px;
    padding: 5px 10px;
    display: inline-flex;
    flex-flow: column wrap;
    box-sizing: border-box;
}

.main-menu ul li>  ul > li > a {
    border-bottom-color: rgba(102,102,102,.1);
    width: auto;
    transition: background .3s;
    margin-bottom: 0px;
    text-transform: none;
    justify-content: flex-start;
}

.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: 'Architects Daughter', cursive;
}

.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: #7C9DA9;
  transition: all .2s;
  border-radius: 4px;
  -webkit-appearance: none;
  font-family: 'Open Sans', sans-serif;
}

#signin_form .button:hover, 
#signin_form button:hover {
    background-color: #FE6567; 
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/




/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/


@media screen and (max-width: 1380px){
    .main-menu ul li >div.dt-mega-menu-wrap.extreme  {
        left: -551.234px !important;
        width: 1100px !important;
    }

}

@media screen and (max-width: 1190px){
    .main-menu ul li >div.dt-mega-menu-wrap.extreme {
        left: -571.234px !important;
        width: 1100px !important;
    }

    .main-menu ul li >div.dt-mega-menu-wrap.extreme img {
        max-width: 100%;
    }

    .main-menu > ul > li > div ul li {
        width: 290px;
        padding: 5px 10px;
    }



}


@media screen and (max-width: 1084px){
    .main-menu ul li >div.dt-mega-menu-wrap.extreme {
        left: -492.234px  !important;
    width: 964px !important;
    }
}


@media screen and (max-width: 855px){
	
	.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: #7C9DA9;
	}

    a.hamburger span {
		font-weight: 500;
     font-size: 17px;
	}
	
	a.hamburger:hover {
        background-color: #FFD97A;
	}
	
	.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;
	}

    header.main-header-wrapper,
	header.top-header{
		text-align: left;
	}

    .logo a {
        display: flex;
        justify-content: flex-start;
    }

    .header-wrapper {
        min-height: 94px;
    }

}

@media screen and (max-width: 500px){
	header.main-header-wrapper,
	header.top-header{
		text-align: left;
	}

    .logo img {
        padding-top: 20px;
    }
}


@media screen and (max-width: 300px){
	.header-wrapper {
        min-height: 120px;
    }

    .logo img {
        max-width: 95%
    }

    a.hamburger {
        top: 65px;
    }
}

p.login_extra.register {
    display: none;
}