/* Footer Section */

.regular-subpage-footer-view {
	position: relative;
    float: left;
    width: 100%;  
	
}

.jumbotron-footer { 
	display: block;
	background-color: #091f2f;
	background-color: rgba(9,31,47,1.00);
	padding-bottom: 48px;
	margin-bottom: 0px;
	margin-top: 130px; 
	color: #cccccc;
	line-height: 30px;
	padding-left: 48px;
	padding-right: 48px;
	
}
 

.jumbotron-footer h1,
  .jumbotron-footer .h1 {
    font-size: 52px;
	  font-weight: bold;
	   margin-top: 50px;
	  margin-bottom: 50px;
}

.jumbotron-footer p,
  .jumbotron-footer p {
    font-size: 12px;
	  color: #ffffff;
	   
	  	
}

.footer-awards h4 {
		    line-height: 48px;
}

.jumbotron-footer h4{
	font-size: 16px;
	color: #ffffff;
	
} 



.jumbotron-footer a{
	color:#ccc;
	text-decoration: none;
}

.footercontainer    a:hover, a:active {
  color:#fff;
  text-decoration: underline;
}
.disclaimer-row a:hover, a:active {
  color:#fff;
  text-decoration: underline;
}

.row-fluid  a:hover, a:active {
  color:#fff;
  text-decoration: underline;
}

.footersubtitle{
	font-size: 16px;
	color: #ffffff;
	
}
 
 
.jumbotron-footer .ffx-row {
	width: 100%;  
	padding: 0px;
	margin: 0px;  
}
.jumbotron-footer .row-fluid {
	width:  80%;
	padding: 0px;
	margin: 0px; 	
}

.ffx-col-xs-5ths,
.ffx-col-sm-5ths,
.ffx-col-md-5ths,
.ffx-col-lg-5ths {
    position: relative;
    min-height: 1px;
	padding: 0px;
	margin: 0px;
	width: 20%;  
	text-align: left;
}

 
  
.ffx-container .jumbotron-footer,
.container-fluid .jumbotron-footer {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 6px; 
}

.jumbotron-footer .ffx-container {
  max-width: 100%;
  width: 100%; 
}


.jumbotron-footer .imageicon  {
	margin-top: 3px;
	padding-left: 2px;
	width: 28px;
    height: 28px;
    display: block;
    position: relative;
    float: left;
}
 
.jumbotron-footer .imageicon:after  {
	width: 28px;
    height: 28px;
    display: block;
    position: relative;
    float: left;
}

.jumbotron-footer .imageicon.icon-channel6-small:after {
	content:url(https://www.fairfaxcounty.gov/resources/public/wcm17/images/icon-channel16-gray_small.png);
}

.jumbotron-footer .imageicon.icon-channel6-small:hover:after  {
	content:url(https://www.fairfaxcounty.gov/resources/public/wcm17/images/icon-channel16-white_small.png);
}

.jumbotron-footer .socialmedia-icon {
    float: left;    
	text-align: center;
    width: 34px;
	padding-left:1px; 
	font-size: 15px;
}
.jumbotron-footer .socialmedia-row {
    white-space: nowrap;
	display: inline-flex;
    position: relative;
	padding-bottom: 8px; 
}
.jumbotron-footer .disclaimer-row { 
    display: block;
    position: relative;
    float: left;
	padding-bottom: 8px;
	font-size: 15px;
		font-family:'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}


	
.seal {
	margin-top: -100px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.footer-text {
	color: #cccccc;
	margin-bottom: 30px;
	text-transform: uppercase; 
	width:  80%;
	padding: 0px;
}

.footer-title {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff; 
}

.footer-row {
	margin: 0px;
	margin-top: 30px;	
	width: 100%; 
	 padding: 0px;
	 padding-left: 20px;
	 padding-right: 20px;
	 
}

.footer-row .ffx-col-sm-6 {
	padding:0px;
	margin: 0px; 
	text-align: left; 
}

.footer-icon{	
	color: #091f2f;	
	background-color: #cccccc;
	padding: 5px;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
	display: block;
}

.color-change {
	color: #ffffff;
}
 

.footer-container{
	
background-color: #eaeff1;
	text-align: left;
	padding: 30px;
	margin-bottom: 30px;	
} 

.footer-container p {
	min-width: 255px;
}


.footercontainer   p {
	margin-top: 10px;
	min-width: 255px;
}

.ffx-col-md-5ths p {
	margin-top: 10px;
	min-width: 255px;
}


.icon-orange{	
	color: #d13636;		
}
.icon-orange a{
	color:#d13636;
}

.icon-orange a:active,
.icon-orange a:hover {
  color:#fff;
	text-decoration: none;
}


button.accordion {
    background-color: #fff;
    color: #1978c9;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
	text-transform: uppercase;
}

button.accordion.active, button.accordion:hover {
    background-color: #fff;
}

button.accordion:after {
    content: '\002B';
    color: red;
	font-size: 36px;
    float: right;
    margin-left: 5px;
	margin-top: -15px;
    margin-right: 20px;
}

button.accordion.active:after {
    content: "\000D7";
}

div.panel2 {
    padding: 0px 18px;
	padding-top: 10px;
    background-color: #091f2f;
	color: #d13636;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	text-align: left !important;
}



.panel2left p{
	text-align: left;
	font-size: 16px;
	margin-left: -15px;
}
.footer-container{
	
background-color: #eaeff1;
	text-align: left;
	padding: 30px;
	margin-bottom: 30px;
	
}
.footercontainer {
	text-align: left;
}

.footercontainer .panel {
	overflow: visible;
	background-color: inherit;
	padding:0;
}
.footercontainer button {
	visibility:collapse;
	display: none;
}
 
 
 
@media screen and (max-width: 1300px) {
	.jumbotron-footer .row-fluid {
		width:  100%; 
	}
	.footer-text { 
		width:  100%; 
	}
}



 

@media screen and (max-width: 992px) {

  .jumbotron-footer {
    padding-top: 48px;
    padding-bottom: 48px;
	padding-right: 10px;
	padding-left: 10px; 
  }
  
	.jumbotron-footer .ffx-container {
		max-width: 100%;
		text-align: center;
	}	
  .ffx-container .jumbotron-footer,
  .container-fluid .jumbotron-footer {
    padding-right: 15px;
    padding-left: 15px; 
  }  	
	
	
	.jumbotron-footer p,
	  .jumbotron-footer p {
		font-size: 12px;
		  text-align: center;
			
	}

	.jumbotron-footer .ffx-col-md-5ths {
		width:100%;
		text-align: center;

	} 
	.jumbotron-footer .icon-orange  {
		padding-left:0;
	}
	
	.footer-row {
		padding: 0px;
		margin: 0px;
	}
	.jumbotron-footer .row-fluid {
		width:  100%;
		padding: 0px;
		margin: 0px; 	
	}
	.jumbotron-footer .footer-text .ffx-col-sm-6 {
		clear:both;
		margin: auto .5em;
		display: inline-block;
		width: 100%;
		text-align: center;
	} 
	
}

@media screen and (max-width: 992px) {
	
	.footercontainer>h4 {
		visibility:collapse;
		display:none;
	}
	
	.footercontainer .panel {
		overflow: hidden;
		background-color: #091f2d;
		padding:auto;
		margin-bottom: 0;
	}
	
	.footercontainer .panel {
		visibility:hidden;
		display:none;
	}
	.footercontainer .panel.active {
		visibility:visible;
		display:block;
	}
	
	.footercontainer .panel p{
		text-align:left;
		padding-left:.5em;
	}
	.footercontainer button {
		visibility:visible;
		display: block;
		background-color: #091f2d;
		border-bottom: 1px solid #FFF;
	}
	.footercontainer button:hover {
		    background-color: #091f2d;
	}
	
	.footercontainer button:after {
		content: '\002B';
		color: #d13636;
		font-size: 30px;
		float: right;
		margin-left: 5px;
		margin-top: -15px;
		line-height: 44px;
		}
		
	.footercontainer button.accordion.active, 
	.footercontainer button:hover	{
	
		    background-color: #091f2d!important;
	}
	
	.footercontainer {
		width:100%;
		padding-bottom: 8px; 
	}
	.seal {
		margin-top: -150px;
		padding-bottom: 30px;
		padding-left: 10px;
	}
}


@media screen and (max-width: 768px) {
  .jumbotron-footer {
    padding-top: 48px;
    padding-bottom: 48px;
	padding-right: 10px;
	padding-left: 10px; 
  }
  .ffx-container .jumbotron-footer,
  .container-fluid .jumbotron-footer {
    padding-right: 15px;
    padding-left: 15px; 
  }  	
	
  .jumbotron-footer h4,
  .jumbotron-footer .h4 {
    font-size: 16px;
	font-weight: bold;
	color: #ffffff; 
	  padding-top: 10px;
	  
  } 
  
/*
		background-color: #7e8389;*/
	.jumbotron-footer .footer-row a .fa, .jumbotron-footer .footer-row a .fab {
		color: #ffffff;
		background-color: #091f2f;  
		padding: 0px;
		margin: 0px;
		margin-bottom: 8px;
		width:43px;
		height:43px;
		float:left;
	} 
	
	.jumbotron-footer .footer-row  {
		width: 100%;
		padding: 0px;
		margin: 0px; 
		display: inline-block;
	} 
	
	.jumbotron-footer .footer-text {
	    margin: 0px;
		display: inline-block;
		padding-right: 0px;
		padding-left: 0px;
	}
	.jumbotron-footer .footer-text .ffx-col-sm-6 {
		clear:both;
		/*margin: auto .5em;*/
	    margin: 0px;
		padding:0px;
		display: inline-block; 
		width: 100%;
		text-align: center; 
	} 
	
	.jumbotron-footer .socialmedia-row {

		clear: both;
	} 

	.jumbotron-footer .disclaimer-row  {
		font-size:14px;
		margin:0!important;
	}
	

	.seal {
		margin-top: -150px;
		padding-bottom: 30px;
		padding-left: 10px;
	}
	
		
}


/* Footer Section */