body {
   margin: 0 auto; }

header {
   left: 0;
   height: auto;
   margin-left: 0;
   max-width: initial;
   padding: 3em 0 1em 0;
   /*background: #46ac4e;*/
   background-color: #4c8051;
   position: relative;
   width: 100%; }

header .angle {
    display: none; }

.table {
    display: block;
    width: 80%; }

.mobile-header { 
   position: relative;
   left: 0;
   top: -10px; }
   
#logo {
   padding: 0;
   width: 100%;
   max-width: 100%;
   margin: 0 0 .25em 0;
   padding: 0;
   display: block;}
   
#logo img {
    float: left;
    width: auto;
    padding-bottom: 5px;}
   
header .introduction {
    white-space: nowrap;
    display: block;
    clear: both;
    float: none;
    padding: 0;
    font-size: 14px;}
    
.sec_title {
   color: white;
   text-transform: uppercase;
   font-size: 250%;
   font-family: 'Oswald', sans-serif;
   font-weight: 600;
   float: right;
   line-height: 1;
   text-align: right;}
   
   .sec_title a { color: white; }
    
#menu { position: absolute; }
#menu .introduction { display: none; }
#menu .mobile-dropdown { background: none; }
#menu ul {
    width: 100%;
    float: none;
    margin: 0;
    background-color: #323e5c; }
    

h1 { text-align: center; }
svg {
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	pointer-events: none;
   display: none;
}

#individual {
   padding: 1em 0;
   background: black;
   width: 100%; }
   
#individual .titles {
   width: 80%;
   text-align: left; }
#individual h2 { color: white; margin: 0 0 5px 0; }
#individual h3 { color: gray; margin: 0; font-size: 1.5em; }

.share {
  display: inline-block;
  font-size: 1em;
  margin-top: 10px; 
  color: white;
  font-size: 140%;
  float: right; }  
  
  .share.small {
     font-size: 50%;
      display: block;
      float: none;
      line-height: 1;
      text-align: right;}

.share .icons {
  background: white;
  background: white;
  padding: .5em;
  color: black;
  display: inline-block; }
  
  .share.small .icons { color: #4c8051; }

.share .icons:hover {
  background: #4c8051;
  color: white;
  -moz-transform:    scale(1.05);
  -ms-transform:     scale(1.05);
  -webkit-transform: scale(1.05);
  transform:         scale(1.05); } 

.share .button{
   display: block;
   font-size: 20px;
   color: #4c8051;
   clear: both;
   float: right;
   background: white;
   padding: .5em 1em;
   margin: 0 0 0 1em; }
   
   .share .button:hover {
      background: none;
      color: white; }

#individual #headshot {
   margin: .5em auto;
   border: 0; 
   width: 1024px;
   height: 683px;
   position: relative; }
   
#individual audio {
   display: block;
   position: absolute;
   z-index: 100;
   top: 20px;
   right: 20px; }

#individual .large-image {
   position: relative;
   z-index: 10; }

#content {
	width: 100%;
	margin: 0 auto; }
   
article.quote {
	display: inline-block;
	width: 20%;
   line-height: 0;
	margin: -3px -2px;
	height: 20%;
	position: relative;
	overflow:hidden;
	background: white;
	-webkit-box-shadow:inset 0 0 25px 0 rgba(0,0,0,.3);
	box-shadow:inset 0 0 25px 0 rgba(0,0,0,.3); }
   
article.quote a {
   display: block; }

article.quote .photo {
	width: 100%; 
	height:auto;
	z-index: 1;
   margin: 0 0 -4px 0; }

article.quote .photo img.desaturate {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	/*filter: url(/voices#greyscale);*/
	filter: gray;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
	opacity: 0.6; }

article.quote:hover .photo img.desaturate { 
	-webkit-filter: none;
	filter: none;
	opacity: 1.0; }

article.quote .text {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 10;
	position: absolute;
	width: 100%;
	padding: 4%;
	top: 0;
	color: white; }

article.quote .audio {
   text-align: center;
   z-index: 100;
   position: absolute;
   bottom: 5px;
   width: 88px;
   right: 0px; }

article.quote .audio audio {
	display: none;  }

article.quote .audio .icon {
	width: 100%;
	height: 64px;
	padding: 6px;
	background-color: none;
	background-image: url("/theme/voices/equalizer-stopped.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size:auto;
	opacity: 0.8;
	margin: 0 auto; }

article.quote:hover .audio .icon {
	padding: 6px;
   /*background-image: url("/theme/voices/equalizer.gif");*/
   background-repeat: no-repeat;
	background-position: bottom right;
	background-size:auto;
   opacity: 0.9; }
   
/* --------------- Video Player --------------- */

.video { 
   max-width: 800px; 
	background: #00a94f;
	margin-bottom: 1.5em;
	}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	} 
	
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}
   
.video-share { 
   width: 800px; }
   
/* Facebook */   
.video-share .facebook {
	padding: .8em 1em 1em 1em;
	background: white;
	display: block;
	}
	
.video-share .facebook { 
   float: left;
   width: 65%;}
 
.video-share .facebook h2 {
	color: #005dab;
	font-size: 2em;
	text-align: center; } 
 
.video-share .facebook h2 .icons {
	background: none; } 
	
.video-share .facebook .message {
	border: 1px solid #dfdfdf;
	padding: .75em;
	font-size: 1.2em } 
	
.video-share .facebook h4 {
	font-size: 1.7em;
	margin-bottom: 0; } 
	
.video-share .facebook .button { text-align: center; }
	
.video-share .facebook .button strong {
	background: #005dab;
	color: white;
	padding: .5em 1em;
	-moz-border-radius:    .25em;
  -webkit-border-radius: .25em;
  border-radius:         .25em; 
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
	}  

.video-share .other {
    float: right;
    width: 35%;
    text-align: center;
}

.video-share .share-button {
    display: inline-block;
    font-size: 1.3em;
    text-align: center;
    font-weight: 600;
    padding: .5em;
    text-transform: uppercase;
    color: #00a950;
}
   
footer .angle { display: none; }
footer { /* background: #46ac4e; */ background-color: #4c8051; }


/* Responsive */
@media only screen and (max-width: 1100px){
   #individual { padding: 5px 0; }
   #individual #headshot { width: 96%; height: auto; }
   img, object, embed, iframe { max-width: 100% !important; height: auto !important; }
   #individual audio { position: relative; top: 0; right: 0; width: 100%; }
}

@media only screen and (max-width: 960px){
   body { margin-top: 0; }
   header { padding: 10px 0; }
   #logo { padding-left: 0; width: 100%; max-width: 100%; }
   #menu .mobile-dropdown { background: #019041; }
   #menu ul { width: 100%; float: left; margin-right: 0; }
   #logo img { max-height: 50px; margin-top: 0; }
}

@media only screen and (max-width: 800px){
   article.quote { width: 25%; }
}

@media only screen and (max-width: 500px){
   article.quote { width: 50%; }
}
