body {
    font-family: 'Roboto', sans-serif;
	letter-spacing: 0.045em;
}

div.revHeader {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: space-between;
}

.revHeaderLogo {
	width: 125px;
	height: 100% !important;
	margin-left: auto; 
	margin-right: 20px; 
	display: block;
}


div.gadgetStyleBody p  a.button_primary:link, div.gadgetStyleBody p a.button_primary:active, div.gadgetStyleBody p a.button_primary:visited {
	background-color: #206699;
	font-family: 'Roboto', sans-serif;
    color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
}


div.gadgetStyleBody p a.button_primary:hover {
	background-color: #666;
	color: #fff;
}

div.revHeaderText {

}

div.revHeaderText h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 34px;
	color: #333;
	margin-bottom: 5px;
}

div.revHeaderText h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #206699;
	margin-top:0px;
}

#id_AfauR7D > div.gadgetStyleBody p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	color: #ccc;
	font-size: 20px;
} 

div.gadgetStyleBody p a:link {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	color: #206699;
	text-decoration: none;
	font-size: 20px;
} 


.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    display: flex;
    justify-content: space-evenly;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a {
	padding: 9px 10px 8px;
	color: #222;
	
}



.WaGadgetMenuHorizontal .menuInner, .WaGadgetMenuHorizontal .menuInner ul.firstLevel {
	background-color: #94C6C7;
}


.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a > span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-style: normal !important;
	font-size: 14px;
	
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.sel > .item > a {
	background-color: #206699;
	color: #fff;
}

.WaGadgetMenuHorizontal .menuInner ul.secondLevel > li > .item > a {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-style: normal !important;
	font-size: 16px;
}



#id_7N3iRzd  {
	margin-left: auto;
    width: 70%;
    margin-right: auto;
	margin-top: 24px;
    margin-bottom: 0px;
}

#id_yOhi7Wr {
	margin-top: 10px;
	margin-bottom: 20px;
}

#idFooterPoweredByWA {
	color: #999;
    font-size: 12px;
}

h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 40px;
	color:  #206699;
	font-weight: bold;
}

h1.promo {
	font-family: 'Libre Baskerville', serif;
	font-size: 40px;
	color:  #206699;
	font-weight: bold;
}


h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 34px;
	color:  #D56F3E;
	font-weight: bold;

}

h3 {
	font-family: 'Roboto', sans-serif;
	
	font-size: 26px;
	color: #206699;
	font-weight: bold;
	text-transform: none;
}

h4 {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	color: #D56F3E;
	font-weight: bold;
	text-transform: none;
		margin-top: 70px;
    margin-bottom: 0px;
}

h4.conf {
 margin-top: 15px;
}

h4.conf span {
	font-weight: normal;
	color: #333;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #888;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	margin-bottom: 0px;
}

p {
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 0.85em;
	font-weight: normal;
	text-transform: none;
}

ul > li > a {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
}

div.homePageMain img {
	width: 100%;
	border-bottom: 10px #ccc solid;
}

div.memberContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

div.memberContainer div.member {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	min-height: 300px;
	border: 5px solid #eee;
	margin: 10px;
	width: 250px;
	padding: 10px 5px;
	background-color: #dfdfdf;
}

div.memberContainer div.member p.name {
	order: 2;
	margin: 10px 5px 0px 5px;
	padding-top: 2px;
	font-weight: bold;
	color: #206699;
}


div.memberContainer div.member p.title {
	order: 3;
	margin: 0px 0px 0px 0px;
	font-size: 0.75em;
	text-align: center;
	padding: 0px 5px;
}

div.memberContainer div.member img {
	order: 1;
	width:200px;
	height:200px;
	border-radius: 500px;
    border: #ccc 10px solid;
    background-color: #ccc;
}

div.gadgetStyleBody a.button:link, div.gadgetStyleBody a.button:active, div.gadgetStyleBody a.button:visited {
	background-color: #206699;
    color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
}

div.gadgetStyleBody a.button:hover {
	background-color: #666;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	width: auto;
}




		@media screen and (min-width: 1px) and (max-width: 601px) {
			div.revHeader {
				display: flex;
				width: 100%;
				flex-direction: column;
				align-items: space-between;
			}

			div.revHeaderText {
  				text-align: center;
			}	

			img.revHeaderLogo {
				margin: 0 auto 10px auto;
			}

			.gadgetStyleBody h2 {
				text-align: center;
				padding-top: 20px;
			}
		}

div.sponsors {
	display: flex; 
	flex-direction: row;
}

div.sponsorBlock {
	display: flex; 
	flex-direction: column;
	justify-content: flex-end; 
	align-items: center;
	width: 250px;
	margin-right: 35px;
}


div.sponsorBlock img {
	width: 250px;
}

div.sponsorBlock h3 {
	text-align: center;
	width: 100%;
	padding: 5px 10px;
}

div.sponsorBlock h3 a:link, a:active, a:visited {
	align-items: center;
	background-color: #eee;
	margin: 0px;
    
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
}

div.sponsorBlock h3 a:hover {
	background-color: #ccc;
	text-decoration: none;
}

div.sponsorBlock h4 {
	align-items: center;
	margin: 0px;
}

a:link, a:visited, a:active {
 color: #206699;
 font-weight: bold;
 background-color: none;
 display: inline;
 
}

a:hover {
	color: #2b85c6;
}