

.scrolla { 
color: #ffffff;
}



.dropdown-togglea { 
color: #ffffff;
}

.header-elements{
margin-top: -30px;
}
.left{
margin-left: 28px;
}

.header-elements2{
margin-top: -83px;
}
.right{
margin-left: 550px;
}


.spacing-maincontent { padding-top:80px!important;}
.abouttemplate  { 
	padding-top:0px;
	margin-bottom:6%; 
}
.abouttemplate .teammember { 
			float:left;
			width:100%;
			margin-left: 0px;
		}
		.abouttemplate .teammember .memberinfo { 
		margin-left: -4px;

		}
		.abouttemplate .teammember .memberinfo h2 { 
			margin:0 0 25px 0;
			font-size: 29px;
  			color: #3c3653;
  			line-height: 34px;
			font-weight: normal;
		}
		.memberinfo h3{ 
			display:block;
			font-size:20px;
			color: #3c3653;
		}
		.memberinfo h4 { 
		
			margin:0px 0 0px -5px;
			font-size: 18px;
  			color: #3c3653;
  			line-height: 32px;
			font-weight: bold;
		}
		.memberinfo h5 { 
		
			margin:0px 0 0px 0px;
			font-size: 18px;
  			color: #3c3653;
  			line-height: 32px;
			font-weight: bold;
		}
		.memberinfo h6 { 
		
			margin:0px 0 0px 0px;
			font-size: 20px;
  			color: #3c3653;
  			line-height: 32px;
			
		}
		.abouttemplate .teammember .memberinfo .title { 
			
		}
		.abouttemplate .teammember .memberinfo .info { 
			display:block;
			line-height:1.9em;
			margin-bottom:25px;
			margin-top:25px;
			font-size: 17px;
		}
		
		.info > h4 > a {
   		color: #3c3653;
		padding: 3px 5px 3px 5px;
		}
		.info > h4 > a:hover,
		.info > h4 > a:focus{
		color: #ffffff;
   		background-color: #7e769a;
		
		}
	
		

.image{
border: 8px solid #ffffff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
float: left;
margin-left: -30px;
margin-bottom: 60px;
}








/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }

    .container .eight.columns                   { width: 460px; }
  



/* #1280px Full
================================================== */

   

    @media only screen and (min-width: 1200px) {

	.container                                  { width: 1197px; }	
        .container .eight.columns                   { width: 460px; }
   

  

}


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }	
        .container .eight.columns                   { width: 364px; }
		
       
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .eight.columns,
		
 
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; margin: 0 auto;  }
      
        .container .eight.columns,
       
    }