/*	
	1) Typography
	2) UI
	3) Navigation Bar
	4) Header
	5) General
	6) Scrollspy and Affix
	7) Media Queires
*/

/* From global */

a.skipnav,
.hiddenText {
	height : 0px;
	width : 0px;
	display : block;
	position : absolute;
	text-indent : -9000px;
}

.AccessibilityInfo {	
	position:absolute;
	text-indent:-9000px;
	padding:0px;
	margin: 0px;
	font-size: 0pt;
	height: 0px;
}
#top_wrapper {
	height: 45px;
	width: 100%;
	background: #fff;
	z-index: 1000;
}

#top_container {
	position: relative;
	top: 13px;
	padding: 0;
}

/* Operating Status Header Styles */
#container_operatingstatus {
	width: 173px;
	height: 19px;
	background: url('https://www.opm.gov/img/global/operatingstatus_bg.gif');
	font-size: 9px;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	margin-right: 16px;
}
#container_operatingstatus .label {
	margin: 5px 0px 0px 8px;
	float: left;
}
#container_operatingstatus .label  > a{
	text-decoration:none;
	color:#555555;
}

#container_operatingstatus .message {
	width: 65px;
	height: 19px;
	float: right;
}
#container_operatingstatus .message span {
	margin: 5px 0px 0px 12px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	width: 53px;
}
#container_operatingstatus .open {
	background: url('https://www.opm.gov/img/global/operatingstatus_icon_open.gif');
}
#container_operatingstatus .open span {
	margin-right: 12px;
}
#container_operatingstatus .alert {
	background: url('https://www.opm.gov/img/global/operatingstatus_icon_alert.gif');
}
#container_operatingstatus .alert span {
	margin-right: 15px;
	color: #ba0000;
}
#container_operatingstatus .closed {
	background: url('https://www.opm.gov/img/global/operatingstatus_icon_closed.gif');
}
#container_operatingstatus .closed span {
	margin-right: 9px;
}
#container_operatingstatus .loading {
	margin: 4px 0px 0px 0px;
	background: transparent url('https://www.opm.gov/img/global/operatingstatus_icon_loading.gif') no-repeat center center;
	width: 67px;
	height: 12px;
}
#container_operatingstatus .loading span {
	margin: 4px 0px 0px 0px;
	font-size:1px;
	text-indent:-9000px;
}


/* Page Banner Popups */


#ResponseBanner {
    font-family:Arial,Helvetica,sans-serif;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:3500;
    text-align:center;
    font-size:100%;
    color:#000;
    padding:10px 0px 10px 0px;
	background-color:#ecf8ff;
	background-color: rgba(236, 248, 255, 0.94);   
}

#ResponseBanner #pageBannerTitle {
	font-family: Droid Serif,Arial,Helvetica,sans-serif;
	font-size: 1.4em; 
	text-transform: uppercase; 
	color: #2e2e2e;
}
#ResponseBanner #pageBannerTitle.noteTitle{
	color: #2e2e2e;
}
#ResponseBanner #pageBannerTitle.warningTitle{
	color: #d89307;
}
#ResponseBanner #pageBannerTitle.errorTitle{
	color: #d41f16;
}

#ResponseBanner .operatingStatusAlertText{
	color: #333332;
	font-weight: bold;
	font-size: 1.5em;
}

#ResponseBanner .operatingStatusAlertLink{
	color: #333332;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline
}

#ResponseBanner .operatingStatusClosedText{
	color: #F6F6F6;
	font-weight: bold;
	font-size: 1.5em;
}

#ResponseBanner .operatingStatusClosedLink{
	color: #F6F6F6;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline
}

#ResponseBanner.bannerNote {
	background-color:#ecf8ff;
	background-color: rgba(236, 248, 255, 0.94);    
}

#ResponseBanner.bannerWarning {
	background-color:#EEDD82;
	background-color: rgba(255, 246, 201, 0.94);   
}

#ResponseBanner.bannerError {
	background-color:#FFDFDE;
	background-color: rgba(255, 241, 241, 0.94);   
}

#ResponseBanner.bannerAlert {
	background-color:#EDB904;
	background-color: rgba(237, 185, 4, 0.84);
}

#ResponseBanner.bannerClosed {
	background-color:#DE514E;
	background-color: rgba(222, 81, 78, 0.84);
}


#ResponseBanner span, #ResponseBanner ul {
    text-align: center;
}

#ResponseBanner ul {
	list-style:none;
	margin : 0;
	padding:0;
}

#ResponseBanner .closeNotify {
    white-space: nowrap;
    position:absolute;
    color:#959595;
    text-decoration:none;
    border:0;
    display: inline-block;
	top: 14px;
	right: 14px;
}

#ResponseBanner .closeNotifyIcon {
    height:16px;
	width:16px;
	background-image: url('../img/icons/bannerClose.png');
	background-repeat:no-repeat;
	margin:0 0 0 4px;
	float:right;
}

#ResponseBanner .closeNotify a {
    color: #959595;
	text-decoration:none;
}

/* End Page Banner Popups */

/* Search Begins */
.SearchBox {
    position: relative;
    float: right;
	background-image: url(https://www.opm.gov/img/global/SearchBox.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 171px;
    margin-right: 12px;
}
.SearchBox .SearchFor {
	display: block;
	text-indent: -9999px;
	height: 0;
}
.SearchBox .txtSearch {
	position: absolute;
	left: 8px;
	top: 2px;
	height: 13px;
	border: 0px;
	width: 125px;
	font-size: .9em;
}
.SearchBox .txtSearch.default {
	color: #999;
	font-style: italic;   
}
.SearchBox a.dd {
	position: absolute;
	left: 137px;
	top: 1px;
	background-image: url("https://www.opm.gov/img/global/arrowdown.gif");
	background-repeat: no-repeat;
	background-position: 2px 7px;
	height: 17px;
	width: 12px;
	text-indent: -9000px;
}
.SearchBox .go {
	position: absolute;
	width: 19px;
	height: 17px;
	top: 1px;
	left: 150px;
	background-image: url("https://www.opm.gov/img/global/SearchButton.gif");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	text-indent: -9000px;
    font-size:1px;
	margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
}
.SearchBox .Options {
	position: absolute;
	border: 1px solid #dddcdc;
	top: 18px;
	width: 195px;
	padding: 8px 0px 8px 8px;
	background-color: #FFF;
	display: none;
	font-size: 1.1em;
    z-index: 2000;
}
.SearchBox .Options #SearchCollectionOptionsHeader {
	font-weight: bold;
	margin-bottom: 5px;
}
.SearchBox .Options ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.SearchBox .Options li {
	padding: 0px;   
	list-style-type : none;
	float: left;
	width: 50%;
}

.SearchBox .Options li input {
    margin: 3px 3px 0px 0px;
}
/* Search Ends */

/* Breadcrumbs */
.Breadcrumbs {
    margin: 50px 0px 30px 0px;
    font-size: 11px;
}

.Breadcrumbs a {
    color: #000;
}

.Breadcrumbs a.parent {
    padding: 0px 15px 0px 0px;
    margin: 0px 7px 0px 0px;
    background-image: url(https://www.opm.gov/img/global/GreaterThan.gif);
    background-position: right 5px;
    background-repeat: no-repeat;
}

.Breadcrumbs span.current {
    color: #999;
}

/* Breadcrumbs End */

/* Back to top links */

p.top {
    overflow: auto;
    border-bottom: 1px dotted #E1E1E1;
    margin: 0 0 1.5em 0;
    padding: 0 0 0 0;
} 

dl.FAQ p.top {
    overflow: auto;
    border-bottom: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	font-size: 1.0em;
}

p.NoLine {
    border-bottom: none;
} 

p.top a {
    text-transform: uppercase;
    font-size: 10px;
    padding: 0px 13px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: url(../img/global/arrow_up.gif) no-repeat right 10px;
    float: right;
}

/* File types */

a > span.Text,
a > span.Web,
a > span.XML,
a > span.RSS,
a > span.Exe,
a > span.Download,
a > span.Video,
a > span.ZIP,
a > span.PDF,
a > span.PDF-Fill,
a > span.Word,
a > span.Excel,
a > span.PowerPoint,
a span.Leaving,
blockquote.quote footer a > span.Leaving {
    display: inline-block;
    text-indent: -9000px;
	text-decoration: none;
    width: 15px;
    
    /* IE */
    zoom: 1;
    *display: inline;
	padding-bottom: 1px;
}

a > span.Text {
    background: url(https://www.opm.gov/img/global/icoText.gif) no-repeat 1px 5px;
}

a > span.Web {
    background: url(https://www.opm.gov/img/global/icoWeb.gif) no-repeat 1px 5px;
}

a > span.XML {
    background: url(https://www.opm.gov/img/global/icoXML.gif) no-repeat 1px 5px;
	width: 26px;
}

a > span.RSS {
    background: url(https://www.opm.gov/img/global/icoRSS.gif) no-repeat 1px 5px;
}

a > span.Exe {
    background: url(https://www.opm.gov/img/global/icoExe.gif) no-repeat 1px 5px;
}

a > span.Download {
    background: url(https://www.opm.gov/img/global/icoDownload.gif) no-repeat 1px 5px;
}

a > span.Video {
    background: url(https://www.opm.gov/img/global/icoVideo.gif) no-repeat 1px 5px;
}

a > span.ZIP {
    background: url(https://www.opm.gov/img/global/icoZIP.gif) no-repeat 2px 5px;
}

a > span.PDF {
    background: url(https://www.opm.gov/img/global/icoPDF.gif) no-repeat 1px .4em;
}

a > span.PDF-Fill {
    background: url(https://www.opm.gov/img/global/icoPDF-Fill.gif) no-repeat 1px 5px;
}

a > span.Word {
    background: url(https://www.opm.gov/img/global/icoWord.gif) no-repeat 2px 5px;
}

a > span.Excel {
    background: url(https://www.opm.gov/img/global/icoExcel.gif) no-repeat 2px 5px;
}

a > span.PowerPoint {
    background: url(https://www.opm.gov/img/global/icoPPT.gif) no-repeat 2px 5px;
}

a span.Leaving {
    background: url(https://www.opm.gov/img/global/icoLeaving.gif) no-repeat 2px 4px;
}

a.Leaving.Dark > span.Leaving {
	background: url(https://www.opm.gov/img/global/icoLeaving_DarkBg.gif) no-repeat 2px 5px;
}
span.FileSize {
	color: #959595;
	font-size: 11px;
}

.topic .caption span.FileSize {
	color: #f5f5f5;
}

.topic .caption a > span.PDF {
    background: url(https://www.opm.gov/img/global/icoPDF.gif) no-repeat 1px .5em;
}


/* end file types */

/* Notes */
#contentPage .Note {
	margin: 0 0 2.0em 0;
	padding: 1em 20px .2em 20px;
	background-color: #f5f5f5;
}

#contentPage .Note h2 {
	color: #000000;
	padding: 0 0 .5em 0;
	font-size: 1.1em;
	margin: 0;
}

#contentPage .Note p {
    line-height: 1.6em;

}

#contentPage .Note span {
    font-weight: bold;
}

/* Footnotes */
.Footnote, a.Footnote {
  color: #C00000;
    font-style: italic;
}

p.Footnote, div.Footnote {
  color: #363636;
  margin: 0px 0px 12px 0px;
  padding: 0px 20px 6px 20px;
  border-left: 1px solid #E1E1E1;
}

#contentPage div.Footnote ,
#contentPage p.Footnote {
  font-size: 11px;
  line-height: 18px;
}

p.Footnote + p.Footnote, div.Footnote + div.Footnote  
{
    margin-top: -12px;
}

li p.Footnote {
  font-size: 11px;
}

p.Footnote span, div.Footnote span {
  color: #C00000;
 }
 
/* end footnotes */

/* Error page */

.Error404 {
	padding-bottom: 25px;
	min-height: 610px;
    margin: 0px 10px;
    position: relative;
    background-image: url(../images/404post.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.Error404 h1 {
    font-size: 54px !important;
    font-weight: bold;
    font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
    position: relative;
    top: 50px;
    left: 437px;
    color: #000;
    /* width: 300px; */
}

.Error404 h1 span {
    background: none;
    text-transform: none;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    font-size: .3em;
    position: relative;
    top: 20px;
    left: -10px;
}

.Error404 div {
    width: 600px;
    position: relative;
    left: 438px;
	margin-top: 80px;
}

.Error404 ul {
    padding-top:5px;
    font-size: 1.2em;
    /* list-style: none outside none; */
}

/* Leaving */

#ctl01_htmBody h1 {
	display: none;
}

#ctl01_MainContentPlaceHolder_LeavingContainer {
	margin-top: 50px;
}

/**************************************************************/
/* Typography */
/**************************************************************/
	
	body{
		-webkit-font-smoothing: antialiased;
	   text-rendering: optimizelegibility;
	   height: 100%;
	}

	h1{
		font-family: 'Raleway', Arial, sans-serif;
		font-size: 60px;
		line-height:40px;
		text-align: center;
        text-transform: uppercase;
        font-weight: bold;
	}

	h2{
		font-family: 'Raleway', Arial, sans-serif;
		font-size: 24px;
		line-height: 34px;
		text-align: center;
        text-transform: uppercase;
        font-weight: bold;
	}

	h3{
		font-family: 'Raleway', Arial, sans-serif;
		font-size: 20px;
		line-height: 25px;
		text-align: center;
	}

	h4{
		font-family: 'Raleway', Arial, sans-serif;
		font-size: 16px;
		line-height: 25px;
		text-align: center;
	}


	p{
		font-family: 'Droid Sans', sans-serif;
		font-size: 14px;
		line-height: 26px;
	}

	.hover-link{
		color:#313137;
		border-bottom: 1px dotted;
	}

	.hover-link:hover, .hover-link:focus{
		border-bottom: 1px dotted;
		text-decoration: none;
		color:#19bb9b;
		-webkit-transition: all 0.9s ease-in-out 0.5s;
		-moz-transition: all 0.9s ease-in-out 0.5s;
		-o-transition: all 0.9s;
		-ms-transition: all 0.9s;
		transition: all 0.9s;
	}
	
	.linkTwitter{
		text-decoration: none;
		color:#c2c2c2;
	}
	
	.linkTwitter:hover{
		border-bottom: 1px dotted;
		text-decoration: none;
		color:#c2c2c2;
	}

	.tag{
		text-decoration: none;
		color:#19bb9b;
	}

	.tag:hover{
		border-bottom: 1px dotted;
		text-decoration: none;
		color:#19bb9b;
	}

	.hover-link-email{
		color:#ffffff;
	}

	.hover-link-email:hover, .hover-link-email:focus{
		text-decoration: none;
		color:#19bb9b;
		-webkit-transition: all 0.9s ease-in-out 0.5s;
		-moz-transition: all 0.9s ease-in-out 0.5s;
		-o-transition: all 0.9s;
		-ms-transition: all 0.9s;
		transition: all 0.9s;
	}


	.btn:focus{
		outline: 0;
	}

	a:active{
    	outline: none
    	-webkit-outline-style: none;
    	-webkit-outline:none;
    }

    a:focus{
		-moz-outline-style: none;
		-webkit-outline-style: none;
	}
	a:focus{ 
		outline:none; 
	}

	a[name],
	a.anchor {
		display: block; 
		position: relative; 
		top: -109px; 
		visibility: hidden;
	}
	
	/* Preloader */
		#preloader {
			position: fixed;
			top:0;
			left:0;
			right:0;
			bottom:0;
			background-color:#fff; 
			z-index:101; 
		}

		#status {
			width:30px;
			height:29px;
			position:absolute;
			left:50%;
			top:50%; 
			background-image:url(../images/preloader.gif); 
			background-repeat:no-repeat;
			background-position:center;
			margin:-100px 0 0 -15px;
		}

/**************************************************************/
/* UI */
/**************************************************************/

	.btn {
		border-radius: 6px;
		background-color: #5b5a5a;
		color: #fecb53;
		font-family: 'Droid Sans', Arial, san-serif;
		font-size: 18px;
		line-height: 30px;
		padding: 18px 40px;
        border: 0;
        font-weight: bold;
        text-transform: uppercase;
	}

	.btn:hover, .btn:focus, .btn:active {
        color: #fecb53;
		background-color: #656565;
	}	
	.btn a {
		color: #fecb53;
	}


/**************************************************************/
/* Navigation Bar */
/**************************************************************/
	.navbar{
		background: transparent;
		border: none;
		color: #ffffff;
		margin-bottom: -7%;
		z-index: 4;
	/*	filter: alpha(opacity=90);  
		-moz-opacity: 0.9;  
		-khtml-opacity: 0.9;  
		opacity: 0.9; */
	}
	
	.lt-ie9 .navbar {
		min-height: 0;
	}


	/* Nav Links Styling */

	.navbar-nav > li {
		padding: 26px 25px 14px 25px;
		margin-top: -26px;
	}
	.navbar .navbar-nav li a{
		font-family: 'Droid Sans', Arial, san-serif;
		font-size: 14px;
		color: #666;
		padding: 0;
        text-transform: uppercase;
	}

    #fixedNav .navbar .navbar-nav li a,
	.affix .navbar-nav li a {
        color: #fff;
    }

	#fixedNav .navbar .navbar-nav li a:hover,
	.navbar .navbar-nav li a:hover{
		color: #fff;
		border-bottom: 0px;
	}

	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
		color: #666;
	}

    .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar .list-inline {
        position: relative;
        top: 28px;
        z-index: 100;
    }

    .dropdown-menu {
        margin-right: -1000px;
    }
	.navbar  li.searchToggle {
		display: none;
	}
	
    #level2-bg {
        background: #000;
        height: 40px;
        display: none;
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
    }

	/* Logo Links Styling */

	.navbar-default .navbar-brand{
		background: url(../images/logo-gov.png) 0 0;
		display: block;
		height: 31px;
		width: 201px;
		margin-top: -14px;
	}
	
	.lt-ie9 .navbar-default .navbar-brand {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
	}

  /* #fixedNav .navbar .navbar-brand,
	.affix .navbar-brand {
        background-position: 0 -42px;
    }
*/

/* Dropdown */


#nav ul li .dropdown-bg {
	display: none;
}
#nav ul.nav li:hover {
	background-color: #00a487;
}
#nav ul li:hover .dropdown-bg {
	display: block;
	background-color: #00a487;
	overflow: auto;
	position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    padding: 40px 0;
    line-height: 30px;
}
#nav.affix ul li:hover .dropdown-bg {
	top: 60px;
}
ul.dropdown {
	overflow: auto;
	text-align: left;
}
ul.col-4 {
	margin: 0 auto;
	width: 1180px;
}
ul.col-5 {
    width: 1180px;
	margin: 0 auto;
}
ul.col-3 {
	width: 840px;
	margin: 0 auto;
}

#nav ul li:hover ul li.main {
	float: left;
	margin-right: 65px;
}
#nav ul li:hover ul li.main:last-of-type {
	margin-right: 0;
}
#fixedNav ul.dropdown li.main a {
	color: #fff;
	font-weight: bold;
	text-transform: none;
	margin-left: 0;
}
ul.dropdown li.main ul {
	padding-left: 0;
	margin-top: 14px;
}
#fixedNav ul.dropdown li.main ul li a {
	font-weight: normal;
	margin-left: 0;
}
#nav ul li:hover ul li.featured {
	width: 270px;
}
#nav ul li:nth-of-type(4) ul li.main:nth-of-type(2) {
	width: 100px;
}
#nav ul li:nth-of-type(4) ul li.main:nth-of-type(4) {
	width: 150px;
}
#nav ul li:nth-of-type(4) ul li.main:nth-of-type(5) {
	width: 150px;
	line-height: 20px;
}
#nav ul li:nth-of-type(5) ul li.main:nth-of-type(2) {
	width: 250px;
}
#nav ul li:nth-of-type(4) ul li.main:nth-of-type(4) ul {
	width: 380px;
}
#nav ul li:nth-of-type(4) ul li.main:nth-of-type(4) ul li {
	margin-bottom: 14px;
	line-height: 20px;
}

li.featured h2 {
	color: #fff;
	font-size: 14px;
	text-align: left;
	margin-top: 0;
	text-transform: none;
}
.featuredNavContent {
	box-sizing: content-box;
	padding: 30px 30px 20px 30px;
	background-color: #31b299;
	overflow: auto;
}
.featuredNavContent:first-of-type {
	padding-bottom: 0;
}

.featuredNavContent p,
.featureNavContent p a {
	width: 110px;
	display: inline-block;
	margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}
.featuredNavContent img {
	float: left;
	width: 80px;
    margin: 0 20px 0 0;
}
.featuredNavContent span.FileSize {
	display: none;
}
/**************************************************************/
/* Header */
/**************************************************************/
	#OPM {
		float: left;
	}

	#OPM img {
		float: left;
	}

	#OPM span {
		font-size: 11px;
		color: #959595;
		font-family: 'Droid-serif', serif;
		font-style: italic;
		margin: 8px 0 0 6px;
		display: inline-block;
	}
	.hidden {
		display:none;
	}
	.header {
		background: url(../images/spotlight-bg-covid19.jpg) center center fixed;
		text-align: center;
		max-width: 100%;
		max-height: 100%;
		padding-top: 0px;
		position: relative;
		height: 100%;
	}
	.lt-ie9 .header {
		z-index: 10;
	}
	
	.bgsCover {
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-position: left top;
		-ms-behavior: url(backgroundsize.min.htc);
		behavior: url(backgroundsize.min.htc);
	}
	
	div.bgsCover {
		height: 462px;
	}
	
	.lt-ie9 div.bgsCover {
		z-index: 4;
	}

	#headline .hero {
        color: #1bbc9b;
		position: relative;
		z-index: 2;
		display: table-cell;
		vertical-align: middle;
		margin-top: 0;
		margin-bottom: 0;
		float: none;
        font-family: 'Raleway', Arial, sans-serif;
		font-size: 60px;
		line-height: 70px;
        text-align: left;
 
}

    #headline .hero p {
        /*color: #999;*/
		color: #ffffff;
        /*font-size: 40px;*/
		font-size: 19px;
		display: block;
		padding-top: 25px;
		line-height: 30px;
    }

    .more {
        position: relative;
        /*bottom: 50px;*/
		bottom: 180px;
		float: left;
		z-index: 50;
       }
	   
	.covid19 .btn {
		color: #ffffff;
	}

/**************************************************************/
/* General */
/**************************************************************/

	/* Roles Section */


	#roles{
		background-color: #16a387;
		text-align: center;
        margin-top: -50px;
	}		
	
	.lt-ie9 #roles {
		margin-top: 0;
	}
	
     #roles h2, #roles h2 a {
        color: #fff;
        margin-bottom: 50px;
		font-weight: normal;
    }

    #threeSections p{
		font-size: 14px;
		line-height: 24px;
		padding: 10px 16px 80px 16px;
		text-align: center;
        color: #fff;
	}


	.svgIcon{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.lt-ie9 .svgIcon {
		margin-top: 50px;
	}
    /* Benefits Section */

    #benefits {
        padding-top: 116px;
        padding-bottom: 100px;
    }
	
	#benefits h2 a  {
		color: #333;
	}
	
	#benefits a:hover h2 {
		color: #428bca;
	}

	#benefits h2 {
        text-transform: none;
        text-align: left;
        }

    #benefits p {
        font-size: 20px;
        line-height: 34px;
        text-align: left;
    }
	
    #training h2, #training h2 a {
        margin-top: -6px;
         }

    #coordinators {
        margin-top: 30px;
    }
    #coordinators h2, #coordinators h2 a {
        margin-top: 70px;
    }

    #report {
        margin-top: 70px;
    }

    #report h2, #report h2 a {
        margin-top: 80px;
         }

	
    /* FAQs Section */

	#FAQs{
		padding-top: 116px;
        padding-bottom: 116px;
        background-color: #313137;
		text-align: center;
	    background: url(../images/FAQ-bg.jpg) center center fixed;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
		background-position: left top;
		text-align: center;
		max-width: 100%;
		max-height: 100%;
		position: relative;
		-ms-behavior: url(backgroundsize.min.htc);
			behavior: url(backgroundsize.min.htc);
	}

	#FAQs p{
		font-family: 'Droid Serif', serif;
        font-style: italic;
		padding-bottom: 60px;
        font-size: 32px;
        line-height: 60px;
        color: #dbdada;
	}
	
	#contentPage ul.FAQList {
	list-style: none;
	list-style-image: none;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}
#contentPage ul.FAQList li {
	margin-bottom: 0;
}

ul.FAQList .Question {
	font-weight: bold;
	margin-bottom: 4px;
}
	
	.FormContainer.RatingContainer,
	.RatingSubmittedMessage,
	ul.RatingBarScale, .Answer	{
		display: none;
	}
	
a.ViewMore, a.ViewLess {
	color: #a1a1a1;
	font-weight: normal;
}
ul.FAQList > li.first {
	border-top: 1px solid #E1E1E1;
}
ul.FAQList > li {
	border-bottom: 1px solid #E1E1E1;
	padding: 12px 0 8px 0;
}
    /* News Section*/

	#news{
		background-color: #e6e6e6;
		text-align: left;
        padding-top: 116px;
        padding-bottom: 100px;
	}
	
	#news h2{
		color: #333;
        text-transform:none;
        text-align: left;
        font-weight: bold;
	}

    #news .newsEntry {
        margin-top: 30px;
		padding: 0;
		margin-left: -14px;
    }
	
	#news .newsEntry .col-md-1 {
		width: 95px;
	}

    #news h4 {
        text-align: left;
        font-weight: bold;
		color: #333;
		font-size: 16px;
		margin-bottom: 22px;
    }
    #news p {
        text-align: left;
        font-size: 14px;
        line-height: 26px;
        color: #000;
    }
	#news a {
		color: #333;
		font-weight: bold;
	}

    .date-bg {
        height: 70px;
        margin-top: 14px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        color: #d34524;
    }

    .date {
        display: table-cell;
        vertical-align: middle;
        height: inherit;
        line-height: 26px;
		font-size: 17px;
    }

    .date span {
        font-size: 28px;
        font-weight: bold;
    }
	
	.contentImg {
		float: left;
		margin-right: 30px;
	}
	.moreNews {
		position: relative;
		left: calc(50% + 82px);
		top: 30px;
		color: #333;
		font-weight: bold;
	}
	#news blockquote.quote {
		margin-top: 50px;
		padding: 45px 0 0 70px;
		background: url(../images/Quotes_Open_small.png) no-repeat 0px 1.5em;

	}
	
	#news blockquote.quote footer {
		margin-left: 0;
		float: right;
	}


	/* Footer */
   
         footer {
		    background-color: #313137;
		    color: #ffffff;
            padding-top: 86px;
            padding-bottom: 100px;
	    }
        
        footer .address {
            margin-top: 18px;
        }

        footer p {
            font-size: 14px;
            color: #999;
            text-align: left;
            line-height: 18px;
        }

            footer p span {
                color: #ccc;
            }

        footer ul {
            margin-top: 18px;
        }

        footer li {
            margin-bottom: 14px;
        }

        footer a {
            color: #a9a9a9;
        }



        /*Content Page*/

#contentPage {
    margin: 80px 0 80px 0;
}

#contentPage h1 {
    color: #19bb9b;
    font-size: 28px;
    text-transform: none;
    text-align: left;
}

    #contentPage h2 {
        text-transform: none;
        color: #f4421e;
        margin: -7px 0 20px 0;
    }

    #contentPage h3 {
        text-transform: none;
		margin: 48px 0 22px;
		font-size: 24px;
    }

    #contentPage .row {
        margin-top: 40px;
    }
	
	#contentPage .newsEntry {
        margin-top: 30px;
    }

    #contentPage p {
        text-align: left;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    #contentPage ul {
        list-style: disc;
        margin-bottom: 28px;
    }

    #contentPage ol {
        list-style-type: decimal;
        margin-bottom: 28px;
        margin-left: 6px;
    }
        #contentPage ul li,
        #contentPage ol li {
            margin-bottom: 16px;
            line-height: 22px;
        }

  
    .sideNav, #contentPage h2, #contentPage h3, #contentPage h4 {
        text-align: left;
    }

    #contentPage h4 {
		margin: 48px 0 22px;
		font-size: 20px;
    }
	
	#contentPage .newsEntry h4 {
		margin-top: 23px;
    }

    #contentPage .sideNav ul {
        margin-left: 0;
        border-left: 10px solid #fdbe29;
        padding: 0 0 0 40px;
        list-style: none;
    }

   #contentPage .sideNav ul li {
        margin-bottom: 26px;
    }

    .sideNav ul li a {
        color: #898989;
        font-size: 16px;
    }

   #contentPage .sidebar {
        background-color: #f4f4f4;
        padding: 40px 30px 40px 30px;
        float: right;
        margin-bottom: 40px;
		margin-top: 7px;
    }

    #contentPage .sidebar h2 {
        text-transform: uppercase;
        color: #999;
        font-size: 16px;
        line-height: 22px;
    }

	#contentPage p strong,
	#contentPage li strong {
		color: #000;
	}
	
    .sidebar ul {
        list-style-type: disc;
        margin: 0;
        padding-left: 18px;
    }

    .sidebar ul li {
        margin-bottom: 14px;
        }

    .sidebar ul li a {
        color: #e95b3a;
        }


    /* Main Landing*/

.community-header {
	background: url(../images/spotlight-community.jpg) center center no-repeat;
    height: 462px;

}


#headline .mainLandingHero {
    display: block;
    margin-top: 190px;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    width: 60%;
    height: auto !important;
}

#headline .mainLandingHero span {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

#mainLanding {
    padding: 70px 0 40px 0;
    background: #f4f4f4;
}



#mainLanding h2 {
    color: #f4421e;
    text-align: left;
    font-size: 28px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 20px;
	padding-right: 20px;
}

    #mainLanding h2 a {
        color: #f4421e;
    }

#mainLanding .row {
    margin-bottom: 40px;     
}

#mainLanding ul {
    margin: 18px 0 0 18px;
    list-style-type: disc;
}

#mainLanding ul li {
    margin-bottom: 18px;
	font-family: 'Droid Sans', Arial, san-serif;

}

    #mainLanding ul li a {
        color: #333;
        font-size: 16px;
    }

        #mainLanding ul li a:hover {
        color: #1bbc9b;
    }

/* Sub page landing */

blockquote.quote {
    background: url(../images/Quotes_Open.png) no-repeat 0px 1.0em;
    margin: -54px auto 0 auto;
    padding: 58px 35px 35px 100px;
    border: none;
    color: #000;
    font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.8em;
    font-style: italic;
    overflow: auto;
}

    blockquote.quote footer {
        font-weight: bold;
        font-style: normal;
        display: block;
        padding: 1.0em 0px 0px 10px;
        margin-left: 300px;
        font-size: 16px;
        line-height: 1.8em;
        background: none;
        color: #000;
        font-weight: normal;
    }

.topic {
    margin: 0 4px;
    float: left;
    width: 300px;
}
.topic img {
    width: 300px;
    height: 224px;
}

    .topic .caption {
        background-color: #16a387;
        padding: 25px 35px;
    }
	
	.large .caption {
		height: 130px;
	}

      #contentPage  .topic .caption h2 {
            font-size: 14px;
            text-transform: uppercase;
            margin: 0;
            line-height: 22px;
			color: #1e1e1e;
            font-weight: normal;
        }

     #contentPage  .topic .caption h3 {
            font-size: 20px;
            margin: 0;
            line-height: 30px;
            font-weight: normal;
            color: #fff;
        }
		
		#contentPage  .topic .caption h3 a {
			color: #fff;
		}
	.imageLink span.Leaving {
		display: none;
	}
     /* Pre Footer */

    #preFooter {
        background-color: #f4f4f4;
        padding: 110px 0;
    }

        #preFooter img {
            float: right;
        }

        #preFooter h2 {
            text-transform: none;
            text-align: left;
            margin-bottom: 26px;
        }

        #preFooter p {
            text-align: left;
            color: #888;
            font-size: 18px;
            line-height: 36px;
        }

/** Speeches **/

	.preparedSpeechItem { margin-bottom: 20px; line-height: 22px;}
	.preparedSpeechLink { display: block; font-weight: bold;}
	.preparedSpeechItem .divider { color: #e1e1e1; }
	.speechDate { color: #999; }
	.preparedSpeechItem p {
		margin-top: 12px;
	}
	.last {
		margin-bottom: 0;
	}
	
/** Login Control **/
.LoginForm legend {
    text-align: left;
}

.LoginForm p input[type='submit'] {
    margin: 0 auto;
    display: block;
    width: 120px;
}

.LoginForm dd input[type='text'],
.LoginForm dd input[type='password'] {
    width: 150px !important;
}

.LoginForm dt {
    width: 45% important;
}

.LoginForm p a {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

/** Response Messages **/
.ResponseMessage {
	display:none;
	padding:15px;
	background-color: #DEEFFA;
	font-weight:bold;
	margin: 10px 0px 10px 0px;
}

.ResponseErrorMessage {
	display:none;
	padding:15px;
	background-color: #FFDFDE;
	font-weight:bold;
	margin: 10px 0px 10px 0px;
}

.AccessibleAlert {
	display:none;
}
		
/**************************************************************/
/* ScrollSpy */
/**************************************************************/
	
div#scroll-able {
    height:10px;
    overflow:scroll;
    margin-bottom: 120px;
    position: relative;
}

#nav.affix,
#fixedNav .navbar {
    position: fixed;
    height: 60px;
    top: 45px;
    left:0;
    width: 100%;
    z-index:10;
    display: inline-block;
	background-color: #313137;
	padding-top: 26px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	
}
.header #fixedNav .nabvar,
.header #nav.affix-top {
	top: 45px;
}
#nav.affix {
	top: 0px;
}

#fixedNav .navbar .navbar-brand,
#nav.affix .navbar-brand {
    margin-top: -13px;
}
	.lt-ie9 .navbar-collapse {
		padding: 0;
	}
	.lt-ie9 .navbar-nav {
		margin-top: 15px;
		padding-right: 20px;
	}
	
	.lt-ie9 .affix .navbar-nav {
		margin-top: 0;
	}
	
	.lt-ie9 .navbar-default .navbar-brand {
	 margin-top: 1px;
	}


