/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* CSS Document */


/* COULEURS

Bleu : #369
Jaune : #FC0 / #FFB900
Rouge : #C30

Jaune clair : #FFDC7F
Rouge clair : #E65C5C
Bleu clair : #80B3CC
Bleu tres clair : #E5ECF9

*/

/****************************************/
/* BLOCS */
/****************************************/

body {
	background-color: #FFF;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000;
	}
#page, #pageAccueil {
	width: 958px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	text-align: left;
	}
#header {
	margin-top: 10px;
	position: relative;
	min-height: 105px;
	padding-left: 180px;
	padding-top: 34px;
	}
#wrapper {
	position: absolute;
	left: 180px;
	width: 778px;
	padding-top: 40px;
	}
#content {
	float: left;
	width: 468px;
	}
#content.membre {
	width: 778px;
	}
#navigation {
	}
#infoPlus {
	float: left;
	width: 170px;
	height:600px;
	}
#extra {
	float: right;
	width: 300px;
	/*height: 250px;*/
	height: auto;
	margin-top: 0;
	}
#extra.gabarit2 {
	height: 1px;
	}
#footer {
	clear: both;
	padding-top: 12px;
	margin-bottom: 20px;
	}

/****************************************/
/* TYPO */
/****************************************/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #369;
	margin-bottom: 12px;
	}
h2 {
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	color: #369;
	margin-bottom: 1em;
	border-bottom: 1px solid #369;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #369;
	margin-bottom: 3px;
	text-transform: uppercase;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #369;
	margin-bottom: 12px;
	}
h5 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 1.3em;
	}
p {
	line-height: 1.3em;
	margin-bottom: 12px;
	}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #c30;
	}
a:hover {
	text-decoration: underline;
	color: #ff8800;
	}
strong {
	font-weight: bold;
	}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h2 a:focus {
	color: #369;
	text-decoration: none;
	}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, h3 a:focus {
	color: #369;
	text-decoration: none;
	}

p a.discret:link, p a.discret:visited, p a.discret:hover, p a.discret:active, p a.discret:focus {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

/****************************************/
/* TYPO SPECIFIQUE */
/****************************************/

.both {
	clear: both;
	}
hr.both {
	height: 1px;
	color: #FFF;
	background-color: #FFF;
	border: 0;
	}
p.petitTexte {
	font-size: 10px;
	}
ul {
	margin-bottom: 8px;
	}
li {
	margin-bottom: 4px;
	}
ul.liste li {
	list-style-type: square;
	margin-left: 4em;
	}
span.cap {
	text-transform: uppercase;
	}
p.ABCD {
	word-spacing: 0.3em;
	}

/* tableau
*****************************************/

table {
	margin-bottom: 18px;
	line-height: 1.3em;
	width: 100%;
	}
td.tdRight,
th.tdRight {
	text-align: right;
	}
td.tdCenter,
th.tdCenter {
	text-align: center;
	}
table td,
table th {
	padding: 0 10px 0 0;
	}
table th {
	background-color: #E5ECF9;
	}
#content.membre table  {
	border-collapse: separate;
	}
#content.membre table td,
#content.membre table th {
	padding: 3px 5px;
	background-color: #E5ECF9;
	border-bottom: 2px solid #FFF;
	}
#content.membre table th {
	background-color: #369;
	color: #FFF;
	font-size: 10px;
	}

/****************************************/
/* FORMULAIRES */
/****************************************/

input, textarea, select, label {
	vertical-align: middle;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}
form {
	background-color: #E5ECF9;
	padding: 18px;
	/*padding-bottom: 1px;*/
	margin-bottom: 18px;
	}
form p.form-submit {
	text-align: center;
	padding-right: 0;
	margin-bottom: 0;
	}
form p.erreurFormulaire {
	text-align: center;
	background-color: #C30;
	padding: 10px 0;
	color: #FFF;
	font-weight: bold;
	}
label.erreur {
	color: #C30;
	}
p.messageErreur {
	color: #C30;
	font-weight: bold;
	}

/* inscription
*****************************************/

.TabbedPanelsContent form {
	padding: 0;
	margin-bottom: 0;
	}
.TabbedPanelsContent p.form-submit {
	text-align: center;
	margin-bottom: 0;
	}
.TabbedPanelsContent input.form-submit {
	}
.TabbedPanelsContent label {
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 100px;
	}
.TabbedPanelsContent p.petitTexte {
	text-align: center;
	margin-top: -10px;
	}
.TabbedPanelsContent input.texte {
	width: 300px;
	}
.TabbedPanelsContent p.case {
	margin-left: 20px;
	}

/* plan
*****************************************/

form.plan {
	height: 178px;
	}
form.plan p {
	text-align: left;
	padding-right: 25px;
	}
form.plan p.form-submit {
	text-align: center;
	padding-right: 0;
	}
form.plan label {
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 100px;
	}
form.plan input {
	width: 290px;
	}
form.plan input.no {
	width: 50px;
	}
form.plan input.form-submit {
	width: auto;
	}
form.plan p.lienForm {
	text-align: center;
	padding-left: 90px;
	margin-top: -5px;
	margin-bottom: 5px;
	}
form.plan p.lienForm img {
	vertical-align: -5px;
	}

/* contact
*****************************************/

form.contact p {
	text-align: right;
	padding-right: 25px;
	}
form.contact p.erreurFormulaire,
form.contact p.form-submit {
	text-align: center;
	padding-right: 0;
	}
form.contact fieldset {
	border: 1px solid #369;
	padding: 10px;
	margin-bottom: 10px;
	}
form.contact legend {
	font-size: 12px;
	font-weight: bold;
	color: #369;
	padding: 0 10px;
	}
form.contact label {
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 100px;
	}
form.contact input {
	width: 270px;
	}
form.contact textarea {
	margin: 5px 0;
	width: 90%;
	height: 150px;
	}
form.contact input.form-submit {
	width: auto;
	}

/* divers
*****************************************/

form input.date {
	width: 80px;
	}

/* contribution membre
*****************************************/

form.infoMembre {
	padding: 18px;
	}
form.infoMembre p.petitTexte {
	padding-left: 205px;
	}
form.infoMembre label {
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 200px;
	}
form.infoMembre input {
	width: 390px;
	}
form.infoMembre.password label {
	width: 260px;
	}
form.infoMembre.password input {
	width: 280px;
	}
form.infoMembre.url label {
	width: 60px;
	}
form.infoMembre.url input {
	width: 330px;
	}
form.infoMembre input.form-submit {
	width: auto;
	}
form.infoMembre input#intCivilite1,
form.infoMembre input#intCivilite2,
form.infoMembre input#intCivilite3 {
	width: auto;
	}
form.infoMembre textarea#strDesc {
	width: 390px;
	height: 190px;
	}

/****************************************/
/* HEADER */
/****************************************/

#header p.navigation {
	}
#header h1 {
	margin-bottom: 4px;
	}
#header p.chefLieu {
	}
#header p#carte {
	position: absolute;
	top: -25px;
	left: 0;
	}
#header p#logo {
	position: absolute;
	top: 0;
	left: 180px;
	z-index: 2;
	}
#header form.recherche {
	width: 778px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	height: 30px;
	border-bottom: 1px solid #369;
	}
#header form p {
	text-align: right;
	}

/****************************************/
/* PUBLICITE */
/****************************************/

/*
publicite page d'accueil (Voir ACCUEIL)
*/

/****************************************/
/* MENU */
/****************************************/

/* hauteur navigation = 27px */

#menu {
	width: 778px;
	position: absolute;
	top: -23px;
	top: 0;
	left: 0;
	border-bottom: 1px solid #369;
	}
#menu ul {
	}
#menu ul li {
	float: left;
	margin-right: 2px;
	margin-bottom: 0;
	}
#menu ul li ul {
	width: 140px;
	/*border: 1px solid #000;*/
	}
#menu ul li ul li {
	float: left;
	width: 100%;
	}
#menu ul li a,
#menu ul li ul li a {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	color: #000;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	}

#menu ul li:hover a,
#menu ul li.sfhover a {
	background-color: #000;
	background-color: #80B3CC;
	color: #000;
	}
#menu ul li a:hover,
#menu ul li:hover ul li a:hover,
#menu ul li.sfhover ul li a:hover {
	background-color: #C00;
	color: #FFF;
	/**/
	background-color: #FFB900;
	color: #000;
	}

#menu ul li a {
	background-color: #369;
	color: #FFF;
	}
#menu ul li:hover ul li a,
#menu ul li.sfhover ul li a {
	background-color: #80B3CC;
	color: #000;
	width: auto !important;
	width: 140px;
	}
#menu a.selected {
	background-color: #FFB900;
	color: #000;
	/**/
	background-color: #C00;
	color: #FFF;
	}
#menu ul li ul {
	position: absolute;
	left: -999em;
	}
#menu ul li:hover ul,
#menu ul li.sfhover ul {
	left: auto;
	}

/****************************************/
/* FORMULAIRE RECHERCHE */
/****************************************/

/* objInputSuggest
*****************************************/

input.objInputSuggest {
	/*border:1px solid black;*/
	}
div.objInputSuggest {
	display:block;
	position:absolute;
	height:auto;
	overflow:auto;
	text-align:right;
	padding:0px;
	margin:0;
	}
div.objInputSuggest a {
	display:block;
	height:16px;
	color:black;
	background-color:#80B3CC;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
	text-decoration:none;
	padding:2px;
	clear:both;
	cursor:pointer;
	}
div.objInputSuggest a.selected,
div.objInputSuggest a.selected:link,
div.objInputSuggest a.selected:hover,
div.objInputSuggest a.selected:active,
div.objInputSuggest a.selected:visited {
	color:white;
	background-color:#369;
	text-decoration:none;
	}
div.objInputSuggest a span.label,
div.objInputSuggest a.selected span.label {
	display:block;
	position:relative;
	float:left;
	height:16px;
	text-align:left;
	font-size:11px;
	padding-right:10px;
	z-index:2;
	}
div.objInputSuggest a span.comment,
div.objInputSuggest a.selected span.comment {
	position:relative;
	float:right;
	height:16px;
	width:100%;
	text-align:right;
	font-size:10px;
	margin-top:-16px;
	z-index:1;
	overflow:hidden;
	}
div.objInputSuggest a.selected span.label,
div.objInputSuggest a.selected:link span.label,
div.objInputSuggest a.selected:hover span.label,
div.objInputSuggest a.selected:active span.label,
div.objInputSuggest a.selected:visited span.label {
	}

/* objInputSuggest
*****************************************/


/****************************************/
/* FOOTER */
/****************************************/

#footer p {
	line-height: 1em;
	margin-bottom: 0;
	}

/* Menu
*****************************************/

#piedMenu {
	font-size: 10px;
	margin-bottom: 12px;
	border-top: 1px solid #369;
	border-bottom: 1px solid #369;
	padding: 8px 0;
	}
#piedMenu li {
	display: inline;
	padding: 0 10px 0 0;
	}

/* Copyright
*****************************************/

#piedCopyright {
	font-size: 10px;
	}
#piedCopyright a {
	font-weight: normal;
	color: #000;
	}

/* Divers
*****************************************/

#piedExecution {
	font-size: 10px;
	color: #999;
	margin-top: 4px;
	}

/****************************************/
/* ACCUEIL */
/****************************************/

#pageAccueil {
	text-align: center;
	}
#pageAccueil h1 span {
	position: absolute;
	top: -9990px;
	left: 0;
	}
#pageAccueil h1 {
	margin-top: 40px;
	margin-bottom: 55px;
	}
#pageAccueil form {
	margin: 18px 100px;
	}
#pageAccueil #piedMenu {
	margin: 0 100px 12px;
	}
#pageAccueil div.actu {
	margin: 30px 100px 10px;
	text-align: justify;
	}
#pageAccueil p.partenaire img {
	vertical-align: -12px;
	}

/****************************************/
/* METEO */
/****************************************/

img.meteo {
	float: left;
	margin-right: 10px;
	}
p.meteo {
	float: left;
	}
div.carte img {
	border: 1px solid #369;
	width: 466px;
	height: 250px;
	margin-bottom: 10px;
	}

/****************************************/
/* HOTEL */
/****************************************/

img.hotel {
	width: 120px;
	height: 120px;
	}
form.hotel {
	clear: left;
	}
form.hotel p {
	text-align: center;
	}

/****************************************/
/* RENCONTRE */
/****************************************/

img.rencontre {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
p.rencontre {
	float: left;
	width: 368px;
	}
h2.rencontre {
	clear: left;
	}

/****************************************/
/* GOOGLE MAP */
/****************************************/

div.map {
	position: absolute;
	top: 300px; /* POSITION SUIVANT PUB */
	left: 0;
	}
div#map {
	width: 778px;
	height: 400px;
	}
p.map {
	height: 420px;
	}

/****************************************/
/* LOCALISATION */
/****************************************/

ul.ongletMenu {
	padding-bottom: 23px;
	border-bottom: 1px solid #369;
	}
ul.ongletMenu li {
	float: left;
	height: 22px;
	background-color: #FFF;
	margin-right: 2px;
	border: 1px solid #FFF;
	border-bottom: 1px solid #369;
	background-color: #369;
	}
ul.ongletMenu li.selected {
	border: 1px solid #369;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	}
ul.ongletMenu li a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	color: #FFF;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	}
ul.ongletMenu li a:hover {
	text-decoration: none;
	background-color: #C30;
	color: #FFF;
	}
ul.ongletMenu li.selected a,
ul.ongletMenu li.selected a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #000;
	}
table#communesProches td,
table#sousprefsProches td,
table#communesProches th,
table#sousprefsProches th {
	padding: 3px 10px 3px 0;
	}
p#navResultat {
	border-top: 1px solid #369;
	text-align: center;
	padding-top: 3px;
	}
p#navResultat a {
	text-decoration: none;
	}

/****************************************/
/* ITINERAIRE */
/****************************************/

div#explications {
	width: 778px;
	}
div#explications p.resume {
	font-size: 13px;
	font-weight: bold;
	color: #369;
	text-transform: uppercase;
	border-bottom: 1px solid #369;
	padding-bottom: 10px;
	}
div#explications div.etape {
	border-bottom: 1px solid #369;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
	}
div#explications div.etape div {
	margin-left: 4em;
	margin-top: 2px;
	font-size: 10px;
	}
div#explications div.etape div.distance {
	float: right;
	font-size: 12px;
	font-weight: bold;
	}
div#explications span.duree {
	padding-right: 0.4em;
	color: #369;
	border-right: 1px solid #369;
	}
div#explications span.distance {
	padding-left: 0.4em;
	}
div#explications div.copyright {
	font-size: 10px;
	}

/****************************************/
/* CINEMA */
/****************************************/

img.allocine {
	vertical-align: -5px;
	}
span.allocine {
	vertical-align: -1px;
	}

/****************************************/
/* IDENTIFICATION */
/****************************************/

#paveIdentification{
	position: absolute;
	top: -60px;
	right: 0;
	text-align:right;
	white-space:nowrap;
	font-size: 10px;
}



/****************************************/
/* NUAGE */
/****************************************/

#nuage {
	margin-top: 10px;
	text-align: right;
	line-height: 1.8em;
	}
#nuage a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin-left: 0.3em;
	}
#nuage a:hover {
	color: #C30;
	text-decoration: underline;
	}
#nuage a.n1 {
	font-size: 21px;
	}
#nuage a.n2 {
	font-size: 18px;
	}
#nuage a.n3 {
	font-size: 15px;
	}
#nuage a.n4 {
	font-size: 12px;
	}
#nuage a span {
	color: #999;
	}


table td.nombre{text-align:right;padding:3px 10px 3px 0;}
table tbody.resultat_election_commune tr.ligneImpair{background-color:none;border-bottom:1px solid #369;}
table tbody.resultat_election_commune tr.lignePair{background-color:none;}
table tbody.resultat_election_candidat tr.ligneImpair{background-color:#E5ECF9;}
table tbody.resultat_election_candidat tr.lignePair{background-color:#FFF;}
table td.nombre{text-align:right;padding:3px 10px 3px 0;width:20%;}
table td.col1{width:60%;}
div.meteoPrevision{clear:both;background-color:#E5ECF9;padding:5px;margin:0 0 10px 0;}
img.meteoPrevision{float:left;margin:0 10px 0 15px;}
p.meteoPrevision{margin:0;}

/****************************************/
/* LISTE LOISIRS */
/****************************************/

ul.listeLoisirs {
}
ul.listeLoisirs li div.imageLoisirs {
    float: left;
    width: 120px;
    min-height: 1px;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 10px;
}
ul.listeLoisirs li div.texteLoisirs {
    float: left;
    width: 308px;
}
ul.listeLoisirs li div.texteLoisirs h3 {
    float: left;
    width: 308px;
}
ul.listeLoisirs li hr {
    clear: both;
    height: 1px;
    color: #000;
    background-color: #FFF;
    border: 0;
}

#header div.navigation div {
display:inline;	
}



/* pour permettre le fil d'ariane Google, le p.navigation devient div.navigation */
div.navigation {
	line-height: 1.3em;
	margin-bottom: 12px;
	}
	
/* dolead */
div.highslide-body p.dolead .numero {
	font-size: large;
	font-weight: bold;	
}
div.highslide-body p.dolead .tarification {
	color: grey;
	font-size: small;	
}

/* */
span.iconTelephone {
	background-image:url('/images/habillage/icons/icon_tel.gif');
	background-repeat:no-repeat;
	padding-left:20px;
	cursor:pointer;
}	
span.iconWeb {
	background-image:url('/images/habillage/icons/icon_web.gif');
	background-repeat:no-repeat;
	padding-left:20px;
}	
span.iconPanier {
	background-image:url('/images/habillage/icons/icon_achat.gif');
	background-repeat:no-repeat;
	padding-left:20px;
}


#page{
    display: grid;
    grid-template-areas: "a a" "b c";
    grid-template-columns: 160px 1fr;
    grid-gap: 15px;
    width: initial;
    margin: 0 0 20px 0;
    
}
#header{
    grid-area: a;
}
#wrapper{
    grid-area: c;
    position: relative;
    left: unset;
}
#infoPlus{
    grid-area: b;
    float: initial;
    width: 160px;
    height: initial;
}

#paveIdentification{
	display: none;
}



#header{
	display: grid;
	grid-template-areas:
		"a b c"
		"a d d";
	grid-template-columns: min-content min-content 1fr;
	grid-template-rows: min-content 1fr;
	grid-gap: 0 15px;
	margin-top: 0;
	padding: initial;
}
#header p#carte{
	position: initial;
	grid-area: a;
	margin:0;
}
#header p#logo {
	position: initial;
	grid-area: b;
	margin: 0;
	padding-top:15px;
	
}
#header>div{
	position: initial;
	grid-area: d;
	border-top: 1px solid #369;
	padding-top: 10px;
}
#header form.recherche{
	position: initial;
	grid-area: c;
	width: unset;
	border: none;
	padding-top:15px;
}


#wrapper{
	display: grid;
	grid-template-areas:
		"a a"
		"b c";
	grid-template-columns: calc(100% - 315px) 300px;
	grid-template-rows: min-content 1fr;
	grid-gap: 15px;
	width: 100%;
	padding:0;
	overflow: hidden;
}

#content{
	grid-area: b;
	float: initial;
	width: initial;
}
#extra{
	grid-area: c;
	float: initial;
}
#menu{
	grid-area: a;
	width: initial;
	position: initial;
}

#menu {
	overflow: scroll;
}
#menu>ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}
#menu>ul>li {
    float: initial;
    margin: 0 2px 0 0;
	white-space: nowrap;
}


@media screen and (max-width:767px){
	#page{
		grid-template-areas:
        		"a"
	        	"c"
	        	"b";
	    	grid-template-columns: 1fr;
	}
	#header{
		grid-template-areas:
        "b"
        "a"
        "d";
    grid-template-columns: 1fr;
}
#header p#carte{
	text-align:center;
}
#header p#logo {
	text-align:center;
	border-bottom: 1px solid #369;
	
}
#header div{
	padding-top: 0;
	border-top: none;
}
#header form.recherche{
	display: none;
}


	#wrapper{
		grid-template-areas:
        		"a"
	        	"b"
	        	"c";
	    	grid-template-columns: 1fr;
	}
	
}/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(/images/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/images/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/images/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/images/highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(/images/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.mobile .highslide-html {
	border: 1px solid silver;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/images/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/images/highslide/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/images/highslide/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/images/highslide/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/images/highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(/images/highslide/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(/images/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(/images/highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	}
.TabbedPanelsTab, .TabbedPanelsTabSelected {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #369;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	}
.TabbedPanelsTabHover {
	background-color: #C30;
	color: #FFF;
	}
.TabbedPanelsTabSelected,
.TabbedPanelsTabSelected .TabbedPanelsTabHover {
	background-color: #E5ECF9;
	color: #000;
	}
.TabbedPanelsTab a, .TabbedPanelsTabSelected a {
	color: #000;
	text-decoration: none;
	}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #E5ECF9;
	}
.TabbedPanelsContent {
	padding: 15px;
	}@charset "utf-8";

html{
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body{
	width: 100%;
	min-width: 320px;
	max-width: 1000px;
	margin: 0 auto !important;
	padding: 0 15px;
	box-sizing: border-box;
	font-family: verdana,sans-serif;
}

a{
	color: #c30;
}

footer{
	font-size: 12.5px;	
}
footer>ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 5px 21px;
	list-style: none;
	border-top: 1px solid #076699;
	border-bottom: 1px solid #076699;
	font-weight: bold;
}
footer>ul>li{
	padding: 7px 7px;
	white-space: nowrap;
	text-align: center;
}
footer>p{
	margin: 10px;
	text-align: center;

}
footer>p>small{
	font-size: 12px;	

}
footer>p a{
	font-weight: initial;
	color:unset;
	text-decoration: none;
}

div.objInputSuggest {
	display:block;
	position:absolute;
	height:auto;
	overflow:auto;
	text-align:right;
	padding:0px;
	margin:0;
}
div.objInputSuggest a {
	display:block;
	height:16px;
	color:black;
	background-color:#80B3CC;
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
	text-decoration:none;
	padding:2px;
	clear:both;
	cursor:pointer;
}
div.objInputSuggest a.selected,
div.objInputSuggest a.selected:link,
div.objInputSuggest a.selected:hover,
div.objInputSuggest a.selected:active,
div.objInputSuggest a.selected:visited {
	color:white;
	background-color:#369;
	text-decoration:none;
}
div.objInputSuggest a span.label,
div.objInputSuggest a.selected span.label {
	display:block;
	position:relative;
	float:left;
	height:16px;
	text-align:left;
	font-size:11px;
	padding-right:10px;
	z-index:2;
}
div.objInputSuggest a span.comment,
div.objInputSuggest a.selected span.comment {
	position:relative;
	float:right;
	height:16px;
	width:100%;
	text-align:right;
	font-size:10px;
	margin-top:-16px;
	z-index:1;
	overflow:hidden;
}
div.objInputSuggest a.selected span.label,
div.objInputSuggest a.selected:link span.label,
div.objInputSuggest a.selected:hover span.label,
div.objInputSuggest a.selected:active span.label,
div.objInputSuggest a.selected:visited span.label {
}

/************/
/* Homepage */
/************/

body.hp{
	max-width: 768px;
}

/* header */
body.hp>header{
	margin-top: 8.2%;
	margin-bottom: 8.2%;
}
body.hp>header>h1{
	margin: 0;
}
body.hp>header>h1>img{
	display: block;
	width: 468px;
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}

/* main */
body.hp>main>section>form{
	padding: 15px 20px;
	background-color: #E5ECF9;
	text-align: center;
}
body.hp>main>section>form>fieldset{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: none;
	font-size: 12px;
}
body.hp>main>section>form>fieldset>*{
	margin: 3px 3px;
}
body.hp>main>section>form>fieldset>input{
	flex: 1;
	width: 100%;
	min-width: 50px;
	max-width: 300px;
	font-size: 16px;
	box-sizing: border-box;
}
body.hp>main>section>form>fieldset>button{
	height: 100%;
	font-size: 16px;
}
body.hp>main>section>form>fieldset>label{
	white-space: nowrap;
}
body.hp>main>section>nav{
	width: 82%;
	margin: max(4.1%,15px) auto;
}
body.hp>main>section>nav>ul{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
body.hp>main>section>nav>ul>li{
	display: flex;
	align-items: center;
	border-left: 1px solid #076699;
	border-right: 1px solid #076699;
}
body.hp>main>section>nav>ul>li:not(:first-of-type){
	margin-left: -1px;
}
body.hp>main>section>nav>ul>li>a{
	display: block;
	padding: 2px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width:467px){
	body.hp>main>section>form>fieldset:first-of-type{
		flex-direction: column;
	}
	body.hp>main>section>form>fieldset>input{
		max-width: unset;
	}
	body.hp>main>section>form>fieldset>button{
		width: 130px;
		margin-top: 10px;
		align-self: center;
	}
	body.hp>main>section>form>fieldset:nth-of-type(2){
		display: none;
	}
	body.hp>main>section>nav>ul>li>a>span{
		display: none;
	}
}


