/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

@font-face {
	 font-family: 'ETmodules';
	src: url("../fonts/modules.ttf")
}
* {
    padding:0; margin:0;
}

html, body {
    height: 100%;
}

body {
/*    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
	font-family: 'Poppins', sans-serif;
}

p {

}

a {
    text-decoration: none;
}

h1 {
    color: #767561;
    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 {
    
}

.top-header{
	max-width: 1080px;
    margin: 0 auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.logo{
	padding: 20px 5px 28.859px;

}

.logo a{
	display: block;
    width: 20.875%;
}

.logo img{
	width: 70%;
}

.top-buttons{
	float: right;
	clear: both;
	position: relative;
	top: -109px;
	text-align: right;
}

.wl-button{
	transition: all 300ms ease 0ms;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 14px;
    color: white;
    padding: 5px 14.2px;
    text-transform: uppercase;
    margin: 10px 17px;
    border-radius: 2px;
}

.wl-button:after{
	position: absolute;	
    top: 12px;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
	font-family: 'ETmodules';
    content: "\35";
	transition: all 300ms ease 0ms;
	font-size: 28.8px;
}

.wl-button:hover{
	padding: 4.2px 28px 4.2px 9.8px;
	background-color:#659940;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

.wl-button:hover:after{
	margin-left: 0;
    opacity: 1;
}

.andzel-button{
	background-color: #F59131;
	padding: 5px 13.7px;
}

.matrix-button {
	background-color: #76ab4a;
	letter-spacing: 5px;
	margin-right: 29px;
}

/* ---------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>> MAIN NAV <<<<<<<<<<<<<<<<<<-*/
/* -------------------------------------------------*/

.main-menu {
	display: block;
    position: relative;
    top: -9px;
}

.main-menu ul {
    list-style-type:none;
	padding-top: 5px;
	margin-right:2px;
}

.main-menu > ul > li {
    position: relative;
	margin-top: 8px;
	display: inline-block;
	padding: 0px 9px;
}

.main-menu ul > li > a {
    text-transform: uppercase;
    color: #000000!important;
	font-weight: 500;
    letter-spacing: 1px;
	padding-bottom: 8px;
	display: block;
    position: relative;
	font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.main-menu > ul > li:last-child > a:after {
    position: absolute;
    top: 2px;
    right: -20px;
    font-family: 'ETmodules';
    font-size: 16px;
    font-weight: 800;
    content: "3";
}

.main-menu ul > li:hover > a {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
	left:-50%;
	background-color: #fff;
	    padding: 20px 0;
    text-align: left;
	border-top: 3px solid #9c511b;
	width: 240px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
	z-index: 1;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-menu ul ul > li {
	margin-bottom: 10px;
	padding: 0 20px;
}

.main-menu ul ul > li > a {
	display: block;
	padding: 6px 20px;
	line-height: 14px;
}

.main-menu ul ul > li:hover > a{
	opacity: .7;
    background-color: rgba(0,0,0,.03);
}

.content {
    border-radius: 10px;
    padding: 8px 20px 20px;
    max-width: 900px;
    margin: 40px auto 20px;
}

.text h1 {
    font-weight: 300;
    text-transform: uppercase;
    color: #76ab4a!important;
    letter-spacing: 5px;
}

.text li,
.text p {
    color: #000000;
	font-weight:300;
	letter-spacing:1px;
	line-height:27.2px;
}

.portal_menu li a {
    font-size: 14px;
}

.banner {
	background-image: url(../images/beach.jpg);
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
}

/* --------------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-color: #76ab4a;
    margin-right: 29px;
	transition: all 300ms ease 0ms;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 14px;
    color: white;
    padding: 5px 14.2px;
    text-transform: uppercase;
    margin: 10px 17px;
    border-radius: 2px;
}

#signin_form .button:hover, 
#signin_form button:hover {
  background-color:#659940;
}

/* ----------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>> 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: 800px){
	
	.top-buttons {
		display: none;
	}
	
	.logo a {
		width:100%;
	}
	
     .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: 63%;
    right: 10px;
	background-color: #76ab4a;
  }
	
	a.hamburger:hover {
	background-color: #F59131;
  }

  .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%;
  }

  .portal_menu.open-menu h3 {
    display: none
  }

  .portal_menu.open-menu ul {
    padding: 12px 8px;
    background-color: white;
  }

  .portal_menu.open-menu li {
    padding: 8px 0;
    border-bottom: solid 1px #dadada;
    background-position: 8px 9px;
  }

  .portal_menu.open-menu li:hover,
  .portal_menu.open-menu li:active{
    background-color: #e6e6e6;
    border-radius: 4px;
  }

  .portal_menu.open-menu li:last-child {
    border-bottom: none;
  }

  .portal_menu.open-menu li a {
    padding-left: 65px;
  }

  .portal_menu li a span {
      position: relative;
      width: 100%;
      display: inline-block;
      font-size: 18px;
  }
	
	.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%;
    }

    /*Fix Documents */
/*
    .content .document_menu {
        width: auto;
        margin: 0;
        border-radius: 16px;
    }*/

    /* Mobile Form fixes */
/*    input[type=text],input[type=password], select {
        width: 95%;
    }
    
    .signin_inputs input {
        width: 55%;
    }

    form label span {
        font-size: 12px;
        line-height: 1.1em;
        font-weight: normal;
    }*/

    /*Registration Form Mobile Fixes */
/*        .stats_block label, .contact_block label, .ec_block label, .insurance_block label, .zip, .city, .state, .country, .address_block .address1,.address_block .address2 {
           width: 45% !important;
           display: inline-block !important;
           float:none !important;
        }*/
        .password_block .PWD1, .password_block .PWD2{
            float:none !important;
        }

}

@media screen and (max-width: 500px){
	header.main-header-wrapper {
		text-align: left;
	}
}
