/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

/* -----------------------------------------------------------------------*/
/* >>>>>>>> BASIC STYLES <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Lato';

* {
	padding:0;
	margin:0;
}

.text ul,
.text ol,
.text li {
	padding: revert;
	margin: revert;
}

body,html {
	color: #767561;
	font-family: 'Lato';
	font-size: 14px;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: .2px;
}

body {
	background-color:#EAEAEA;
}

body.sample_questionnaires{
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none;
	color: #2b95cf;
	transition: all .2s;
}

a:hover {
	color: #0871ab;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

h2 {
	color: #353535cf;
}

/* -----------------------------------------------------------------------*/
/* >>>>>>>> GLOBAL CONTENT STYLES <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
.wrapper {
	max-width: 900px;
}

/* -----------------------------------------------------------------------*/
/* >>>>>>>> PATIENT PORTAL CSS <<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/

.header {
	position:relative;
	height:80px;
}

.header h1 {
	position:absolute;
	left:155px;
	top:70px;display:none;
}

#menu1 li {
	float:left;
	list-style:none;
}

#menu1 li a {
	padding:5px 27px;
	font-size:10px;
	text-transform:uppercase;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#menu1 li.grey a {
	background-color:#949688;
}

#menu2 {
	display:none;
}

#mobile_nav {
  display: none;
}

.practice_logo {
	background-image: url("/custom/images/logo.png");
	background-repeat:no-repeat;
	background-size: contain;
	display: block;
	height: 75px;
	left: 0;
	margin-top: 12px;
	max-width: 70%;
	padding: 12px 0 0 6px;
	text-decoration: none;
}

.portal_menu h3 {
	border-bottom:
	1px solid #ccc;
	color: #363636;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 10px 0 6px;
    text-align: center;
}

.text {
	max-width:calc(100% - 220px);
	min-height:300px;
	line-height:150%;
}

.text h1 {
	font-weight: 300;
	font-size: 2.2em;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top:12px;
	line-height: 35px;
}

.text h2 {
	padding:3px 0px;
	margin:4px 0px;
	color: #666;
	font-size:20px;
}

.text .spacer {
	height: 170px;
	width: 85px;
	float:left;
}

.text li {
    list-style: disc inside none;
    padding: 2px;
}


/* -----------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>> Buttons <<<<<<<<<<<<<<<<<<<<-*/
/* ---------------------------------------------------------------------*/
.button.login {
    background-color:#0b86c3;
    background-image: none;
    position: relative;
}

.button.login:hover {
	background-color:#006699;
}

.text .questionnaire_options > h1 {
    border-top-color: #ccc;
}

.text .questionnaire_options > h1 {
	margin-top: 25px;
    padding: 10px 0 5px;
}


/*MOBILE VIEW */
@media only screen and (max-width: 800px) {

	/*SPECIFIC */
	.practice_logo {
		margin: 5px 18px;
		position: relative;
	}

	.text {
		max-width:100%;
	}

	.text h1 {
		font-size:2rem;
	}
}
