/* WSCN colors:
logo dark blue: 002868
logo med blue: 5374a9
logo light blue: 9fb7de
logo red: bf0a30
*/
/*=FONTS
-------------------------------------------------------------- */
@font-face {
	font-family: "Gandhi Sans";
	src: url('/dcn/wyssbci.nsf/files/4660105287/$file/gandhisans-regular-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Gandhi Sans bold';
    src: url('/dcn/wyssbci.nsf/files/4660105287/$file/gandhisans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gandhi Sans bold italic';
    src: url('/dcn/wyssbci.nsf/files/4660105287/$file/gandhisans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gandhi Sans italic';
    src: url('/dcn/wyssbci.nsf/files/4660105287/$file/gandhisans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "Encode Sans Condensed Medium";
	src: url('/dcn/wyssbci.nsf/files/4660105287/$file/encodesanscondensed-medium-webfont.woff') format('woff');
}
/*=LAYOUT
-------------------------------------------------------------- */
#container {
	background: #fff;
	font-size: 13pt;
	line-height: 1.4;
	margin: 0 auto;
	padding: 50px;
	position: relative;
 }
@media (min-device-width:1199.9px) {
	#container {
		width: 1050px;
	}
}
@media (max-device-width:1199px) {
	#container {
	}
}
@media (min-device-width:1199.9px) {
	#header {
		align-items: flex-end;
		background: url('/dcn/wyssbci.nsf/files/8630807964/$file/headerLine.png') 255px 0 no-repeat;
		background-size: auto 102px;
		display: flex;
		justify-content: space-between;
		padding: 0;
		margin-bottom: 44px;
		width: 100%;
		vertical-align: bottom;
	}
}
@media (max-device-width:1199px) {
	#header {
		text-align: center;
	}
}
#logo {
	width: auto;
	height: 102px;
	margin: 0 0 0 0;
}
#topdivider {
	display: none;
	background: #ddd;
	clear: both;
	height: 3px;
	margin: 50px 0;
}
#content {
	text-align: left;
}
#participatingCountiesList {
	columns: 2;
	column-gap: 5px;
	margin: 5px 15px;
}
#participatingCountiesList li {
	background: none;
	padding: 2px 0;
	text-align: center;
}
#footer {
	clear:both;
	color:#777;
	font-size:9pt;
	line-height: 1;
	padding: 25px 25px 0;
	text-align:center;
}
#footer #mainmenu a {
	display: inline-block;
	padding: 10px;
	font-size: 11pt;
	line-height: 1.2;
	text-decoration: none;
}
#footer a {
	
}
#footer a:hover {
	
}
/*=NAV MENU
-------------------------------------------------------------- */
#menu {
}
@media (min-device-width:1199.9px) {
	#menu {
		display: inline-block;
		margin-bottom: 8px;
		text-align: right;
		width: 100%;
		vertical-align: bottom;
	}
}
@media (max-device-width:1199px) {
	#menu {
		margin: 5px 0;
}
}
#mainmenu {
}
#header #mainmenu a {
	display: inline-block;
	font-family: "Encode Sans Condensed Medium", sans-serif;
	font-size: 14pt;
	line-height: 1.2;
	margin: 0;
	padding: 12px 15px;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #fff;
	background: #5374a9;
}
/*=BASIC BODY STYLES
-------------------------------------------------------------- */
body {
	background:#9FBEDD url('/dcn/wyssbci.nsf/bg.png') top left repeat-x;
}
body,
td,
th,
li {
	color: #333;
	font-family:"Gandhi Sans", sans-serif;
	text-align:left;
}
@media (min-device-width:999.99px) {
	body,
	td,
	th,
	li {
	}
}
@media (max-device-width:999px) {
	body,
	td,
	th,
	li {
	}
}
body,
p,
div,
form {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
#content img {
	max-width: 100%;
	height: auto;
}
/*=COLUMN STYLES
-------------------------------------------------------------- */
@media (min-device-width:800px) {
	.twoColumn {
		columns: 2;
		column-gap: 50px;
	}
}
/*=TABLE STYLES
-------------------------------------------------------------- */
table {
	border: 2px solid #fff;
	border-collapse:collapse;
	border-spacing:0px;
}
td,
th {
	border: 2px solid #fff;
	margin: 0;
	padding: 3px 6px;
	vertical-align: top;
}
/*=HEADER STYLES
-------------------------------------------------------------- */
h1 {
	background: #002868 url('/dcn/wyssbci.nsf/files/8630807964/$file/mountainsBg.png') bottom center no-repeat;
	background-size: 100%;
	color: #fff;
	font-family: "Encode Sans Condensed Medium", sans-serif;
	font-size: 22pt;
	line-height: 1.2;
	font-weight: normal;
	margin: 50px 0;
	padding: 25px 25px;
	text-align: center;
}
h2 {
	border-bottom: 3px solid #ddd;
	display: block;
	color: #222;
	font-size: 20pt;
	font-family: "Encode Sans Condensed Medium", sans-serif;
	line-height: 1.2;
	font-weight: normal;
	margin: 50px auto 25px;
	padding: 0 25px 25px;
	text-align: center;
}
h3 {
	border-bottom: 3px solid #ddd;
	display: inline-block;
	color: #222;
	font-size: 16pt;
	font-family: "Encode Sans Condensed Medium", sans-serif;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 auto 25px;
	padding: 0 25px 25px;
	text-align: center;
}
/*=LIST STYLES
-------------------------------------------------------------- */
ul,
ol {
	list-style-type:none;
	margin: 5px 0px 7px 0px;
	padding:0px;
}
ul li {
	background:url('/dcn/wyssbci.nsf/bullet.gif') 0 .65em no-repeat;
	list-style:none;
	padding: 2px 0px 2px 12px;
}
ol li {
	background:none;
	list-style:decimal;
	margin-left:7px;
	padding: 2px 0px 2px 0px;
}
/*=VIDEO LANDING PAGES
-------------------------------------------------------------- */
#landingPageTwoColumn {
	display: flex;
	margin: 60px 0;
}
@media (min-device-width:1100px) {
	#landingPageTwoColumn {
		flex-direction: row;
		width: 1050px;
	}
}
@media (max-device-width:1009.5px) {
	#landingPageTwoColumn {
		flex-direction: column;
		gap: 60px;
	}
}
#landingPageLeftColumn {
}
@media (min-device-width:1100px) {
	#landingPageLeftColumn {
		max-width: 370px;
	}
}
@media (min-device-width:1000px) {
	#landingPageLeftColumn {
	 	margin-right: 60px;
	}
}
#landingPageRightColumn {
}
@media (min-device-width:1100px) {
	#landingPageRightColumn {
		max-width: 620px;
	}
}
#landingPageTwoColumn h2 {
	font-size: 14pt;
	line-height: 1.3;
	margin-top: 0;
	padding: 0 0 15px;
}
#landingIGFundManagement {
	text-align: center;
}
@media (min-device-width:1100px) {
	#landingIGFundManagement {
		float: right;
		width: 240px;
	}
}
#landingIGFundManagement img {
	max-width: 300px;
	width: 100%;
}
@media (min-device-width:1100px) {
	#landingIGFundManagement img {
		max-width: 180px;
	}
}
#landingIGNumbers,
#landingIGServed {
	margin-bottom: 30px;
}
@media (min-device-width:1100px) {
	#landingIGNumbers,
	#landingIGServed {
		float: left;
		width: 380px;
	}
}
#landingPageForm {
	margin: 30px;
}
#landingPageForm>div {
	text-align: center;
}
#landingPageForm label {
	display: block;
	padding-top: 8px;
}
#landingPageForm input {
	padding: 7px 15px;
}
#landingPageForm tr:first-child td {
	padding-top: 15px;
}
#landingPageForm tr:last-child td {
	padding-bottom: 15px;
}
/*=QUOTE AND SECTION STYLES
-------------------------------------------------------------- */
blockquote {
	background:#e5dbb7 url('/dcn/wyssbci.nsf/blockquote-topleft.png') top left no-repeat;
	font-weight:bold;
	font-size:8pt;
	padding:0px;
	text-align:justify;
}
blockquote p {
	background:url('/dcn/wyssbci.nsf/blockquote-bottomright.png') bottom right no-repeat;
	color:#000;
	padding:8px 16px;
}
blockquote b {
	display:block;
	font-weight:normal;
	margin-top:0px;
	text-align:right;
}
blockquote a {
	color:#005071;
}
.testimonial {
	background: #5374a9 url('/dcn/wyssbci.nsf/files/8630807964/$file/icon-quote-begin.png') 25px 25px no-repeat;
	background-size: 70px;
	box-shadow: inset 0 0 200px 0 #5394c9;
	color: #fff;
	font-style: italic;
	font-size: 14pt;
	line-height: 1.5;
	justify-content: space-between;
	padding: 50px 50px 50px 50px;
	margin: 50px 0;
	text-shadow: 0 0 25px #002868;
}
@media (min-device-width:750px) {
	.testimonial {
		display: flex;
	}
}
.testimonialSource {
	flex-basis: 200px;
	flex-shrink: 0;
	font-style: normal;
	font-size: 12pt;
	line-height: 1.5;
	margin-left: 25px;
	text-align: right;
}
.testimonial img {
	background: rgba(255,255,255,.6);
	padding: 15px;
	max-width: 120px;
	max-height: 120px;
}
@media (min-device-width:750px) {
	margin: 0 0 5px auto;
}
@media (max-device-width:749.5px) {
	.testimonial img {
		display: block;
		margin: 25px 0 5px auto;
	}
}
.memberList,
.councilList {
	display: grid;
	gap: 50px;
}
@media (min-device-width:750px) {
	.memberList,
	.councilList {
		grid-template-columns: auto auto;
	}
}
.councilList>div {
	clear: left;
}
.memberPhoto,
.councilLogo {
	background: #fff;
	border: 1px solid #aaa;
	height: auto;
	min-width: 80px;
	width: 120px;
	float: left;
	clear: left;
	padding: 15px;
	margin: 0 25px 30px 0;
}
.barCleanMajor {
	color: #222;
	max-width: 700px;
	margin: 50px auto;
	font-size: 22pt;
	line-height: 1.4;
	font-family: "Gandhi Sans italic", sans-serif;
	text-align: center;
}
.barClean {
	color: #222;
	max-width: 700px;
	margin: 50px auto;
	font-size: 15pt;
	line-height: 1.4;
	font-family: "Gandhi Sans italic", sans-serif;
	text-align: center;
}
.barQuote {
	background: #5374a9 url('/dcn/wyssbci.nsf/files/8630807964/$file/mountainsBg.png') bottom center no-repeat;
	background-size: 100%;
	color: #fff;
	font-size: 20pt;
	line-height: 1.2;
	font-family: "Encode Sans Condensed Medium", sans-serif;
	font-weight: normal;
	margin: 50px 0;
	padding: 25px 25px;
	text-align: center;
}
.callToAction {
	background: linear-gradient(to bottom, #5374a9,#002868);
	box-shadow: inset 0 0 150px 0 #002868;
	color: #fff;
	font-size: 14pt;
	line-height: 1.5;
	max-width: 700px;
	margin: 50px auto;
	padding: 50px;
}
.callToAction h3 {
	display: block;
	color: #fff;
}
.callToAction a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.callToAction a:hover {
	color: #fff;
}
@media (min-device-width:1000px) {
	.twoColumnFlex {
		display: flex;
		justify-content: space-between;
	}
	.twoColumnFlex>div {
		width: 48%;
	}
}
@media (max-device-width:999.5px) {
	.twoColumnFlex>div {
		margin-bottom: 50px;
	}
}
@media (min-device-width:1000px) {
	.threeColumnFlex {
		display: flex;
		justify-content: space-between;
	}
	.threeColumnFlex>div {
		width: 30%;
	}
}
@media (max-device-width:999.5px) {
	.threeColumnFlex>div {
		margin-bottom: 50px;
	}
}
.twoByTwoColumnFlex>div {
	margin-bottom: 30px;
}
@media (min-device-width:1000px) {
	.twoByTwoColumnFlex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.twoByTwoColumnFlex>div {
		width: 48%;
	}
}
@media (max-device-width:999.5px) {
	.twoByTwoColumnFlex>div {
		margin-bottom: 50px;
	}
}
.affiliateSection {
	border-bottom: 3px solid #bf0a30;
	padding-bottom: 25px;
	text-align: center;
}
@media (min-device-width:1000px) {
	.affiliateSection {
		padding-bottom: 25px;
		height: 100px;
		vertical-align: bottom;
		border-bottom: 3px solid #bf0a30;
		text-align: center;
		display: table-cell;
		width: 312px;
	}
}
/*= HOME STYLES
-------------------------------------------------------------- */
@media (min-device-width:1000px) {
	#hpNewsBoxes {
		display: flex;
	}
	.hpPressSection {
		background: #002868 url('/dcn/wyssbci.nsf/files/8630807964/$file/bg-tetons-002868.jpg') bottom left no-repeat;
		background-size: cover;
		color: #fff;
		padding: 30px;
		min-width: 240px;
	}
	.hpPressSection h2,
	.hpPressSection li,
	.hpPressSection a,
	.hpPressSection a:hover {
		color: #fff;
	}
	.hpPressSection a {
		font-size: 14pt;
		line-height: 1.4;
	}
	.hpPressSection a:hover {
		text-decoration: underline;
	}
	.hpPressSection ul {
	}
	.hpPressSection li {
		border-left: 3px solid #fff;
		background: none;
		margin-left: -15px;
		padding-left: 15px;
	}
	.hpBlogSection {
		min-width: 700px;
		margin-left: 50px;
		padding-top: 15px;
	}
	.hpPressSection ul {
		padding: 0 15px;
	}
	#hpNewsBoxes .hpPressSection li {
		margin-bottom: 15px;
	}
	.blogListEntry {
		border-bottom: 3px solid #ccc;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.blogListEntry:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	#hpNewsBoxes .blogListEntry img {
		border-radius: 3px;
		width: auto;
		max-height: 120px;
		max-width: 300px;
		float: right;
		margin: 0 0 30px 30px;
	}
	#hpNewsBoxes h2 {
		font-size: 18pt;
		line-height: 1.4;
		border-bottom: 0;
		padding: 0;
		margin-top: 0;
	}
	#hpNewsBoxes .blogListEntry h2 {
		padding: 0;
		margin-bottom: 15px;
		text-align: left;
	}
	#hpNewsBoxes .blogListByline {
		font-size: 11pt;
		line-height: 1.4;
		margin-bottom: 10px;
	}
}
@media (max-device-width:999.5px) {
	#hpNewsBoxes div {
		margin-bottom: 50px;
	}
}
@media (min-device-width:1000px) {
	#hpProgramBoxes {
		display: grid;
		gap: 50px;
		grid-template-columns: auto auto auto;
		grid-template-rows: auto;
	}
}
@media (max-device-width:999.5px) {
	#hpProgramBoxes div {
		margin-bottom: 50px;
	}
}
#infographicFundManagement {
	background: #eef4ff;
	padding: 1px 25px 25px;
	text-align: center;
}
@media (min-device-width:1200px) {
	#infographicFundManagement {
		float: right;
		margin-top: -30px;
		padding: 0 25px 25px;
		width: 300px;
	}
}
@media (max-device-width:1199.5px) {
	#infographicFundManagement {
		display: block;
		width: calc(100% - 50px);
	}
}
@media (min-device-width:1200px) {
	#infographicByTheNumbers {
		max-width: 675px;
	}
}
@media (max-device-width:1200px) {
#timeline {
	display: none;
}
}
/*=TOGGLE SECTION STYLES
-------------------------------------------------------------- */
.toggleTitle,
.toggleAnchor {
	background: #bf0a30;
	border: 0 none;
	border-radius: .2em;
	color: #fff;
	cursor: pointer;
	padding: 15px 25px;
	text-decoration: none;
}
.toggleIcon {
	color: #fff;
	display: inline-block;
	font-family: monospace;
	font-size: 14pt;
	font-weight: bold;
	line-height: 10pt;
	position: absolute;
	padding: 1px 3px;
	margin-left: -20px;
	margin-top: -10px;
}
/*=ANCHOR STYLES
-------------------------------------------------------------- */
a {
	color:#1048a8;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color:#000;
}
a.return {
	background:url('/dcn/wyssbci.nsf/arrow-return.gif') left center no-repeat;
	padding-left:20px;
}
a.goto {
	background:url('/dcn/wyssbci.nsf/arrow-goto.gif') left center no-repeat;
	padding-left:20px;
}
a.item {
	background:url('/dcn/wyssbci.nsf/arrow-goto.gif') left center no-repeat;
	display: inline-block;
	margin-top: 10px;
	padding-left:20px;
}
a.button, input[type=button], input[type=submit] {
		background: #bf0a30;
		border: 0 none;
		border-radius: .2em;
		color: #fff;
		display: inline-block;
		font-size: 1.2em;
		line-height: 1.3;
		padding: .7em 1.4em;
		text-decoration: none;
}
a.button:hover {
		background: #7f0020;
}
a.button:active {
		background: #7f0020;
}
/*=FORM STYLES
-------------------------------------------------------------- */
textarea {
	color: #333;
	font-family: "Gandhi Sans", sans-serif;
	font-size:11pt;
	line-height:16pt;
	text-align:left;
}
input[type="text"] {
	margin: 0;
	width: 15em;
}
#formErrorMessage {
	color: red;
	display: none;
}
td.errorRequired {
	background: #fe8;
}
.notices {
}
.warning {
}
.success {
}
.validationError {
	background-color: #ffdddd;
}
/*=SLIDER STYLE OVERRIDES
-------------------------------------------------------------- */
.bx-prev {
	background: url('/dcn/wyssbci.nsf/files/8630807964/$file/icon-prev.png') no-repeat !important;
	background-size: contain !important;
	margin-top: -20px !important;
	width: 20px !important;
}
.bx-next {
	background: url('/dcn/wyssbci.nsf/files/8630807964/$file/icon-next.png') no-repeat !important;
	background-size: contain !important;
	margin-top: -20px !important;
	width: 20px !important;
}
.bx-pager {
	position: absolute;
	margin: 0 auto 10px !important;
	bottom: 0 !important;
}
.bx-viewport {
	height: auto !important;
}
.bx-pager-link {
	box-shadow: 0 0 1px 3px rgba(0,0,0,.3);
	background: #fff !important;
	border-radius: 0 !important;
}
.bx-pager-link.active {
	background: #9fb7de !important;
}
@media (max-device-width:800px) {
#slideshow913862821 {
	display: none;
}
}
/*=TRANSLATION STYLES
-------------------------------------------------------------- */
#google_translate_element {
	display: none;
}
#translateContainer {
	position: absolute;
	top: 10px;
	right: 50px;
}
.translateButton+.translateButton {
	margin-left: 10px;
}
.translateButton.active {
	font-weight: bold;
}
