html {
  background: #f4f4f4;
  width: 100%;
  height: 100%; 
  text-align: center;
  }	

.wrap,
main { 
  display: block;
  position: relative;
}

@media only screen and (min-width: 1100px) { footer .wrap { width: 96%; } }
@media only screen and (min-width: 1400px) { footer .wrap { width: 90%; max-width: 1200px; } }
@media only screen and (min-width: 1500px) { footer .wrap { width: 82%; max-width: 1400px; } }



/* Colors */  

.green 			{ background-color: #00a950; /* was #00ab4f then #34c707 */ }  
.blue 			{ background-color: #243877; /* was #0054a6 */ }
.yellow     { background-color: #fccb3f;}
.dark-gray 	{ background-color: #363636;} 
.black 			{	background-color: #080c0b;}   
.white 			{	background-color: white;}   

.green *, .blue *, .dark-gray *, .black * {
	color: white;
  }

.green h1, .green h2, .green h3, .green h4,
.blue h1, .blue h2, .blue h3, .blue h4,
.dark-gray h1, .dark-gray h2, .dark-gray h3, .dark-gray h4,
.black h1, .black h2, .black h3, .black h4 { 
	color: white;
	}	

.green a:hover h1, .green a:hover h2, .green a:hover h3, .green a:hover h4,
.blue a:hover h1, .blue a:hover h2, .blue a:hover h3, .blue a:hover h4,
.dark-gray a:hover h1, .dark-gray a:hover h2, .dark-gray a:hover h3, .dark-gray a:hover h4,
.black a:hover h1, .black a:hover h2, .black a:hover h3, .black a:hover h4 { 
	text-decoration: underline;
	color: white;
	}	
	
/* Paragraph Anchors */  

.green a, .blue a, .dark-gray a, .black a,
.post-text-block.green a, .post-text-block.blue a,
.post-text-block.dark-gray a, .post-text-block.black a {
	color: white;
  color: rgba(255,255,255,.85);
  }
  
.green a:hover, .blue a:hover, .dark-gray a:hover, .black a:hover,
.post-text-block.green a:hover, .post-text-block.blue a:hover,
.post-text-block.dark-gray a:hover, .post-text-block.black a:hover {
  color: rgba(255,255,255,1);
  }

/* --- OL's --- */  
/*
.post-text-block ol {
  list-style: none;
  text-align: center; }
.post-text-block ol li {
    counter-increment: step-counter;
}

.post-text-block ol li::before {
  background: #a1a1a1;  
  content: counter(step-counter);
  display: block;
  width: 1em;
  line-height: 1em;
  font-size: 1em;
  color: #fff;
  font-weight: 700;
  padding: .3em;
  margin: 1em auto .25em;    
  -moz-border-radius:    50%;
  -webkit-border-radius: 50%;
  border-radius:         50%;
}
*/

/* --- Sharing in Thumbnail Images --- */  
   
.addthis_sharing_toolbox  { 
   display: none;
  position: absolute;
  bottom: -9.5em;
  right: -9.5em;
  z-index: 100;
  padding: 2em;
  width: 12em;
  height: 12em;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
  }	
  
.addthis_sharing_toolbox:hover  { 
  opacity: 1;
  }  
  
.addthis_sharing_toolbox::before  { 
	font-family: 'afscme-icons'; 
  content: '+';
  position: absolute;
  top: -7px;
  left: 47.5%;
  z-index: 99999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
  color: white;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;   
  }
  
.addthis_sharing_toolbox.expanded  { 
  bottom: -6.5em;
  right: -7em;
  opacity: 1;
  padding: 1.4em;
  
  }	
  
.addthis_sharing_toolbox.expanded::before  { 
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg); 
  transform: rotate(0deg);
  }  
  
.addthis_sharing_toolbox .at-share-btn-elements { 
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
  margin: 0 auto;
  display: block;
  width: 80px;
  top: -2em;
  padding-left: 2em;
}

.at-share-tbx-element {
  padding-top: 2em;
  }

.addthis_sharing_toolbox .at-share-btn {
  margin: 0 auto !important;
  height: auto !important;
  width: auto !important;
  display: inline-block !important;
}

.addthis_sharing_toolbox .at-svc-facebook,
.addthis_sharing_toolbox .at-svc-twitter,
.addthis_sharing_toolbox .at-svc-google_plusone_share,
.addthis_sharing_toolbox .at-svc-email { background: transparent !important; } 
  
 
 
/* ------------ Video Indicator ----------- */
 
.video-indicator { 
  background: #080c0b;
  background: rgba(0,0,0,.5);
  color: white;
  font-size: 64px !important;
  line-height: .75;
  display: inline-block;
  position: absolute;
  text-align: center;
  -moz-border-radius:    20%;
  -webkit-border-radius: 20%;
  border-radius:         20%;
  top: 50%;
  left: 50%;
	margin-top: -24px;
  margin-left: -32px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
  z-index: 20;
  }
  
@media only screen and (min-width: 740px)   { 
	.video-indicator { 
	  margin-top: -24px;
	  margin-left: -32px;
	  }
	}  
	
a:hover .video-indicator { 
  background: #cc181e;
  color: white;
  }
  	






/* ------------ FOOTER ----------- */

footer { 
  position: relative;
  background: #d2d2d2;
  font-size: 90%;
  }
footer .copyright a { 
  width: 10em;
  display: table;
  margin-bottom: 1.5em;
  }  
footer .copyright svg { 
  width: 100%;
  max-height: 5em;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;  
  }
footer .copyright a:hover svg { 
  -moz-transform:    scale(1.05);
  -ms-transform:     scale(1.05);
  -webkit-transform: scale(1.05);
  transform:         scale(1.05); 
  }
  
@media only screen and (min-width: 1200px) { 
	footer { 
	  font-size: 66.66%;
	  }
	}
  
footer .wrap { 
  padding: 1em;
  }
  
@media only screen and (min-width: 375px) { 
	footer .wrap { 
	  padding: 1.5em;
	  }
	}
	
@media only screen and (min-width: 740px) { 
	footer .wrap { 
	  padding: 2.5em;
	  }
	}
	
@media only screen and (min-width: 1200px) { 
	footer .wrap { 
	  max-width: 1000px;
	  padding: 80px 0;
	  }
	}
	
/* --- Signup and Social --- */
  
.follow {
	background: #535353;
	color: white;
	}
	
.index section.follow h3,
section.follow h3 {
	color: white;
	text-transform: uppercase;
	font-size: 150%;
	margin-bottom: .5em;
	}	
	
/* --- Signup --- */

.signup {
	margin-bottom: 1.5em;
	}

@media only screen and (min-width: 1000px) {   
	.signup {
		display: inline-block;
		width: 56%;
		float: left;
		margin-bottom: 0;
		}
	}

#quick-join-footer ol {
	list-style: none;
}

#quick-join-footer li {
  width: 100%;
  padding-bottom: .5em;
  }

@media only screen and (min-width: 740px) {   
	#quick-join-footer ol,
  #quick-pick-footer ol  {
	  display: table;
	  }
	#quick-join-footer li {
	  display: table-cell;
    vertical-align: top;
	  padding-bottom: 0;
	  padding-right: .25em;
	  width: 25%;
	  }
  #quick-pick-footer ll  {
    display: table;
	  }    
	#quick-join-footer li:first-child {
	 	width: 50%;
	  }
	#quick-join-footer li:last-child {
	  padding-right: 0;
	  }
	}

#quick-join-footer input[type=text],
#quick-join-footer input[type=email] {
  background: transparent;  
  -webkit-appearance: none;
  width: 100%;
  padding: .75em 1em;	
  border: 1px solid #969696;
  border: 1px solid rgba(255,255,255,.5);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #fff;	
  cursor: pointer; 
  font-size: 115%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out; 
  }	
  
@media only screen and (min-width: 740px) {   
	#quick-join-footer input[type=text],
	#quick-join-footer input[type=email] {
	  float: left; 
	  }
	}

#quick-join-footer input[type=text]:hover,
#quick-join-footer input[type=email]:hover {
	background: rgba(0,0,0,.5); 
  border: 1px solid #969696;
  border: 1px solid rgba(255,255,255,.6); 
  color: rgba(255,255,255,.65); 
  }
  
#quick-join-footer input[type=text]:focus,
#quick-join-footer input[type=email]:focus {
  background: #fff;  
  border: 1px solid #000; 
	color: #2c2c2c;  }

.quick-signup input[type=checkbox] {
  width: auto;	
  cursor: pointer; 
  }	
  
#quick-join-footer .submit {
	text-align: center;
  }

#quick-join-footer button {
	background: #00a950;
  width: auto;
  margin: auto;
	padding: .75em 1em; 	
	display: inline-block;
	cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
	text-transform: uppercase;
	color: #fff;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
  }
  
@media only screen and (min-width: 740px) {   
	#quick-join-footer button {
	  width: 100%;
	  display: block;
	  font-size: 115%;
	  }  
	}  
  
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#quick-join-footer button {
	  float: left;
	  border: 1px solid #00a950;
	  }
	}
  
#quick-join-footer button:hover { 
	background: #243877; 
	}
  
#quick-join-footer button:active { 
	color: #00a950;
	background: white; 
	}
  
#quick-pick-footer h2,
#follow-footer h2 {
  color: #fff;
  font-weight: 300;
  font-size: 92%;
  text-transform: uppercase;
}  
ol#nl_options_footer  {
  list-style: none;
}
ol#nl_options_footer li {
  list-style: none;
  padding: .5em;
  text-align: left;
}

.nl_options_footer.submit {
  padding-top: .6em;
}

  
.nl_options_footer.submit button {
  background: #00a950;
  width: auto;
  margin: auto;
	padding: .75em 1em; 	
	display: inline-block;
	cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
	text-transform: uppercase;
	color: #fff;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
  }
  
.nl_options_footer.submit button:hover { 
	background: #243877; 
	}
  
.nl_options_footer.submit button:active { 
	color: #00a950;
	background: white; 
	}
  
  
  
  

/* --- Social --- */

@media only screen and (min-width: 1000px) { 
	.social {
		display: inline-block;
		width: 33%;
		float: right;
		}
	}

.social a {
  font-size: 2em;
  color: #fff; 
  padding: .2em .3em;
  display: inline-block;
  background: #243877;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out; 
  }  
  
@media only screen and (min-width: 1000px) { 
	.social a { font-size: 2.5em; }
	}

.social a:hover {
  background: white;
  color: #00a950;
  } 
  
.social a:active {
  color: #243877;
  } 
  

	
/* --- Information about AFSCME --- */
  
.afscme {
	background: #636363;
	color: white;
	}


@media only screen and (min-width: 1200px) { 
	.about-afscme {
		max-width: 800px;
		margin: auto;
		padding-bottom: 30px;
		}
	}
	
	
/* --- AFSCME Groups --- */

.groups	 {
	padding: 2em 0;
	}

@media only screen and (min-width: 1200px) { 
	.groups	 {
		padding: 30px 0;
		}
	}

.groups	a {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	line-height: 30px;
	padding: .5em 3em;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
	}
	
@media only screen and (min-width: 740px) { 
	.groups	a	 {
		padding: .5em .65em;
		}
	}
	
@media only screen and (min-width: 1200px) { 
	.groups	a	 {
		line-height: 50px;
		padding: 0 1.5em;
		}
	}

.groups	a:hover {
	color: white;
  -moz-transform:    scale(1.1);
  -ms-transform:     scale(1.1);
  -webkit-transform: scale(1.1);
  transform:         scale(1.1); 
	}
	
.groups	a img {
	max-height: 30px;
	float: left;
	margin-right: .5em;
	}
	
@media only screen and (min-width: 1200px) { 
	.groups	a img	 {
		max-height: 50px;
		}
	}
	
/* --- AFSCME Directory --- */

.directory {
	position: relative;
	display: inline-block;
	}

@media only screen and (min-width: 1200px) { 
	.directory	 {
		padding: 30px 0 0 0;
		}
	}
	
.directory h4 {
	margin-bottom: .5em;
	}

@media only screen and (min-width: 740px) { 
	.directory h4 {
		float: left;
		display: inline-block;
		padding: 0 .5em;
		line-height: 34px !important;
		margin: 0;
		}
	}

.directory h4 a,
.directory h4 a:hover {
	color: white;
	text-transform: uppercase;
	}
	
.directory div {
	background: #828282;
	overflow: hidden;
	height: 34px;
	width: 180px;
	display: inline-block;
	position: relative;
	float: left;
	}
	
.directory div:after { 
	position: absolute;
	top: 1em;
	right: 1em;
	font-family: 'afscme-icons'; 
  content: 'v';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-style: normal;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 70%;
  cursor: default;
	}

.directory div:hover {
	background: #a4a4a4;
	}

.directory select {
	background: transparent;
	text-transform: uppercase;
	border: none;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	border: none;
	font-size: 16px;
	height: 34px;
	width: 208px;
	color: white;
	}

.directory option {
	text-transform: none;
	}

.map-button {
	display: inline-block;
	background: #828282;
	color: white;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 110%;
	padding: 0 1em 0 .75em;
	height: 34px;
	line-height: 34px;
	margin: 0 0 0 .5em;
	float: left;
	}
	
.map-button:before { 
	font-family: 'afscme-icons'; 
  content: 'u';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-weight: normal;
  font-style: normal;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  cursor: default;
  margin-right: .25em;
  font-size: 90%;
	}
	
.map-button:hover	 {
	color: white;
	background: #a4a4a4;
	}	


/* --- AFSCME Secondary --- */

.secondary {
	color: #515151;
	font-size: 90%;
	}

.secondary a {
	color: #565656;
	}
	
.secondary a:hover,
.secondary a:active {
	color: black;
	}	
	
.secondary p {
	margin-bottom: 2em;
	}	
	
.links a {
	padding: 0 1em;
	font-size: 100%;
	}	
	
.disclaimer {
	display: inline-block;
	padding: .5em;
	border: 1px solid #bbbbbb;
	}	
		
.credit {
	padding-top: 3em;
	}	
			
	
	
	
	
	
	
	/* --- text block --- */

.related {
  background: #e7e7e7;
  padding: 1.5em;
}

.related h2 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1200px) { 
  .related > div { 
		padding: 2em;
	  max-width: 1400px; 
		} 
	}
  
.featured article { 
  padding-bottom: 1.5em;
  }

.related article h4 {
  font-size: 100%;
}

@media only screen and (min-width: 740px)   { 
  .featured article { 
		width: 33%;
		float: left;
		padding: 0 1em 2em;
		}
	}  
	
@media only screen and (min-width: 1200px)   { 
	.featured article { 
		padding-bottom: 40px; 
		}
	}  
	
.featured article a { 
	display: block;
	padding: 0 !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out; 
	}
	
.featured figure { 
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 52.3333%;
  margin-bottom: .5em;
  }		
	
.featured .image { 
  background-position: center center;
  background-repeat: no-repeat;  
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  -o-background-size:      cover;
  background-size:         cover;  
  -webkit-transition: all 1s ease-in-out;
  -moz-transition:    all 1s ease-in-out;
  -o-transition:      all 1s ease-in-out;
  -ms-transition:     all 1s ease-in-out;
  transition:         all 1s ease-in-out;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  }
  
.featured article:hover .image { 
  -moz-transform:    scale(1.1);
  -ms-transform:     scale(1.1);
  -webkit-transform: scale(1.1);
  transform:         scale(1.1); 
  }
	






/* Join Modal
------------------------------------ */

.popup_background {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out; 
}

#join { 
  background: #00953a; 
	width: 85%; 
	padding: 2em;
	text-align: center !important; 
	-webkit-transform: scale(0.7);
	-moz-transform:    scale(0.7);
	-ms-transform:     scale(0.7);
	transform:         scale(0.7);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
}

.popup_visible #join-modal {
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	transform:         scale(1); 
}
#join h2 { 
  text-transform: uppercase;
  color: #fff; }

@media (min-width: 740px) { 
#join { width: 70%; }
}

@media (min-width: 1200px) {   
#join { width: 60%; }
} 
@media (min-width: 1500px) {   
#join { width: 40%; }
} 

#join .close {
  background: transparent;
	padding: 0;
	border: 0;
	display: block;
	cursor: pointer;
  font-family: 'afscme-icons' !important;   
  text-transform: uppercase;
	font-size: 1em;
	color: #fff; 
	position: absolute;
	right: .5em;
	top: .5em;
	-moz-border-radius:    50%;
	-webkit-border-radius: 50%;
	border-radius:         50%; 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out; 
} 
#join .close:hover { 
	-webkit-transform: scale(1.15);
	-moz-transform:    scale(1.15);
	-ms-transform:     scale(1.15);
	transform:         scale(1.15); 
}
#join .close:active { 
  -webkit-transform: scale(.95);
	-moz-transform:    scale(.95);
	-ms-transform:     scale(.95);
	transform:         scale(.95); 
}  

/* --- Modal Signup --- */
#join-modal-form h3 {
  color: #fff;
  font-size: 100%;
  margin: 1em 0 .7em;
  font-weight: 400;
  text-transform: uppercase;
}

#join-modal-form ol {
	list-style: none;
  display: block;
  width: 100%;
  clear: both;
}

#join-modal-form li {
  width: 100%;
  padding-bottom: .5em;
  }
  
#join-modal-form .email-zip label {
  display: block;
}
#join-modal-form .subscription-options {
  display: block;
  width: 100%;
}
  
#join-modal-form .subscription-options label {
  color: #fff;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	transition:         all .3s ease-in-out;   
}
#join-modal-form .subscription-options label:hover {
  opacity: 1;
}

@media only screen and (min-width: 740px) {   
	#join-modal-form ol  {
    width: 100%;
	  }
	#join-modal-form .email-zip li {
	  display: table-cell;
	  padding-bottom: 0;
	  padding-right: .25em;
	  width: 25%;
	  }
	#join-modal-form .email-zip li:first-child {
  	 	width: 50%;
	  }
  #join-modal-form .subscription-options li {
    width: 100%;
    display: block;
    padding: .2em .2em .2em 1em;
    text-align: left;
  }
	#join-modal-form .subscription-options label {
	  font-size: 80%; 
	}
	}

#join-modal-form input[type=text],
#join-modal-form input[type=email] {
  background: rgba(0,0,0,.5); 
  border: 1px solid #969696;
  border: 1px solid rgba(255,255,255,.6); 
  color: rgba(255,255,255,.65); 
  -webkit-appearance: none;
  width: 100%;
  padding: .75em 1em;	
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  cursor: pointer; 
  font-size: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out; 
  }	
  
@media only screen and (min-width: 740px) {   
	#join-modal-form input[type=text],
	#join-modal-form input[type=email] {
	  float: left; 
	  }
	}

#join-modal-form input[type=text]:hover,
#join-modal-form input[type=email]:hover {
  background: rgba(0,0,0,.7); 
  border: 1px solid rgba(255,255,255,.8); 
  color: rgba(255,255,255,.8); 
  }
  
#join-modal-form input[type=text]:focus,
#join-modal-form input[type=email]:focus {
  background: #fff;  
  border: 1px solid #000; 
	color: #2c2c2c;  }

#join-modal-form input[type=checkbox] {
  width: auto;	
  cursor: pointer; 
  }	
  
#join-modal-form .button {
	text-align: center;
  padding-top: .6em;
  display: block;
  }

#join-modal-form button {
  background: #243877; 
  width: auto;
  margin: auto;
	padding: .75em 1em; 	
	display: inline-block;
	cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
	text-transform: uppercase;
	color: #fff;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
  }
  
@media only screen and (min-width: 740px) {   
	#join-modal-form button {
	  font-size: 105%;
	  }  
	}  
    
#join-modal-form button:hover { 
  background: #fff; 
  color: #243877;
	}
  
#join-modal-form button:active { 
	color: #00a950;
	background: white; 
	}


/* --- Error Label --- */

form label {
  position: relative;
}
  
strong.error { 
  background: #ffc20e;
  padding: .2em .3em;   
  display: block;
  white-space: nowrap;
  position: absolute; 
  left: 0;
  bottom: 100%;
  z-index: 9999;    
  font-size: .8em;
  line-height: 1;
  font-weight: 300;
  color: #000; 
  text-transform: uppercase; 
  }   
strong.error:after { 
  height: 0; 
  width: 0;    
  margin-left: -6px;  
  content: " ";    
  position: absolute; 
  left: 15px; 
  top: 100%;
  border-color: rgba(235, 110, 31, 0);    
  border: solid transparent; 
  pointer-events: none;
  border-top-color: #ffc20e; 
  border-width: 6px; 
  }
  
/* --- Table display property --- */

@media only screen and (min-width: 1200px) { 
	.table { display: table; }
	.cell { display: table-cell; }
}

/* --- Slide Controls --- */


.slide-controls {
  cursor: pointer;
  opacity: .2;
  font-size: 1em;
  position: absolute; 
  top: .5em; 
  z-index: 100;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;   
 }  
 
.slide-controls:hover {
  opacity: .5;
  -moz-transform:    scale(1.05);
  -ms-transform:     scale(1.05);
  -webkit-transform: scale(1.05);
  transform:         scale(1.05);
}
  
.prev-slide { left: 1em; }
.next-slide { right: 1em; }

@media only screen and (min-width: 740px) {
  .slide-controls {
    font-size: 1.2em;
    top: 50%;     
    -moz-transform:    translateY(-50%);
    -ms-transform:     translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform:         translateY(-50%);    
  }
  .slide-controls:hover {
    -moz-transform:    scale(1.05) translateY(-50%);
    -ms-transform:     scale(1.05) translateY(-50%);
    -webkit-transform: scale(1.05) translateY(-50%);
    transform:         scale(1.05) translateY(-50%); 
  }  
}
@media only screen and (min-width: 1000px) {
  .slide-controls {
    font-size: 1.4em;
  }  
  .prev-slide { left: 0; }
  .next-slide { right: .5em; }
}

  
