    /*html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure, 
    footer, header.memhead, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%; 
        vertical-align:baseline;
        background:transparent;
    }*/

.memwrapper{
    width:1030px;
    margin: 0 auto;
	position:relative;
	font-family: 'Roboto', sans-serif;
	/*top:140px;
	z-index:9999;*/
	overflow:hidden;
}

.Mobilelogo{
	display:none;
}
.Mobilelogo a {
	color:#000;
}


/*  header.memhead  */
@media (min-width:640px){	
    header.memhead{
        display: block;
        position:absolute;
        top: 0;
       /* left: 0; overflow: hidden;*/
       width: 200px;
        min-height: 100%;
        padding: 0 0 0 15px;
        background: #ffffff; 
        float: left;
       
        z-index: 9999;
    }
		/*header.memhead nav ul li a{
		background: #438eb9 !important;
		padding: 15px 0 !important;
	}*/
    header.memhead .logo{
       /* margin-top: 100px;*/
    }

    header.memhead nav ul{
        display: block;
        overflow: hidden;
        margin-top: 0px;
        list-style: none;
    }

    header.memhead nav ul li{
        display: block;
        margin-bottom: 5px;
		border-radius: 5px 0 0 5px;
		text-decoration: none;
		color: #fff;
		background-color: #438eb9;
		border-bottom: 3px solid #2A6485;
		border-top:1px solid #2A6485;
		border-left:1px solid #2A6485;
		font-size: 0.875rem;
    }

	

    header.memhead nav ul li a:link, header.memhead nav ul li a:visited{
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;padding:15px;
		display:block;
    }

  header.memhead nav ul li a:hover,
    header.memhead nav ul li a.selected{
        color: #2A6485; padding:0; border:none;background-color:#fff !important;padding:15px;
		display:block;border-radius: 5px 0 0 5px;
    }

    #menu_icon,.close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../mem_img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
section.main{
    background: #f7f9fa none repeat scroll 0 0;
    box-sizing: border-box;
    clear: both;
    margin: 0 0 -3000em;
    min-height: 500px;
    padding: 0 0 3000em 235px;
    position: relative;
    width: 100% !important;
    z-index: 55;
overflow:hidden;
	}




/*  Inner Page  */
.top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: url('../mem_img/hero_image.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}

.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../mem_img/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.top .title{
    display: block;
    width: 100%;color: #4b4848;
    font-size: 26px;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.content_header.memhead{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #4b4848;
    font-size: 15px;
    line-height: 22px;
   /* padding: 20px 30px;*/
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content p{
    color: #4b4848;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 60px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #4b4848;
     font-weight: bold;
    line-height: 28px;
    margin-bottom: 30px;

}






/*  Responsive code  */


@media (max-width:640px){
.memwrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}
.Mobilelogo{
	display:block;
	font-size:18px;
	text-transform:uppercase;
	float:left;
}
	.Mobilelogo a{
		text-decoration:none;
		line-height: 80px;
	}
    header.memhead{
        display: block;
        width: 100%;
        min-height: 80px;
        padding: 0;
        position: relative;
    }
   
    header.memhead #menu_icon,
    header.memhead .close_menu{
        float: right;
        margin: 20px 30px 0 0;
    }
    
    header.memhead nav{
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 9999;
    }

    header.memhead nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
    header.memhead nav ul li a{
        display: block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #438eb9;
    }
	
    header.memhead nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block!important;
    }
    .show_menu{
        display: block !important;
    }
}


/* Apr 27 2016*/
.Membersection{
	padding:10px 10px 0 0px;
	font-size:14px;
}
.Membersection h2{
	margin: 10px 0;
	border-bottom: 1px dotted #e2e2e2;
	padding-bottom: 16px;
	padding: 0 0 12px;
	font-size: 24px;
	font-weight: 500;
	color: #438eb9;
}
.Membersection p{
	clear:both;
	overflow:hidden;
	margin:15px 0;
	text-align:justify;
	line-height:21px;
}
.Membersection p span
{
	/*margin:0 0 0 25px;*/
}
label, form, input, select, textarea, button{
	font-size:14px!important;
}
.Membersection p a{
	color:#438eb9;
	font-size:14px!important;
	font-weight:normal
}
.Membersection p a img{
	padding:0 10px 0 0;
	vertical-align:middle;
}
.Membersection label{
	float:left;
	display:block;
	text-align:left;
	width:25%;
	font-weight:normal;
}
.memtxtbox{
	float:left:width:75%;
color: #858585;
background-color: #fff;
border: 1px solid #d5d5d5;padding:5px 4px 6px;
	width: 41%;float:left;
}
.membut{
	background:#438eb9;
	border:1px solid #438eb9;
	color:#fff;
	padding: 6px 12px;
   font-size: 14px;
	cursor:pointer;
	font-weight: 700;
text-transform: uppercase;
}
.membut:hover{
	background:#fff;
	border:1px solid #438eb9;
	color:#438eb9;
	padding: 6px 12px;
   font-size: 14px;
	cursor:pointer;
}
.Membersection textarea{
	background-color: #fff;
border: 1px solid #d5d5d5;padding:5px 4px 6px;
}
.buttonbg{
	/* display: block;
background-color: #F5F5F5;
border-top: 1px solid #E5E5E5;
margin-bottom: 0px;
margin-top: 20px;
padding: 10px 20px 10px;*/
}

.profmem_img{
	float:left;
	margin:0 10px 0 0;
}
.profmem_img p{
	margin:0;
}
.profmem_img h3{
	margin:5px 0 0;
	font-weight:700;
	font-size:13px;
	text-align:center;
}
.profile_details{
	float:left;
	width:75%;
	padding-bottom:10px;
}
.clsprofbox{
   padding: 4px 2px 5px;
   border: 1px solid #E0E2E5;
   background-color: #F8FAFC;
	margin:10px 0 0;
}
.clsprofbox ul{
	padding:0;
	margin:0;
}
.clsprofbox li{
	list-style-type:none;
	text-align:center;
}
.clsprofbox li a{
	color: #08c !important;
	line-height:21px;
	text-decoration:none;
	
}
.profile_details table.Prof_table{
	border:1px solid #ddd;
}
.profile_details table tr{
	padding:5px;
}
.profile_details table td{
	padding:7px;	
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	font-size:13.6px;
}
.profile_details table td.dt0{
	background:#F5F5F5;
	border-left:0;
}
.profile_details table td.dt1{
	border-top:0;
}



/* Inner Tab */
		/* You can safely remove the next two lines */		

		.main {  background:transparent;/*margin: 0 auto; min-width: 320px;  max-width: 800px;*/}
		.content {background: transparent; color: #373737;clear: both;
overflow: hidden;border-top:1px solid #ddd;}
		.content > div {display: none; padding: 20px 0px 5px;}

		.main input#tab1,.main input#tab2 {display: none;}
		.main label.tab1,.main label.tab2 {display: inline-block; padding: 15px; font-weight: 600; text-align: center; width:auto; text-align:left;}
		/*.main label:hover {cursor: pointer;}*/
		.main input:checked + label {background: #ed5a6a; color: #fff;}

		#tab1:checked ~ .content #content1,
		#tab2:checked ~ .content #content2,
        #tab1:checked ~ .content #content3,
		#tab2:checked ~ .content #content4
		 {
		  display: block;
		}
.content > div label{
	padding: 0 !important;
	font-size: 13px;
	margin: 0 20px 0 0;
	font-weight: 400;
	
}
#content2 label{
	width:22%;
}

.content > div .memtxtbox{
	float:left:width:75%;
color: #858585;
background-color: #fff;
border: 1px solid #d5d5d5;
	width: 50%;
}
.content > div table .memtxtbox{
	width:90%;
}
.content > div .editblock{
	border-top:1px solid #ccc;
	padding-top:20px;
	margin-top:20px;
	
}
.content > div table tr:nth-of-type(2n+1) {
    background: transparent;
}
.content > div td{
	font-size:13px;padding: 5px;
}
table.eventtab{
	border:1px solid #ddd;
}

table.eventtab td{
	background:#f4f4f4;
	color:#000;
	text-align:center;
	border-top:1px solid #ddd;
	font-size:13px;
	vertical-align:middle;
}

table.eventtab th{
	background:#307ecc;
	color:#fff;
	font-weight:bold;
	padding:10px;
	text-align:center;
	font-size:13px;
}
.addbut{
	background: #ed5a6a;
	border: 1px solid #ed5a6a;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	border: navajowhite;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700;
	border-radius: 5px;
}
.Membersection p span.add{
	float:right;
	margin:0;
}
.Membersection p span.add a{
	text-decoration:none;
}
p.printopt a{
	color:green;
	font-size:15px;
	margin:0px 10px 0 0;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration: none
}
p.printopt a mem_img{
	vertical-align:middle;margin:0 5px 0 0;
}
.Membersection select{
	float:left:width:75%;
	color: #858585;
	background-color: #fff;
	border: 1px solid #d5d5d5;padding:5px 4px 6px;
	width: 41%;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 5px 0 0;
	vertical-align:middle;
}
.menu-icon{
	padding-right:10px;
}
.logoutMessage{
	background:#30991C;
	padding:10px;
	border:1px solid #3D912C;
margin:0 0 20px 0;
}
.logoutMessage p{
		color:#fff;
	text-align:center;
	margin:0;
	font-size:16px;

}
.Alertmsg {
    background-color: #f2dede;
    border-color: #ebccd1;
    	padding:10px;
	margin:0 0 20px 0;
}
.Alertmsg  p{
    color: #a94442;
	text-align:center;
	margin:0;
	font-size:16px;
}
.warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding:10px;
	margin:0 0 20px 0;
}
.warning  p{
	color: #8a6d3b;
	text-align:center;
	margin:0;
	font-size:16px;
}
.successmsg {
    background-color: #dff0d8;
    border-color: #d6e9c6;
        padding:10px;
	margin:0 0 20px 0;
}
.successmsg  p{
	color: #3c763d;
	text-align:center;
	margin:0;
	font-size:16px;
}


header.memhead nav ul li a.icon1{
		background:url(../mem_img/home.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon1.selected,header.memhead nav ul li a.icon1:hover{
		background:url(../mem_img/home-act.png) no-repeat 15px;
		padding-left:40px;
	}

header.memhead nav ul li a.icon2{
		background:url(../mem_img/login.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon2.selected,header.memhead nav ul li a.icon2:hover{
		background:url(../mem_img/login-act.png) no-repeat 15px;
		padding-left:40px;
	}

header.memhead nav ul li a.icon3{
		background:url(../mem_img/signup.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon3.selected,header.memhead nav ul li a.icon3:hover{
		background:url(../mem_img/signup-act.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon4{
		background:url(../mem_img/forgot.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon4.selected,header.memhead nav ul li a.icon4:hover{
		background:url(../mem_img/forgot-act.png) no-repeat 15px;
		padding-left:40px;
	}

header.memhead nav ul li a.icon5{
		background:url(../mem_img/logout.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon5.selected,header.memhead nav ul li a.icon5:hover{
		background:url(../mem_img/logout-act.png) no-repeat 15px;
		padding-left:40px;
	}

header.memhead nav ul li a.icon6{
		background:url(../mem_img/user.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon6.selected,header.memhead nav ul li a.icon6:hover{
		background:url(../mem_img/user-act.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon7{
		background:url(../mem_img/events.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon7.selected,header.memhead nav ul li a.icon7:hover{
		background:url(../mem_img/events-act.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon8{
		background:url(../mem_img/form.png) no-repeat 15px;
		padding-left:40px;
	}
header.memhead nav ul li a.icon8.selected,header.memhead nav ul li a.icon8:hover{
		background:url(../mem_img/form-act.png) no-repeat 15px;
		padding-left:40px;
	}
/* header.memhead nav ul li a.icon9{
		background:url(../mem_img/msg.png) no-repeat 15px;
		padding-left:40px;
	} */
.profimg{
	float:left;
	margin: 0 15px 0 0;
}
.profimg p{
	margin:0 0 5px;
}
.profimg h3{
	text-align:center;
	font-size:18px;
}
	.error
	{
	color:red !important;
	font-weight:bold;
	
	font-size:12px;
	
	}
	
	.start
	{
	margin-top:100px;
	}
	sup
	{
	color:red;
	font-weight:bold;
	font-size:15px;
	}




