/* ===== imports ===== */
@import url('flexmenu.css?version=3');
@import url('bootstrap.min.css');
@import url('styles.css?version=007');

/* ===== flexMenu ===== */
header.flexmenu {
    display: none;
}
/*
.search.flexmenu {
	text-align: center;
	margin: 25px auto;
	color: #fff;
}

.search.flexmenu form {
	margin: 0;
	float: none;
}

.search.flexmenu input[type=text] {
    width: 225px;
    color: #0a4067;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: .9em;
    background-color: #FFF;
    background-image: url('https://www.fndsociety.org/images/template/search.png');
    background-position: 198px;
    background-repeat: no-repeat;
    padding: 5px 25px 7px 5px;
	 -webkit-transition:width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    cursor: pointer;
} 

*/

/* ===== template ===== */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 400 100% 'Open Sans', Arial, sans-serif;
	line-height: 1.7em;
	color: #000;
}

section.home, section.main {
	background: #fff;
}

.container, .container-fluid {
	background: #fff;
}

.container-fluid.maxWidth {
	max-width: 1270px;
	margin: 0 auto;
	padding-right: 45px;
	padding-left: 45px;
}

.container-fluid.maxWidth.header, .container-fluid.maxWidth.navbar  {
	padding-right: 35px;
	padding-left: 35px;
}

.container-fluid.navbar, .container-fluid.maxWidth.navbar {
	background: #21468c;
	z-index: 100;
}

.container-fluid.banner, .container-fluid.maxWidth.banner {
	background: #e6e6e6;
	padding-right: 0;
	padding-left: 0;
	line-height: 1.4em;
}

.container-fluid.resources {
	background: #fafafa;
	padding-right: 0;
	padding-left: 0;
}

.container-fluid.maxWidth.resources {
	background: #fafafa;
	padding-right: 45px;
	padding-left: 45px;
}

a {
    color: #005d57;
    text-decoration: underline;
}


a:visited  {
    color: #005d57;
    text-decoration: underline;
}

a:hover {
    color: #21468c;
    text-decoration: none;
}

a:active  {
    color: #005d57;
    text-decoration: underline;
}

a.homeLink { 
	color: #284e99;
	text-decoration: none;
}

a.homeLink:visited  {
    color: #284e99;
    text-decoration: underline;
}

a.homeLink:hover {
    color: #21468c;
    text-decoration: underline;
}

a.homeLink:active  {
    color: #005d57;
    text-decoration: none;
}

a.red {
    color: #FF0000;
}

a.red:visited  {
    color: #FF0000;
}


div.btn {
	-webkit-appearance: none;
}

a.btn, .btn a {
    color: #fff;
    text-decoration: none;
	-webkit-appearance: none;
}

a.btn:visited, .btn a:visited  {
    color: #fff;
    text-decoration: none;
}

a.btn:hover, .btn a:hover {
    color: #fff;
}

.btn-info {
	color: #fff;
    background-color: #21468c;
	border-color: #21468c;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

.btn-info:hover {
	color: #fff;
	background-color:  #051d49;
    border-color:  #051d49;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #87b2c9;
  border-color: #87b2c9;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color:  #21468c;
  background-image: none;
  border-color: #21468c;
}

.btn-info.twoAcross {
	width: 49%;
}

.btn-info.threeAcross {
	width: 32%;
}

.btn-info.fourAcross {
	width: 23%;
}

.utilBar {
	background: #fff;
	padding: 100px 0 0 0;
	margin: 0;
	height: 139px;
}

.utilNav {
	background: #fff;
	padding: 10px 0 10px 0;
}

.utilNav {
	font: 500 1em/1em 'Open Sans', sans-serif;
	display: table;
	float: right;
}

ul.utilNav {
    list-style: outside none none;
    margin: 0 10px 0 0;
    padding: 0;
}

.utilNav li:after {
	color: #000;
/*	content: '\00a0\00a0|\00a0\00a0';*/
	content: '\00a0\00a0\00a0';
}

.utilNav li:nth-child(1):after {
	color: #000;
	content: '\00a0';
}

.utilNav li {
	display: inline-block;
	position: relative;
	float: left;
}

.utilNav li a {
	color: #000;
	padding: 0 5px;
	text-decoration: none;
}



.utilNav li a:visited  {
    color: #000;
}

.utilNav li a:hover {
    color: #21468c;
}

.utilNav li a:active  {
    color: #000;
}

a.fa-utility {
  color: #FFF !important;
  background: none !important;
  font-size: 36px;
  padding: 5px 15px;
  display: inline-block;
  float: right;
  margin-top: -50px;
}

a.utilityText {
  color: #FFF !important;
  background: none !important;
  font: 500 1em/1em 'Open Sans', sans-serif;
  padding: 17px 60px 12px 12px;
  display: inline-block;
  float: right;
  margin-top: -50px;
}

a.utilityText:hover, a.utilityText:visited, a.fa-utility:hover, a.fa-utility:visited {
  color: #ccc !important;
  background: none !important;
  text-decoration: none;
}

a.utilityText:visited, a.fa-utility:visited {
  color: #FFF !important;
  text-decoration: none;
}




/* search */
header.main ul li.search input[type=text] {
    width: 25px;
    color: #333;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFF;
    background-image: url('/images/template/search.png');
    background-position: 5px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 30px;
    -webkit-transition:width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border: none;
    cursor: pointer;
}
header.main ul li.search input[type=text]:focus {
    width: 150px;
    background-image: url('/images/template/search.png');
    background-color: #FFF;
    color: #333;
    padding: 2px 0 2px 30px;
    /*border: 2px solid #abc5e7;*/
}

.white {
	color: #fff;
}


/* header */

header.main {
	clear: both;
	height: 195px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

header.main img {
	position: absolute; 
	z-index: 600;
	margin: 15px 0 0 5px;
	padding: 0;
}

/* main nav */

nav.main {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display:table;
	width: 100%;
}

nav.main  ul {
	margin: 0 0 0 185px;
	padding: 0;
	list-style: none;
	position: relative;
	display:table;
	float: left;
	z-index: 100;
}

nav.main  li {
	float: left;
	display: inline;
	position: relative;
}

nav.main  li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 17px 20px 17px 20px;
	font: 500 1em 'Open Sans', sans-serif;
}

nav.main  li a:hover {
	color: #b1daca;
}

nav.main  li .selected {
  	/*color: #0b5069;*/
}

nav.main  ul li ul li .selected {
	background-color: #21468c;
}

nav.main  ul > li { 
	display: inline-block;
}

nav.main  ul > li:hover { /* section selected hover state */
	display: inline-block;
}

nav.main  ul ul {/* section item sublist hide */
	display: none; 
	position: absolute; 
	top: 100%;
	width: 250px;
	background-color: #284e99;
	margin: 0;
	border-bottom: 1px solid #b1daca;
}

nav.main  ul li ul li {
	border-bottom: 1px solid #b1daca;
	width: 100%;
}

nav.main  ul li ul li:last-child {
	border-bottom: 0px;
}

nav.main  ul li:hover > ul {/* section item sublist display/dropdown upon hover */
	display: block;
	background-color: #18346a;
}

nav.main  ul ul > li a {
	display: block;
	float: left;
	padding: 15px;
	width: 100%;
	background:  #284e99;
	font-size: 1em;
	text-transform: none;
	color: #fff;
}

nav.main  ul ul > li a:hover {
	background: #18346a;
	color: #fff;
}

nav.main  ul ul ul {/* section item sublist hide */
	display: none; 
	position: absolute; 
	top: 100%;
}

nav.main  ul ul li:hover > ul {/* section item sublist display/dropdown upon hover */
	display: block;
	background: #fff;
	top: 0;
	left: 250px;
}

nav.main  ul li:first-child ul {
	width: 250px;
}

nav.main  ul li:last-child ul {
	/*right: 0;
	width: 200px;
	*/
}

nav.main ul.socialIcons {
	float: right;
    font-size: 1.1em;
	list-style: outside none none;
    margin: 20px 0 0 10px;
    padding: 0 0 0 0px;
}

nav.main ul.socialIcons > li {
    display: inline-block;
    text-align: right;
}

nav.main ul.socialIcons li a {
	color: #fff;
	padding: 0 7px;
	text-decoration: none;
	font: 500 1.1em 'Font Awesome 5 Brands';
}

nav.main ul.socialIcons li a:visited  {
    color: #fff;
}

nav.main ul.socialIcons li a:hover {
  color: #e4e5e6;
}

nav.main ul.socialIcons li a:active  {
   color: #fff;
}


/* section */

section.main {
	font-size: 1em;
}

/* homepage */

.homeColumn {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.homeColumnLeft {
	padding-right: 25px !important;
}

.homeColumnRight {
	padding-left: 25px !important;
}

/* misc */

ul.openList {
    list-style: none;
   
}
.openList li  {
    padding: 10px 5px;
}

.red {
	color: #ae2626;
}

/* left nav */

#leftNav ul {
    list-style: none;
    margin: 35px 10px 40px 0;
    padding: 0px;
}

#leftNav li  {
	font: 500 1.6em 'Open Sans', sans-serif;
	display: block;
	color: #000;
	margin: 10px 0;
	padding: 10px 0;
	text-decoration: none;
}

#leftNav ul ul {
     list-style: none;
     margin: 35px 5px 0 0;
     padding: 0;
}

#leftNav ul ul ul {
     list-style: none;
     margin: 15px 5px 0 10px;
     padding: 0;
}

#leftNav li ul li {
	font-size: .85em;
	margin: 10px 0 5px 0;
	padding: 10px 0 5px 0;
	text-decoration: none;
	border-bottom: 0;
	text-transform: none;
	font-weight: 500;
}

#leftNav li a {
	display: block;
	color: #284e99;
	text-decoration: none;
}

#leftNav li ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}

/*
#leftNav li a:after {
	content: '\00bb';
	float: right;
	color: #999;
}
*/

#leftNav li a:hover  {
	color: #21468c;
	text-decoration: none;
	/*content: '\00bb';*/
}

#leftNav li ul li a:after {
	content: '';
}

#leftNav li ul li ul li ul li {
	font-size: .9em;
}

#leftNav ul li ul li .selected {
  /*font-weight: bold;*/
  color: #21468c;
}

#leftNav ul li ul li ul li .selected {
	font-weight: normal;
}


/* footer */

footer.main, .footer, .container-fluid.maxWidth.foot {
	background-color: #e4e5e6;
}

.footerJoin {
	background-color: #3d5fa3;
	border-bottom: 2px solid #fff;
}

.footerJoin h2 {
	margin: 20px 10px;
	padding: 10px 5px; 
	text-align: center;
	color: #FFF;
}

.footerJoin a {
	color: #FFF;
	text-decoration: none;
}

.footerJoin a:hover {
	color: #ccc;
	text-decoration: none;
}

.footerJoin a:visited  {
    color: #FFF;
    text-decoration: none;
}

.row.foot {
	color: #000;
	font: 400 1em "Open Sans", Arial, sans-serif;
	line-height: 1.6em;
	background-color: #e4e5e6;
	padding-top: 50px;
	padding-bottom: 30px;
}

.row.foot.copyright {
	padding-top: 10px;
	padding-bottom: 40px;
}

.footmenu a {
	font: 500 1.1em "Open Sans", Arial, sans-serif;
}

.footmenu.large a {
	font: 600 1.4em "Open Sans", Arial, sans-serif;
}

.foot a {
	color: #000;
    text-decoration: none;
}

.foot a:hover {
	color: #005d57;
	 text-decoration: underline;
}

.foot a:visited  {
    color: #000;
    text-decoration: none;
}

.foot a:active  {
    color: #000;
    text-decoration: underline;
}

.foot ul {
    list-style: none;
	margin: 0;
	padding: 0;
   
}

.foot ul li  {
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	
}




/* 1269 */
@media only screen and (max-width: 1269px) {
	
	.container-fluid.maxWidth, .container-fluid.maxWidth.resources, .container-fluid.maxWidth.header  {
		padding-right: 35px;
		padding-left: 35px;
	}
	
	nav.main  li a {
		padding: 17px 15px 17px 15px;
	}
	
}

/* 1169 */
@media only screen and (max-width: 1169px) {

	nav.main  ul {
		margin: 0 0 0 150px;
	}

	nav.main ul.socialIcons {
		margin: 20px 0 0 0px;
    }

}


@media only screen and (max-width: 1110px) {
	
	.utilNav {
		font: 500 .95em/1em 'Open Sans', sans-serif;
	}

	nav.main  li a {
		font: 500 .95em 'Open Sans', sans-serif;
		padding: 18px 12px 18px 12px;
	}
	
	nav.main ul.socialIcons li a {
		padding: 0 6px;
		font: 500 1em 'Font Awesome 5 Brands';
	}

}


/* 1024 */

@media only screen and (max-width: 1023px) {
	nav.main  li a {
		padding: 18px 11px 18px 11px;
	}
	
	nav.main  ul {
		margin: 0 0 0 130px;
	}
	
	nav.main ul.socialIcons li a {
		padding: 0 5px;
	}
	
}

@media only screen and (max-width: 980px) {
	
	nav.main  ul {
		margin: 0 0 0 110px;
	}
	
	nav.main  li a {
		padding: 18px 8px 18px 8px;
	}
	
	
	nav.main ul.socialIcons li a {
		padding: 0 6px;
		font: 500 1em 'Font Awesome 5 Brands';
	}
	
}

/* 960 */
@media only screen and (max-width: 960px) {

	
	.btn-info.threeAcross {
		width: 49%;
	}

	.btn-info.fourAcross {
		width: 49%;
	}
	
	nav.main  ul {
		margin: 0 0 0 100px;
	}
	
	nav.main  li a {
		padding: 18px 6px 18px 6px;
	}
	
	
}

@media only screen and (max-width: 890px) {
	
	nav.main  ul {
		margin: 0 0 0 80px;
	}
	
	nav.main ul.socialIcons li a {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 860px) {
	
	nav.main  ul {
		margin: 0 0 0 10px;
	}

	header.main img {
		margin-top: 10px;
	}
	

} 

@media only screen and (max-width: 820px) {
	
	nav.main  ul {
		margin: 0 0 0 0;
	}

} 

@media only screen and (max-width: 790px) {
	
		
	nav.main  li a {
		padding: 18px 5px 18px 5px;
	}
	

} 

/* 768 */
@media only screen and (max-width: 767px) {
	
	.foot, .row.foot {
		text-align: center;
	}
	
	.footmenu {
		margin-top: 15px;
		padding-top: 15px;
	}
	
	header.flexmenu {
        display: block;
    }

	.utilBar, nav.main, .container-fluid.util , .headerNav, .container-fluid.navbar, .container-fluid.maxWidth.navbar, #leftNav {
		display: none;
	}
	
	.homeColumn {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.homeColumnLeft {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.homeColumnRight {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.btn-info.twoAcross {
		width: 100%;
	}

	.btn-info.threeAcross {
		width: 100%;
	}

	.btn-info.fourAcross {
		width: 100%;
	}

}


@media only screen and (max-width: 580px) {
	
	div.row.foot div.col-md-5  {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	div.col-sm-4.col-md-2.footmenu, div.col-sm-4.col-md-3.footmenu  {
		margin-top: 0px;
		padding-top: 0px;
	}

}


/* 480 */
@media only screen and (max-width: 480px) {
	
	header.main {
		height: 170px;
		text-align: center; 
	}
		
	header.main img {
		float: none;
		position: relative;
		margin: 0 auto; 
	}
	
	
	
}

/* 360 */
@media only screen and (max-width: 360px) {
	
}