/* -----------------------------------------------------------------------*/
/* >>>>>>>> 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/ytd5vbo.css");
/*@import url('www.db.onlinewebfonts.com/c/1909d4a43c13e5f37766baf5a4e14607?family=dashicons');*/

@font-face{
	font-family: "montserrat";
	src: url("../fonts/montserrat.ttf");
}

@font-face{
	font-family: "roboto";
	src: url("../fonts/roboto.ttf");
}

@font-face{
	font-family: "lato bold";
	src: url("../fonts/lato-bold.ttf");
}

@font-face{
	font-family: "lato";
	src: url("../fonts/lato.ttf");
}

* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "lato";
}

p {

}

a {
    text-decoration: none;
}

h1 {
    color: #444;
    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-size: 16px;
    font-weight: 400;
}

.top-header{
    background-color: #ed5e29;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 41px
}

.top-header span {
    line-height: 41px;
    font-family:lato, sans-serif;
    font-size:15px;
    font-weight:400;
    margin: 0 7.5px;
}

a.more-info-link {
    padding: 2px 6px 1px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    color: #000000c9;
    font-family: century-gothic, sans-serif;
    font-size:15px;
    font-weight:300;
    line-height: 21px;
    white-space: nowrap;
}

a.more-info-link:hover {
    border-color: #333;
}


.mid-header {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 30px;
    height: 43px;
    box-sizing: border-box;
}

.wl-tel {
    float: right;
    font-family:roboto, sans-serif;
    font-size:20px;
    font-weight:400;
    height:26px;
    line-height:43px;
    overflow-wrap:break-word;
    padding-left:24px;
}

.wl-address {
    float: left;
    font-family:roboto, sans-serif;
    font-size:14px;
    font-weight:400;
    height:26px;
    line-height:45px;
    opacity: .8;
    overflow-wrap:break-word;
}

.wl-tel:before {
    content: "";
    background: url('https://api.iconify.design/dashicons:smartphone.svg') no-repeat center center / contain;
    display: inline-block;
    font-size: 20px;
    position: relative;
    right: 2px;
    margin-top: -3px;
    padding-right: 3px;
    vertical-align: middle;
    height: 21px;
    width: 20px;
}

.wl-address:before {
    content: "";
    background: url('https://api.iconify.design/dashicons:location.svg') no-repeat center center / contain;
    display: inline-block;
    font-size: 20px;
    position: relative;
    
    right: 2px;
    margin-top: -3px;
    padding-right: 3px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.logo{
    border-top: 1px solid #80808036;
    border-bottom: 1px solid #80808036;
    width: 100%;
    text-align: center;
    padding: 14px 0px 18px;
}

.logo a{

}

.logo img{

}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
    width: 100%;
    border-bottom: 1px solid #80808036;
    text-align: center;
}

.main-menu ul {
    list-style-type:none;

}

.main-menu > ul > li {
    position: relative;
    display: inline-block
}

.main-menu ul > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 18px 10.5px 18px;
    text-transform: uppercase;
    color: #444;
    display: block;
    font-family: "Century Gothic", sans-serif;
}

.main-menu ul > li:hover > a {
    color: #22a1c4;
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 10000;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.main-menu ul ul > li {
    text-align: left;
}

.main-menu ul ul > li > a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    display: block;
    line-height: 1.7;
    padding: 10px 15px 8px;
    position: relative;
    width: 200px;
}

.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: "Century Gothic", sans-serif;
    color: #444;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 10px;
    position: relative;
    text-align: center;
    font-size: 38px;
}

.text li,
.text p {
    font-family: "Century Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
}

.portal_menu li a {
    font-size: 14px;
}


/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> BANNER <<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/



/* --------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>> LOGIN BUTTON STYLING <<<<<<<<<<<<<<-*/
/* ------------------------------------------------------*/

#signin_form .button, 
#signin_form button {
  background-image: none;
  padding: 8px 16px;
  background-color: #22a1c4;
  transition: all .2s;
  border-radius: 0px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-appearance: none;
}

#signin_form .button:hover, 
#signin_form button:hover {
    background-color: #444;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> FOOTER <<<<<<<<<<<<<<<<<<<<-*/
/* --------------------------------------------------*/




/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>> PRACTICE SPECIFIC OVERRIDES<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>> MOBILE MEDIA QUERIES<<<<<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@media screen and (max-width: 800px){
	
	.text h1 {
		font-size: 40px;
	}
	
	.logo img {
        max-width: 60%;
    }
	
	.wl-address {
        display: none;
    }

    .wl-tel {
        float: left;
    }
	
	/************************************************/
	/****************Portal Menu      ***************/
	/************************************************/
	
	a.hamburger {
		display: inline-block;
		margin: 12px 12px 0 0;
		position: absolute;
		top: 35px;
        right: 10px;
        background-color: #22a1c4;
        border-radius: 0px;
	}
	
	a.hamburger:hover {
        background-color: #444;
	}
	
	.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: 450px){
	header.main-header-wrapper,
	header.top-header{
        text-align: center;
        height: 100%;
    }

    .top-header span {
        padding: 7px;
    }

    a.hamburger {
        top: 74px;
    }
}

@media screen and (max-width: 300px){
    a.hamburger {
        top: 124px;
        right: -8px;
    }
}