/* -----------------------------------------------------------------------*/
/* >>>>>>>> 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://use.typekit.net/qlk8pmf.css");

* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
p {

}

a {
    text-decoration: none;
}


/* 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 {
    font-family: alegreya-sans-sc, sans-serif;
}

.header-wrapper {
    background-color: #483E4E;
}
.top-header{
    background-color: rgb(90, 78, 97)

}

.top-header .top-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    padding: 5px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.top-header a{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    padding: 10px;
    margin-top: 1px;
    position: relative;
    display: block;
}

.mid-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #483E4E;
    justify-content: space-between;
}

.logo{
    padding: 10px
}

.logo a{

}

.logo img{
    max-width: 256.984px;
    backface-visibility: hidden;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

 .main-menu .sub-arrow {
        line-height: 1;
        padding: 10px 0 10px 10.7px;
        margin-top: -12px;
        margin-bottom: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
}

.sub-arrow i.fas {
    font-family: "FontAwesome";
    font-weight: 900;;
}

.fa-caret-down:before {
    content: "\f0d7";
    font-style: normal;
}

.main-menu {
    padding: 10px;
}

.main-menu ul {
    list-style-type:none;
    display: flex;
    flex-wrap: wrap;
}

.main-menu > ul > li {
    position: relative;
}

.main-menu ul > li > a {
    color: white;
    padding: 13px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
   letter-spacing: 2px;
   line-height: 20px;
    text-align: center;
    display: flex;
    position: relative;
}

.main-menu ul > li:hover > a {
    color: #414042;
    background-color: white;
}

.main-menu ul > li:hover > a i {
    color: #414042;
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 130px;
    transition-delay: .2s;
    z-index: 10000;
    background-color: white
}

.main-menu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

.main-menu ul ul > li {
    display: block;
    text-align: left;
    position: relative;
}

.main-menu ul ul > li > a {
    padding-left: 11px;
    padding-right: 11px;
    background-color: white;
    color: #494c4f;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    text-align: left;
    white-space: nowrap;
}

.main-menu ul ul > li > a span i  {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-menu ul ul > li:hover > a{
    background-color: #494c4f;
    color: white;
}

.main-menu  ul  ul ul {
    width: 100%;
    left: 100%;
    top: 0;
}


.main-menu  ul  ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
}


.main-header-wrapper .banner {
    background-color: #483E4E;
    border-radius: 0px 0px 70px 0px;
}

.main-header-wrapper .banner h1 {
    font-family: capitolium-2, serif;
    color: white;
    font-weight: 500;
    font-size: 65px;
    line-height: 84.5px;
    text-align: center;
    padding: 7px 10px 95px;
    
}

.content {
    border-radius: 10px;
    padding: 8px 20px 20px;
    max-width: 900px;
    margin: 40px auto 20px;
}

.text h1 {
    font-family: capitolium-2, serif;
}

.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 16p;
  border: 1px solid  rgb(90, 78, 97);
  background-color: rgb(90, 78, 97);
  transition: all .2s;
  border-radius: 4px;
  text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
  -webkit-appearance: none;
}

#signin_form .button:hover, 
#signin_form button:hover {
  background-color: white; 
  color: rgb(90, 78, 97);
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/




/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 1024px){
	
	.logo img {
        max-width: 60%;
    }
	
	
	
	/************************************************/
	/****************Portal Menu      ***************/
	/************************************************/
	
	a.hamburger {
        display: inline-block;
        margin: 12px 12px 0 0;
        position: absolute;
        top: 300px;
        left: 25px;
        background-color: white; 
        color: rgb(90, 78, 97);
	}
	
	a.hamburger:hover {
        background-color: black; 
        color: white;
	}
	
	.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: 767px){
 
    .main-header-wrapper .banner h1 {
        font-size: 40px;
        padding: 7px 10px 40px;
    }

    .text h1 {
        font-size: 36px
    }

    a.hamburger {
        top: 56px;
        right: 10px;
        left:auto
	}
}

@media screen and (max-width: 550px){
	header.main-header-wrapper,
	header.top-header{
		text-align: left;
	}

  
}

@media screen and (max-width: 300px){
    a.hamburger {
        top: 49px;
        right: 0px;
        left:auto
	}

    .text h1 {
        font-size: 30px;
    }

  
}