/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {border: 0; font-size:100%; font: inherit;
					   vertical-align: baseline; margin: 0; padding: 0
					  }
/* table,caption,tbody,tfoot,thead,tr,th,td */	

article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section {display: block; }

body {line-height: 1;}

ol,ul {list-style: none }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: none; }

table { border-collapse: collapse; border-spacing: 0; }





body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;	
}

b, strong {font-weight:700;}

h2 {margin:5% 0 15px 0;}
h3 {
	padding-top: 3%;
	padding-bottom: 1%;
}

p {margin-bottom:15px;}

hr {
	margin-top: 5%;
}

ol {list-style-type:decimal; margin:10px 0 20px 15px}


/* ----------------------------------------------------------------
  
   Header
   
-------------------------------------------------------------------*/
#wrapper {background:url(../images/layout/header-bg.jpg) repeat-x; }

#sitesearch input {
	background:rgba(0, 0, 0, 0.3); 
	color:#fff;	
	height:25px;
	margin:0;
	max-width:116px;
	text-transform:lowercase;
	}

header {padding-top:20px;}
header h1 {margin-top:20px;}



/* ----------------------------------------------------------------
  
   Main navigation
   
-------------------------------------------------------------------*/
.nav-wrapper {
	position:relative;
	}

/* Utility (Contact, search, social) */	
.utility {
	background:rgba(0, 0, 0, 0.2);
	color:#fff;
	text-align:center;
	text-transform:lowercase;
	font-size:15px;
	margin:0 !important;
	padding:0 0 5px;
	width:97.7%;
	position:absolute;
	top:0;
	right:8px;
 }
 
.utility ul {width:62%;}
.utility li {padding:0 !important;}
.utility a {color:#fff; }


.home-btn {margin-left: 22.3% !important; padding-top:5px; }
.contact {padding:13px 0 0; margin-left:3%;}
.search {width:21% !important; padding: 8px 0 0 15px;}

#searchField {
  font-size: 10px;
  font-size: 1.0rem;
  font-style: italic;
  text-indent: -99999px;
  color: #bebebe;
  border: none;
  padding: 0 10px;
  background-color: transparent;
  float: left;
  display: inline;
  width: 100%;
  height: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.lt-ie9 #searchField {
  margin-top: 6px;
  padding-top: 0;
  height: 20px;
  width: 110px;
}

#searchField:focus {
  text-indent: 0;
  color: #333;
  font-style: normal;
}

.lt-ie8 #searchField { text-indent: 0; color: #000; }

::-webkit-search-decoration { display: none; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  text-indent: 0;
}


.social {padding:0;}
.social a {display:inline-block; vertical-align: top; }
.youtube {padding-top:4px;  vertical-align: top; }
.facebook {padding-top:8px;  vertical-align: top; /* margin-right:10px;*/}
.twitter img {  
	width: 20px;
    margin-left: 10px;
    padding-top: 8px;
    margin-right: 10px;
    opacity: 80%;   
     vertical-align: top; 
}


/* Main navigation */
#masthead nav li {
	float:left; 
	font-size:17px; 
	text-align:center; 
	padding:0 !important;
	}
	
#masthead nav li a {
	color:#fff;
	display:block;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	}
	
#masthead nav li a:hover {color:#fff;}

#masthead nav li:nth-child(even) a {
	background:#ff9000;
	padding-top:85%;
	padding-bottom:20%;
	 }
	 
#masthead nav li:nth-child(odd) a {
	background:#f57c00;
	padding-top:65%;
	padding-bottom:20%;
	}
	
#masthead nav li:nth-child(even) a:hover,
#masthead nav li:nth-child(odd) a:hover {background:#f8407c;}
	
	
/* current state  */
body.about nav li.nav-about a,
body.transition nav li.nav-transition a,
body.training nav li.nav-training a,
body.publications nav li.nav-publications a,
body.resources nav li.nav-resources a {background:#51d3f7 !important; text-decoration:underline; font-weight:700;}

#masthead nav a#pull, li.nav-contact, li.nav-search { display: none; }

/* ----------------------------------------------------------------
   
   Intro Content
   
-------------------------------------------------------------------*/
#introContent {
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	margin-top:20px;
	padding:20px 0;
	
	}
	
/* Slider */
#introContent .flexslider {
	background:#bfd0c7;
	margin-bottom:0;
	}

#introContent .slide-text {
	padding:1% 1% 0 4%;
	}
	
#introContent .slide-text h2 {
	color:#fff;
	font-family: 'Amatic SC', cursive;
	font-size:57px;
	font-weight:700;
	border-bottom:1px solid #fff;
	margin-top:0;
	padding-bottom:20px;
	}
	
#introContent .slide-text p {
	color:#fff;
	font-size:16px;
	line-height:20px;
	border-top:1px solid #fff;
	padding-top:20px;
	font-weight: 700;
	}
	
	
#introContent .slide-text span {text-align:center; display:block; }


#introContent .slide-img {
	margin-right:0; 
	padding:0;
	}


#introContent .flex-direction-nav a, .carousel .flex-direction-nav a {opacity:0;}
#introContent .flexslider:hover .flex-direction-nav a, .carousel .flexslider:hover .flex-direction-nav a {opacity:1;}

.carousel:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.carousel:hover .flex-direction-nav .flex-prev{
  opacity: 0.7;
  left: 10px;
}

#introContent .read-more {
	background:#18bfed;
	color:#464646;
	display:inline-block;
	font-family: 'Amatic SC', cursive;
	font-size:35px;
	font-weight:700;
	padding:2% 6%;	
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	}

#introContent .read-more:hover {
	background:#03abd8;
	}
	
	
/* ----------------------------------------------------------------
   
   	Primary Content (Home - boxes)
   
-------------------------------------------------------------------*/
/*#primaryContent {padding:20px 0;}*/
#primaryContent.row {width:994px;}

#primaryContent ul {list-style-type:disc; margin:10px 0 20px 15px}
#primaryContent li {margin-bottom:3px;}


/* Boxes */
.boxes {
	color:#000;
	font-size:12px;
	line-height:18px;
	text-align:center;
	}

.box.columns {	
	float:left !important; 	
	width: 28.33333%;
	margin:25px 20px;
	padding:50px 15px;
	}


.box h2 {
	color:#fff; 
	font-size:16px; 
	font-weight:700; 
	}

/* Main message */
.main-message {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	margin:40px 0;
	}
	
.main-message h2 {
	color:#0072bc;
	font-family: 'Amatic SC', cursive; 
	font-size:42px;
	line-height:45px;
	font-weight:700;
	margin:0 0 10px;
	}
	
/* Hero - image and caption */
.hero {max-width:613px;}

.hero-caption {
	background:#754c24;
	color:#fff;
	display:block;
	font-size:24px;
	font-weight:700;
	line-height:17px;
	opacity:0.8;
	margin-top:-49px;
	padding:15px 25px;
	width: 100%;

	}
	
.hero-caption a {
	color:#e8da11;
	border-bottom:1px solid #e8da11;
	}




/* ----------------------------------------------------------------
   
   	Secondary Content ()
   
-------------------------------------------------------------------*/
#secondaryContent {background:#77b5cb; color:#fff; margin-bottom:25px;}
#secondaryContent.row {width:994px;}

.newsletter {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:18px;
	}
	
.newsletter h2 {
	color:#fff; 
	font-family: 'Amatic SC', cursive;  
	font-size:70px; 
	font-weight:700; 
	line-height:70px; 
	border-bottom:1px solid #8bc0d3;
	margin:20px 0 15px;
	text-align:center;
	}
	
.newsletter p {margin-bottom:15px;}

.newsletter input[type="text"] {
	color:#333333;
	font-size:12px;
	}
.newsletter .button:hover {background:#4791ac;}


.carousel-wrapper {background:#aba000; padding:20px 0 0; text-align:center;}
.carousel ul {padding:2% 7% 2% 5%}
.carousel li {}



/* ----------------------------------------------------------------
   
   	Tertiary Content (FAQs, Events)
   
-------------------------------------------------------------------*/
#tertiaryContent {
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	padding:25px 0;
	}
#tertiaryContent.row {width:994px;}

#tertiaryContent h2 {
	font-family: 'Amatic SC', cursive;  
	font-size:32px; 
	line-height:38px; 
	font-weight:700;
	}

.faqs h2 {color:#645f5f;}
.faqs ol li {margin-bottom:15px;}




.events h2 {color:#aba000;}




/* ----------------------------------------------------------------
   
   	Subpage
   
-------------------------------------------------------------------*/
body.sub #container  {padding:3% 0;}
/*body.sub #primaryContent {padding:0;}*/

/* Sub navigation */
#subNav nav {}

#subNav ul li a {
	color:#7d7d7d;
	border-bottom:1px solid #e7e7e7;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	padding:13px 0;
	text-transform:uppercase;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
	}

#subNav ul li a:hover {color:#00bff3;}

/* second level */
#subNav ul ul {
	border-bottom:1px solid #e7e7e7;
	margin:0;
	padding:15px 0;
	display:none;
	}

#subNav ul ul li a {
	border-bottom:none;
	font-size:12px;
	padding:8px 20px ;
	}
	
#subNav ul ul li a:hover {color:#0072bc;}

/* Sublevel sections*/
body.about1 #subNav ul li.nav-about1 ul.section {display: block !important;} /* Advisory Council */
body.about2 #subNav ul li.nav-about2 ul.section {display: block !important;} /* Meet the team */
body.about3 #subNav ul li.nav-about3 ul.section {display: block !important;}
body.transition1 #subNav ul li.nav-transition1 ul.section {display: block !important;} /* independent living */
body.transition2 #subNav ul li.nav-transition2 ul.section {display: block !important;} /* SSA */
body.transition3 #subNav ul li.nav-transition3 ul.section {display: block !important;}
body.transition4 #subNav ul li.nav-transition4 ul.section {display: block !important;}
body.transition5 #subNav ul li.nav-transition5 ul.section {display: block !important;}
body.transition6 #subNav ul li.nav-transition6 ul.section {display: block !important;}
body.transition7 #subNav ul li.nav-transition7 ul.section {display: block !important;}
body.transition8 #subNav ul li.nav-transition8 ul.section {display: block !important;}
body.transition9 #subNav ul li.nav-transition9 ul.section {display: block !important;}
body.training2 #subNav ul li.nav-training2 ul.section {display: block !important;}
body.projects2 #subNav ul li.nav-publications2 ul.section {display: block !important;}
body.resources2 #subNav ul li.nav-resources2 ul.section {display: block !important;}


	
/* current state  */
#subNav ul li a.current, 
#subNav ul li a.current:hover, 
#subNav ul li a.current:active {color:#448ccb; }
	
#subNav ul ul.section li a.current,
#subNav ul ul.section li a.current:visited,
#subNav ul ul.section li a.current:hover,
#subNav ul ul.section li a.current:active {background:#f5f5f5;}

/* Content */
.content h1 {
	color:#f57b00;
	font-size:27px;
	font-weight:bold;
	margin-bottom:25px;
	}
	
.content h2 {
	color:#00bff3;
	font-size:18px;
	font-weight:bold;
	}

.content p {
	color:#333333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:21px;
	}
	
.content ul, ol {
	color:#333333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:21px;
	margin:20px 0 20px 35px !important;
	}
.content li {}

.content a {}
.content a:hover {text-decoration:underline;}

/* Blockquotes */
.content blockquote {
	color:#636363;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	line-height:32px;
	font-style:italic;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:4.5% 0;
	margin:5% 0;
	text-align:center;
	}
	
.content blockquote span {
	display:block;
	font-size:18px;
	margin-top:15px;
	}

/* Images */
figure.right {
	margin:0 0 20px 20px;
	}
	
figure.img-left { float: left; margin: 1em 1em 1em 0; }	

/* Callout box */
aside.callout {
	background:#ededed;
	border:1px solid #dfdfdf;
	margin:0 0 20px 20px;
	padding:2% 4%;
	width:40%;
	}

aside.callout h2 {
	font-size:38px;
	}

aside.callout p {
	color:#919191;
	font-size:20px;
	font-style:normal;
	}

aside.callout .button {
	background:#51d3f7;
	color:#252525;
	display:inline-block;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}


.boxes-3 { 
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	margin:20px 0 30px;
	padding:20px 0;
	}



/* ----------------------------------------------------------------
   
   	Footer
   
-------------------------------------------------------------------*/
#footerWrapper {
	background:#585553 url(../images/layout/footer-border.jpg) repeat-x;
	border-bottom:12px solid #339999;
	position:relative;
	}

footer {
	color:#d7d7d7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	padding:6% 0;
	}

footer a {color:#d7d7d7;}
footer a:hover {color:#d7d7d7; text-decoration:underline;}
.credit {margin-top:15px;}


/* Footer menu */
.footer-menu {
	position:absolute;
	top:10%;
	right:0;
	}

.footer-menu li a {
	color:#faf5f5; 
	display:block; 
	font-family: 'Amatic SC', cursive;  
	font-size:26px; 
	line-height:30px; 
	font-weight:700;
	padding:6px 20px;
	text-align:right;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	}
	
.footer-menu li a:hover {color:#fff;}

.footer-menu li:nth-child(even) a{background:#ff9000; }
.footer-menu li:nth-child(odd) a {background:#f57c00;}

.footer-menu li:nth-child(odd) a:hover,
.footer-menu li:nth-child(even) a:hover {background:#f8407c;}



/* ----------------------------------------------------------------
   
   	Buttons
   
-------------------------------------------------------------------*/
.button {
	color:#fff;
	cursor: pointer;
	display:block;
	font-family: 'Amatic SC', cursive; 
	font-size:34px;
	line-height:37px;
	font-weight:700;
	margin: 0;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width:auto;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	}
	
.button:hover {color:#fff;}

.button.yellow:hover {background:#f2b301;}

.button.submit {
	background:#4996b2;
	border:none;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0;
	padding:3px 10px;
	outline:none;
	text-transform:uppercase;
	width:100%;
	 }
	 
	 

/* ----------------------------------------------------------------
   
   	Tables
   
-------------------------------------------------------------------*/

table { 
	background: #fff; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px; 
	margin: 0 0 18px; 
	border: 1px solid #ddd;
	 }


table thead, table tfoot { background: #00b6e8; }


table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { 
	display: table-cell;
	font-family:Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	text-align: left;
	 }


table thead tr th, table tfoot tr td { 
	padding: 8px 10px 9px; 
	font-family:Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff;
	 }


/**/
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }


table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }


table tbody tr.even, table tbody tr.alt { background: #f9f9f9; }


table tbody tr:nth-child(odd) { background: #f9f9f9; }


table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

table tbody tr.highlight {background:#E1E1E1;}

/*table tbody td:first-child {color:#00bff3; font-weight:bold;}
table tbody td:last-child {color:#2e363c; font-weight:bold;}*/



/* ----------------------------------------------------------------
   
   	Forms
   
-------------------------------------------------------------------*/
/*input[type="text"], 
input[type="email"], 
input[type="search"], 
textarea {
	background:#fff; 
	border:none; 
	border-radius:0; 
	box-shadow:none; 
	outline:none;
	}
*/



/* ----------------------------------------------------------------
   
   	Misc.
   
-------------------------------------------------------------------*/
.clear {clear:both;}

.orange {background:#f26522;}
.yellow {background:#f8b802;}
.pink {background:#f8407c;}




/* ----------------------------------------------------------------
   
   	Media queries
   
-------------------------------------------------------------------*/
@media only screen and (max-width:1163px) {
 footer ul {padding-left:15px;}
}



@media only screen and (max-width:1100px) {
	.footer-menu li a {font-size: 22px;	line-height: 30px; padding: 4px 20px;	}
	footer {padding-bottom:7%;}
}


@media only screen and (max-width:929px) {
	#introContent .slide-text h2 {font-size:42px; }
	#introContent .read-more {font-size:24px;}
	
	.slide-text.four.columns {width:41%;}
	.slide-img.eight.columns {width:59%}
}

@media only screen and (max-width:871px) {
	#introContent .slide-text h2 {padding-bottom:10px; margin-bottom:10px; }
	#introContent .slide-text p {padding-top:10px;}
	
}

@media only screen and (max-width:855px) {
	.utility {width: 96.4%; right:10px;}
	.box.columns {margin: 25px 15px;}
}

@media only screen and (max-width: 768px) {
	.carousel ul {padding: 2% 7% 5% 5%;}
	.hero {margin-top:50px;}
	.hero-caption {font-size: 13px;padding: 15px 10px;}	
	.carousel li {width: 240px !important;margin-right: 40px;}
	
}

@media only screen and (max-width: 767px) {
	.title {width: 100% !important; float: none; margin: 0 auto 20px; padding: 0 15px; text-align: center;}
	
	/* Navigation */
	.utility {display:none;}
	#masthead nav > ul ul {display:none !important;}

	#masthead nav ul {display: none; height: auto; margin:0 !important;}
	#masthead nav li {width:100% !important; display: block; float: none; }
	#masthead nav li.nav-home {border-left:none;}
	#masthead nav li.nav-contact {border-right:none;}
	
	#masthead nav ul li a, #masthead nav a {width:100%; border-left:none; border-right:none; border-bottom:none;	}
	#masthead nav ul a:hover, #masthead nav a:hover {border-bottom:none;}
	
	#masthead nav a#pull {
		background:#f57c00;
		color:#fff;
		width: 100%;
		display: inline-block;
		padding:12px;
		position: relative;
		text-align: center;
		}
	
	#masthead nav a#pull:hover {}
	#masthead nav li:nth-child(odd) a, #masthead nav li:nth-child(even) a, li.nav-search {background:#ff9000; padding:10px;}
	#masthead form {margin: 0 auto; padding-bottom: 3%;width:70%;}
	#masthead input {max-width: 100%; height:30px;}
	
	
	/* Home page */		
	#introContent .slide-img {display:none;}
	#introContent .slide-text {width:100% !important; text-align:center; padding:4% 6%;}
	
	.box.columns {width: 28% !important; padding: 30px 15px;}
	.newsletter {padding-bottom:15px;}
	.hero img {/* margin-top:20px; */}
	
	
	
	/* Sub pages*/
	.content h1 {margin-top:20px;}
	figure.right {margin:0 0 20px 0;}
	aside.callout {margin: 0 0 30px 0; width: 100%;}
	
}


@media only screen and (max-width:641px) {
	.footer-menu {display:none;}
}

@media only screen and (max-width:609px) {
	.box.columns {width:100% !important; margin:10px 0; }
}


@media only screen and (max-width:480px) {
	#wrapper, #container {margin-bottom:0 !important; padding-bottom:0 !important;}
	#introContent .slide-img {display:none;}
	#introContent .slide-text {width:100% !important; text-align:center; padding:4% 6%;}
	
	.box img {max-width: 70px;}
	.hero-caption {margin:0;}
}

.label { float: left; 
		width: 150px; 
		text-align: right; 
		vertical-align: top;
		padding-right: .25em;
		font-weight: bold;
		font-size: 14px;
		color: #666666;
		line-height:21px;
	}
	
.longlabel { float: left; 
			 width: 250px; 
			 text-align: right; 
			 vertical-align: top;
			 padding-right: .25em;
			 font-weight: bold;
			 font-size: 14px;
			 color: #666666;
		  }
				
.extralonglabel { float: left; 
				    width: 300px; 
					text-align: right; 
					vertical-align: top;
					padding-right: .25em;
					font-weight: bold;
					font-size: 14px;
					color: #666666;
				}
				
.plainlabel { 	float: left; 
				width: 150px; 
				text-align: right; 
				vertical-align: top;
				padding-right: .25em;
				font-size: 14px;
				color: #666666;
			}
				
.field { width: 250px; 
		 float: left;
		 vertical-align: top;
		 font-size: 14px;
		 color: #666666;
		}
					
.longfield  { width: 350px;  
     		  float: left;
			  vertical-align: top;
			  font-size: 14px;
			  color: #666666;
			  line-height:21px;
			}

.longfield p{
	color: #666666;
}
					
.bold { font-weight: bold; }

.form_error  { font-weight: bold;
 	  		   color: #900;
			   font-size: 14px;
			}
			
.alert, .error { font-weight: bold;
				 color: #900; 
				}

.success { font-weight: bold;
		   color: #090;
		 }
		 
		   /* VIDEOS ---------------------------------------------------------------------------------------------------------------------------------*/ 
  .content .list { margin: 0 0 15px 15px; padding: 0; }
  
  .content .list li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
   }
  .content .list li { position: relative; }
  .content .list a:hover { border-bottom: none;}
  .smvideo { float: right;  }
  
  .content .list img { z-index: 10; }
  .play-button {
	background: none repeat scroll 0 0 rgb(0, 0, 0);/* The Fallback */
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	color: #ddd;
	display: block;
	height: 50px;
	width: 80px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 40px);
	border-radius: 15px;
	z-index: 12;
	}
	
.play-button img { 
	position:absolute;
	left: 30px;
	top: 13px;
}
	.play-button:hover {
	background: rgba(0, 0, 0, 1); 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
	
	iframe {zoom:1; z-index: 10; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Publications (/publications/ and /admin/publications/) */

/* administrative interface, add/edit forms, etc */
h3.padding {
	padding-bottom: 40px;
}
form#publicationForm .inputGroup {
	padding-bottom: 20px;
}
form#publicationForm .inputGroup label.label {
	padding-right: 10px;
}
form#publicationForm .inputGroup .noLabel {
	margin-left: 150px;
}
form#publicationForm {
	padding-bottom: 60px;
}
form#publicationForm #title{
	width: 350px;
}

/* Successfully edited a topic or format */
div.statusDiv.editSuccess {
	padding: 10px;
	background-color: lightgreen;
}

div.statusDiv.editSuccess input {
	float: right;
	margin-right: 10px;
	margin-top: -2px;

}


table#publicationDisplay .formatList,
table.metaDisplay .formatList {	width: 485px; }

/* public-facing stuff */
form#searchForm {
	margin-bottom: 60px;
}
form#searchForm a:hover {
	text-decoration: none;
}

form#searchForm button, form#searchForm a.linkButton {
	background-color: #DDD;
	border: 1px solid #999;
	border-radius: 2px;
	color: #3D3D3D;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	height: 28px;
	vertical-align: middle;
	width: 80px;
}

form#searchForm a.linkButton {
	padding-top: 5px;
	text-align: center;
}
form#searchForm button:hover, form#searchForm a.linkButton:hover {
	border: 1px solid #3D3D3D;
}
form#searchForm label {
	display: block;
	margin-bottom: 15px;
}

.listButton input {
	margin-right: 5px;
	margin-left: 5px;
	min-width: 80px;
}


.content table.metaDisplay .deleteConfirmation {
	border: 1px solid red;
}

.content table.metaDisplay .deleteConfirmation td {
		background-color: lightyellow;
}
.content table.metaDisplay .deleteConfirmation input {
		margin-right: 9px;
		margin-left: 5px;
		min-width: 80px;
}
table#publicationDisplay,
.content table.metaDisplay {
	margin-bottom: 150px;
}
table#publicationDisplay a,
.content table.metaDisplay  a {
	color: #1e728c;
}

table#publicationDisplay tbody tr td,
.content table.metaDisplay tbody tr td {
	font-size: 14px;
	padding-bottom: 6px;
	padding-top: 6px;
}
table#publicationDisplay thead tr th,
.content table.metaDisplay thead tr th  {
	font-size: 14px;
	padding-right: 25px;
}

input#searchText {
	margin-top: 15px;
	margin-right: 15px;
	width: 350px;
}

#searchBar {
  display: block;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px 0px inset;
  width: 100%;
  height: 25px;
}

#searchTerms, .searchfield {
  font-size: 13px;
  color: #555;
  border: none;
  padding: 0 10px;
  background-color: transparent;
  float: left;
  display: inline;
  width: 80%;
  height: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.searchsubmit {
  	background: transparent url(https://vcuautismcenter.org/images/layout/mobile-search-icon.png) no-repeat scroll 0px 0px;
    width: 18px;
    height: 18px;
    margin: 4px 2px 0 0;
    border: medium none;
    display: inline;
    float: right;
    text-indent: -9999px;
    vertical-align: middle;
    font-size: 0;
    background-size: 18px;
	cursor:pointer;
}

.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -ms-column-gap: 2em;
    -o-column-gap: 2em;
    column-gap: 2em;
}

.avoid-break, 
.two-column.avoid-break p,
.two-column.avoid-break div {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;	
}


/* webcast display */

img.lead-presenter {
    width: 100px;
    margin: 1.5rem;
    border-radius: 50%;
    margin-top: 0;
}

.webcast-info {
    display: flex;
    align-items: center;
    font-family:Helvetica, Arial, sans-serif;
}

.webcast-info-left {
	display: flex;
    flex-direction: column;
	margin-right: 2rem;
    vertical-align: top;
}

.webcast-info-right {
    flex: 1;
}

h4.webcast-title {
    text-transform: none;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

h4.webcast-title a {text-decoration:underline; 
                    }

.webcast {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.webcast:last-of-type {
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.webcast-info dt {
    width: 11rem;
	font-weight:600;
    text-align: right;
    float: left;
    margin-bottom: .5em;
}

.webcast-info dd {
    margin-top: 0;
    margin-left: 12rem;
    margin-bottom: .5em;
}

.webcast-info dl {
    flex: 1;
    
}

.button.mini {
  
  font-size: 1rem;
  padding: .65em 2em;
  color: #2e3134;
  background-color: #9abe41;
  border-radius: 1px;
  width: auto;
  font-family: 'Open-Sans', Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline;
}

div.row { margin-bottom: 1em !important; }

@media screen and (max-width: 480px) {
    .webcast-info {
		flex-direction:column-reverse;
	}
	img.lead-presenter { display:none;}
}
