@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body{
	font-family: "Open Sans";
	margin:0 auto;
	color:#8a8a8a;
	line-height: 2;
}
a, a:hover{
	text-decoration: none;
	transiton:all .4s;
}
a[href="tel:123-4567"], a[href="tel:1-800-867-5309"]{
  display: block;
  font-size: 30px;
  margin-top: 25px;
}
.full{
	width:100%;
	height:600px;
}
.center{
	width:70%;
	margin:0 auto;
}
img{
	max-width:100%;
	height:auto;
}
.pad{
	padding:50px 0;
}
.bg-other{
	background:#f3f3f3;
}
.bg-main{
	background:#68469a;
	color:#fff;
}
.color{
	color:#68469a;
}
h1 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color:#454545;
}
.modi h3 {
  font-size: 24px;
  font-weight: 600;
}
.big{
	font-size:18px;
}
.w3-topnav a {
  border-bottom: 3px solid transparent;
  font-weight: bold;
  padding: 0 15px;
  transition: all 0.3s ease 0s;
}
#header{
	padding-top:20px;
	padding-bottom:20px;
	overflow: hidden;
}
header img{
	height:80px;
}
.w3-topnav {
  padding: 8px;
  float: right;
  margin-top: 20px;
}
.member p{
	background:#fff;
	padding:20px 15px;
	margin:0;
	min-height:630px;font-style: italic;
}
.member{
	border:1px solid #ddd;
	margin:0 20px;
}
.member-details{
	padding:20px 0;
}
footer{
  overflow: hidden;
  padding: 20px 0;
}
.middle{
	text-align: center
}
.right{
	text-align: right;
}
.fa{
	height:20px;
	width:20px;
	line-height:20px;
	text-align: center;
	border-radius: 10px;
	background:#fff;
	color:#68469a;
	margin-right:5px;
	font-size: 10px;
}
.modi{
	line-height: 1;
}
.modi h3{
	color:#333;
}
.unstyled{
	list-style: none;
	margin:0;
	padding:0;
}
.nai{
	font-size:1px;
}
form{
	padding:15%;
}
input, label{
	width:100%;
	color:#434343;
}
input{
	background: #eeeeee;
	border:1px solid #ddd;
	border-radius: 10px;
	margin:5px 0 10px 0;
}
button{
	width:100%;
	text-align: center;
	padding:8px 0;
	border-radius: 5px;
	background:#68469a;
	border:none;
	border-bottom:8px solid #3a196c;
	color:#fff;
	margin-top:30px;
}





@media only screen and (min-width: 768px) and (max-width: 1042px) {

.center{
	width:80%;
	margin:0 auto;
}
.member p {
  min-height: 822px;
}


}


@media only screen and (min-width: 768px) and (max-width: 960px) {
.center{
	width:100%;
	margin:0 auto;
}




}

@media only screen and (max-width: 767px) {
.center{
	width:100%;
	margin:0 auto;
}
img{
	max-width:90%;
	height:auto;
}
.pad{
	padding:20px 0;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 17px;
}
.modi h3 {
  font-size: 20px;
}
.big{
	font-size:16px;
}
.w3-topnav {
  float: none;
}
header{
	text-align: center;
}
a[href="tel:123-4567"], a[href="tel:1-800-867-5309"] {
  font-size: 20px;
}
footer{
	text-align: center;
}
body {
  line-height: 1.5;
}
.member p {
  min-height: 450px;
}

}
/* Wide Mobile Layout: 480px.
Gutters: 24px.
Outer margins: 22px.
Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols 1 2 3 4 5
px 68 160 252 344 436 */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
/* Retina media query.
Overrides styles for devices with a
device-pixel-ratio of 2+, such as iPhone 4.
----------------------------------------------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
}