.agency-background {
	background-color: #84235E;
}

.agency-content-padding {
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
}

.agency-logo-center {
	text-align: center;
}

.about-description {
  width: 100% !important;
}

.agency-top-padding {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }

.agency-top-shadow {
  -webkit-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  -moz-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  -ms-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8); 
}

#nav .active {
	background: #84235E !important;
}

.subheader {
	background: #84235E !important;
	min-height: 0px;
}

.subheader a {
	background: #84235E !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
	background-color: #84235E !important;
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%)  !important;
}

.subheader a.main-filter-category:hover,
.subheader a.main-filter-category:active,
.subheader a.main-filter-category.active {
	border: 1px solid #fff !important;
	background-color: #84235E !important;
	background-image: none !important;
	font-weight: normal;
}

.agency-bottom-margin {
	margin-bottom: 20px;	
}

.agency-home-resources-padding-ul li{
	padding: 20px 0 15px !important;
}

.agencies-index-ul li a {
	color: #84235E;
	font-weight: bold;
}

/* added on 05/01/2018 */
.agencies-index-ul li a:hover {
	color: #819FF7;
}

/* line 20, by-the-number.scss */
.column.span3 {
  margin: 0 2% 30px 0; }
  @media (max-width: 767px) {
    /* line 20, by-the-number.scss */
    .column.span3 {
      width: 48%; } }

/* line 26, by-the-number.scss */
.column.span3:last-child {
  margin: 0; }


  
sup {
	font-size: 12px;
}

a.connect-link {
	background-color: #84235E !important;
	font-weight: normal;
}

a.connect-link:hover {
	background-color: #819FF7 !important;
	font-weight: normal;
}

.agencies-about-links ul li.active a {
	color: #84235E;
	text-decoration: underline;
	font-weight: normal;
}

.agencies-about-links a:hover {
	color: #819FF7;

}




a, a:link, a:visited {
	color: #84235E;
	font-weight: bold;
}

a, a:hover {
	color:#819FF7;
}

.main-content-width {
	width: 100% !important;	
	margin: 0px 0px 20px;
}


hr {
  border-top: 3px solid #999999;
}


/* FAQ Page Styles */
.faq-collapsible {
    background-color: #84235E;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: all 0.5s;   /* update on 06/15/2018 */
    -webkit-transition: all 0.5s; /* Safari */ /* update on 06/15/2018 */
    margin-top: 5px; /* update on 06/15/2018 "space" */
    border-radius: 10px; /* update on 06/15/2018 */
}

.faq-active, .faq-collapsible:hover {
    background-color: #cf4a9a;
    padding-left: 40px; /* update on 06/15/2018 */
}

.faq-collapsible:after {
    content: '\002B'; /* + */
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq-active:after {
    content: "\2212"; /* - */
}

.faq-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    border-radius: 10px; /* update on 06/15/2018 */
}

/*Report Page Styles*/
.btn-group .button {
    background-color: #00001a; /*change on 03/25/2019, change value from #84325e to #00001a */ 
    border: none;
    color: white;
    padding: 15px 32px;
    /*text-align: center;*/
    text-align: left; /*change on 05/30/2018. */
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    width: 330px;
    display: block;
    /*border-radius: 5px;*/
    margin: 10px; /*change on 03/25/2019, remove comments block on this line, and change value from 5 to 10 */
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
    box-shadow: 0 9px #999;
    border-radius: 15px;
}

.btn-group .button:not(:last-child) {
    border-bottom: none; /* Prevent double borders */
}

.btn-group .button:hover {
    background-color: #cf4a9a;
    padding-left: 15px; /*change on 05/30/2018. */
}

.btn-group .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  
}

.btn-group .button:hover span {
  padding-right: 25px;
  
}

.btn-group .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -100px;
  transition: 0.5s;
  
}

.btn-group .button:hover span:after {
  opacity: 1;
  right: 0;
}


/* Job Opportunities Page Styles */

.ok {
    /*border: 1px solid black;*/
        background-image: url("/assets/eepc/images/content/ScreenBlank.jpg");
     background-repeat: no-repeat;
     background-size: 480px;
   
}
.inside{
 	 width: 350px;
     padding-top: 70px;
     padding-left:60px;
     padding-bottom: 480px;
     color: #84235e;
     font-family: "Franklin Gothic Medium";
     font-size: 2.5em; /* 40px/16=2.5em */
}
.l1{
	font-weight: bold;
    padding-top:10px;
    padding-left: 10px;
   
}

.l2{
	font-weight: bold;
    padding-left: 120px;
    padding-top:20px;
    
}

/* Conference 2018 Page Styles */

.CF-collapsible {
    background-color: #84235E;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: all 0.5s;   /* update on 06/15/2018 */
    -webkit-transition: all 0.5s; /* Safari */ /* update on 06/15/2018 */
    margin-top: 5px; /* update on 06/15/2018 "space" */
    border-radius: 10px; /* update on 06/15/2018 */
}

.CF-active, .CF-collapsible:hover {
    background-color: #cf4a9a;
    padding-left: 40px; /* update on 06/15/2018 */
}

.CF-collapsible:after {
    content: '\002B'; /* + */
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.CF-active:after {
    content: "\2212"; /* - */
}

.CF-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    border-radius: 10px; /* update on 06/15/2018 */
    line-height: 200% ; /*space between lines */
}

.CF-p {
font-style: italic;
}

.CF-p span{
font-size: 20px;
font-weight: 700;
}


.CF-description p::before{
	font-size: 20px;
    	font-weight: normal;
    	content: '\27a5'; 
    	color:#84235E;
    	margin-right: 10px;
    
}

/* Conference 2022 Page Styles */

.CF2022-collapsible {
    background-color: #84235E;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: all 0.5s;   /* update on 06/15/2018 */
    -webkit-transition: all 0.5s; /* Safari */ /* update on 06/15/2018 */
    margin-top: 5px; /* update on 06/15/2018 "space" */
    border-radius: 10px; /* update on 06/15/2018 */
}

.CF2022-active, .CF2022-collapsible:hover {
    background-color: #cf4a9a;
    padding-left: 40px; /* update on 06/15/2018 */
}

.CF2022-collapsible:after {
    content: '\002B'; /* + */
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.CF2022-active:after {
    content: "\2212"; /* - */
}

.CF2022-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    border-radius: 10px; /* update on 06/15/2018 */
    line-height: 200% ; /*space between lines */
}

.CF2022-p {
font-style: italic;
}

.CF2022-p span{
font-size: 20px;
font-weight: 700;
}


.CF2022-description p::before{
	font-size: 20px;
    	font-weight: normal;
    	content: '\27a5'; 
    	color:#84235E;
    	margin-right: 10px;
    
}


