@charset "UTF-8";
#mainwrapper header {
	/*Header */
	background-color:#4e398e;
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom:1%;
	margin-top:1%;
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 45%; 
	float: left;
	padding-left: 2%;
	padding-top: 8px;
	padding-bottom: 6px;
	color:rgba(255,255,255,1.00);
}
#logo a {
	color:rgba(255,255,255,1.00);
	text-decoration:underline;	
}
#logo a:hover, #logo a:focus {
	color: #12a66e;
	text-decoration: underline;
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 2%;
	width: 45%;
	float: right;
	color: rgba(146,146,146,1.00);
}
img{
	max-width: 100%;
}
header nav a {
	/* Links in header */
	padding-right: 2%;
}
#content #mainContent h1, #mainContent h2    {
	/* Styling for main headings */
	color: #12a66e;
}
footer article.full h2 {
	margin-bottom:4px;
	font-weight:bold;
}
#content #mainContent h3, #content .mainContent h3 {
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-size:18px;
	color: #008eb0;
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color:rgba(255,255,255,1.00);
}
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(60,60,60,1.00);
	font-family:Arial, Gotham, Helvetica, sans-serif;
	/*font-style: normal;
	font-family: source-sans-pro, sans-serif;
	font-weight: 200;
	text-align: justify;*/
}
.margintop-10 {
	margin-top:10px;
}
.margintop-15 {
	margin-top:15px;
}
.margintop-20 {
	margin-top:20px;
}
.persons_name {
	font-weight:bold;
	margin-bottom:0;
}
.persons_title {
	font-style:italic;
	margin-bottom:0;
	margin-top:0;
}
.program_title {
	font-style:italic;
	font-weight:bold;
}
.article_callout {
	width:36%;
	border:dotted thick #5da8dd;
	background-color:#fffbeb;
	float:right;
	padding:1.2% 2% .2% 2%;
	margin-left:15px;
}
#content #mainContent .article_callout p {
	font-style:italic;
	text-align:center;
	line-height:normal;
}
.pr_folks {
	width:30%;
	/*border:dotted thick #5da8dd;
	background-color:#fffbeb;*/
	float:left;
	margin-left:3.3%;
	margin-bottom:10px;
	display:block;
}
.pr_folks img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#content #mainContent .pr_folks p {
	text-align:center;
	line-height:normal;
	margin-bottom:0px;
}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 11px;
}
#content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}
footer article  {
	/* Footer articles */
	width: 48%;
/*	min-height: 350px; */
	margin-right:2%;
	margin-bottom:18px;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
    padding-bottom: 10px;
    padding-top: 6px;
	font-family:Arial, Gotham, Helvetica, sans-serif;
	/*font-style: normal;
	text-align: justify;
	font-weight: 200;*/
    background: -webkit-linear-gradient(rgba(229,234,243,1) 50%, rgba(229,234,243,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(229,234,243,1) 50%, rgba(229,234,243,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(229,234,243,1) 50%, rgba(229,234,243,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(229,234,243,1) 50%, rgba(229,234,243,0)); /* Standard syntax (must be last) */
}
footer article h3  {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
footer .full  {
	/* Footer articles */
	width: 134%;
	margin-bottom:18px;
	float: left;
	font-family: source-sans-pro, sans-serif;
	border:1px dotted #F64C4E;
	overflow:auto;
}
footer .full  h3 {
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
footer column  {
	/* Footer articles */
	width: 48%;
	margin-right:2%;
	margin-bottom:18px;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	font-family: source-sans-pro, sans-serif;
}
footer column h3  {
	/* Footer column titles */
	text-align: left;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	/* padding-left: 2%;*/
	padding-right: 1%;
	width: 75%;
	float: left;
}
.mainContent {
	/* Container for the blog post in individal blog view */
	/* padding-left: 2%;*/
	padding-right: 1%;
	width: 75%;
	float: left;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
    background: -webkit-linear-gradient(rgba(229,234,243,1) 50%, rgba(229,234,243,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(229,234,243,1) 50%, rgba(229,234,243,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(229,234,243,1) 50%, rgba(229,234,243,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(229,234,243,1) 50%, rgba(229,234,243,0)); /* Standard syntax (must be last) */
	width: 24%;
	padding-left: 2%;
	padding-right: 2%;
	float: right;
	/*background-color: rgba(246,246,246,1.00);*/
}
#mainwrapper {
	/* Container of all content */
	max-width:1000px;
	width: 80%;
	overflow: auto;
	margin:auto;
}
.non-link {
	font-weight: bold;
	font-style: italic;
}
#content #sidebar input {
	/* Search box in sidebar */
	width: 98%;
	height: 32px;
}
#content #sidebar #adimage {
	/* Container for Image in sidebar */
	width: 100%;
	/*background-color: rgba(255,255,255,1.00);*/
	margin-top: 12%;
	float: none;
	overflow: auto;
}
nav ul li {
	font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
	list-style-type: none;
	padding-bottom: 8px;
	/*padding-top: 8px; */
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(65,64,66,1.00);
	text-decoration: underline;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color:#4E398E;
	width: 100%;
}
footer {
	/* Container for footer artices */
	width: 75%;
	padding-left: 0.6%;
	padding-right: 0.6%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
	margin-bottom:1.5%;
}
#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}

#mainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.panel.panel-default .panel-heading .img-responsive {
	float: left;
	margin-right:1%;
}
.panel-body ul {
	margin:6px 10px 6px 0px;
	color:rgba(60,60,60,1.00);
}
.panel-body ul li {
/*	font-size: 13px;
*/	margin-bottom: 4px;
	/* [disabled]font-style:italic; */
}
.panel-heading p a {
text-decoration:underline;
font-style:italic;
}
.panel-body p a, footer article p a, .full column p a {
text-decoration:underline;
font-weight:bold;
}
.panel-body li a {
text-decoration:underline;
font-weight:bold;
}
.section_highlight {
	background-color: #ebf6f9;
	width: 100%;
	padding:10px 0;
	overflow:hidden;
}
ul.leaders {
	font-size:14px;
	font-family: montserrat, sans-serif;
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none
}
ul.leaders li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white;
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
	position:relative;
	z-index:1;
}
.footnote {
	font-size: 11px;
/*	font-style:italic; */
	padding:3px 0 0 3px;
    margin-bottom: 3px;
}

/* Tablet view */
@media screen and (max-width:769px){
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}
#sidebar input {
	/* Search box in sidebar */
	display: none;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	/*padding-top: 13px;
	margin-top: 3px;
	padding-bottom: 13px; */
	overflow: auto;
	margin-left: 2%;
}
#content #sidebar #adimage {
	/* Image in sidebar */
	width: 60%;
	margin-top: 0px;
	float: left;
}
#content #sidebar nav {
	/* Navigation links in sidebar */
	/*width: 36%; */
	float: left;
	padding-left: 4%;
}
#sidebar nav ul {
	margin-top: 0px;
}
footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
footer .full  {
	/* Footer articles */
	width: 104%;
}
#content footer article {
	/*Each footer article */
	/*width: 46%;*/
}
#mainwrapper header {
	/* Header */
	width: 100%;
}
.pr_folks {
	width:45%;
	margin-bottom:10px;
	display:block;
}
}

/* Mobile view */
@media screen and (max-width:480px){
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 50%;
	margin-left: 2%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: #4E398E;
	width: 30%;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 7px;
}
#sidebar nav ul li {
	display: inline-block;
	/*width: 32%;
	text-align: center; */
}
#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
    margin-top:0;
}
.pr_folks {
	width:100%;
	margin-left:3.3%;
	margin-bottom:10px;
	display:block;
}
}
