@charset "utf-8";
@import url("./OhVariables.css");

#divSuspended1,
body {
  word-wrap: break-word;
}

#divMsg_Wait,
.Oh_Middle h1 {
  -webkit-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  -moz-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
}
.AboutNaturism {
  background-color: var(--background-color);
  color: var(--color-gray-medium-dark); /* was #5d5c5a */
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  -moz-box-shadow: 2px 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  box-shadow: 2px 2px 4px var(--color-gray-medium); /* was #9d9d9d */
}
.Oh_Middle ul {
  list-style-type: none;
}
.CV,
.ThumbnailCaption {
  white-space: nowrap;
  text-overflow: ellipsis;
}
body {
  overflow-wrap: break-word;
  -webkit-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -moz-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-word-break: break-word;
  -ms-word-break: break-word;
  -moz-word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  border: 0;
  color: #000;
  font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana,
    sans-serif;
  margin: 0;
  padding: 0;
}
.Msg_Ok,
.Oh_Middle h1 {
  border-radius: 20px;
  padding: 12px 20px;
}
.Msg_Ok {
  text-align: center;
  background: #90c546;
  color: var(--text-light);
}
.Msg_Error {
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px;
  font-size: 16px;
  line-height: 2em;
}
.Msg_Error .big {
  font-size: 24px;
  margin-bottom: 12px;
}
.Msg_Error ul {
  list-style-type: disc;
}
input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 6px;
}
input[type="radio"] {
  width: 24px;
  height: 24px;
  margin: 6px;
  cursor: pointer;
}
.Oh_Middle {
  font-family: proxima-nova-soft, sans-serif;
  line-height: 1.7em;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  overflow: visible;
}
.Oh_Middle h1,
.Oh_Middle h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
}
#divPopup,
.ohpost {
  overflow: hidden;
}
#ViewLevelMeter {
  display: inline-block;
}
.Oh_Middle A:active {
  text-decoration: none;
}
.Oh_Middle A:hover {
  text-decoration: underline;
}
#header a,
#wp-calendar a,
.Oh_Middle A:link,
.Oh_Middle A:visited {
  text-decoration: none;
}
.Oh_Middle h1 {
  color: var(--color-gray-medium); /* was #969696 */
  font-weight: 700;
  background-color: var(--background-color);
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  display: block;
}
#blogname,
#divCV_Connected,
#divCV_Header {
  display: inline-block;
}
.Oh_Middle h2 {
  color: var(--color-gray-medium-dark); /* was #696866 */
}
#ContactPopUp_Username,
#OhMenuBar,
#divCV_Username,
#divPubTitle,
#leftcolumn h2,
#leftcolumn li,
#mustPayInfo,
#rightcolumn h2,
.Oh_Middle p {
  font-family: Arial, Helvetica, sans-serif;
}
.Oh_Middle h3 {
  color: var(--color-gray-medium-dark); /* was #696866 */
}
.Oh_Middle p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.Oh_Middle ul {
  padding: 12px;
  margin: 0;
}
#divMsg_Wait,
#divWait {
  background: var(--background-color);
  padding: 6px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #68658e;
  text-align: center;
  display: none;
}
#Logo,
#LogoNC {
  margin-bottom: 40px;
}
#divMsg_Wait {
  opacity: 0;
  position: fixed;
  right: 8px;
  top: 64px;
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
#OhMenuBar {
  font-size: 1.4em;
  font-weight: 700;
  color: var(--text-light);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 6px;
}
#Logo {
  margin-top: 10px;
}
#LogoNC {
  text-align: center;
  padding-top: 20px;
}
#blogname {
  width: 300px;
  margin: 0 0 0 24px;
  padding: 0;
}
.CV {
  float: right;
  max-width: 300px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.CV div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 52px;
  padding-left: 6px;
  padding-right: 6px;
}
#divCV_Header {
  font-size: 16px;
  font-weight: 700;
  padding: 6px;
}
#divCV_Header div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#divCV_Laurels {
  right: 0;
  width: 30px;
}
#divCV_Username {
  font-size: 16px;
  font-weight: 400;
}
#divPubTitle,
#div_PbConnection,
#leftcolumn a,
#mustPayInfo a,
.YourVisitorsNb {
  font-weight: 700;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
  color: #000;
  background: #ebebeb;
  border: 1px solid #68658e;
  padding: 0.2em;
}
#divConnectOrSignup .Body,
.Kicker .Body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#commentform textarea {
  width: 90%;
}
#ContactPopUp_Username {
  font-size: 12px;
}
#container {
  background: url(../medias/OhTop2.png) -270px -12px repeat-x;
}
#content {
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: top;
  max-width: 1366px;
}
#copyright,
.sitemapitem h2,
copyright a {
  color: #68658e;
  font-size: 0.8em;
}
#daypic {
  position: absolute;
  top: 0;
  right: 0;
}
#div_PbConnection {
  display: none;
  background-color: #e32525;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 12px;
  border-radius: 20px;
  padding: 12px 20px;
}
#divConnectOrSignup .Title,
.Kicker .Title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}
.M_Birthdays_List {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.Birthday,
.Birthday_Today,
.M_Birthday,
.M_Birthday_Today {
  border-radius: 20px;
  padding: 8px 12px;
  margin-bottom: 6px;
}
.M_Birthday {
  background-color: #eee;
  text-align: center;
}
.M_Birthday_Today {
  background-color: #fcff1a;
  text-align: center;
}
.Birthdays_List {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.Birthday,
.Birthday_Today, 
{
  display: inline-flex;
}
.Birthday {
  background-color: #eee;
}
.Birthday_Today {
  background-color: #fcff1a;
}
#divConnectionPad,
#divRegisterIntice {
  margin-bottom: 20px;
  border-top: none;
  border-left: #d0d0d8 solid 1px;
  border-bottom: #d0d0d8 solid 3px;
  border-right: #d0d0d8 solid 3px;
  border-radius: 20px;
  background-color: var(--background-color);
  min-width: 300px;
}
#divConnectionPad {
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
}
.ConnectButtonBlock {
  display: flex;
  align-items: center;
  text-align: center;
}
.ConnectButtonBlock .OkButton {
  width: 25%;
}
.ConnectButtonBlock .RememberMe {
  width: 75%;
}
#divConnectOrSignup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
#divConnectOrSignup .Title {
  color: var(--color-gray-medium-dark); /* was #696866 */
  font-size: 24px;
  background-color: var(--background-color);
  padding: 12px 20px;
}
#divConnectOrSignup .Body {
  padding: 20px;
  text-align: center;
}
#divRegisterIntice {
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
  max-width: 700px;
  line-height: 2em;
}
#divRegisterIntice ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  font-size: 18px;
  min-height: 24px;
}
#divMenu {
  padding-top: 6px;
}
.Kicker {
  border-top: none;
  border-left: #d0d0d8 solid 1px;
  border-bottom: #d0d0d8 solid 3px;
  border-right: #d0d0d8 solid 3px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: var(--background-color);
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
  min-width: 300px;
}
.Kicker .Title {
  color: var(--color-gray-medium-dark); /* was #696866 */
  font-size: 24px;
  background-color: var(--background-color);
  padding: 12px 20px;
}
#divRegisterInfo,
#footer {
  background-color: var(--background-color);
}
.Kicker .Body {
  padding: 20px;
  text-align: center;
}

.MsgNb,
.YourVisitorsNb,
.BeyondNotifNb {
  width: 16px;
  height: 16px;
}
.MsgNb,
.YourVisitorsNb,
.BeyondNotifNb {
  border: 4px solid red;
  border-radius: 20px;
  background-color: red;
  color: var(--text-light);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
.YourVisitorsNb {
  position: absolute;
  top: -4px;
  right: -4px;
  margin: 0;
}
.BeyondIconWrap,
.MessagesIconWrap,
.VisitorsIconWrap {
  position: relative;
  display: inline-block;
}
.BeyondNotifNb {
  position: absolute;
  top: -4px;
  right: -4px;
  margin: 0;
}

/* Header bar overrides: icons must be white (bar is already colored) */
#OhMenuBar .icoMessagesW,
#OhMenuBar .icoYourVisitorsW {
  background-color: white;
}
/* Header bar overrides: badges must not be cropped at the top of the bar */
#OhMenuBar .MsgNb,
#OhMenuBar .YourVisitorsNb {
  top: 4px;
}

/* -----------------------------------------------------------------------
   Header bar: SVG mask icons (white, for coloured #OhMenuBar background)
   ----------------------------------------------------------------------- */
#OhMenuBar .icoLogo {
  background-image: none;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.07425435,0,0,0.07425435,9.2442682,11.82534)"><path d="M 98.503664 -107.96332 C 97.594632 -107.85976 96.419188 -107.48515 94.952736 -106.77968 C 83.221112 -101.13591 60.06523 -52.160654 43.267001 -17.296285 C 26.468772 17.568083 -11.860416 101.83718 -0.73820692 105.67105 C 10.384002 109.50492 30.337737 73.717488 39.453041 60.455894 C 49.765287 47.703479 61.254606 27.382445 65.519485 29.602272 C 69.784364 31.8221 43.201295 77.748148 43.030273 91.546244 C 42.859249 105.34434 48.427123 106.32487 53.078085 106.88099 C 57.729042 107.43711 65.74064 101.58192 73.43674 93.466376 C 81.132842 85.350831 96.509565 60.10363 94.24255 57.588848 C 91.975534 55.074067 83.143375 70.887394 78.197615 77.921201 C 73.251859 84.955009 62.126809 101.28004 58.365022 96.57015 C 56.637519 94.407243 60.746149 80.264163 67.123979 65.058949 C 74.634433 47.153417 84.059414 27.614143 73.173709 21.711321 C 53.043931 10.795867 23.936201 76.092914 16.7271 81.998193 C 23.154731 62.304682 75.331537 -56.772137 87.535241 -77.346428 C 98.213483 -95.348933 104.86689 -108.68827 98.503664 -107.96332 z M 5.4167355 -97.968116 C -18.477884 -97.231901 -63.75769 -66.627107 -86.381338 -4.3814268 C -109.73478 59.872179 -102.23055 107.48739 -70.125977 112.37836 C -38.021402 117.26933 -10.932597 66.98535 4.9958848 30.07573 C 20.924366 -6.8338906 30.33832 -65.029435 12.413379 -72.795979 C -5.5115561 -80.562523 -35.627879 -50.049654 -55.027956 -0.35704137 C -74.428032 49.335571 -71.079835 80.890565 -61.524839 99.621318 C -68.507498 63.473386 -57.357029 32.087055 -45.243175 1.983941 C -33.129317 -28.119172 -4.0868037 -70.709583 9.7830622 -64.905027 C 23.652928 -59.100473 9.6533759 -8.7045467 -1.5273021 18.686456 C -12.707981 46.077459 -40.348899 110.75243 -67.942813 106.53905 C -95.536732 102.32568 -83.034595 25.741115 -67.390447 -8.6951472 C -51.746313 -43.131409 -29.916242 -74.395465 -6.4459954 -85.789747 C 17.02425 -97.184028 24.378507 -84.989262 26.538183 -73.111617 C 28.69786 -61.23401 25.486056 -47.51863 25.486056 -47.51863 C 25.486056 -47.51863 33.128362 -61.910131 32.114456 -72.664463 C 31.100549 -83.418834 30.846513 -96.713997 7.6525052 -97.941812 C 6.9276923 -97.980182 6.1875297 -97.991865 5.4167355 -97.968116 z M 171.10042 -61.538221 C 167.11259 -61.550483 160.89747 -55.24642 157.86993 -49.596581 C 153.83319 -42.06346 139.45426 -4.5726706 132.27694 12.373694 C 125.09962 29.320058 106.116 67.296873 111.47113 70.740435 C 116.82625 74.183997 176.70059 -52.49966 174.15159 -59.170936 C 173.51434 -60.838755 172.4297 -61.534134 171.10042 -61.538221 z M 106.42092 81.235401 C 103.65924 81.349029 100.87369 82.974312 99.161243 86.233004 C 96.277126 91.721326 92.745323 105.30677 97.109596 107.82791 C 101.63746 110.44353 106.06539 104.50746 108.84081 100.38411 C 111.61632 96.260762 115.52732 86.324857 111.73416 83.102926 C 110.19319 81.794017 108.31049 81.157655 106.42092 81.235401 z "/></g></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.07425435,0,0,0.07425435,9.2442682,11.82534)"><path d="M 98.503664 -107.96332 C 97.594632 -107.85976 96.419188 -107.48515 94.952736 -106.77968 C 83.221112 -101.13591 60.06523 -52.160654 43.267001 -17.296285 C 26.468772 17.568083 -11.860416 101.83718 -0.73820692 105.67105 C 10.384002 109.50492 30.337737 73.717488 39.453041 60.455894 C 49.765287 47.703479 61.254606 27.382445 65.519485 29.602272 C 69.784364 31.8221 43.201295 77.748148 43.030273 91.546244 C 42.859249 105.34434 48.427123 106.32487 53.078085 106.88099 C 57.729042 107.43711 65.74064 101.58192 73.43674 93.466376 C 81.132842 85.350831 96.509565 60.10363 94.24255 57.588848 C 91.975534 55.074067 83.143375 70.887394 78.197615 77.921201 C 73.251859 84.955009 62.126809 101.28004 58.365022 96.57015 C 56.637519 94.407243 60.746149 80.264163 67.123979 65.058949 C 74.634433 47.153417 84.059414 27.614143 73.173709 21.711321 C 53.043931 10.795867 23.936201 76.092914 16.7271 81.998193 C 23.154731 62.304682 75.331537 -56.772137 87.535241 -77.346428 C 98.213483 -95.348933 104.86689 -108.68827 98.503664 -107.96332 z M 5.4167355 -97.968116 C -18.477884 -97.231901 -63.75769 -66.627107 -86.381338 -4.3814268 C -109.73478 59.872179 -102.23055 107.48739 -70.125977 112.37836 C -38.021402 117.26933 -10.932597 66.98535 4.9958848 30.07573 C 20.924366 -6.8338906 30.33832 -65.029435 12.413379 -72.795979 C -5.5115561 -80.562523 -35.627879 -50.049654 -55.027956 -0.35704137 C -74.428032 49.335571 -71.079835 80.890565 -61.524839 99.621318 C -68.507498 63.473386 -57.357029 32.087055 -45.243175 1.983941 C -33.129317 -28.119172 -4.0868037 -70.709583 9.7830622 -64.905027 C 23.652928 -59.100473 9.6533759 -8.7045467 -1.5273021 18.686456 C -12.707981 46.077459 -40.348899 110.75243 -67.942813 106.53905 C -95.536732 102.32568 -83.034595 25.741115 -67.390447 -8.6951472 C -51.746313 -43.131409 -29.916242 -74.395465 -6.4459954 -85.789747 C 17.02425 -97.184028 24.378507 -84.989262 26.538183 -73.111617 C 28.69786 -61.23401 25.486056 -47.51863 25.486056 -47.51863 C 25.486056 -47.51863 33.128362 -61.910131 32.114456 -72.664463 C 31.100549 -83.418834 30.846513 -96.713997 7.6525052 -97.941812 C 6.9276923 -97.980182 6.1875297 -97.991865 5.4167355 -97.968116 z M 171.10042 -61.538221 C 167.11259 -61.550483 160.89747 -55.24642 157.86993 -49.596581 C 153.83319 -42.06346 139.45426 -4.5726706 132.27694 12.373694 C 125.09962 29.320058 106.116 67.296873 111.47113 70.740435 C 116.82625 74.183997 176.70059 -52.49966 174.15159 -59.170936 C 173.51434 -60.838755 172.4297 -61.534134 171.10042 -61.538221 z M 106.42092 81.235401 C 103.65924 81.349029 100.87369 82.974312 99.161243 86.233004 C 96.277126 91.721326 92.745323 105.30677 97.109596 107.82791 C 101.63746 110.44353 106.06539 104.50746 108.84081 100.38411 C 111.61632 96.260762 115.52732 86.324857 111.73416 83.102926 C 110.19319 81.794017 108.31049 81.157655 106.42092 81.235401 z "/></g></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
#OhMenuBar .icoDirectory {
  background-image: none;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.90877368,0,0,0.90877368,1.0947143,1.0947158)"><path d="M 1.1369304,18.079097 C 1.0596434,18.039197 0.9533636,17.946809 0.90075457,17.87378 L 0.80510177,17.741 0.79538277,14.041567 C 0.7853242,10.212282 0.7917538,9.965197 0.91721294,9.3601016 1.2442807,7.7826373 2.26967,6.6222645 3.7704857,6.1312212 5.1051673,5.6945343 6.8676664,5.7689891 7.9748579,6.308829 8.3770534,6.5049298 8.564506,6.6391879 8.9037054,6.9740915 9.5842893,7.6460568 9.9328732,8.4732722 10.066802,9.73421 c 0.01884,0.177323 0.03167,1.829808 0.032,4.118076 l 5.53e-4,3.821909 -0.07419,0.1374 c -0.040811,0.07557 -0.1353014,0.179486 -0.2099952,0.230927 l -0.1358059,0.09352 H 7.8196406 5.9599041 l -0.1382547,-0.09373 c -0.082871,-0.05619 -0.1668893,-0.150015 -0.2097352,-0.234224 -0.066649,-0.130995 -0.073626,-0.20368 -0.1032294,-1.075353 -0.017462,-0.514177 -0.031926,-0.98046 -0.032144,-1.036187 -3.131e-4,-0.08041 -0.013556,-0.10132 -0.064163,-0.10132 -0.062502,0 -0.063768,0.02078 -0.063768,1.045626 0,0.966489 -0.00459,1.054381 -0.060666,1.161295 -0.076703,0.146243 -0.1790067,0.239819 -0.3293276,0.301231 -0.1018207,0.0416 -0.3637671,0.04826 -1.899635,0.04826 H 1.2774528 Z m 2.9430882,-2.275764 0.00917,-1.070103 0.089734,-0.132524 c 0.062111,-0.09172 0.140631,-0.155695 0.2550742,-0.207795 0.1611554,-0.07337 0.1859613,-0.07528 0.9800997,-0.07558 0.8083002,-3.03e-4 0.8160445,3.2e-4 0.9768365,0.07867 0.1002661,0.04886 0.1963134,0.127277 0.251851,0.205637 0.080232,0.113202 0.09224,0.163624 0.1129745,0.474396 0.012761,0.191253 0.024203,0.524421 0.025426,0.740371 0.00122,0.215953 0.011579,0.542128 0.023012,0.724835 l 0.020788,0.332193 h 0.99951 0.9995091 L 8.823092,13.826019 C 8.8225886,12.149934 8.8089569,10.524697 8.792795,10.214378 8.739992,9.2005302 8.5476625,8.5480236 8.149729,8.0326777 7.6581779,7.3960927 6.6822675,7.0713883 5.4283205,7.1272136 4.3587283,7.174836 3.6021408,7.4563686 3.0236091,8.0220428 2.5478966,8.4871826 2.2672107,9.0788223 2.1447659,9.8744996 2.1043448,10.137168 2.0967609,10.712743 2.0966028,13.529846 l -1.88e-4,3.343588 H 3.0836354 4.070856 Z M 4.9500565,12.760384 C 4.4667138,12.739713 4.338577,12.692773 4.184834,12.480062 L 4.089181,12.34772 4.079911,11.387943 C 4.069631,10.322121 4.090858,10.134083 4.261783,9.7769434 4.5187319,9.2400673 5.0974187,8.9471029 5.707179,9.0452017 c 0.6067793,0.097619 0.9418362,0.4348516 1.0667989,1.0737263 0.040953,0.20938 0.045896,0.389509 0.02794,1.018186 -0.029782,1.042655 -0.051196,1.220647 -0.166029,1.380048 -0.050393,0.06995 -0.1548601,0.159827 -0.2321477,0.199723 -0.1297854,0.067 -0.174858,0.07209 -0.589859,0.06688 -0.2471348,-0.0031 -0.6358589,-0.01364 -0.8638313,-0.0234 z m 0.565013,-1.623607 c 0.025394,-0.395803 0.00262,-0.841406 -0.043029,-0.841406 -0.064311,0 -0.098886,0.193249 -0.115246,0.644162 -0.018382,0.506619 -0.00779,0.582141 0.079402,0.565863 0.047753,-0.0089 0.059241,-0.06261 0.078873,-0.368619 z m 8.4080865,6.942649 c -0.07764,-0.04007 -0.184202,-0.132622 -0.23681,-0.205655 -0.08323,-0.115519 -0.09562,-0.159807 -0.09543,-0.340538 2.19e-4,-0.2053 0.01812,-0.248032 1.517293,-3.621484 l 1.517073,-3.413736 -1.392315,-0.01559 -1.392315,-0.01558 -0.154388,-0.09352 c -0.101929,-0.06175 -0.179868,-0.140697 -0.229373,-0.232349 l -0.07499,-0.138819 0.0087,-1.7368526 0.0087,-1.7368525 0.09565,-0.1327632 c 0.05261,-0.073019 0.158888,-0.1654061 0.236175,-0.2053027 l 0.140525,-0.072544 4.418926,6.845e-4 c 4.218238,6.54e-4 4.424781,0.00332 4.547783,0.057917 0.137478,0.061063 0.288048,0.2143241 0.338863,0.3449267 0.01705,0.043832 0.03084,0.1498413 0.03064,0.2355749 -3.22e-4,0.1368248 -0.187225,0.5750468 -1.529105,3.5851999 l -1.528737,3.429322 1.282311,0.01558 1.28231,0.01559 0.154374,0.09353 c 0.101336,0.06139 0.179875,0.140735 0.228593,0.230926 l 0.07422,0.137401 v 1.703152 1.703152 l -0.07173,0.138687 c -0.04196,0.08108 -0.129165,0.177706 -0.20999,0.232627 l -0.138248,0.09395 -4.343814,0.0081 -4.343813,0.0081 z m 7.973389,-2.108907 v -0.902916 l -1.479914,-0.009 -1.479914,-0.009 -0.138213,-0.09491 c -0.186072,-0.127776 -0.286247,-0.31047 -0.286247,-0.522044 0,-0.149518 0.140519,-0.480735 1.471505,-3.468488 0.809329,-1.8167529 1.498247,-3.3628094 1.530931,-3.4356831 l 0.05943,-0.1324964 h -3.457656 -3.457649 v 0.9031571 0.903246 l 1.570299,0.00863 c 1.521672,0.00836 1.574249,0.010663 1.697838,0.073774 0.07014,0.035818 0.17058,0.1247103 0.22319,0.1975337 0.08513,0.1178432 0.09554,0.1569697 0.09466,0.355744 l -9.88e-4,0.2233377 -1.492875,3.351383 c -0.821082,1.843259 -1.500247,3.375932 -1.509255,3.405939 -0.01552,0.05171 0.157479,0.05456 3.319248,0.05456 H 21.89656 Z M 10.721109,14.36153 c -0.136471,-0.0694 -0.236149,-0.16727 -0.306004,-0.300456 -0.05659,-0.107887 -0.06063,-0.197016 -0.06015,-1.324966 5.17e-4,-1.193864 0.0014,-1.210852 0.07173,-1.331036 0.03917,-0.06695 0.12634,-0.165161 0.193717,-0.218231 l 0.122501,-0.09649 1.67896,-0.0092 c 0.923427,-0.005 1.726447,-7.57e-4 1.784486,0.0095 0.128546,0.02286 0.350926,0.212566 0.409495,0.349366 0.06333,0.147889 0.06238,2.460608 -0.0011,2.60517 -0.05365,0.122258 -0.226896,0.287348 -0.348634,0.332224 -0.05918,0.02181 -0.662141,0.03302 -1.769576,0.0329 -1.459627,-1.67e-4 -1.692358,-0.0065 -1.775472,-0.04884 z m 2.646394,-1.618871 v -0.405282 h -0.860876 -0.860874 l -0.009,0.372293 c -0.0049,0.20476 -0.0017,0.390875 0.0072,0.413589 0.01301,0.03314 0.184713,0.03965 0.869911,0.03299 l 0.853704,-0.0082 z"/></g></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.90877368,0,0,0.90877368,1.0947143,1.0947158)"><path d="M 1.1369304,18.079097 C 1.0596434,18.039197 0.9533636,17.946809 0.90075457,17.87378 L 0.80510177,17.741 0.79538277,14.041567 C 0.7853242,10.212282 0.7917538,9.965197 0.91721294,9.3601016 1.2442807,7.7826373 2.26967,6.6222645 3.7704857,6.1312212 5.1051673,5.6945343 6.8676664,5.7689891 7.9748579,6.308829 8.3770534,6.5049298 8.564506,6.6391879 8.9037054,6.9740915 9.5842893,7.6460568 9.9328732,8.4732722 10.066802,9.73421 c 0.01884,0.177323 0.03167,1.829808 0.032,4.118076 l 5.53e-4,3.821909 -0.07419,0.1374 c -0.040811,0.07557 -0.1353014,0.179486 -0.2099952,0.230927 l -0.1358059,0.09352 H 7.8196406 5.9599041 l -0.1382547,-0.09373 c -0.082871,-0.05619 -0.1668893,-0.150015 -0.2097352,-0.234224 -0.066649,-0.130995 -0.073626,-0.20368 -0.1032294,-1.075353 -0.017462,-0.514177 -0.031926,-0.98046 -0.032144,-1.036187 -3.131e-4,-0.08041 -0.013556,-0.10132 -0.064163,-0.10132 -0.062502,0 -0.063768,0.02078 -0.063768,1.045626 0,0.966489 -0.00459,1.054381 -0.060666,1.161295 -0.076703,0.146243 -0.1790067,0.239819 -0.3293276,0.301231 -0.1018207,0.0416 -0.3637671,0.04826 -1.899635,0.04826 H 1.2774528 Z m 2.9430882,-2.275764 0.00917,-1.070103 0.089734,-0.132524 c 0.062111,-0.09172 0.140631,-0.155695 0.2550742,-0.207795 0.1611554,-0.07337 0.1859613,-0.07528 0.9800997,-0.07558 0.8083002,-3.03e-4 0.8160445,3.2e-4 0.9768365,0.07867 0.1002661,0.04886 0.1963134,0.127277 0.251851,0.205637 0.080232,0.113202 0.09224,0.163624 0.1129745,0.474396 0.012761,0.191253 0.024203,0.524421 0.025426,0.740371 0.00122,0.215953 0.011579,0.542128 0.023012,0.724835 l 0.020788,0.332193 h 0.99951 0.9995091 L 8.823092,13.826019 C 8.8225886,12.149934 8.8089569,10.524697 8.792795,10.214378 8.739992,9.2005302 8.5476625,8.5480236 8.149729,8.0326777 7.6581779,7.3960927 6.6822675,7.0713883 5.4283205,7.1272136 4.3587283,7.174836 3.6021408,7.4563686 3.0236091,8.0220428 2.5478966,8.4871826 2.2672107,9.0788223 2.1447659,9.8744996 2.1043448,10.137168 2.0967609,10.712743 2.0966028,13.529846 l -1.88e-4,3.343588 H 3.0836354 4.070856 Z M 4.9500565,12.760384 C 4.4667138,12.739713 4.338577,12.692773 4.184834,12.480062 L 4.089181,12.34772 4.079911,11.387943 C 4.069631,10.322121 4.090858,10.134083 4.261783,9.7769434 4.5187319,9.2400673 5.0974187,8.9471029 5.707179,9.0452017 c 0.6067793,0.097619 0.9418362,0.4348516 1.0667989,1.0737263 0.040953,0.20938 0.045896,0.389509 0.02794,1.018186 -0.029782,1.042655 -0.051196,1.220647 -0.166029,1.380048 -0.050393,0.06995 -0.1548601,0.159827 -0.2321477,0.199723 -0.1297854,0.067 -0.174858,0.07209 -0.589859,0.06688 -0.2471348,-0.0031 -0.6358589,-0.01364 -0.8638313,-0.0234 z m 0.565013,-1.623607 c 0.025394,-0.395803 0.00262,-0.841406 -0.043029,-0.841406 -0.064311,0 -0.098886,0.193249 -0.115246,0.644162 -0.018382,0.506619 -0.00779,0.582141 0.079402,0.565863 0.047753,-0.0089 0.059241,-0.06261 0.078873,-0.368619 z m 8.4080865,6.942649 c -0.07764,-0.04007 -0.184202,-0.132622 -0.23681,-0.205655 -0.08323,-0.115519 -0.09562,-0.159807 -0.09543,-0.340538 2.19e-4,-0.2053 0.01812,-0.248032 1.517293,-3.621484 l 1.517073,-3.413736 -1.392315,-0.01559 -1.392315,-0.01558 -0.154388,-0.09352 c -0.101929,-0.06175 -0.179868,-0.140697 -0.229373,-0.232349 l -0.07499,-0.138819 0.0087,-1.7368526 0.0087,-1.7368525 0.09565,-0.1327632 c 0.05261,-0.073019 0.158888,-0.1654061 0.236175,-0.2053027 l 0.140525,-0.072544 4.418926,6.845e-4 c 4.218238,6.54e-4 4.424781,0.00332 4.547783,0.057917 0.137478,0.061063 0.288048,0.2143241 0.338863,0.3449267 0.01705,0.043832 0.03084,0.1498413 0.03064,0.2355749 -3.22e-4,0.1368248 -0.187225,0.5750468 -1.529105,3.5851999 l -1.528737,3.429322 1.282311,0.01558 1.28231,0.01559 0.154374,0.09353 c 0.101336,0.06139 0.179875,0.140735 0.228593,0.230926 l 0.07422,0.137401 v 1.703152 1.703152 l -0.07173,0.138687 c -0.04196,0.08108 -0.129165,0.177706 -0.20999,0.232627 l -0.138248,0.09395 -4.343814,0.0081 -4.343813,0.0081 z m 7.973389,-2.108907 v -0.902916 l -1.479914,-0.009 -1.479914,-0.009 -0.138213,-0.09491 c -0.186072,-0.127776 -0.286247,-0.31047 -0.286247,-0.522044 0,-0.149518 0.140519,-0.480735 1.471505,-3.468488 0.809329,-1.8167529 1.498247,-3.3628094 1.530931,-3.4356831 l 0.05943,-0.1324964 h -3.457656 -3.457649 v 0.9031571 0.903246 l 1.570299,0.00863 c 1.521672,0.00836 1.574249,0.010663 1.697838,0.073774 0.07014,0.035818 0.17058,0.1247103 0.22319,0.1975337 0.08513,0.1178432 0.09554,0.1569697 0.09466,0.355744 l -9.88e-4,0.2233377 -1.492875,3.351383 c -0.821082,1.843259 -1.500247,3.375932 -1.509255,3.405939 -0.01552,0.05171 0.157479,0.05456 3.319248,0.05456 H 21.89656 Z M 10.721109,14.36153 c -0.136471,-0.0694 -0.236149,-0.16727 -0.306004,-0.300456 -0.05659,-0.107887 -0.06063,-0.197016 -0.06015,-1.324966 5.17e-4,-1.193864 0.0014,-1.210852 0.07173,-1.331036 0.03917,-0.06695 0.12634,-0.165161 0.193717,-0.218231 l 0.122501,-0.09649 1.67896,-0.0092 c 0.923427,-0.005 1.726447,-7.57e-4 1.784486,0.0095 0.128546,0.02286 0.350926,0.212566 0.409495,0.349366 0.06333,0.147889 0.06238,2.460608 -0.0011,2.60517 -0.05365,0.122258 -0.226896,0.287348 -0.348634,0.332224 -0.05918,0.02181 -0.662141,0.03302 -1.769576,0.0329 -1.459627,-1.67e-4 -1.692358,-0.0065 -1.775472,-0.04884 z m 2.646394,-1.618871 v -0.405282 h -0.860876 -0.860874 l -0.009,0.372293 c -0.0049,0.20476 -0.0017,0.390875 0.0072,0.413589 0.01301,0.03314 0.184713,0.03965 0.869911,0.03299 l 0.853704,-0.0082 z"/></g></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
#OhMenuBar .icoEvents {
  background-image: none;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 16.796875 1.9882812 C 16.09693 2.003232 15.410007 2.3485678 14.982422 2.9160156 C 14.671484 3.3286649 14.495757 3.8559223 14.460938 4.4765625 L 14.445312 4.7460938 L 11.998047 4.7460938 L 9.5507812 4.7460938 L 9.5371094 4.4863281 C 9.4991295 3.7526179 9.266546 3.1780055 8.8203125 2.7109375 C 8.1486158 2.0078876 7.0989311 1.7973313 6.1757812 2.1816406 C 5.6794355 2.3882704 5.2169366 2.8433552 4.9785156 3.359375 C 4.8268256 3.6877034 4.7248547 4.1550708 4.7246094 4.5175781 L 4.7246094 4.6972656 L 4.578125 4.7128906 C 4.1644714 4.7571936 3.6653167 4.8994124 3.3300781 5.0683594 C 2.5032397 5.4850551 2.037928 6.1926336 1.8574219 7.3046875 C 1.8212715 7.5269748 1.8179852 7.9363238 1.8105469 13.193359 C 1.8052655 17.155139 1.8112401 18.918262 1.828125 19.095703 C 1.8725322 19.562006 1.9818214 19.961394 2.1699219 20.333984 C 2.6444732 21.273955 3.6180521 21.872076 4.8671875 21.990234 C 5.1701213 22.018854 19.083013 22.018824 19.363281 21.990234 C 20.089334 21.916152 20.70782 21.663132 21.175781 21.248047 C 21.739625 20.747913 22.079019 20.037752 22.167969 19.166016 C 22.200285 18.849201 22.200289 7.9536443 22.167969 7.5996094 C 22.12258 7.1025199 21.982117 6.5607575 21.810547 6.21875 C 21.37752 5.3555606 20.63488 4.8591304 19.552734 4.7070312 L 19.283203 4.6679688 L 19.267578 4.4140625 C 19.242317 3.97375 19.149953 3.6291238 18.957031 3.2597656 C 18.585052 2.5475817 17.920525 2.09761 17.097656 2.0019531 C 16.997817 1.9903484 16.896867 1.9861454 16.796875 1.9882812 z M 7.1113281 3.1367188 C 7.6702295 3.1280537 8.1545497 3.5041866 8.3320312 4.1171875 C 8.3822394 4.2899057 8.3828125 4.3132982 8.3828125 5.3554688 C 8.3828125 6.3976321 8.3820162 6.4190861 8.3320312 6.5917969 C 8.1999413 7.0480201 7.9448436 7.3416777 7.5546875 7.484375 C 7.2538661 7.5944038 6.8456711 7.56218 6.5527344 7.40625 C 6.3692381 7.3085698 6.1377668 7.0637944 6.0449219 6.8691406 C 5.8844918 6.5323698 5.8847656 6.5408209 5.8847656 5.3320312 C 5.8847656 4.3525954 5.8875292 4.2353943 5.9238281 4.1054688 C 6.0663172 3.5956452 6.4015294 3.263223 6.8691406 3.1640625 C 6.951378 3.1466242 7.0314851 3.1379566 7.1113281 3.1367188 z M 16.865234 3.1386719 C 17.27273 3.1411681 17.676574 3.3451196 17.90625 3.7324219 C 18.111893 4.0792195 18.153762 4.3977907 18.138672 5.5527344 C 18.127175 6.43295 18.110833 6.5568929 17.966797 6.8652344 C 17.813723 7.1929303 17.512148 7.4398715 17.166016 7.5214844 C 16.610986 7.6523472 16.032915 7.3778772 15.783203 6.8652344 C 15.613475 6.5167779 15.612643 6.5047151 15.613281 5.3320312 C 15.613851 4.3258844 15.616343 4.2884404 15.664062 4.1171875 C 15.73679 3.8561539 15.832688 3.6788464 15.992188 3.5097656 C 16.230457 3.2571884 16.548293 3.1367303 16.865234 3.1386719 z M 19.271484 5.828125 L 19.398438 5.8417969 C 19.614707 5.8678905 19.923289 5.9557978 20.09375 6.0390625 C 20.580251 6.2767025 20.850607 6.6866946 20.988281 7.3925781 C 21.021262 7.5616962 21.027651 7.7716507 21.035156 8.9199219 L 21.042969 10.251953 L 12 10.251953 L 2.9550781 10.251953 L 2.9550781 9.0605469 C 2.9550781 7.8432852 2.9680348 7.5636285 3.0429688 7.21875 C 3.1821697 6.5780335 3.5263479 6.1790959 4.1054688 5.984375 C 4.2288855 5.9428788 4.6391551 5.8535156 4.703125 5.8535156 C 4.715472 5.8535156 4.7246094 5.9518284 4.7246094 6.0878906 C 4.7246094 7.0307819 5.1284717 7.8424767 5.8300781 8.3046875 C 6.0641552 8.4588991 6.2829758 8.5537353 6.5800781 8.6328125 C 6.7628828 8.6814591 6.838809 8.6889695 7.1347656 8.6894531 C 7.5187029 8.6901003 7.6716034 8.6648534 7.9960938 8.5429688 C 8.6512179 8.2968937 9.1775296 7.7293349 9.3964844 7.0332031 C 9.4816163 6.7625517 9.5227543 6.512872 9.5371094 6.1894531 L 9.5507812 5.8964844 L 11.998047 5.8964844 L 14.445312 5.8964844 L 14.460938 6.171875 C 14.495836 6.8246561 14.6579 7.3167327 14.984375 7.7539062 C 15.50849 8.4557357 16.391074 8.8104845 17.257812 8.6699219 C 18.025006 8.5455008 18.638129 8.0903972 18.984375 7.3886719 C 19.188146 6.9757178 19.271325 6.6071379 19.271484 6.1113281 L 19.271484 5.828125 z M 2.9550781 11.490234 L 11.998047 11.490234 L 21.041016 11.490234 L 21.041016 15.210938 C 21.040986 17.786919 21.032505 18.99111 21.015625 19.128906 C 20.969152 19.508141 20.840821 19.863609 20.654297 20.125 C 20.373731 20.518177 19.905226 20.766987 19.308594 20.841797 C 19.088454 20.869357 5.1470524 20.867494 4.9101562 20.839844 C 3.7686761 20.706612 3.1053139 20.104706 2.9804688 19.085938 C 2.9635868 18.948188 2.9551226 17.747367 2.9550781 15.1875 L 2.9550781 11.490234 z M 8.3574219 13.009766 L 8.3574219 14.75 L 8.9980469 14.75 L 8.5683594 15.939453 C 8.9054107 15.939453 9.1758553 16.013895 9.3769531 16.164062 C 9.578051 16.311286 9.6777344 16.509486 9.6777344 16.759766 C 9.6777344 16.977657 9.6105628 17.161371 9.4746094 17.308594 C 9.3414882 17.455818 9.174828 17.529297 8.9765625 17.529297 C 8.7952912 17.529297 8.5823532 17.450017 8.3359375 17.291016 L 8.3359375 18.996094 C 8.6616593 19.125651 8.990879 19.189453 9.3222656 19.189453 C 9.9227262 19.189453 10.427198 18.991254 10.837891 18.59375 C 11.248584 18.193302 11.453125 17.703108 11.453125 17.123047 C 11.453125 16.734377 11.376483 16.397904 11.220703 16.115234 C 11.067755 15.829621 10.820352 15.56858 10.480469 15.330078 L 11.427734 13.009766 L 8.3574219 13.009766 z M 14.019531 13.009766 L 14.019531 19.039062 L 15.664062 19.039062 L 15.664062 13.009766 L 14.019531 13.009766 z"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 16.796875 1.9882812 C 16.09693 2.003232 15.410007 2.3485678 14.982422 2.9160156 C 14.671484 3.3286649 14.495757 3.8559223 14.460938 4.4765625 L 14.445312 4.7460938 L 11.998047 4.7460938 L 9.5507812 4.7460938 L 9.5371094 4.4863281 C 9.4991295 3.7526179 9.266546 3.1780055 8.8203125 2.7109375 C 8.1486158 2.0078876 7.0989311 1.7973313 6.1757812 2.1816406 C 5.6794355 2.3882704 5.2169366 2.8433552 4.9785156 3.359375 C 4.8268256 3.6877034 4.7248547 4.1550708 4.7246094 4.5175781 L 4.7246094 4.6972656 L 4.578125 4.7128906 C 4.1644714 4.7571936 3.6653167 4.8994124 3.3300781 5.0683594 C 2.5032397 5.4850551 2.037928 6.1926336 1.8574219 7.3046875 C 1.8212715 7.5269748 1.8179852 7.9363238 1.8105469 13.193359 C 1.8052655 17.155139 1.8112401 18.918262 1.828125 19.095703 C 1.8725322 19.562006 1.9818214 19.961394 2.1699219 20.333984 C 2.6444732 21.273955 3.6180521 21.872076 4.8671875 21.990234 C 5.1701213 22.018854 19.083013 22.018824 19.363281 21.990234 C 20.089334 21.916152 20.70782 21.663132 21.175781 21.248047 C 21.739625 20.747913 22.079019 20.037752 22.167969 19.166016 C 22.200285 18.849201 22.200289 7.9536443 22.167969 7.5996094 C 22.12258 7.1025199 21.982117 6.5607575 21.810547 6.21875 C 21.37752 5.3555606 20.63488 4.8591304 19.552734 4.7070312 L 19.283203 4.6679688 L 19.267578 4.4140625 C 19.242317 3.97375 19.149953 3.6291238 18.957031 3.2597656 C 18.585052 2.5475817 17.920525 2.09761 17.097656 2.0019531 C 16.997817 1.9903484 16.896867 1.9861454 16.796875 1.9882812 z M 7.1113281 3.1367188 C 7.6702295 3.1280537 8.1545497 3.5041866 8.3320312 4.1171875 C 8.3822394 4.2899057 8.3828125 4.3132982 8.3828125 5.3554688 C 8.3828125 6.3976321 8.3820162 6.4190861 8.3320312 6.5917969 C 8.1999413 7.0480201 7.9448436 7.3416777 7.5546875 7.484375 C 7.2538661 7.5944038 6.8456711 7.56218 6.5527344 7.40625 C 6.3692381 7.3085698 6.1377668 7.0637944 6.0449219 6.8691406 C 5.8844918 6.5323698 5.8847656 6.5408209 5.8847656 5.3320312 C 5.8847656 4.3525954 5.8875292 4.2353943 5.9238281 4.1054688 C 6.0663172 3.5956452 6.4015294 3.263223 6.8691406 3.1640625 C 6.951378 3.1466242 7.0314851 3.1379566 7.1113281 3.1367188 z M 16.865234 3.1386719 C 17.27273 3.1411681 17.676574 3.3451196 17.90625 3.7324219 C 18.111893 4.0792195 18.153762 4.3977907 18.138672 5.5527344 C 18.127175 6.43295 18.110833 6.5568929 17.966797 6.8652344 C 17.813723 7.1929303 17.512148 7.4398715 17.166016 7.5214844 C 16.610986 7.6523472 16.032915 7.3778772 15.783203 6.8652344 C 15.613475 6.5167779 15.612643 6.5047151 15.613281 5.3320312 C 15.613851 4.3258844 15.616343 4.2884404 15.664062 4.1171875 C 15.73679 3.8561539 15.832688 3.6788464 15.992188 3.5097656 C 16.230457 3.2571884 16.548293 3.1367303 16.865234 3.1386719 z M 19.271484 5.828125 L 19.398438 5.8417969 C 19.614707 5.8678905 19.923289 5.9557978 20.09375 6.0390625 C 20.580251 6.2767025 20.850607 6.6866946 20.988281 7.3925781 C 21.021262 7.5616962 21.027651 7.7716507 21.035156 8.9199219 L 21.042969 10.251953 L 12 10.251953 L 2.9550781 10.251953 L 2.9550781 9.0605469 C 2.9550781 7.8432852 2.9680348 7.5636285 3.0429688 7.21875 C 3.1821697 6.5780335 3.5263479 6.1790959 4.1054688 5.984375 C 4.2288855 5.9428788 4.6391551 5.8535156 4.703125 5.8535156 C 4.715472 5.8535156 4.7246094 5.9518284 4.7246094 6.0878906 C 4.7246094 7.0307819 5.1284717 7.8424767 5.8300781 8.3046875 C 6.0641552 8.4588991 6.2829758 8.5537353 6.5800781 8.6328125 C 6.7628828 8.6814591 6.838809 8.6889695 7.1347656 8.6894531 C 7.5187029 8.6901003 7.6716034 8.6648534 7.9960938 8.5429688 C 8.6512179 8.2968937 9.1775296 7.7293349 9.3964844 7.0332031 C 9.4816163 6.7625517 9.5227543 6.512872 9.5371094 6.1894531 L 9.5507812 5.8964844 L 11.998047 5.8964844 L 14.445312 5.8964844 L 14.460938 6.171875 C 14.495836 6.8246561 14.6579 7.3167327 14.984375 7.7539062 C 15.50849 8.4557357 16.391074 8.8104845 17.257812 8.6699219 C 18.025006 8.5455008 18.638129 8.0903972 18.984375 7.3886719 C 19.188146 6.9757178 19.271325 6.6071379 19.271484 6.1113281 L 19.271484 5.828125 z M 2.9550781 11.490234 L 11.998047 11.490234 L 21.041016 11.490234 L 21.041016 15.210938 C 21.040986 17.786919 21.032505 18.99111 21.015625 19.128906 C 20.969152 19.508141 20.840821 19.863609 20.654297 20.125 C 20.373731 20.518177 19.905226 20.766987 19.308594 20.841797 C 19.088454 20.869357 5.1470524 20.867494 4.9101562 20.839844 C 3.7686761 20.706612 3.1053139 20.104706 2.9804688 19.085938 C 2.9635868 18.948188 2.9551226 17.747367 2.9550781 15.1875 L 2.9550781 11.490234 z M 8.3574219 13.009766 L 8.3574219 14.75 L 8.9980469 14.75 L 8.5683594 15.939453 C 8.9054107 15.939453 9.1758553 16.013895 9.3769531 16.164062 C 9.578051 16.311286 9.6777344 16.509486 9.6777344 16.759766 C 9.6777344 16.977657 9.6105628 17.161371 9.4746094 17.308594 C 9.3414882 17.455818 9.174828 17.529297 8.9765625 17.529297 C 8.7952912 17.529297 8.5823532 17.450017 8.3359375 17.291016 L 8.3359375 18.996094 C 8.6616593 19.125651 8.990879 19.189453 9.3222656 19.189453 C 9.9227262 19.189453 10.427198 18.991254 10.837891 18.59375 C 11.248584 18.193302 11.453125 17.703108 11.453125 17.123047 C 11.453125 16.734377 11.376483 16.397904 11.220703 16.115234 C 11.067755 15.829621 10.820352 15.56858 10.480469 15.330078 L 11.427734 13.009766 L 8.3574219 13.009766 z M 14.019531 13.009766 L 14.019531 19.039062 L 15.664062 19.039062 L 15.664062 13.009766 L 14.019531 13.009766 z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
#OhMenuBar .icoNatStay {
  background-image: none;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.91153608,0,0,0.91153608,1.0632503,1.0647281)"><path d="M 12.064576 1.8338276 L 6.6286114 4.5828788 C 0.5979289 7.6314344 1.0358905 7.3918289 0.95052431 7.6854713 C 0.85361666 8.0188213 1.0524974 8.3861155 1.3854872 8.4889742 C 1.4271956 8.5018998 1.5283459 8.5086203 1.610468 8.5039729 C 1.7790412 8.4944603 1.0245808 8.869233 8.3106108 5.1849703 L 12.062434 3.2865608 L 16.784888 5.6842135 C 22.727681 8.703164 22.2456 8.4654048 22.411551 8.4654048 C 22.600287 8.4654048 22.718606 8.4237224 22.846514 8.3111322 C 23.134149 8.0579565 23.146807 7.6169463 22.874369 7.3597848 C 22.822978 7.3112736 21.459511 6.6057189 19.188969 5.4528046 C 17.206837 4.4463381 14.79417 3.2215778 13.825855 2.7294655 L 12.064576 1.8338276 z M 11.895305 4.8464278 C 11.86448 4.8478106 11.835235 4.8533691 11.805313 4.8614265 C 11.701243 4.8894484 11.534156 5.0192572 11.479626 5.1142621 C 11.458546 5.1509912 11.445573 5.5202453 11.436773 6.4705749 L 11.426059 7.7754636 L 11.224648 7.8033184 C 10.813016 7.8618035 10.399916 7.9708084 10.044034 8.1140062 L 9.8469083 8.1932851 L 9.5833594 7.7197541 C 9.4386419 7.4591935 9.2854025 7.2045158 9.2405315 7.1540881 C 9.0093864 6.8943453 8.5507161 6.985596 8.4241725 7.3169313 C 8.3486499 7.5146857 8.3794497 7.6075653 8.6920068 8.1632877 C 8.8456209 8.4364127 8.9705545 8.6679496 8.9705545 8.6775296 C 8.9705545 8.6871524 8.8975005 8.7504044 8.8077112 8.8168034 C 8.5845998 8.9817941 8.1439236 9.4105567 7.9442135 9.6588744 L 7.7792275 9.8645712 L 7.5113932 9.7060133 C 6.8405973 9.3118734 6.7437247 9.2646223 6.6093273 9.2646223 C 6.4509236 9.2646223 6.3686128 9.2955549 6.2664994 9.3931828 C 6.1511742 9.5034397 6.1090259 9.5948202 6.1079415 9.7467241 C 6.106821 9.9068479 6.1766569 10.055783 6.2922115 10.140976 C 6.3355699 10.172943 6.5670014 10.312456 6.8064534 10.449521 C 7.0459037 10.586672 7.2486234 10.704521 7.2585577 10.71307 C 7.2684587 10.721573 7.23744 10.821284 7.1899921 10.933766 C 7.0325521 11.307053 6.9068421 11.788134 6.8471642 12.238654 L 6.8300228 12.3715 L 5.5487035 12.384356 C 4.1276399 12.397766 4.1935014 12.390106 4.0424034 12.562198 C 3.8491532 12.782306 3.9046617 13.125863 4.1602505 13.294993 L 4.2630989 13.363558 L 5.5465608 13.369986 L 6.8321655 13.376414 L 6.8600202 13.603538 C 6.8980951 13.904994 7.036615 14.431491 7.1557093 14.73487 C 7.2087442 14.869959 7.2486516 14.983363 7.2457016 14.985563 C 7.2427945 14.987783 7.0623752 15.089435 6.8428788 15.212686 C 6.2337097 15.554752 6.2239759 15.562368 6.150795 15.71193 C 6.027638 15.963649 6.1146086 16.239323 6.3586344 16.369731 C 6.4477908 16.41738 6.4925938 16.424869 6.61147 16.416869 C 6.7440343 16.408091 6.7979115 16.38487 7.2328456 16.138322 C 7.4947208 15.989867 7.7201367 15.865417 7.7320887 15.861917 C 7.7441037 15.858306 7.8213184 15.942461 7.9056453 16.048329 C 8.1354323 16.336829 8.4215702 16.624532 8.6920068 16.841119 C 8.8250321 16.947653 8.9372971 17.035545 8.940557 17.038245 C 8.9438972 17.040924 8.8257011 17.255637 8.6791508 17.513919 C 8.5326006 17.772203 8.401716 18.026052 8.3877471 18.077442 C 8.3537861 18.201903 8.3778551 18.330511 8.460598 18.460981 C 8.6198679 18.712133 9.0128448 18.748685 9.2191047 18.531689 C 9.2532946 18.495718 9.3860151 18.282164 9.5147938 18.056015 C 9.6435586 17.829865 9.7645061 17.622058 9.7826281 17.593198 L 9.8147682 17.539631 L 10.01618 17.625338 C 10.367964 17.774211 10.905312 17.910575 11.323211 17.959595 L 11.462485 17.976736 L 11.462485 19.217345 L 11.462485 20.457953 L 11.528908 20.586514 C 11.583429 20.690873 11.621669 20.726967 11.726034 20.781497 C 11.808425 20.824547 11.891413 20.850063 11.957443 20.850063 C 12.023473 20.850063 12.106461 20.824537 12.188851 20.781497 C 12.29321 20.726977 12.331457 20.690877 12.385977 20.586514 L 12.4524 20.457953 L 12.4524 19.215202 L 12.4524 17.974594 L 12.568105 17.959595 C 13.028797 17.896546 13.604652 17.737902 13.952272 17.580342 C 14.038554 17.541192 14.113658 17.518367 14.117258 17.528917 C 14.12103 17.53948 14.250463 17.7771 14.406519 18.056015 C 14.643686 18.479907 14.707701 18.573295 14.792201 18.632395 C 15.136354 18.873113 15.629653 18.567839 15.563564 18.154578 C 15.554481 18.097783 15.426722 17.838872 15.255018 17.528917 L 14.961472 17.00182 L 15.019324 16.961109 C 15.13144 16.882579 15.418782 16.626578 15.582848 16.459723 C 15.752089 16.287607 16.054353 15.92786 16.075663 15.87263 C 16.082083 15.85605 16.098611 15.842633 16.114231 15.842633 C 16.129841 15.842633 16.363222 15.968561 16.632758 16.12118 C 17.186024 16.434446 17.267888 16.463697 17.436261 16.423297 C 17.802735 16.335386 17.948313 15.875281 17.695525 15.604796 C 17.666229 15.573447 17.408869 15.416062 17.125573 15.25554 C 16.718248 15.024754 16.615433 14.955988 16.628473 14.925568 C 16.785606 14.559383 16.974904 13.854325 17.014154 13.487834 L 17.029153 13.329276 L 18.351183 13.322848 L 19.673213 13.314277 L 19.780347 13.254282 C 19.839615 13.221018 19.921984 13.146996 19.962474 13.089296 C 20.027104 12.99725 20.035325 12.964255 20.035325 12.819319 C 20.035325 12.674382 20.027104 12.641382 19.962474 12.549342 C 19.921972 12.49165 19.839617 12.417616 19.780347 12.384356 L 19.673213 12.324361 L 18.34904 12.315791 L 17.024867 12.309363 L 17.014154 12.255796 C 17.008144 12.226301 16.98504 12.093139 16.96273 11.960107 C 16.911645 11.655466 16.7878 11.221671 16.677754 10.96162 L 16.59419 10.762352 L 16.645614 10.728069 C 16.67448 10.709836 16.894693 10.586247 17.134144 10.451664 C 17.395437 10.304809 17.605659 10.169311 17.659099 10.113121 C 17.801759 9.9630975 17.832838 9.7386809 17.738378 9.556026 C 17.688063 9.4587331 17.547363 9.3429798 17.442689 9.3139038 C 17.234762 9.2561621 17.192539 9.2703128 16.52991 9.648161 L 16.094947 9.8967113 L 16.045665 9.8281457 C 15.815422 9.509915 15.40193 9.0874579 15.096461 8.8575142 C 15.013925 8.7953818 14.947012 8.7356864 14.946473 8.7246684 C 14.945866 8.7136967 15.06633 8.4824028 15.214308 8.2104265 C 15.362286 7.9384499 15.499227 7.6687613 15.518567 7.6126204 C 15.56439 7.4796401 15.542197 7.3419885 15.454287 7.2033696 C 15.287375 6.9401784 14.87528 6.9148976 14.672211 7.1562307 C 14.639153 7.1955193 14.51684 7.405956 14.400091 7.6233338 C 14.283339 7.84071 14.162164 8.0628966 14.130114 8.1182915 L 14.072262 8.2189972 L 13.840853 8.1247196 C 13.448953 7.9652602 12.735058 7.7883197 12.486683 7.7883197 L 12.428831 7.7883197 L 12.428831 6.5391405 C 12.428831 5.6210528 12.420703 5.2645803 12.398833 5.1913983 C 12.336899 4.9841124 12.111078 4.8367481 11.895305 4.8464278 z M 11.884592 8.9282225 C 12.87907 8.9172095 13.877555 9.2817755 14.650784 10.025272 C 15.752441 11.084567 16.151868 12.660177 15.681411 14.096353 C 15.184098 15.614518 13.852814 16.667566 12.255274 16.808979 C 11.95146 16.835939 11.885319 16.837359 11.567476 16.808979 C 10.188566 16.685798 8.9407102 15.80684 8.3534643 14.548457 C 8.1257183 14.060422 8.0093859 13.576815 7.987067 13.025016 C 7.9591988 12.336114 8.0874469 11.745918 8.4027458 11.11375 C 8.60511 10.708014 8.8231843 10.40434 9.1398258 10.087409 C 9.8996062 9.3269351 10.890114 8.9392354 11.884592 8.9282225 z M 13.515167 10.753781 C 13.346308 10.764882 13.185106 10.861867 13.103773 11.040899 C 13.064523 11.127156 13.058777 11.211952 13.058777 11.803691 C 13.058777 12.400156 13.063603 12.479724 13.103773 12.566484 C 13.160783 12.689623 13.269515 12.789665 13.388749 12.832175 C 13.505146 12.873675 13.541378 12.875686 13.680153 12.840746 C 13.828554 12.803379 13.987403 12.649672 14.025123 12.508631 C 14.044033 12.43804 14.049307 12.190829 14.044407 11.745839 L 14.037979 11.085896 L 13.969414 10.98519 C 13.859196 10.818754 13.684026 10.74268 13.515167 10.753781 z M 10.348294 10.755924 C 10.170881 10.747804 9.988488 10.830528 9.8897618 11.006617 L 9.8297669 11.11375 L 9.8297669 11.803691 L 9.8297669 12.493633 L 9.8897618 12.598624 C 9.9584801 12.719886 10.030995 12.781422 10.168309 12.832175 C 10.375395 12.908718 10.64809 12.802051 10.75326 12.602909 C 10.80825 12.498555 10.808969 12.48197 10.808969 11.810119 C 10.808969 11.285748 10.801949 11.106787 10.776829 11.047327 C 10.698992 10.863158 10.525707 10.764043 10.348294 10.755924 z M 14.4708 13.13215 C 14.404908 13.136392 14.338924 13.154127 14.273674 13.185716 C 14.129921 13.255308 14.059498 13.372184 13.988698 13.657105 C 13.876476 14.108649 13.629588 14.517428 13.30947 14.784152 C 13.143638 14.922322 12.749583 15.122221 12.535965 15.176261 C 11.84503 15.351081 11.085853 15.199113 10.558276 14.779866 C 10.217119 14.508761 10.003038 14.154183 9.8983325 13.68496 C 9.8351158 13.401674 9.7848276 13.30365 9.6412116 13.19643 C 9.5624977 13.13765 9.3265063 13.116039 9.2062487 13.155719 C 9.1105456 13.187304 8.9843069 13.303183 8.927701 13.410697 C 8.8010192 13.651337 9.0114709 14.408533 9.3412372 14.904141 C 9.8308116 15.639929 10.648419 16.123887 11.576047 16.226171 C 11.852989 16.256721 12.285787 16.239288 12.574533 16.183318 C 13.355573 16.031932 14.024171 15.609823 14.466514 14.987706 C 14.827611 14.479861 15.081604 13.667258 14.957187 13.421411 C 14.857274 13.223975 14.668476 13.119422 14.4708 13.13215 z M 4.670207 16.474722 C 3.8366619 16.449526 2.4469805 17.124347 1.2869242 17.636051 C 0.96778443 17.722371 0.49440059 17.373994 0.37628757 17.723901 C 0.25817457 18.073806 0.89198014 18.479331 1.3319203 18.60454 C 1.9427223 18.778377 3.0634958 17.840926 3.5731577 18.576685 C 3.8530223 18.980707 3.518482 20.080051 3.4295986 20.659365 C 2.4911405 22.310056 3.9043062 22.49568 5.2958679 22.062816 C 6.275597 21.652334 8.0668157 21.625051 8.2034771 19.067358 C 8.3401383 16.509663 5.7447353 16.807793 4.9916082 16.530431 C 4.8974673 16.495761 4.7892849 16.478321 4.670207 16.474722 z M 19.368953 16.474722 C 19.249875 16.478321 19.141693 16.495761 19.047552 16.530431 C 18.294425 16.807793 15.699021 16.509663 15.835683 19.067358 C 15.972344 21.625051 17.763563 21.652334 18.743292 22.062816 C 20.134854 22.49568 21.54802 22.310056 20.609562 20.659365 C 20.520675 20.080051 20.183995 18.980707 20.46386 18.576685 C 20.973521 17.840926 22.096439 18.778377 22.70724 18.60454 C 23.147179 18.479331 23.780986 18.073806 23.662873 17.723901 C 23.544759 17.373994 23.069234 17.722371 22.750093 17.636051 C 21.590038 17.124347 20.202498 16.449526 19.368953 16.474722 z"/></g></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.91153608,0,0,0.91153608,1.0632503,1.0647281)"><path d="M 12.064576 1.8338276 L 6.6286114 4.5828788 C 0.5979289 7.6314344 1.0358905 7.3918289 0.95052431 7.6854713 C 0.85361666 8.0188213 1.0524974 8.3861155 1.3854872 8.4889742 C 1.4271956 8.5018998 1.5283459 8.5086203 1.610468 8.5039729 C 1.7790412 8.4944603 1.0245808 8.869233 8.3106108 5.1849703 L 12.062434 3.2865608 L 16.784888 5.6842135 C 22.727681 8.703164 22.2456 8.4654048 22.411551 8.4654048 C 22.600287 8.4654048 22.718606 8.4237224 22.846514 8.3111322 C 23.134149 8.0579565 23.146807 7.6169463 22.874369 7.3597848 C 22.822978 7.3112736 21.459511 6.6057189 19.188969 5.4528046 C 17.206837 4.4463381 14.79417 3.2215778 13.825855 2.7294655 L 12.064576 1.8338276 z M 11.895305 4.8464278 C 11.86448 4.8478106 11.835235 4.8533691 11.805313 4.8614265 C 11.701243 4.8894484 11.534156 5.0192572 11.479626 5.1142621 C 11.458546 5.1509912 11.445573 5.5202453 11.436773 6.4705749 L 11.426059 7.7754636 L 11.224648 7.8033184 C 10.813016 7.8618035 10.399916 7.9708084 10.044034 8.1140062 L 9.8469083 8.1932851 L 9.5833594 7.7197541 C 9.4386419 7.4591935 9.2854025 7.2045158 9.2405315 7.1540881 C 9.0093864 6.8943453 8.5507161 6.985596 8.4241725 7.3169313 C 8.3486499 7.5146857 8.3794497 7.6075653 8.6920068 8.1632877 C 8.8456209 8.4364127 8.9705545 8.6679496 8.9705545 8.6775296 C 8.9705545 8.6871524 8.8975005 8.7504044 8.8077112 8.8168034 C 8.5845998 8.9817941 8.1439236 9.4105567 7.9442135 9.6588744 L 7.7792275 9.8645712 L 7.5113932 9.7060133 C 6.8405973 9.3118734 6.7437247 9.2646223 6.6093273 9.2646223 C 6.4509236 9.2646223 6.3686128 9.2955549 6.2664994 9.3931828 C 6.1511742 9.5034397 6.1090259 9.5948202 6.1079415 9.7467241 C 6.106821 9.9068479 6.1766569 10.055783 6.2922115 10.140976 C 6.3355699 10.172943 6.5670014 10.312456 6.8064534 10.449521 C 7.0459037 10.586672 7.2486234 10.704521 7.2585577 10.71307 C 7.2684587 10.721573 7.23744 10.821284 7.1899921 10.933766 C 7.0325521 11.307053 6.9068421 11.788134 6.8471642 12.238654 L 6.8300228 12.3715 L 5.5487035 12.384356 C 4.1276399 12.397766 4.1935014 12.390106 4.0424034 12.562198 C 3.8491532 12.782306 3.9046617 13.125863 4.1602505 13.294993 L 4.2630989 13.363558 L 5.5465608 13.369986 L 6.8321655 13.376414 L 6.8600202 13.603538 C 6.8980951 13.904994 7.036615 14.431491 7.1557093 14.73487 C 7.2087442 14.869959 7.2486516 14.983363 7.2457016 14.985563 C 7.2427945 14.987783 7.0623752 15.089435 6.8428788 15.212686 C 6.2337097 15.554752 6.2239759 15.562368 6.150795 15.71193 C 6.027638 15.963649 6.1146086 16.239323 6.3586344 16.369731 C 6.4477908 16.41738 6.4925938 16.424869 6.61147 16.416869 C 6.7440343 16.408091 6.7979115 16.38487 7.2328456 16.138322 C 7.4947208 15.989867 7.7201367 15.865417 7.7320887 15.861917 C 7.7441037 15.858306 7.8213184 15.942461 7.9056453 16.048329 C 8.1354323 16.336829 8.4215702 16.624532 8.6920068 16.841119 C 8.8250321 16.947653 8.9372971 17.035545 8.940557 17.038245 C 8.9438972 17.040924 8.8257011 17.255637 8.6791508 17.513919 C 8.5326006 17.772203 8.401716 18.026052 8.3877471 18.077442 C 8.3537861 18.201903 8.3778551 18.330511 8.460598 18.460981 C 8.6198679 18.712133 9.0128448 18.748685 9.2191047 18.531689 C 9.2532946 18.495718 9.3860151 18.282164 9.5147938 18.056015 C 9.6435586 17.829865 9.7645061 17.622058 9.7826281 17.593198 L 9.8147682 17.539631 L 10.01618 17.625338 C 10.367964 17.774211 10.905312 17.910575 11.323211 17.959595 L 11.462485 17.976736 L 11.462485 19.217345 L 11.462485 20.457953 L 11.528908 20.586514 C 11.583429 20.690873 11.621669 20.726967 11.726034 20.781497 C 11.808425 20.824547 11.891413 20.850063 11.957443 20.850063 C 12.023473 20.850063 12.106461 20.824537 12.188851 20.781497 C 12.29321 20.726977 12.331457 20.690877 12.385977 20.586514 L 12.4524 20.457953 L 12.4524 19.215202 L 12.4524 17.974594 L 12.568105 17.959595 C 13.028797 17.896546 13.604652 17.737902 13.952272 17.580342 C 14.038554 17.541192 14.113658 17.518367 14.117258 17.528917 C 14.12103 17.53948 14.250463 17.7771 14.406519 18.056015 C 14.643686 18.479907 14.707701 18.573295 14.792201 18.632395 C 15.136354 18.873113 15.629653 18.567839 15.563564 18.154578 C 15.554481 18.097783 15.426722 17.838872 15.255018 17.528917 L 14.961472 17.00182 L 15.019324 16.961109 C 15.13144 16.882579 15.418782 16.626578 15.582848 16.459723 C 15.752089 16.287607 16.054353 15.92786 16.075663 15.87263 C 16.082083 15.85605 16.098611 15.842633 16.114231 15.842633 C 16.129841 15.842633 16.363222 15.968561 16.632758 16.12118 C 17.186024 16.434446 17.267888 16.463697 17.436261 16.423297 C 17.802735 16.335386 17.948313 15.875281 17.695525 15.604796 C 17.666229 15.573447 17.408869 15.416062 17.125573 15.25554 C 16.718248 15.024754 16.615433 14.955988 16.628473 14.925568 C 16.785606 14.559383 16.974904 13.854325 17.014154 13.487834 L 17.029153 13.329276 L 18.351183 13.322848 L 19.673213 13.314277 L 19.780347 13.254282 C 19.839615 13.221018 19.921984 13.146996 19.962474 13.089296 C 20.027104 12.99725 20.035325 12.964255 20.035325 12.819319 C 20.035325 12.674382 20.027104 12.641382 19.962474 12.549342 C 19.921972 12.49165 19.839617 12.417616 19.780347 12.384356 L 19.673213 12.324361 L 18.34904 12.315791 L 17.024867 12.309363 L 17.014154 12.255796 C 17.008144 12.226301 16.98504 12.093139 16.96273 11.960107 C 16.911645 11.655466 16.7878 11.221671 16.677754 10.96162 L 16.59419 10.762352 L 16.645614 10.728069 C 16.67448 10.709836 16.894693 10.586247 17.134144 10.451664 C 17.395437 10.304809 17.605659 10.169311 17.659099 10.113121 C 17.801759 9.9630975 17.832838 9.7386809 17.738378 9.556026 C 17.688063 9.4587331 17.547363 9.3429798 17.442689 9.3139038 C 17.234762 9.2561621 17.192539 9.2703128 16.52991 9.648161 L 16.094947 9.8967113 L 16.045665 9.8281457 C 15.815422 9.509915 15.40193 9.0874579 15.096461 8.8575142 C 15.013925 8.7953818 14.947012 8.7356864 14.946473 8.7246684 C 14.945866 8.7136967 15.06633 8.4824028 15.214308 8.2104265 C 15.362286 7.9384499 15.499227 7.6687613 15.518567 7.6126204 C 15.56439 7.4796401 15.542197 7.3419885 15.454287 7.2033696 C 15.287375 6.9401784 14.87528 6.9148976 14.672211 7.1562307 C 14.639153 7.1955193 14.51684 7.405956 14.400091 7.6233338 C 14.283339 7.84071 14.162164 8.0628966 14.130114 8.1182915 L 14.072262 8.2189972 L 13.840853 8.1247196 C 13.448953 7.9652602 12.735058 7.7883197 12.486683 7.7883197 L 12.428831 7.7883197 L 12.428831 6.5391405 C 12.428831 5.6210528 12.420703 5.2645803 12.398833 5.1913983 C 12.336899 4.9841124 12.111078 4.8367481 11.895305 4.8464278 z M 11.884592 8.9282225 C 12.87907 8.9172095 13.877555 9.2817755 14.650784 10.025272 C 15.752441 11.084567 16.151868 12.660177 15.681411 14.096353 C 15.184098 15.614518 13.852814 16.667566 12.255274 16.808979 C 11.95146 16.835939 11.885319 16.837359 11.567476 16.808979 C 10.188566 16.685798 8.9407102 15.80684 8.3534643 14.548457 C 8.1257183 14.060422 8.0093859 13.576815 7.987067 13.025016 C 7.9591988 12.336114 8.0874469 11.745918 8.4027458 11.11375 C 8.60511 10.708014 8.8231843 10.40434 9.1398258 10.087409 C 9.8996062 9.3269351 10.890114 8.9392354 11.884592 8.9282225 z M 13.515167 10.753781 C 13.346308 10.764882 13.185106 10.861867 13.103773 11.040899 C 13.064523 11.127156 13.058777 11.211952 13.058777 11.803691 C 13.058777 12.400156 13.063603 12.479724 13.103773 12.566484 C 13.160783 12.689623 13.269515 12.789665 13.388749 12.832175 C 13.505146 12.873675 13.541378 12.875686 13.680153 12.840746 C 13.828554 12.803379 13.987403 12.649672 14.025123 12.508631 C 14.044033 12.43804 14.049307 12.190829 14.044407 11.745839 L 14.037979 11.085896 L 13.969414 10.98519 C 13.859196 10.818754 13.684026 10.74268 13.515167 10.753781 z M 10.348294 10.755924 C 10.170881 10.747804 9.988488 10.830528 9.8897618 11.006617 L 9.8297669 11.11375 L 9.8297669 11.803691 L 9.8297669 12.493633 L 9.8897618 12.598624 C 9.9584801 12.719886 10.030995 12.781422 10.168309 12.832175 C 10.375395 12.908718 10.64809 12.802051 10.75326 12.602909 C 10.80825 12.498555 10.808969 12.48197 10.808969 11.810119 C 10.808969 11.285748 10.801949 11.106787 10.776829 11.047327 C 10.698992 10.863158 10.525707 10.764043 10.348294 10.755924 z M 14.4708 13.13215 C 14.404908 13.136392 14.338924 13.154127 14.273674 13.185716 C 14.129921 13.255308 14.059498 13.372184 13.988698 13.657105 C 13.876476 14.108649 13.629588 14.517428 13.30947 14.784152 C 13.143638 14.922322 12.749583 15.122221 12.535965 15.176261 C 11.84503 15.351081 11.085853 15.199113 10.558276 14.779866 C 10.217119 14.508761 10.003038 14.154183 9.8983325 13.68496 C 9.8351158 13.401674 9.7848276 13.30365 9.6412116 13.19643 C 9.5624977 13.13765 9.3265063 13.116039 9.2062487 13.155719 C 9.1105456 13.187304 8.9843069 13.303183 8.927701 13.410697 C 8.8010192 13.651337 9.0114709 14.408533 9.3412372 14.904141 C 9.8308116 15.639929 10.648419 16.123887 11.576047 16.226171 C 11.852989 16.256721 12.285787 16.239288 12.574533 16.183318 C 13.355573 16.031932 14.024171 15.609823 14.466514 14.987706 C 14.827611 14.479861 15.081604 13.667258 14.957187 13.421411 C 14.857274 13.223975 14.668476 13.119422 14.4708 13.13215 z M 4.670207 16.474722 C 3.8366619 16.449526 2.4469805 17.124347 1.2869242 17.636051 C 0.96778443 17.722371 0.49440059 17.373994 0.37628757 17.723901 C 0.25817457 18.073806 0.89198014 18.479331 1.3319203 18.60454 C 1.9427223 18.778377 3.0634958 17.840926 3.5731577 18.576685 C 3.8530223 18.980707 3.518482 20.080051 3.4295986 20.659365 C 2.4911405 22.310056 3.9043062 22.49568 5.2958679 22.062816 C 6.275597 21.652334 8.0668157 21.625051 8.2034771 19.067358 C 8.3401383 16.509663 5.7447353 16.807793 4.9916082 16.530431 C 4.8974673 16.495761 4.7892849 16.478321 4.670207 16.474722 z M 19.368953 16.474722 C 19.249875 16.478321 19.141693 16.495761 19.047552 16.530431 C 18.294425 16.807793 15.699021 16.509663 15.835683 19.067358 C 15.972344 21.625051 17.763563 21.652334 18.743292 22.062816 C 20.134854 22.49568 21.54802 22.310056 20.609562 20.659365 C 20.520675 20.080051 20.183995 18.980707 20.46386 18.576685 C 20.973521 17.840926 22.096439 18.778377 22.70724 18.60454 C 23.147179 18.479331 23.780986 18.073806 23.662873 17.723901 C 23.544759 17.373994 23.069234 17.722371 22.750093 17.636051 C 21.590038 17.124347 20.202498 16.449526 19.368953 16.474722 z"/></g></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
#OhMenuBar .icoYourPhotos {
  background-image: none;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 20.130137,20.169661 4.269303,20.085163 C 3.1082292,20.07896 1.8232414,18.925575 1.8232414,17.491418 V 8.4134025 c 0,-1.2673453 1.1024122,-2.3604306 2.0922606,-2.4127835 L 6.4802298,5.8649711 7.4642324,4.9638002 C 8.148353,4.3372677 9.0071736,3.8254463 9.9338865,3.8303393 l 4.5316665,0.023926 c 0.926713,0.00489 1.434614,0.5801587 2.01352,0.9908161 l 1.140639,1.101959 2.073214,0.02929 c 1.560454,0.022046 2.483833,0.7514734 2.483833,2.4789038 V 17.81321 c 0,1.329475 -0.737119,2.363446 -2.046622,2.356451 z M 4.269303,7.3432351 c -0.6253701,0 -1.1329167,0.5075467 -1.1329167,1.1329167 v 9.0633342 c 0,0.62537 0.5075466,1.132917 1.1329167,1.132917 h 15.442508 c 0.62537,0 1.132917,-0.507547 1.132917,-1.132917 V 8.4761518 c 0,-0.62537 -0.507547,-1.1329167 -1.132917,-1.1329167 h -1.847508 c -0.301356,0 -0.672781,-0.014375 -0.884637,-0.2273633 L 15.472973,5.7974244 C 15.230621,5.5853516 14.746602,5.2238156 14.423721,5.2238156 H 9.8920539 c -0.3228813,0 -0.8966854,0.2501573 -1.1329167,0.4690275 L 7.3361085,7.0112905 C 7.1242531,7.2242789 6.8364922,7.3432351 6.5351364,7.3432351 Z m 7.909501,2.8724059 c 1.562292,0 2.832292,1.27 2.832292,2.832291 0,1.562293 -1.27,2.832293 -2.832292,2.832293 -1.562293,0 -2.8322921,-1.27 -2.8322921,-2.832293 0,-1.562291 1.2699991,-2.832291 2.8322921,-2.832291 m 0,-1.1329169 c -2.1910612,0 -3.9652088,1.7741479 -3.9652088,3.9652079 0,2.188796 1.7741476,3.965209 3.9652088,3.965209 2.19106,0 3.965208,-1.776413 3.965208,-3.965209 0,-2.19106 -1.774148,-3.9652079 -3.965208,-3.9652079 z m 6.190928,-0.6129237 c -0.814567,0 -1.472792,0.6593573 -1.472792,1.4739243 0,0.8145673 0.658225,1.4716593 1.472792,1.4716593 0.814567,0 1.472791,-0.657092 1.472791,-1.4716593 0,-0.814567 -0.658224,-1.4739243 -1.472791,-1.4739243 z"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 20.130137,20.169661 4.269303,20.085163 C 3.1082292,20.07896 1.8232414,18.925575 1.8232414,17.491418 V 8.4134025 c 0,-1.2673453 1.1024122,-2.3604306 2.0922606,-2.4127835 L 6.4802298,5.8649711 7.4642324,4.9638002 C 8.148353,4.3372677 9.0071736,3.8254463 9.9338865,3.8303393 l 4.5316665,0.023926 c 0.926713,0.00489 1.434614,0.5801587 2.01352,0.9908161 l 1.140639,1.101959 2.073214,0.02929 c 1.560454,0.022046 2.483833,0.7514734 2.483833,2.4789038 V 17.81321 c 0,1.329475 -0.737119,2.363446 -2.046622,2.356451 z M 4.269303,7.3432351 c -0.6253701,0 -1.1329167,0.5075467 -1.1329167,1.1329167 v 9.0633342 c 0,0.62537 0.5075466,1.132917 1.1329167,1.132917 h 15.442508 c 0.62537,0 1.132917,-0.507547 1.132917,-1.132917 V 8.4761518 c 0,-0.62537 -0.507547,-1.1329167 -1.132917,-1.1329167 h -1.847508 c -0.301356,0 -0.672781,-0.014375 -0.884637,-0.2273633 L 15.472973,5.7974244 C 15.230621,5.5853516 14.746602,5.2238156 14.423721,5.2238156 H 9.8920539 c -0.3228813,0 -0.8966854,0.2501573 -1.1329167,0.4690275 L 7.3361085,7.0112905 C 7.1242531,7.2242789 6.8364922,7.3432351 6.5351364,7.3432351 Z m 7.909501,2.8724059 c 1.562292,0 2.832292,1.27 2.832292,2.832291 0,1.562293 -1.27,2.832293 -2.832292,2.832293 -1.562293,0 -2.8322921,-1.27 -2.8322921,-2.832293 0,-1.562291 1.2699991,-2.832291 2.8322921,-2.832291 m 0,-1.1329169 c -2.1910612,0 -3.9652088,1.7741479 -3.9652088,3.9652079 0,2.188796 1.7741476,3.965209 3.9652088,3.965209 2.19106,0 3.965208,-1.776413 3.965208,-3.965209 0,-2.19106 -1.774148,-3.9652079 -3.965208,-3.9652079 z m 6.190928,-0.6129237 c -0.814567,0 -1.472792,0.6593573 -1.472792,1.4739243 0,0.8145673 0.658225,1.4716593 1.472792,1.4716593 0.814567,0 1.472791,-0.657092 1.472791,-1.4716593 0,-0.814567 -0.658224,-1.4739243 -1.472791,-1.4739243 z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
#OhMenuBar .icoLogOut {
  background-image: none;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 18.59114,7.3870501 C 17.038714,5.7991363 15.157887,6.057604 14.393012,7.6607606 l 3e-6,-3.0385064 c 2e-6,-1.2597715 -0.403255,-2.8469611 -2.29634,-2.8469611 -1.893085,0 -2.467811,1.4112143 -2.4263896,2.8469611 l 0.091592,3.174752 C 8.9078002,5.7498627 6.8720734,6.1042056 5.5938517,7.0967748 4.31563,8.0893442 3.1539463,10.533885 3.1539463,13.12518 c 0,2.591293 0.6098478,4.427926 2.4420178,6.261236 1.8310283,1.83217 3.8968236,2.573126 6.4892589,2.573126 2.128396,0 4.357232,-0.706669 6.212176,-2.564468 1.497484,-1.499789 2.548655,-3.627012 2.548655,-6.219446 0,-2.592435 -0.702489,-4.2006643 -2.254914,-5.7885779 z M 10.920786,4.2943334 c 0,-0.6301296 0.510269,-1.1415391 1.141539,-1.1415391 0.631271,0 1.141539,0.5114095 1.141539,1.1415391 v 6.4644356 c 0,0.630129 -0.510268,1.072846 -1.141539,1.072846 -0.631271,0 -1.141539,-0.442717 -1.141539,-1.072846 z M 9.7792469,9.3923466 v 1.3664224 c 0,1.260259 1.0228211,2.283078 2.2830791,2.283078 1.260258,0 2.283078,-1.022819 2.283078,-2.283078 V 9.4094695 c 0.108446,0.3241966 0.283102,0.6324125 0.542232,0.8904015 0.754557,0.754557 1.170077,1.757969 1.170077,2.825309 0,1.067338 -0.41552,2.070751 -1.170077,2.82645 -1.509115,1.507972 -4.140363,1.507972 -5.6494784,0 -0.7556987,-0.755699 -1.1712188,-1.759112 -1.1712188,-2.82645 0,-1.06734 0.4155201,-2.070752 1.1700775,-2.826451 0.2636953,-0.262554 0.4372089,-0.5753367 0.5422306,-0.9063824 z m 7.6555311,9.1407724 c -1.40181,1.40181 -3.401048,2.241042 -5.383902,2.241042 -1.982852,0 -4.0393348,-0.702988 -5.4411442,-2.103655 -1.4006682,-1.401811 -2.2462314,-3.551025 -2.2462314,-5.533877 0,-1.982853 0.4479475,-3.6064976 1.8486156,-5.0083078 0.7669117,-0.7554627 1.6684501,-0.823077 2.1147919,-0.3767352 0.446342,0.4463417 0.5493823,1.2937325 0.1030405,1.740074 -0.9703082,0.97145 -1.5045478,2.261388 -1.5045478,3.63352 0,1.372129 0.5342396,2.663209 1.5045478,3.633517 0.9703077,0.970309 2.2591066,1.503407 3.6323776,1.503407 1.373272,0 2.662069,-0.53424 3.632377,-1.503407 0.971449,-0.970308 1.504547,-2.260246 1.504547,-3.633517 0,-1.373273 -0.534239,-2.663211 -1.504547,-3.63352 -0.446342,-0.4463415 -0.400547,-1.2364878 0.04579,-1.6828294 0.446341,-0.4463418 1.167794,-0.3661993 1.614137,0.080143 1.744135,1.4372984 2.27653,3.2888424 2.27653,5.2705544 0,1.98171 -0.79572,3.971781 -2.196387,5.373591 z"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 18.59114,7.3870501 C 17.038714,5.7991363 15.157887,6.057604 14.393012,7.6607606 l 3e-6,-3.0385064 c 2e-6,-1.2597715 -0.403255,-2.8469611 -2.29634,-2.8469611 -1.893085,0 -2.467811,1.4112143 -2.4263896,2.8469611 l 0.091592,3.174752 C 8.9078002,5.7498627 6.8720734,6.1042056 5.5938517,7.0967748 4.31563,8.0893442 3.1539463,10.533885 3.1539463,13.12518 c 0,2.591293 0.6098478,4.427926 2.4420178,6.261236 1.8310283,1.83217 3.8968236,2.573126 6.4892589,2.573126 2.128396,0 4.357232,-0.706669 6.212176,-2.564468 1.497484,-1.499789 2.548655,-3.627012 2.548655,-6.219446 0,-2.592435 -0.702489,-4.2006643 -2.254914,-5.7885779 z M 10.920786,4.2943334 c 0,-0.6301296 0.510269,-1.1415391 1.141539,-1.1415391 0.631271,0 1.141539,0.5114095 1.141539,1.1415391 v 6.4644356 c 0,0.630129 -0.510268,1.072846 -1.141539,1.072846 -0.631271,0 -1.141539,-0.442717 -1.141539,-1.072846 z M 9.7792469,9.3923466 v 1.3664224 c 0,1.260259 1.0228211,2.283078 2.2830791,2.283078 1.260258,0 2.283078,-1.022819 2.283078,-2.283078 V 9.4094695 c 0.108446,0.3241966 0.283102,0.6324125 0.542232,0.8904015 0.754557,0.754557 1.170077,1.757969 1.170077,2.825309 0,1.067338 -0.41552,2.070751 -1.170077,2.82645 -1.509115,1.507972 -4.140363,1.507972 -5.6494784,0 -0.7556987,-0.755699 -1.1712188,-1.759112 -1.1712188,-2.82645 0,-1.06734 0.4155201,-2.070752 1.1700775,-2.826451 0.2636953,-0.262554 0.4372089,-0.5753367 0.5422306,-0.9063824 z m 7.6555311,9.1407724 c -1.40181,1.40181 -3.401048,2.241042 -5.383902,2.241042 -1.982852,0 -4.0393348,-0.702988 -5.4411442,-2.103655 -1.4006682,-1.401811 -2.2462314,-3.551025 -2.2462314,-5.533877 0,-1.982853 0.4479475,-3.6064976 1.8486156,-5.0083078 0.7669117,-0.7554627 1.6684501,-0.823077 2.1147919,-0.3767352 0.446342,0.4463417 0.5493823,1.2937325 0.1030405,1.740074 -0.9703082,0.97145 -1.5045478,2.261388 -1.5045478,3.63352 0,1.372129 0.5342396,2.663209 1.5045478,3.633517 0.9703077,0.970309 2.2591066,1.503407 3.6323776,1.503407 1.373272,0 2.662069,-0.53424 3.632377,-1.503407 0.971449,-0.970308 1.504547,-2.260246 1.504547,-3.633517 0,-1.373273 -0.534239,-2.663211 -1.504547,-3.63352 -0.446342,-0.4463415 -0.400547,-1.2364878 0.04579,-1.6828294 0.446341,-0.4463418 1.167794,-0.3661993 1.614137,0.080143 1.744135,1.4372984 2.27653,3.2888424 2.27653,5.2705544 0,1.98171 -0.79572,3.971781 -2.196387,5.373591 z"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* Header bar: sandwich menu icon (white SVG mask) */
#OhMenuBar .icoMenuSelector {
  background-image: none;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.97499388,0,0,0.97499388,2.638913,4.282019)"><path d="M 1.7285296 -2.340547 L 1.7285296 -2.3345373 A 2.8401399 2.8401399 0 0 0 -1.0118722 0.5000157 A 2.8401399 2.8401399 0 0 0 1.7285296 3.3325655 L 1.7285296 3.3385752 L 1.8026486 3.3385752 A 2.8401399 2.8401399 0 0 0 1.8286905 3.3405784 A 2.8401399 2.8401399 0 0 0 1.8547323 3.3385752 L 17.349621 3.3385752 A 2.8401399 2.8401399 0 0 0 17.375663 3.3405784 A 2.8401399 2.8401399 0 0 0 17.401705 3.3385752 L 17.417731 3.3385752 L 17.417731 3.336572 A 2.8401399 2.8401399 0 0 0 20.214223 0.5000157 A 2.8401399 2.8401399 0 0 0 17.417731 -2.3385438 L 17.417731 -2.340547 L 1.8286905 -2.340547 L 1.7285296 -2.340547 z M 1.704491 -1.098552 L 17.153306 -1.098552 C 19.573854 -1.098552 19.568785 2.1045931 17.153306 2.1045931 C 14.737826 2.1045931 3.7666993 2.0788451 1.7365424 2.1045931 C -0.29361433 2.1303411 -0.29210696 -1.098552 1.704491 -1.098552 z M 1.7285296 5.0813746 L 1.7285296 5.0873842 A 2.8401399 2.8401399 0 0 0 -1.0118722 7.9219373 A 2.8401399 2.8401399 0 0 0 1.7285296 10.754487 L 1.7285296 10.760497 L 1.8026486 10.760497 A 2.8401399 2.8401399 0 0 0 1.8286905 10.7625 A 2.8401399 2.8401399 0 0 0 1.8547323 10.760497 L 17.349621 10.760497 A 2.8401399 2.8401399 0 0 0 17.375663 10.7625 A 2.8401399 2.8401399 0 0 0 17.401705 10.760497 L 17.417731 10.760497 L 17.417731 10.758494 A 2.8401399 2.8401399 0 0 0 20.214223 7.9219373 A 2.8401399 2.8401399 0 0 0 17.417731 5.0833778 L 17.417731 5.0813746 L 1.8286905 5.0813746 L 1.7285296 5.0813746 z M 1.704491 6.3233696 L 17.153306 6.3233696 C 19.573854 6.3233696 19.568785 9.5265147 17.153306 9.5265147 C 14.737826 9.5265147 3.7666994 9.5007647 1.7365424 9.5265147 C -0.29361455 9.5522646 -0.29210807 6.3233696 1.704491 6.3233696 z M 1.7285296 12.503296 L 1.7285296 12.509306 A 2.8401399 2.8401399 0 0 0 -1.0118722 15.343859 A 2.8401399 2.8401399 0 0 0 1.7285296 18.176409 L 1.7285296 18.182418 L 1.8026486 18.182418 A 2.8401399 2.8401399 0 0 0 1.8286905 18.184422 A 2.8401399 2.8401399 0 0 0 1.8547323 18.182418 L 17.349621 18.182418 A 2.8401399 2.8401399 0 0 0 17.375663 18.184422 A 2.8401399 2.8401399 0 0 0 17.401705 18.182418 L 17.417731 18.182418 L 17.417731 18.180415 A 2.8401399 2.8401399 0 0 0 20.214223 15.343859 A 2.8401399 2.8401399 0 0 0 17.417731 12.505299 L 17.417731 12.503296 L 1.8286905 12.503296 L 1.7285296 12.503296 z M 1.704491 13.745291 L 17.153306 13.745291 C 19.573854 13.745291 19.568785 16.948436 17.153306 16.948436 C 14.737826 16.948436 3.7666994 16.922686 1.7365424 16.948436 C -0.29361459 16.974186 -0.29210811 13.745291 1.704491 13.745291 z"/></g></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.97499388,0,0,0.97499388,2.638913,4.282019)"><path d="M 1.7285296 -2.340547 L 1.7285296 -2.3345373 A 2.8401399 2.8401399 0 0 0 -1.0118722 0.5000157 A 2.8401399 2.8401399 0 0 0 1.7285296 3.3325655 L 1.7285296 3.3385752 L 1.8026486 3.3385752 A 2.8401399 2.8401399 0 0 0 1.8286905 3.3405784 A 2.8401399 2.8401399 0 0 0 1.8547323 3.3385752 L 17.349621 3.3385752 A 2.8401399 2.8401399 0 0 0 17.375663 3.3405784 A 2.8401399 2.8401399 0 0 0 17.401705 3.3385752 L 17.417731 3.3385752 L 17.417731 3.336572 A 2.8401399 2.8401399 0 0 0 20.214223 0.5000157 A 2.8401399 2.8401399 0 0 0 17.417731 -2.3385438 L 17.417731 -2.340547 L 1.8286905 -2.340547 L 1.7285296 -2.340547 z M 1.704491 -1.098552 L 17.153306 -1.098552 C 19.573854 -1.098552 19.568785 2.1045931 17.153306 2.1045931 C 14.737826 2.1045931 3.7666993 2.0788451 1.7365424 2.1045931 C -0.29361433 2.1303411 -0.29210696 -1.098552 1.704491 -1.098552 z M 1.7285296 5.0813746 L 1.7285296 5.0873842 A 2.8401399 2.8401399 0 0 0 -1.0118722 7.9219373 A 2.8401399 2.8401399 0 0 0 1.7285296 10.754487 L 1.7285296 10.760497 L 1.8026486 10.760497 A 2.8401399 2.8401399 0 0 0 1.8286905 10.7625 A 2.8401399 2.8401399 0 0 0 1.8547323 10.760497 L 17.349621 10.760497 A 2.8401399 2.8401399 0 0 0 17.375663 10.7625 A 2.8401399 2.8401399 0 0 0 17.401705 10.760497 L 17.417731 10.760497 L 17.417731 10.758494 A 2.8401399 2.8401399 0 0 0 20.214223 7.9219373 A 2.8401399 2.8401399 0 0 0 17.417731 5.0833778 L 17.417731 5.0813746 L 1.8286905 5.0813746 L 1.7285296 5.0813746 z M 1.704491 6.3233696 L 17.153306 6.3233696 C 19.573854 6.3233696 19.568785 9.5265147 17.153306 9.5265147 C 14.737826 9.5265147 3.7666994 9.5007647 1.7365424 9.5265147 C -0.29361455 9.5522646 -0.29210807 6.3233696 1.704491 6.3233696 z M 1.7285296 12.503296 L 1.7285296 12.509306 A 2.8401399 2.8401399 0 0 0 -1.0118722 15.343859 A 2.8401399 2.8401399 0 0 0 1.7285296 18.176409 L 1.7285296 18.182418 L 1.8026486 18.182418 A 2.8401399 2.8401399 0 0 0 1.8286905 18.184422 A 2.8401399 2.8401399 0 0 0 1.8547323 18.182418 L 17.349621 18.182418 A 2.8401399 2.8401399 0 0 0 17.375663 18.184422 A 2.8401399 2.8401399 0 0 0 17.401705 18.182418 L 17.417731 18.182418 L 17.417731 18.180415 A 2.8401399 2.8401399 0 0 0 20.214223 15.343859 A 2.8401399 2.8401399 0 0 0 17.417731 12.505299 L 17.417731 12.503296 L 1.8286905 12.503296 L 1.7285296 12.503296 z M 1.704491 13.745291 L 17.153306 13.745291 C 19.573854 13.745291 19.568785 16.948436 17.153306 16.948436 C 14.737826 16.948436 3.7666994 16.922686 1.7365424 16.948436 C -0.29361459 16.974186 -0.29210811 13.745291 1.704491 13.745291 z"/></g></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
/* Header: keep MenuSelector same height when sidebar is open */
#OhMenuBar .icoMenuSelector.selected {
  height: 38px;
}
/* Header bar: reduce icon size */
#OhMenuBar .icoMenuSelector,
#OhMenuBar .icoLogo,
#OhMenuBar .icoDirectory,
#OhMenuBar .icoEvents,
#OhMenuBar .icoNatStay,
#OhMenuBar .icoNews,
#OhMenuBar .icoMessagesW,
#OhMenuBar .icoYourPhotos,
#OhMenuBar .icoYourVisitorsW,
#OhMenuBar .icoLogOut {
  width: 38px;
  height: 38px;
}
/* Header bar: WhatsNew icon (white SVG mask) */
#OhMenuBar .icoNews {
  background-image: none;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(1.0204583,0,0,1.0204583,-0.2454996,-0.2604238)"><path d="M 12.001914 2.0275376 C 11.678665 2.0275376 11.354838 2.1681969 11.169338 2.4466967 L 9.934828 4.2936762 L 7.9423869 3.3098964 C 7.643387 3.1598966 7.289714 3.1735201 7.0007144 3.3405199 C 6.7107148 3.5075198 6.5221686 3.8084731 6.5011686 4.1424727 L 6.359535 6.3588482 L 4.1412455 6.5023958 C 3.8072457 6.5243958 3.5062926 6.7110279 3.3392927 7.0000276 C 3.1722928 7.2890273 3.1596694 7.6446144 3.3086692 7.9436141 L 4.292449 9.9360553 L 2.4435555 11.168651 C 2.165556 11.354651 1.9995148 11.667228 1.9995148 12.001227 C 1.9995148 12.335227 2.165556 12.647804 2.4435555 12.833803 L 4.294363 14.066399 L 3.3086692 16.05884 C 3.1606694 16.35884 3.1722928 16.711513 3.3392927 17.000513 C 3.5062926 17.289513 3.8072457 17.477145 4.1412455 17.498145 L 6.359535 17.641692 L 6.5011686 19.859982 C 6.5221686 20.192981 6.7107148 20.494935 7.0007144 20.661934 C 7.290714 20.828934 7.641387 20.840558 7.9423869 20.692558 L 9.934828 19.706864 L 11.167424 21.555758 C 11.353424 21.833757 11.666001 22.001712 12 22.001712 C 12.333999 22.001712 12.646576 21.833757 12.832576 21.555758 L 14.065172 19.706864 L 16.055699 20.692558 C 16.354698 20.840558 16.709286 20.827934 16.999286 20.661934 C 17.289287 20.494935 17.475917 20.193981 17.496917 19.859982 L 17.640465 17.643606 L 19.858754 17.498145 C 20.192754 17.477145 20.493707 17.290513 20.660707 17.000513 C 20.827707 16.710513 20.840331 16.35784 20.691331 16.05884 L 19.707551 14.066399 L 21.556445 12.833803 C 21.834443 12.647804 22.000485 12.335227 22.000485 12.001227 C 22.000485 11.667228 21.834443 11.353651 21.556445 11.168651 L 19.707551 9.9360553 L 20.691331 7.9436141 C 20.839331 7.6436144 20.827707 7.2909413 20.660707 7.0019416 C 20.492707 6.7119419 20.192754 6.5233958 19.858754 6.5023958 L 17.640465 6.3607622 L 17.496917 4.1424727 C 17.476917 3.8084731 17.288287 3.5075198 16.999286 3.3405199 C 16.709286 3.1735201 16.355612 3.1598966 16.057613 3.3098964 L 14.065172 4.2955902 L 12.832576 2.4466967 C 12.647076 2.1681969 12.325163 2.0275376 12.001914 2.0275376 z M 12.021054 3.698432 L 13.11393 5.3176494 C 13.392931 5.7356489 13.939633 5.8812495 14.388633 5.6602497 L 16.153312 4.7855661 L 16.338966 6.793319 C 16.371966 7.2943185 16.771985 7.6943357 17.272983 7.7273356 L 19.198435 7.8708833 L 18.467299 9.4709609 C 18.2443 9.9219603 18.391901 10.468578 18.8099 10.747578 L 20.224322 11.962948 L 18.788846 13.138124 C 18.368848 13.415124 18.222332 13.959914 18.444332 14.410914 L 19.03192 16.091378 L 17.248102 16.257893 C 16.746103 16.290893 16.347085 16.68991 16.314085 17.19191 L 16.048043 19.157555 L 14.346525 18.284786 C 13.896526 18.060786 13.350824 18.208386 13.071822 18.627386 L 11.959807 20.223636 L 10.907124 18.541257 C 10.716122 18.254258 10.397632 18.097217 10.072634 18.097217 C 9.9236343 18.097217 9.772507 18.129571 9.630507 18.200571 L 7.8887957 18.992954 L 7.6840011 17.107695 C 7.6520012 16.606696 7.2519838 16.206678 6.7499845 16.173678 L 4.7039522 16.192818 L 5.6379688 14.328613 C 5.8609687 13.877613 5.7133679 13.33191 5.2953685 13.05391 L 3.6149042 12.022281 L 5.3355618 10.806911 C 5.7535614 10.527911 5.9001619 9.9802937 5.6781622 9.5302939 L 4.9278865 7.890023 L 6.7518985 7.7464753 C 7.2538978 7.7134754 7.6529149 7.3144582 7.6859151 6.8124587 L 7.994064 5.0516077 L 9.634335 5.6372821 C 10.082335 5.8582819 10.630036 5.7126813 10.909038 5.2946817 L 12.021054 3.698432 z M 12.995264 10.52173 C 12.910395 10.52173 12.84447 10.524669 12.796211 10.529385 C 12.749616 10.53253 12.71449 10.542714 12.692857 10.560009 C 12.672887 10.577304 12.664397 10.601635 12.666061 10.634654 C 12.667725 10.6661 12.675966 10.710115 12.690943 10.766718 L 13.423993 13.430962 C 13.433977 13.468697 13.447295 13.499248 13.462272 13.522832 C 13.477249 13.544844 13.501721 13.561931 13.535003 13.574509 C 13.568285 13.585515 13.612401 13.592418 13.66898 13.595563 C 13.727224 13.60028 13.805967 13.603219 13.902485 13.603219 C 13.99401 13.603219 14.065762 13.60028 14.120677 13.595563 C 14.177256 13.592418 14.221123 13.585174 14.252741 13.572595 C 14.286023 13.560017 14.310495 13.54293 14.325472 13.520918 C 14.340449 13.497334 14.351603 13.467125 14.359923 13.430962 L 14.849899 11.49594 L 14.855641 11.49594 L 15.372412 13.430962 C 15.380733 13.468697 15.391887 13.499248 15.406864 13.522832 C 15.421841 13.544844 15.446313 13.561931 15.479595 13.574509 C 15.512877 13.585515 15.556993 13.592418 15.613572 13.595563 C 15.671816 13.60028 15.748395 13.603219 15.843249 13.603219 C 15.928118 13.603219 15.99887 13.60028 16.053785 13.595563 C 16.1087 13.592418 16.152817 13.585515 16.187763 13.574509 C 16.222709 13.561931 16.249595 13.544844 16.266236 13.522832 C 16.284541 13.499248 16.298358 13.468697 16.308343 13.430962 L 17.049049 10.774373 C 17.064026 10.716198 17.072266 10.6715 17.07393 10.638482 C 17.077259 10.603891 17.069268 10.577304 17.050963 10.560009 C 17.032658 10.542714 17.002609 10.53253 16.961006 10.529385 C 16.921068 10.524669 16.865797 10.52173 16.792577 10.52173 C 16.714364 10.52173 16.654017 10.524669 16.61075 10.529385 C 16.567483 10.53253 16.532607 10.539433 16.50931 10.550439 C 16.486012 10.559873 16.471695 10.573679 16.463374 10.592546 C 16.455054 10.609842 16.447313 10.632464 16.442321 10.657621 L 15.875786 12.986921 L 15.871958 12.986921 L 15.261402 10.667191 C 15.254746 10.635745 15.246255 10.6095 15.234607 10.590632 C 15.222958 10.571765 15.203813 10.557959 15.177188 10.548525 C 15.152226 10.537519 15.11635 10.530616 15.068091 10.527472 C 15.021497 10.524327 14.956571 10.52173 14.876695 10.52173 C 14.80181 10.52173 14.743626 10.524669 14.698696 10.529385 C 14.653765 10.53253 14.616225 10.539433 14.589599 10.550439 C 14.564638 10.559873 14.547657 10.573679 14.536008 10.592546 C 14.526024 10.611414 14.517783 10.637317 14.511127 10.667191 L 13.921624 12.986921 L 13.91971 12.986921 L 13.353176 10.649965 C 13.348183 10.620092 13.340443 10.596786 13.332122 10.581063 C 13.323802 10.563767 13.30757 10.550645 13.284273 10.542783 C 13.260975 10.533349 13.227513 10.529044 13.180919 10.527472 C 13.135988 10.524327 13.073476 10.52173 12.995264 10.52173 z M 9.4237985 10.527472 C 9.363891 10.527472 9.3146971 10.528496 9.2764229 10.533213 C 9.2381487 10.536358 9.2078498 10.542919 9.1845524 10.552353 C 9.161255 10.561787 9.1447738 10.574226 9.1347892 10.586805 C 9.1248046 10.599383 9.1194775 10.613189 9.1194775 10.628912 L 9.1194775 12.06056 C 9.1194775 12.169049 9.1197273 12.281751 9.1213914 12.401247 C 9.1247196 12.520742 9.1297969 12.6357 9.1347892 12.745761 L 9.1309613 12.745761 C 9.1010075 12.682869 9.0707086 12.621084 9.0390908 12.558192 C 9.007473 12.4953 8.9747603 12.43126 8.9414784 12.366795 C 8.9081965 12.300758 8.8728203 12.236035 8.8362101 12.17157 C 8.8012641 12.105534 8.765638 12.038213 8.7290279 11.970604 L 8.1012462 10.85476 C 8.0696284 10.79344 8.0374155 10.742523 8.0074618 10.701643 C 7.977508 10.65919 7.9447954 10.625701 7.9098494 10.602116 C 7.8765675 10.578532 7.8401918 10.561787 7.7969253 10.552353 C 7.7536587 10.541347 7.6993876 10.537041 7.6361519 10.537041 L 7.2839817 10.537041 C 7.2174178 10.537041 7.1602332 10.554811 7.1136385 10.592546 C 7.0687079 10.628709 7.0466496 10.685163 7.0466496 10.759062 L 7.0466496 13.501778 C 7.0466496 13.517502 7.0517269 13.531307 7.0600474 13.543886 C 7.0683679 13.556464 7.0824354 13.566989 7.1040687 13.576423 C 7.1257019 13.584285 7.155751 13.590846 7.1940252 13.595563 C 7.2322994 13.60028 7.2812434 13.603219 7.3394868 13.603219 C 7.3993943 13.603219 7.4485881 13.60028 7.4868624 13.595563 C 7.5251366 13.590846 7.5551856 13.584285 7.5768189 13.576423 C 7.6001162 13.566989 7.6163476 13.556464 7.6246681 13.543886 C 7.6346527 13.531307 7.6380659 13.517502 7.6380659 13.501778 L 7.6380659 11.903615 C 7.6380659 11.78412 7.6375661 11.66882 7.6342379 11.557187 C 7.6309098 11.443981 7.6255826 11.33162 7.6189262 11.218414 L 7.6246681 11.218414 C 7.6629423 11.31118 7.7046452 11.406454 7.752904 11.505509 C 7.8011628 11.602992 7.8498569 11.694302 7.8964516 11.779207 L 8.7003184 13.207027 C 8.7419208 13.285643 8.7780466 13.350024 8.8113285 13.400338 C 8.8446105 13.44908 8.8797368 13.487216 8.9146828 13.51709 C 8.951293 13.545392 8.9898325 13.565417 9.0314349 13.576423 C 9.0747014 13.587429 9.126309 13.593649 9.1845524 13.593649 L 9.4639918 13.593649 C 9.4956096 13.593649 9.5259085 13.590027 9.5558623 13.582165 C 9.5874801 13.572731 9.6146157 13.557012 9.636249 13.538144 C 9.6595463 13.519276 9.6765273 13.495629 9.6898401 13.467327 C 9.7031528 13.439026 9.7108937 13.407792 9.7108937 13.371629 L 9.7108937 10.628912 C 9.7108937 10.613189 9.7058164 10.599383 9.6974959 10.586805 C 9.6891755 10.574226 9.6751079 10.561787 9.6534747 10.552353 C 9.6335055 10.542919 9.6037063 10.536358 9.5654321 10.533213 C 9.5271579 10.528496 9.4803778 10.527472 9.4237985 10.527472 z M 10.608545 10.537041 C 10.55363 10.537041 10.507099 10.55153 10.468825 10.582977 C 10.432215 10.61285 10.415234 10.663085 10.415234 10.732266 L 10.415234 13.392682 C 10.415234 13.461864 10.432215 13.51244 10.468825 13.543886 C 10.507099 13.57376 10.55363 13.587907 10.608545 13.587907 L 12.23159 13.587907 C 12.246567 13.587907 12.260135 13.584285 12.271784 13.576423 C 12.285096 13.566989 12.296001 13.553184 12.304321 13.534316 C 12.312641 13.515448 12.318219 13.491459 12.321547 13.461585 C 12.326539 13.430139 12.329203 13.39043 12.329203 13.344833 C 12.329203 13.299236 12.326539 13.261783 12.321547 13.231909 C 12.318219 13.200463 12.312641 13.176132 12.304321 13.157264 C 12.296001 13.138396 12.285096 13.124932 12.271784 13.117071 C 12.260135 13.107637 12.246567 13.101759 12.23159 13.101759 L 11.067897 13.101759 L 11.067897 12.242387 L 12.044021 12.242387 C 12.058998 12.242387 12.072566 12.236851 12.084215 12.228989 C 12.097527 12.221128 12.108432 12.209919 12.116752 12.192624 C 12.125073 12.173756 12.13065 12.149767 12.133978 12.119893 C 12.13897 12.090019 12.141634 12.050652 12.141634 12.005055 C 12.141634 11.961031 12.13897 11.923919 12.133978 11.894045 C 12.13065 11.862599 12.125073 11.83861 12.116752 11.821314 C 12.108432 11.802447 12.097527 11.788982 12.084215 11.781121 C 12.072566 11.771687 12.058998 11.767723 12.044021 11.767723 L 11.067897 11.767723 L 11.067897 11.023189 L 12.22202 11.023189 C 12.236997 11.023189 12.250565 11.017653 12.262214 11.009792 C 12.273862 11.000358 12.282603 10.986552 12.290923 10.967684 C 12.299244 10.948817 12.304821 10.924827 12.308149 10.894953 C 12.313141 10.863507 12.315805 10.826054 12.315805 10.782029 C 12.315805 10.73486 12.313141 10.697065 12.308149 10.667191 C 12.304821 10.635745 12.299244 10.6095 12.290923 10.590632 C 12.282603 10.570192 12.273862 10.556387 12.262214 10.548525 C 12.250565 10.540664 12.236997 10.537041 12.22202 10.537041 L 10.608545 10.537041 z"/></g></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(1.0204583,0,0,1.0204583,-0.2454996,-0.2604238)"><path d="M 12.001914 2.0275376 C 11.678665 2.0275376 11.354838 2.1681969 11.169338 2.4466967 L 9.934828 4.2936762 L 7.9423869 3.3098964 C 7.643387 3.1598966 7.289714 3.1735201 7.0007144 3.3405199 C 6.7107148 3.5075198 6.5221686 3.8084731 6.5011686 4.1424727 L 6.359535 6.3588482 L 4.1412455 6.5023958 C 3.8072457 6.5243958 3.5062926 6.7110279 3.3392927 7.0000276 C 3.1722928 7.2890273 3.1596694 7.6446144 3.3086692 7.9436141 L 4.292449 9.9360553 L 2.4435555 11.168651 C 2.165556 11.354651 1.9995148 11.667228 1.9995148 12.001227 C 1.9995148 12.335227 2.165556 12.647804 2.4435555 12.833803 L 4.294363 14.066399 L 3.3086692 16.05884 C 3.1606694 16.35884 3.1722928 16.711513 3.3392927 17.000513 C 3.5062926 17.289513 3.8072457 17.477145 4.1412455 17.498145 L 6.359535 17.641692 L 6.5011686 19.859982 C 6.5221686 20.192981 6.7107148 20.494935 7.0007144 20.661934 C 7.290714 20.828934 7.641387 20.840558 7.9423869 20.692558 L 9.934828 19.706864 L 11.167424 21.555758 C 11.353424 21.833757 11.666001 22.001712 12 22.001712 C 12.333999 22.001712 12.646576 21.833757 12.832576 21.555758 L 14.065172 19.706864 L 16.055699 20.692558 C 16.354698 20.840558 16.709286 20.827934 16.999286 20.661934 C 17.289287 20.494935 17.475917 20.193981 17.496917 19.859982 L 17.640465 17.643606 L 19.858754 17.498145 C 20.192754 17.477145 20.493707 17.290513 20.660707 17.000513 C 20.827707 16.710513 20.840331 16.35784 20.691331 16.05884 L 19.707551 14.066399 L 21.556445 12.833803 C 21.834443 12.647804 22.000485 12.335227 22.000485 12.001227 C 22.000485 11.667228 21.834443 11.353651 21.556445 11.168651 L 19.707551 9.9360553 L 20.691331 7.9436141 C 20.839331 7.6436144 20.827707 7.2909413 20.660707 7.0019416 C 20.492707 6.7119419 20.192754 6.5233958 19.858754 6.5023958 L 17.640465 6.3607622 L 17.496917 4.1424727 C 17.476917 3.8084731 17.288287 3.5075198 16.999286 3.3405199 C 16.709286 3.1735201 16.355612 3.1598966 16.057613 3.3098964 L 14.065172 4.2955902 L 12.832576 2.4466967 C 12.647076 2.1681969 12.325163 2.0275376 12.001914 2.0275376 z M 12.021054 3.698432 L 13.11393 5.3176494 C 13.392931 5.7356489 13.939633 5.8812495 14.388633 5.6602497 L 16.153312 4.7855661 L 16.338966 6.793319 C 16.371966 7.2943185 16.771985 7.6943357 17.272983 7.7273356 L 19.198435 7.8708833 L 18.467299 9.4709609 C 18.2443 9.9219603 18.391901 10.468578 18.8099 10.747578 L 20.224322 11.962948 L 18.788846 13.138124 C 18.368848 13.415124 18.222332 13.959914 18.444332 14.410914 L 19.03192 16.091378 L 17.248102 16.257893 C 16.746103 16.290893 16.347085 16.68991 16.314085 17.19191 L 16.048043 19.157555 L 14.346525 18.284786 C 13.896526 18.060786 13.350824 18.208386 13.071822 18.627386 L 11.959807 20.223636 L 10.907124 18.541257 C 10.716122 18.254258 10.397632 18.097217 10.072634 18.097217 C 9.9236343 18.097217 9.772507 18.129571 9.630507 18.200571 L 7.8887957 18.992954 L 7.6840011 17.107695 C 7.6520012 16.606696 7.2519838 16.206678 6.7499845 16.173678 L 4.7039522 16.192818 L 5.6379688 14.328613 C 5.8609687 13.877613 5.7133679 13.33191 5.2953685 13.05391 L 3.6149042 12.022281 L 5.3355618 10.806911 C 5.7535614 10.527911 5.9001619 9.9802937 5.6781622 9.5302939 L 4.9278865 7.890023 L 6.7518985 7.7464753 C 7.2538978 7.7134754 7.6529149 7.3144582 7.6859151 6.8124587 L 7.994064 5.0516077 L 9.634335 5.6372821 C 10.082335 5.8582819 10.630036 5.7126813 10.909038 5.2946817 L 12.021054 3.698432 z M 12.995264 10.52173 C 12.910395 10.52173 12.84447 10.524669 12.796211 10.529385 C 12.749616 10.53253 12.71449 10.542714 12.692857 10.560009 C 12.672887 10.577304 12.664397 10.601635 12.666061 10.634654 C 12.667725 10.6661 12.675966 10.710115 12.690943 10.766718 L 13.423993 13.430962 C 13.433977 13.468697 13.447295 13.499248 13.462272 13.522832 C 13.477249 13.544844 13.501721 13.561931 13.535003 13.574509 C 13.568285 13.585515 13.612401 13.592418 13.66898 13.595563 C 13.727224 13.60028 13.805967 13.603219 13.902485 13.603219 C 13.99401 13.603219 14.065762 13.60028 14.120677 13.595563 C 14.177256 13.592418 14.221123 13.585174 14.252741 13.572595 C 14.286023 13.560017 14.310495 13.54293 14.325472 13.520918 C 14.340449 13.497334 14.351603 13.467125 14.359923 13.430962 L 14.849899 11.49594 L 14.855641 11.49594 L 15.372412 13.430962 C 15.380733 13.468697 15.391887 13.499248 15.406864 13.522832 C 15.421841 13.544844 15.446313 13.561931 15.479595 13.574509 C 15.512877 13.585515 15.556993 13.592418 15.613572 13.595563 C 15.671816 13.60028 15.748395 13.603219 15.843249 13.603219 C 15.928118 13.603219 15.99887 13.60028 16.053785 13.595563 C 16.1087 13.592418 16.152817 13.585515 16.187763 13.574509 C 16.222709 13.561931 16.249595 13.544844 16.266236 13.522832 C 16.284541 13.499248 16.298358 13.468697 16.308343 13.430962 L 17.049049 10.774373 C 17.064026 10.716198 17.072266 10.6715 17.07393 10.638482 C 17.077259 10.603891 17.069268 10.577304 17.050963 10.560009 C 17.032658 10.542714 17.002609 10.53253 16.961006 10.529385 C 16.921068 10.524669 16.865797 10.52173 16.792577 10.52173 C 16.714364 10.52173 16.654017 10.524669 16.61075 10.529385 C 16.567483 10.53253 16.532607 10.539433 16.50931 10.550439 C 16.486012 10.559873 16.471695 10.573679 16.463374 10.592546 C 16.455054 10.609842 16.447313 10.632464 16.442321 10.657621 L 15.875786 12.986921 L 15.871958 12.986921 L 15.261402 10.667191 C 15.254746 10.635745 15.246255 10.6095 15.234607 10.590632 C 15.222958 10.571765 15.203813 10.557959 15.177188 10.548525 C 15.152226 10.537519 15.11635 10.530616 15.068091 10.527472 C 15.021497 10.524327 14.956571 10.52173 14.876695 10.52173 C 14.80181 10.52173 14.743626 10.524669 14.698696 10.529385 C 14.653765 10.53253 14.616225 10.539433 14.589599 10.550439 C 14.564638 10.559873 14.547657 10.573679 14.536008 10.592546 C 14.526024 10.611414 14.517783 10.637317 14.511127 10.667191 L 13.921624 12.986921 L 13.91971 12.986921 L 13.353176 10.649965 C 13.348183 10.620092 13.340443 10.596786 13.332122 10.581063 C 13.323802 10.563767 13.30757 10.550645 13.284273 10.542783 C 13.260975 10.533349 13.227513 10.529044 13.180919 10.527472 C 13.135988 10.524327 13.073476 10.52173 12.995264 10.52173 z M 9.4237985 10.527472 C 9.363891 10.527472 9.3146971 10.528496 9.2764229 10.533213 C 9.2381487 10.536358 9.2078498 10.542919 9.1845524 10.552353 C 9.161255 10.561787 9.1447738 10.574226 9.1347892 10.586805 C 9.1248046 10.599383 9.1194775 10.613189 9.1194775 10.628912 L 9.1194775 12.06056 C 9.1194775 12.169049 9.1197273 12.281751 9.1213914 12.401247 C 9.1247196 12.520742 9.1297969 12.6357 9.1347892 12.745761 L 9.1309613 12.745761 C 9.1010075 12.682869 9.0707086 12.621084 9.0390908 12.558192 C 9.007473 12.4953 8.9747603 12.43126 8.9414784 12.366795 C 8.9081965 12.300758 8.8728203 12.236035 8.8362101 12.17157 C 8.8012641 12.105534 8.765638 12.038213 8.7290279 11.970604 L 8.1012462 10.85476 C 8.0696284 10.79344 8.0374155 10.742523 8.0074618 10.701643 C 7.977508 10.65919 7.9447954 10.625701 7.9098494 10.602116 C 7.8765675 10.578532 7.8401918 10.561787 7.7969253 10.552353 C 7.7536587 10.541347 7.6993876 10.537041 7.6361519 10.537041 L 7.2839817 10.537041 C 7.2174178 10.537041 7.1602332 10.554811 7.1136385 10.592546 C 7.0687079 10.628709 7.0466496 10.685163 7.0466496 10.759062 L 7.0466496 13.501778 C 7.0466496 13.517502 7.0517269 13.531307 7.0600474 13.543886 C 7.0683679 13.556464 7.0824354 13.566989 7.1040687 13.576423 C 7.1257019 13.584285 7.155751 13.590846 7.1940252 13.595563 C 7.2322994 13.60028 7.2812434 13.603219 7.3394868 13.603219 C 7.3993943 13.603219 7.4485881 13.60028 7.4868624 13.595563 C 7.5251366 13.590846 7.5551856 13.584285 7.5768189 13.576423 C 7.6001162 13.566989 7.6163476 13.556464 7.6246681 13.543886 C 7.6346527 13.531307 7.6380659 13.517502 7.6380659 13.501778 L 7.6380659 11.903615 C 7.6380659 11.78412 7.6375661 11.66882 7.6342379 11.557187 C 7.6309098 11.443981 7.6255826 11.33162 7.6189262 11.218414 L 7.6246681 11.218414 C 7.6629423 11.31118 7.7046452 11.406454 7.752904 11.505509 C 7.8011628 11.602992 7.8498569 11.694302 7.8964516 11.779207 L 8.7003184 13.207027 C 8.7419208 13.285643 8.7780466 13.350024 8.8113285 13.400338 C 8.8446105 13.44908 8.8797368 13.487216 8.9146828 13.51709 C 8.951293 13.545392 8.9898325 13.565417 9.0314349 13.576423 C 9.0747014 13.587429 9.126309 13.593649 9.1845524 13.593649 L 9.4639918 13.593649 C 9.4956096 13.593649 9.5259085 13.590027 9.5558623 13.582165 C 9.5874801 13.572731 9.6146157 13.557012 9.636249 13.538144 C 9.6595463 13.519276 9.6765273 13.495629 9.6898401 13.467327 C 9.7031528 13.439026 9.7108937 13.407792 9.7108937 13.371629 L 9.7108937 10.628912 C 9.7108937 10.613189 9.7058164 10.599383 9.6974959 10.586805 C 9.6891755 10.574226 9.6751079 10.561787 9.6534747 10.552353 C 9.6335055 10.542919 9.6037063 10.536358 9.5654321 10.533213 C 9.5271579 10.528496 9.4803778 10.527472 9.4237985 10.527472 z M 10.608545 10.537041 C 10.55363 10.537041 10.507099 10.55153 10.468825 10.582977 C 10.432215 10.61285 10.415234 10.663085 10.415234 10.732266 L 10.415234 13.392682 C 10.415234 13.461864 10.432215 13.51244 10.468825 13.543886 C 10.507099 13.57376 10.55363 13.587907 10.608545 13.587907 L 12.23159 13.587907 C 12.246567 13.587907 12.260135 13.584285 12.271784 13.576423 C 12.285096 13.566989 12.296001 13.553184 12.304321 13.534316 C 12.312641 13.515448 12.318219 13.491459 12.321547 13.461585 C 12.326539 13.430139 12.329203 13.39043 12.329203 13.344833 C 12.329203 13.299236 12.326539 13.261783 12.321547 13.231909 C 12.318219 13.200463 12.312641 13.176132 12.304321 13.157264 C 12.296001 13.138396 12.285096 13.124932 12.271784 13.117071 C 12.260135 13.107637 12.246567 13.101759 12.23159 13.101759 L 11.067897 13.101759 L 11.067897 12.242387 L 12.044021 12.242387 C 12.058998 12.242387 12.072566 12.236851 12.084215 12.228989 C 12.097527 12.221128 12.108432 12.209919 12.116752 12.192624 C 12.125073 12.173756 12.13065 12.149767 12.133978 12.119893 C 12.13897 12.090019 12.141634 12.050652 12.141634 12.005055 C 12.141634 11.961031 12.13897 11.923919 12.133978 11.894045 C 12.13065 11.862599 12.125073 11.83861 12.116752 11.821314 C 12.108432 11.802447 12.097527 11.788982 12.084215 11.781121 C 12.072566 11.771687 12.058998 11.767723 12.044021 11.767723 L 11.067897 11.767723 L 11.067897 11.023189 L 12.22202 11.023189 C 12.236997 11.023189 12.250565 11.017653 12.262214 11.009792 C 12.273862 11.000358 12.282603 10.986552 12.290923 10.967684 C 12.299244 10.948817 12.304821 10.924827 12.308149 10.894953 C 12.313141 10.863507 12.315805 10.826054 12.315805 10.782029 C 12.315805 10.73486 12.313141 10.697065 12.308149 10.667191 C 12.304821 10.635745 12.299244 10.6095 12.290923 10.590632 C 12.282603 10.570192 12.273862 10.556387 12.262214 10.548525 C 12.250565 10.540664 12.236997 10.537041 12.22202 10.537041 L 10.608545 10.537041 z"/></g></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
/* Sidebar: breathing room — more vertical space, slight left indent */
#divMenu .Oh_Right_Menu {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
/* Sidebar: selected item — same padding as unselected, icon turns white */
#divMenu .Oh_Right_Menu_Selected {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
#divMenu .Oh_Right_Menu_Selected [class$="W"],
#divMenu .Oh_Right_Menu_Selected .icoYourVisibility {
  background-color: white;
}
/* Sidebar: slightly reduce icon size (from 52px) */
#divMenu .icoDirectoryW,
#divMenu .icoEventsW,
#divMenu .icoNatStayW,
#divMenu .icoNewsW,
#divMenu .icoMessagesW,
#divMenu .icoBeyondW,
#divMenu .icoYourProfileW,
#divMenu .icoYourPhotosW,
#divMenu .icoYourVisitorsW,
#divMenu .icoYourVisibility,
#divMenu .icoYourVisibilityW,
#divMenu .icoYourDonationW {
  width: 44px;
  height: 44px;
}






/* Sidebar: icoYourVisibility uses IconYourVisibility SVG mask */
#divMenu .icoYourVisibility {
  background-image: none;
  background-color: var(--color-primary-medium-light);
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.9504756,0,0,0.9504756,0.59429284,0.59429276)"><path fill="black" fill-rule="evenodd" d="M 6.0598332,22.272835 C 5.7495604,22.217 5.4110664,22.018648 5.2277343,21.785238 4.8838881,21.347471 4.7832052,20.715656 4.9055333,19.76333 c 0.044696,-0.34796 0.1959036,-1.085872 0.3647842,-1.780193 0.403598,-1.659321 0.4834211,-2.084943 0.4834211,-2.577632 0,-0.312453 -0.028615,-0.428394 -0.1509405,-0.611578 C 5.360693,14.431372 4.9909511,14.079656 3.8754986,13.150842 2.7485666,12.212469 2.4344479,11.931455 2.10105,11.563406 1.5301745,10.933196 1.2803588,10.43926 1.2803588,9.9407335 c 0,-0.7341917 0.50324,-1.2582199 1.4770978,-1.5381152 C 3.3468474,8.2332222 3.9255561,8.1561287 5.5064125,8.036412 6.5904867,7.9543161 7.0125657,7.9046326 7.4527629,7.807304 7.9526178,7.696785 8.1231283,7.5981259 8.3290193,7.3002938 8.5925362,6.9191035 8.7842506,6.504807 9.3542326,5.0847995 9.8183514,3.9285318 9.9247172,3.6830275 10.144038,3.2618452 c 0.464119,-0.8912959 0.931473,-1.3621659 1.495056,-1.506306 0.621139,-0.1588608 1.228287,0.1372989 1.743282,0.8503536 0.352697,0.4883406 0.646944,1.0869436 1.221033,2.4840164 0.598009,1.4552822 0.870761,2.0013371 1.15503,2.3123722 0.292993,0.3205802 0.847751,0.4330033 2.70572,0.5483219 1.633986,0.1014166 2.209647,0.1734366 2.842682,0.355643 0.779259,0.2242943 1.251409,0.6346019 1.384639,1.2032762 0.02542,0.1084902 0.03259,0.213631 0.02568,0.3763663 -0.02493,0.5869872 -0.377681,1.1664672 -1.191377,1.9571032 -0.317016,0.308032 -0.582333,0.54331 -1.308834,1.160642 -1.172647,0.996438 -1.647044,1.471579 -1.821832,1.824692 -0.05866,0.118498 -0.06841,0.16374 -0.07701,0.35682 -0.0203,0.456488 0.05914,0.886106 0.456482,2.468687 0.407573,1.623319 0.478121,1.993351 0.500393,2.624566 0.0194,0.549653 -0.03545,0.861549 -0.211181,1.201089 -0.157893,0.30507 -0.41498,0.53006 -0.750193,0.656533 -0.154237,0.05819 -0.177312,0.06083 -0.526913,0.06037 -0.324714,-4.28e-4 -0.388469,-0.0067 -0.569926,-0.05587 -0.636036,-0.172443 -1.344857,-0.532176 -2.666822,-1.353441 -1.145335,-0.711532 -1.656309,-0.988854 -2.125223,-1.15343 -0.243771,-0.08556 -0.48252,-0.08076 -0.745913,0.01498 -0.428768,0.155846 -0.922236,0.434181 -2.1829236,1.23125 -0.9007213,0.56948 -1.2184612,0.755201 -1.6667642,0.974227 -0.6128062,0.299399 -0.993432,0.415686 -1.4086843,0.430374 -0.1360296,0.0048 -0.2983046,-4.27e-4 -0.3606114,-0.01164 z M 18.001746,21.004839 c 0.09225,-0.08666 0.128474,-0.25173 0.127445,-0.580699 -0.0017,-0.52119 -0.0892,-0.990756 -0.45285,-2.428354 -0.291576,-1.152663 -0.356983,-1.434857 -0.427642,-1.845021 -0.106982,-0.621033 -0.114249,-1.116589 -0.02169,-1.47965 0.05122,-0.200917 0.234004,-0.549563 0.414687,-0.790979 0.24165,-0.322877 0.836304,-0.904151 1.532189,-1.497714 1.348536,-1.150251 1.841772,-1.614113 2.12755,-2.000843 C 21.503218,10.108513 21.60338,9.8854733 21.575,9.7724014 21.542878,9.6444303 21.305766,9.4999854 20.966364,9.4016301 20.508795,9.2690324 19.868268,9.19082 18.593199,9.111852 17.109877,9.0199865 16.575575,8.9573602 16.020557,8.8103099 15.298451,8.6189915 14.918351,8.3155176 14.483433,7.583062 14.233439,7.1620404 14.039383,6.7396892 13.545487,5.5416695 13.362646,5.0981617 13.140764,4.5755504 13.052414,4.3803112 12.646884,3.4841539 12.273905,2.9491266 11.996039,2.8649753 l -0.04839,-0.014657 v 7.7893617 7.789359 l 0.04809,-0.01258 c 0.07238,-0.01893 0.413303,0.02209 0.607864,0.07313 0.544634,0.142883 1.118012,0.436003 2.408745,1.231389 1.442571,0.888953 2.054039,1.206399 2.53778,1.3175 0.194375,0.04464 0.383269,0.03057 0.45162,-0.03364 z"/></g></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="matrix(0.9504756,0,0,0.9504756,0.59429284,0.59429276)"><path fill="black" fill-rule="evenodd" d="M 6.0598332,22.272835 C 5.7495604,22.217 5.4110664,22.018648 5.2277343,21.785238 4.8838881,21.347471 4.7832052,20.715656 4.9055333,19.76333 c 0.044696,-0.34796 0.1959036,-1.085872 0.3647842,-1.780193 0.403598,-1.659321 0.4834211,-2.084943 0.4834211,-2.577632 0,-0.312453 -0.028615,-0.428394 -0.1509405,-0.611578 C 5.360693,14.431372 4.9909511,14.079656 3.8754986,13.150842 2.7485666,12.212469 2.4344479,11.931455 2.10105,11.563406 1.5301745,10.933196 1.2803588,10.43926 1.2803588,9.9407335 c 0,-0.7341917 0.50324,-1.2582199 1.4770978,-1.5381152 C 3.3468474,8.2332222 3.9255561,8.1561287 5.5064125,8.036412 6.5904867,7.9543161 7.0125657,7.9046326 7.4527629,7.807304 7.9526178,7.696785 8.1231283,7.5981259 8.3290193,7.3002938 8.5925362,6.9191035 8.7842506,6.504807 9.3542326,5.0847995 9.8183514,3.9285318 9.9247172,3.6830275 10.144038,3.2618452 c 0.464119,-0.8912959 0.931473,-1.3621659 1.495056,-1.506306 0.621139,-0.1588608 1.228287,0.1372989 1.743282,0.8503536 0.352697,0.4883406 0.646944,1.0869436 1.221033,2.4840164 0.598009,1.4552822 0.870761,2.0013371 1.15503,2.3123722 0.292993,0.3205802 0.847751,0.4330033 2.70572,0.5483219 1.633986,0.1014166 2.209647,0.1734366 2.842682,0.355643 0.779259,0.2242943 1.251409,0.6346019 1.384639,1.2032762 0.02542,0.1084902 0.03259,0.213631 0.02568,0.3763663 -0.02493,0.5869872 -0.377681,1.1664672 -1.191377,1.9571032 -0.317016,0.308032 -0.582333,0.54331 -1.308834,1.160642 -1.172647,0.996438 -1.647044,1.471579 -1.821832,1.824692 -0.05866,0.118498 -0.06841,0.16374 -0.07701,0.35682 -0.0203,0.456488 0.05914,0.886106 0.456482,2.468687 0.407573,1.623319 0.478121,1.993351 0.500393,2.624566 0.0194,0.549653 -0.03545,0.861549 -0.211181,1.201089 -0.157893,0.30507 -0.41498,0.53006 -0.750193,0.656533 -0.154237,0.05819 -0.177312,0.06083 -0.526913,0.06037 -0.324714,-4.28e-4 -0.388469,-0.0067 -0.569926,-0.05587 -0.636036,-0.172443 -1.344857,-0.532176 -2.666822,-1.353441 -1.145335,-0.711532 -1.656309,-0.988854 -2.125223,-1.15343 -0.243771,-0.08556 -0.48252,-0.08076 -0.745913,0.01498 -0.428768,0.155846 -0.922236,0.434181 -2.1829236,1.23125 -0.9007213,0.56948 -1.2184612,0.755201 -1.6667642,0.974227 -0.6128062,0.299399 -0.993432,0.415686 -1.4086843,0.430374 -0.1360296,0.0048 -0.2983046,-4.27e-4 -0.3606114,-0.01164 z M 18.001746,21.004839 c 0.09225,-0.08666 0.128474,-0.25173 0.127445,-0.580699 -0.0017,-0.52119 -0.0892,-0.990756 -0.45285,-2.428354 -0.291576,-1.152663 -0.356983,-1.434857 -0.427642,-1.845021 -0.106982,-0.621033 -0.114249,-1.116589 -0.02169,-1.47965 0.05122,-0.200917 0.234004,-0.549563 0.414687,-0.790979 0.24165,-0.322877 0.836304,-0.904151 1.532189,-1.497714 1.348536,-1.150251 1.841772,-1.614113 2.12755,-2.000843 C 21.503218,10.108513 21.60338,9.8854733 21.575,9.7724014 21.542878,9.6444303 21.305766,9.4999854 20.966364,9.4016301 20.508795,9.2690324 19.868268,9.19082 18.593199,9.111852 17.109877,9.0199865 16.575575,8.9573602 16.020557,8.8103099 15.298451,8.6189915 14.918351,8.3155176 14.483433,7.583062 14.233439,7.1620404 14.039383,6.7396892 13.545487,5.5416695 13.362646,5.0981617 13.140764,4.5755504 13.052414,4.3803112 12.646884,3.4841539 12.273905,2.9491266 11.996039,2.8649753 l -0.04839,-0.014657 v 7.7893617 7.789359 l 0.04809,-0.01258 c 0.07238,-0.01893 0.413303,0.02209 0.607864,0.07313 0.544634,0.142883 1.118012,0.436003 2.408745,1.231389 1.442571,0.888953 2.054039,1.206399 2.53778,1.3175 0.194375,0.04464 0.383269,0.03057 0.45162,-0.03364 z"/></g></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
/* Header: interactive icon wrapper — hover/selected white-pill effect */
#OhMenuBar .oh-hdr-btn {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
}
#OhMenuBar .oh-hdr-btn::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 6px;
  background: white;
  opacity: 0;
  transition: opacity 0.15s;
  pointer-events: none;
  z-index: -1;
}
#OhMenuBar .oh-hdr-btn:hover::before,
#OhMenuBar .oh-hdr-btn.hdr-selected::before {
  opacity: 1;
}
/* Icons turn primary colour on hover/selected */
#OhMenuBar .oh-hdr-btn:hover .icoLogo,
#OhMenuBar .oh-hdr-btn:hover .icoDirectory,
#OhMenuBar .oh-hdr-btn:hover .icoEvents,
#OhMenuBar .oh-hdr-btn:hover .icoNatStay,
#OhMenuBar .oh-hdr-btn:hover .icoNews,
#OhMenuBar .oh-hdr-btn:hover .icoMessagesW,
#OhMenuBar .oh-hdr-btn:hover .icoYourPhotos,
#OhMenuBar .oh-hdr-btn:hover .icoYourVisitorsW,
#OhMenuBar .oh-hdr-btn:hover .icoLogOut,
#OhMenuBar .oh-hdr-btn:hover .icoMenuSelector,
#OhMenuBar .oh-hdr-btn.hdr-selected .icoDirectory,
#OhMenuBar .oh-hdr-btn.hdr-selected .icoEvents,
#OhMenuBar .oh-hdr-btn.hdr-selected .icoNatStay,
#OhMenuBar .oh-hdr-btn.hdr-selected .icoNews,
#OhMenuBar .oh-hdr-btn.hdr-selected .icoMessagesW,
#OhMenuBar .oh-hdr-btn.hdr-selected .icoYourPhotos,
#OhMenuBar .oh-hdr-btn.hdr-selected .icoYourVisitorsW,
#OhMenuBar .oh-hdr-btn.hdr-selected .icoMenuSelector {
  background-color: var(--color-primary-medium-light);
}
#divGoInactive,
#divPopup,
#divSuspended,
#divSuspended1 
{
  position: absolute;
}

@-webkit-keyframes AnimNewMessage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes AnimNewMessage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes AnimNewMessage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AnimNewMessage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#footer,
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}
.divMenu_Text {
  top: 18px;
  margin-left: 2px;
}

#UnderHeader,
#divSubscribe,
#header {
  display: block;
}
#divPopup {
  display: none;
  width: 640px;
  height: 480px;
  left: 200px;
  top: 50px;
  background: var(--background-color);
  z-index: 400;
  border-color: #ccc;
  border-style: double;
  border-width: 1px;
}
#divPopup_Fence {
  background-image: url(../medias/Vide.gif);
  background-repeat: repeat;
  position: relative;
  top: -1048px;
  left: 0;
  width: 1024px;
  height: 1048px;
}
#divPopup_img {
  position: relative;
  top: 0;
  left: 0;
  margin: 6px;
}
#divPub {
  border: 1px solid var(--background-color);
  padding: 10px;
}
#divPubTitle {
  font-size: 12px;
  margin-bottom: 4px;
}
#divRegisterCancel {
  margin-top: 20px;
  border-top-style: double;
  border-color: #68658e;
  border-width: 1px;
  padding-top: 20px;
}
#divRegisterInfo {
  border: 3px solid #68658e;
  padding: 10px 25px;
}
#divRight_SubscriptionStatusBarPercent {
  background: #eaa626;
  width: 80%;
  height: 20px;
}
#divRightConnected_ProfilePending {
  display: none;
  background: #ffce79;
  color: #000;
}
#divSuspended {
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  background: rgba(174, 158, 234, 0.8);
  margin: auto;
}
#divSuspended1 {
  top: 40px;
  width: 90%;
  max-width: 700px;
  margin: auto;
  padding: 20px;
  z-index: 51;
}
#divSuspended1 strong {
  font-size: 20px;
}
#footer {
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#UnderHeader {
  height: 52px;
  width: 100%;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-primary-medium-light); /* was #9d90c7 */
  height: 52px;
  width: 100%;
  vertical-align: middle;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 4px var(--color-gray-medium);
  -moz-box-shadow: 0px 2px 4px var(--color-gray-medium);
  box-shadow: 0px 2px 4px var(--color-gray-medium);
}
#leftcolumn,
#rightcolumn,
.PhotoFrameSmall,
.middlecolumn {
  vertical-align: top;
}
#header a {
  color: #68658e;
}
#leftcolumn {
  border-bottom: 5px solid #68658e;
  min-width: 250px;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--color-gray-medium-dark); /* was #5d5c5a */
  display: inline-block;
  height: 100%;
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  transition-timing-function: ease;
}
#leftcolumn h2 {
  font-size: 1.4em;
  letter-spacing: normal;
}
#leftcolumn li {
  font-size: 0.9em;
  letter-spacing: normal;
  margin-bottom: 10px;
}
#mustPayInfo,
#rightcolumn a {
  font-size: 12px;
  color: var(--text-light);
}
#mustPayInfo {
  background: #4b68c7;
  padding: 10px;
}
#mustPayInfo a {
  color: var(--text-light);
}
#rightcolumn {
  width: 196px;
  color: var(--text-light);
  padding: 6px;
  display: table-cell;
}
#rightcolumn h1,
.rightcolumn_Section {
  font-size: 19px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#rightcolumn h1 {
  color: var(--text-light);
  border-bottom-color: var(--text-light);
}
.rightcolumn_Section {
  margin-bottom: 10px;
  margin-left: 6px;
  margin-top: 20px;
  font-weight: 700;
}
.rightcolumn_SubSection {
  list-style: disc;
  display: list-item;
  margin-bottom: 6px;
  margin-left: 24px;
}
.meta ul,
ul.post-meta {
  list-style: none;
}
#rightcolumn h2 {
  color: var(--text-light);
  font-size: 1em;
  letter-spacing: normal;
}
#rightcolumn p {
  font-size: 12px;
  font-style: normal;
  color: var(--text-light);
}
#wp-calendar {
  empty-cells: show;
  font-size: 14px;
  width: 90%;
  margin: 0;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}
#wp-calendar a {
  display: block;
  color: #68658e;
}
#wp-calendar a:hover {
  background: #68658e;
  color: #000;
}
#wp-calendar caption {
  color: var(--color-gray-medium);
  font-size: 16px;
  text-align: left;
}
#wp-calendar td {
  color: #000;
  font: 400 12px Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana,
    sans-serif;
  letter-spacing: normal;
  text-align: center;
  padding: 2px 0;
}
.Array1,
.Attention,
.CGU,
.authorlink {
  font-family: Arial, Helvetica, sans-serif;
}
#DonationSide a,
.Alert,
.Array1,
.Incomplete,
.authorlink {
  font-weight: 700;
}
#divRight_SubscriptionStatusBar,
#wp-calendar td.pad:hover {
  background: #68658e;
}
#wp-calendar #today,
#wp-calendar td:hover {
  background: var(--color-gray-medium-dark); /* was #555 */
  color: var(--text-light);
}
#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
#wrapper {
  margin: 0;
  display: flex;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.Array1 {
  font-size: 9px;
}
.ArticlePreview {
  background-color: #ebe9ff;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 6px;
  margin-bottom: 12px;
  border: 1px solid #68658e;
}
.Alert,
.Attention {
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 20px;
  color: var(--text-light);
  padding: 12px 20px;
}
.Attention {
  background: #90c546;
  text-align: center;
}
.Spacer {
  height: 20px;
  width: 20px;
}
.Alert {
  background: #e32525;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.authorlink {
  font-size: 1.2em;
}
.CGU {
  background: #eceaff;
  color: #777;
  padding: 20px;
  border: 2px solid var(--color-primary-medium-light); /* was #9d90c7 */
  border-radius: 20px;
}
.Incomplete,
.NotValidated,
.mustPay {
  border-radius: 20px;
}
.children {
  padding-left: 10px;
}
.DonationSide0,
.DonationSide1,
.DonationSide2 {
  font-size: 12px;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.clr {
  clear: both;
}
.divMenuSub {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  text-align: left;
  background: #bbb6ff;
}
#DonationSide {
  cursor: pointer;
  margin-bottom: 12px;
  margin-left: 10px;
  margin-right: 12px;
}
.DonationSide0 {
  color: var(--text-light);
  background: var(--color-primary-medium-light); /* was #9d90c7 */
}
.DonationSide0 a {
  color: var(--text-light);
}
.DonationSide1 {
  color: #68658e;
  background: #ebe9ff;
}
.DonationSide2 {
  color: var(--text-light);
  background: var(--color-primary-medium-light); /* was #9d90c7 */
}
.DonationSide2 a {
  color: var(--text-light);
}
.DonationEndDate {
  display: none;
}
.meta li,
.meta ul,
ul.post-meta li {
  display: inline;
}
.EnTeteArticles {
  background-color: var(--background-color);
  margin-top: 10px;
  margin-bottom: 6px;
  border-top: #a5b27f solid 10px;
  border-bottom: #a5b27f solid 1px;
  border-left: #a5b27f solid 1px;
  border-right: #a5b27f solid 1px;
  padding: 6px;
}
.EnTeteArticles h1 {
  margin-top: 0;
}
.EnTeteArticles h2 {
  margin-top: 0;
  color: var(--color-gray-medium-dark); /* was #696866 */
}
.entry {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.entry img {
  -moz-opacity: 1;
  opacity: 1;
  background-color: var(--background-color);
  padding: 6px;
}
.feedback {
  color: #ccc;
  text-align: right;
  clear: both;
}
.goog-te-sectional-gadget-link-text:active,
.goog-te-sectional-gadget-link-text:focus,
.goog-te-sectional-gadget-link-text:hover {
  -webkit-animation-name: hvr-back-pulse2;
  -moz-animation-name: hvr-back-pulse2;
  -o-animation-name: hvr-back-pulse2;
  animation-name: hvr-back-pulse2;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #c2c2c2;
  color: var(--text-light);
}
.goog-te-sectional-gadget-link-text:disabled {
  cursor: auto;
}
.goog-te-sectional-gadget-link-text:disabled:active,
.goog-te-sectional-gadget-link-text:disabled:focus,
.goog-te-sectional-gadget-link-text:disabled:hover {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.goog-te-sectional-gadget-link-text {
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-appearance: none;
}
.Incomplete {
  background: #e32525;
  margin-top: 6px;
  margin-bottom: 10px;
  color: var(--text-light);
  padding: 12px 20px;
}
.Incomplete a,
.Incomplete a:hover {
  color: var(--text-light);
}
.inputSmall {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}
.isOffline {
  font-size: 9px;
}
.LanguageSelected,
.LanguageUnselected {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.isOnline {
  background-color: #fcff1a;
  padding: 2px;
  color: var(--color-gray-medium-dark); /* was #555 */
}
.LanguageSelected {
  color: var(--text-light);
  background-color: #eaa626;
}
.LanguageUnselected {
  color: #000;
  background-color: var(--background-color);
}
.Laurels,
.leftcolumn_title {
  font-size: 12px;
  font-weight: 700;
}
.Laurels,
.Laurels a {
  color: var(--text-light);
}
.Laurels {
  background-color: #007400;
  padding: 12px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.leftcolumn_title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
  border-top: #e2e0db solid 1px;
  background-color: var(--text-light); /* was #f5f5f5 */
  padding: 6px;
}
.meta {
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.meta ul {
  margin: 0;
  padding: 0;
}
.meta,
.meta a {
  color: gray;
  font-weight: 700;
  letter-spacing: 0;
}
.middlecolumn {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  overflow: visible;
  display: inline-block;
  width: 100%;
}
.middlecolumn A {
  color: #8582b6;
}
.middlecolumn A:hover {
  font-weight: 700;
  text-decoration: underline;
}
.middlecolumn A:active,
.middlecolumn A:link,
.middlecolumn A:visited {
  font-weight: 700;
  text-decoration: none;
}
.middlecolumn h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: var(--color-gray-medium-dark); /* was #696866 */
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.Oh_CV,
.Oh_Left,
.middlecolumn p,
.mustPay {
  font-family: Arial, Helvetica, sans-serif;
}
.Oh_Left,
.middlecolumn p {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
.middlecolumn:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.mustPay {
  padding: 12px 12px 12px 18px;
  font-size: 12px;
  margin-bottom: 12px;
  color: var(--text-light);
  background-color: #888;
}
.navigation {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 24px;
  border-bottom: solid 1px #68658e;
  border-top: solid 1px #68658e;
  margin-bottom: 10px;
  margin-top: 10px;
}
.NotValidated {
  background: #ff9f9f;
  margin-bottom: 20px;
  color: var(--text-light);
  line-height: initial;
  font-size: 12px;
  padding: 12px 20px;
}
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(255, 162, 0, 0.75);
  }
}
@-moz-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(255, 162, 0, 0.75);
  }
}
@-o-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(255, 162, 0, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(255, 162, 0, 0.75);
  }
}
@-webkit-keyframes hvr-back-pulse2 {
  50% {
    background-color: rgba(194, 194, 194, 0.75);
  }
}
@-moz-keyframes hvr-back-pulse2 {
  50% {
    background-color: rgba(194, 194, 194, 0.75);
  }
}
@-o-keyframes hvr-back-pulse2 {
  50% {
    background-color: rgba(194, 194, 194, 0.75);
  }
}
@keyframes hvr-back-pulse2 {
  50% {
    background-color: rgba(194, 194, 194, 0.75);
  }
}
.Wait::after {
  display: inline-block;
  content: "";
  position: relative;
  margin-left: 12px;
  background-image: url(../medias/WaitCircles2-30x30.gif);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -2px;
}
.Oh_ButtonLarge,
.Oh_ButtonSmall {
  color: var(--text-light);
  text-decoration: none;
  display: inline-block;
  margin: 6px;
  text-align: center;
  padding: 6px 12px;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.Oh_ButtonLarge:focus,
.Oh_ButtonLarge:hover,
.Oh_ButtonSmall:focus,
.Oh_ButtonSmall:hover {
  color: var(--text-light);
  text-decoration: none;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.Section .Container .SectionHeader .HeaderElements .HeaderRight:focus,
.Section .Container .SectionHeader .HeaderElements .HeaderRight:hover {
  text-decoration: none;
  background: #ff8147;
  color: var(--text-light);
  cursor: pointer;
}
.Oh_ButtonLarge:active,
.Oh_ButtonSmall:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.Section .Container .SectionHeader .HeaderElements .HeaderRight:active {
  background-color: #4b68c7;
  color: var(--text-light);
}
.Oh_ButtonLarge {
  background-color: #ffa200;
  color: var(--text-light);
  border-radius: 10px;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
.Oh_ButtonLarge:active,
.Oh_ButtonLarge:visited,
.Oh_ButtonSmall:active,
.Oh_ButtonSmall:visited {
  color: var(--text-light);
}
.Oh_ButtonLarge:disabled,
.Oh_ButtonSmall:disabled {
  cursor: auto;
  background: #dcdcdc;
  border: 0 solid var(--background-color);
  box-shadow: none;
  opacity: 1;
}
.Oh_ButtonLarge:disabled:active,
.Oh_ButtonLarge:disabled:focus,
.Oh_ButtonLarge:disabled:hover,
.Oh_ButtonSmall:disabled:active,
.Oh_ButtonSmall:disabled:focus,
.Oh_ButtonSmall:disabled:hover {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.Oh_ButtonSmall {
  background-color: #ffa200;
  color: var(--text-light);
  border-radius: 10px;
  cursor: pointer;
  border: none;
  font-size: 12px;
}
.Oh_CV {
  font-size: 18px;
  font-style: italic;
  color: var(--color-gray-medium-dark); /* was #696866 */
}
.Oh_Left,
.Oh_Price,
.Oh_PriceInsteadOf {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
.Oh_Left {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.Oh_Price {
  font-size: 18px;
}
.Oh_PriceInsteadOf {
  font-size: 14px;
  text-decoration: line-through;
}
.Oh_Right A:hover {
  color: var(--text-light);
  text-decoration: underline;
}
.Oh_Right A:link {
  color: var(--text-light);
  text-decoration: none;
}
#divMiddleConnected_ProfileIncomplete a,
.Oh_Right A:visited {
  color: var(--text-light);
}
.Oh_Right h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: var(--text-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-light);
}
.Oh_Right h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--text-light);
}
.Oh_Right ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.Oh_Right,
.Oh_Right p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: var(--text-light);
}
.Oh_Right_Menu,
.Oh_Right_Menu_Selected {
  font-size: 16px;
  cursor: pointer;
  min-height: 44px;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
  position: relative;
}
.Oh_Right_Menu {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.Oh_Right_Menu:hover {
  background: #ebe9ff;
  color: #68658e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.Oh_Right_Menu:active {
  background-color: #8582b6;
  color: var(--text-light);
}
.Oh_Right_Menu_Selected,
.Oh_Save,
.Oh_Username,
.ohpost h1,
h2 {
  color: var(--text-light);
  font-family: Arial, Helvetica, sans-serif;
}
.Oh_Right_Menu_Selected {
  background: #bbb6ff;
  border-radius: 4px;
}
.ohpost_container,
.ohpost_info {
  border-bottom-left-radius: 20px;
}
.ohpost h1,
.ohpost_container,
h2 {
  padding: 20px;
  border-top-right-radius: 20px;
}
.Oh_Save {
  font-size: 14px;
  background: #6c7a3f;
}
.Oh_Small,
.Style1,
.isOffline {
  font-size: 9px;
}
.Oh_Username {
  background-color: #68658e;
  font-size: 12px;
  font-weight: 700;
  text-indent: 5px;
}
.ohpost {
  clear: both;
  margin-bottom: 20px;
}
.ohpost_container {
  background-color: var(--background-color);
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  -moz-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  margin-bottom: 20px;
}
.ohpost h1,
h2 {
  font-size: 18px;
  display: inline-block;
  clear: both;
  border-top-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #505050;
}
.ohpost_author,
.ohpost_author_you {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.ohpost h1 a,
.ohpost h2 a {
  color: var(--text-light);
}
.ohpost_author_you {
  background-color: #feffaa;
  margin-bottom: 6px;
  padding: 6px;
}
.ohpost_caption {
  font-size: 9px;
  padding: 6px;
}
.ohpost_date {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.ohpost_heading_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.ohpost_heading_column {
  width: 50%;
  min-width: 200px;
}
.News,
.News .NewsRight {
  min-width: 100px;
}
.ohpost_heading {
  display: block;
  color: #80786a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.OtherArticles A:hover,
.ohpost_heading A:hover {
  color: #80786a;
  text-decoration: underline;
}
.OtherArticles A:active,
.OtherArticles A:link,
.OtherArticles A:visited,
.ohpost_heading A:active,
.ohpost_heading A:link,
.ohpost_heading A:visited {
  color: var(--color-gray-medium-dark); /* was #655f54 */
  text-decoration: none;
}
.ohpost_heading h1 {
  font-size: 12px;
  color: red;
  line-height: 12px;
}
.ohpost_heading li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 10px 30px;
  font-weight: 700;
  text-indent: -30px;
  padding-left: 20px;
}
.ohpost_info {
  position: relative;
  top: 14px;
  border-left: #bbb6ff solid 10px;
  border-top: #bbb6ff solid 1px;
  border-right: #bbb6ff solid 2px;
  border-bottom: #bbb6ff solid 2px;
  margin-bottom: 30px;
  padding: 0 6px 6px;
}
.ohpost_info img {
  border: 0;
  background: 0 0;
  padding: 0;
}
.ohpost_info_about {
  position: relative;
  top: -14px;
  left: 6px;
  color: #746e68;
  font-weight: 700;
  padding: 4px;
}
.ohpost_info .FlexBlock {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ohpost_info .AuthorInfo {
  flex-grow: 2;
}
.ohpost_readmore {
  text-align: right;
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-top: #ebe9ff 1px solid;
  border-bottom: #68658e 1px solid;
  clear: both;
}
.News,
.News_ElapsedTime,
.News_Laurels,
.wp-caption {
  text-align: center;
}
.ohposts_headings {
  display: block;
  border: 1px solid #edcfa9;
  margin: 10px 0 0;
  padding: 0;
  background-color: var(--background-color);
}
.PhotoFrameSmall,
.PhotoFrameSmall_delete,
.PhotoFrameSmall_hover,
.PhotoFrameSmall_select {
  border-style: double;
  border-width: 1px;
}
.ohposts_headings_title {
  letter-spacing: 0.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #edcfa9;
  color: var(--text-light);
  padding: 4px 10px;
}
.NextArticle,
.PreviousArticle {
  background-color: var(--background-color);
  border-radius: 20px;
  margin-bottom: 10px;
}
.OtherArticles {
  font-size: 11px;
  color: #80786a;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.PreviousArticle {
  padding: 6px 20px 6px 6px;
}
.NextArticle {
  padding: 6px 6px 6px 20px;
}
.pagetitle,
.storytitle {
  font-size: 1.6em;
  background-color: #eddbbf;
  margin: 0;
  padding: 6px;
}
.PhotoFrameSmall {
  cursor: auto;
  border-color: #ccc;
  padding: 6px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.PhotoFrameSmall_delete {
  cursor: pointer;
  background: #ff9f9f;
  border-color: #e32525;
  padding: 6px;
}
.PhotoFrameSmall_hover {
  cursor: auto;
  border-color: var(--color-primary-medium-light); /* was #9c8fc7 */
  padding: 6px;
}
.PhotoFrameSmall_select {
  cursor: pointer;
  background: #8582b6;
  border-color: #68658e;
  padding: 6px;
}
.PostHeading_h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 12px;
  font-size: 18px;
  color: #80786a;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 10px;
}
.TitleUnderline,
.recebe,
h2 {
  font-family: Arial, Helvetica, sans-serif;
}
.PostHeading_h2 {
  color: #80786a;
  text-decoration: none;
}
.ProfileInfo {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
  padding: 12px;
  background-color: #d9feb5;
  border: 3px double #bba385;
  line-height: 1.5em;
}
.recebe {
  font-size: 14px;
  padding: 12px;
  background: #90c546;
  color: var(--text-light);
  margin-bottom: 12px;
  margin-top: 12px;
  display: none;
}
.sitemapitem {
  width: 145px;
  float: left;
  border-left: 2px solid #68658e;
  color: #68658e;
  padding: 5px;
}
.Stabilo {
  background-color: #fcff1a;
  padding-top: 8px;
  padding-bottom: 8px;
}
.storytitle a {
  color: #000;
  text-decoration: none;
}
.storytitle a:hover,
a:hover {
  text-decoration: underline;
}
.storytitle a:hover {
  color: #000;
}
.AuthorInfo .Username,
.Style5 {
  color: var(--color-gray-medium-dark); /* was #5d5c5a */
  font-weight: 700;
}
.AuthorInfo .NameAndElse {
  cursor: pointer;
  padding: 12px;
  background-color: #e8e7ff;
}
.AuthorInfo .Username {
  font-size: 16px;
}
.AuthorInfo .Age {
  font-size: 14px;
}
.AuthorInfo .AddressAndElse {
  padding: 12px;
  line-height: 1.5em;
}
.Style2 {
  cursor: pointer;
  background-color: #eddbbf;
  padding: 6px;
}
.Style3 {
  font-size: 10px;
}
.Style5 {
  font-size: 16px;
}
.TitleUnderline {
  font-weight: 700;
  color: #6e6b67;
  border-bottom-style: solid;
  margin-bottom: 4px;
  border-width: 1px;
  border-color: #6e6b67;
}
a,
a:hover {
  color: #68658e;
}
.widgettitle {
  font-weight: 700;
  font-size: 0.8em;
}
.wp-caption {
  border: 1px solid #ddd;
  background-color: var(--text-light); /* was #f3f3f3 */
  padding-top: 4px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px;
}
.wp-caption img {
  border: 0;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
a {
  text-decoration: none;
}
abbr,
acronym {
  border: 0;
  cursor: help;
}
#divNote_Text,
#divNote_Text_Full,
.BackLink,
.News,
.RecFirst,
.RecLast,
.RecNext,
.RecPrevious,
.Thumbnail {
  cursor: pointer;
}
abbr,
acronym,
span.caps {
  letter-spacing: 0.07em;
}
blockquote {
  border-left: 5px solid #68658e;
  margin-left: 1.5em;
  padding-left: 5px;
}
form#searchform input#s {
  background: var(--background-color);
  color: #68658e;
  border: 1px inset #68658e;
}
h2 {
  font-size: 18px;
}
h2#comments {
  font-size: 0.8em;
  border: none;
}
h2#postcomment {
  font-size: 1em;
  border: none;
}
.feedback,
h3,
li,
p {
  font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana,
    sans-serif;
}
.PhotoCaption,
.ThumbnailCaption {
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
img {
  border: 0;
}
li,
ol#comments li p {
  font-size: 100%;
}
.News_Address,
.News_ElapsedTime {
  font-size: 12px;
  vertical-align: middle;
}
ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
#divUL li,
.CGU ul,
.Note_Choice ul {
  list-style-type: disc;
}
.Oh_Right li,
ul.post-meta span.post-meta-key {
  font-weight: 700;
}
.News_Results_Container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.News:hover {
  box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transition: all 0.2s ease-out;
  -ms-transform: scale(1.03);
  -moz-transition: all 0.2s ease-out;
  -moz-transform: scale(1.03);
  transition: all 0.2s ease-out;
  transform: scale(1.03);
}
.News:active,
.Thumbnail:active {
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.News:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  transition: all 0.2s ease-out;
  transform: scale(0.97);
}
.News {
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: var(--background-color);
  margin-top: 10px;
  margin-left: 10px;
  max-width: 500px;
  flex-grow: 4;
  padding-top: 6px;
  padding-bottom: 12px;
}
.News .NewsLeft,
.News .NewsRight {
  display: inline-block;
  max-width: 300px;
}
.News_ElapsedTime {
  display: block;
  width: 100%;
}
.News_UserInfo {
  display: block;
  vertical-align: middle;
}
.News_Pic {
  display: block;
  vertical-align: middle;
  width: 91px;
  height: 91px;
  background-repeat: no-repeat;
  background-size: cover;
}
.News_Laurels {
  display: block;
  vertical-align: middle;
}
.News_Username {
  display: block;
  vertical-align: middle;
  text-align: left;
  font-weight: bolder;
  color: var(--color-primary-medium-light); /* was #9d90c7 */
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 6px;
}
.News_Address,
.News_Flags,
.News_Title,
.News_Type {
  text-align: center;
}
.News_Address {
  display: block;
  font-style: italic;
}
.News_Flags {
  display: block;
  vertical-align: middle;
}
.News_Type {
  display: block;
  vertical-align: middle;
  font-weight: 700;
  background-color: #eee;
  padding: 6px;
}
.News_Type.NewEvent {
  background-color: var(--color-gray-medium); /* was #a0a0a0 */
  color: var(--text-light);
}
.News_Type.NewPrivateEvent {
  background-color: #ca5a00;
  color: var(--text-light);
}
.News_Title {
  padding: 6px 12px;
}
.News_Description {
  display: block;
  font-size: 14px;
  padding: 6px;
  text-align: justify;
}
.News_EventDueDate,
.News_Location,
.Thumbnail,
.ThumbnailCaption {
  text-align: center;
}
.News_Location {
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 6px;
}
.ThumbnailCaption {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
  line-height: normal;
  padding-top: 10px;
  margin-right: 10px;
}
.Note_Choice,
.Note_ReadMoreLess,
.PhotoCaption {
  font-size: 12px;
}
.PhotoCaption {
  padding: 6px;
  background-color: var(--background-color);
  margin-bottom: 30px;
}
.ThumbnailPic {
  margin: auto;
  border: none;
  padding: 0;
}
.Thumbnail {
  border: 12px double #ccc;
  box-shadow: 2px 2px 2px var(--color-gray-medium); /* was #9d9d9d */
  background-color: var(--background-color);
  border-width: 1px;
  padding: 6px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transition: all 0.2s ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 0.2s ease-in;
  -moz-transform: scale(1);
  transition: all 0.2s ease-in;
  transform: scale(1);
}
.Thumbnail:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  transition: all 0.2s ease-out;
  transform: scale(0.97);
}
.RecFirst:hover,
.RecLast:hover,
.RecNext:hover,
.RecPrevious:hover,
.Thumbnail:hover {
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 2;
}
.Thumbnail:hover {
  box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transition: all 0.2s ease-out;
  transform: scale(1.03);
}
.ThumbnailPic_Selected {
  background-color: #ccb104;
}
.Thumbnail_Admin {
  background-color: var(--background-color);
  width: 100px;
}
.PageNavigator_Container {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  border-radius: 20px;
  font-weight: 700;
  background-color: var(--background-color);
  -webkit-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  -moz-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  margin-bottom: 20px;
  margin-top: 0;
  padding: 12px 20px;
}
.PageNavigator_Icons {
  padding-right: 4px;
  background-image: url(../medias/icons/IcoBgArrows.png);
  background-repeat: repeat-x;
  text-align: center;
  padding-left: 4px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
}
.PageNavigator img {
  border: 0;
}
.PageNavigator_Text {
  display: inline-flex;
  min-width: 170px;
  color: var(--color-gray-medium); /* was #969696 */
}
.RecFirst,
.RecFirst0,
.RecLast,
.RecLast0,
.RecNext,
.RecNext0,
.RecPrevious,
.RecPrevious0 {
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transition: all 0.2s ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 0.2s ease-in;
  -moz-transform: scale(1);
  transition: all 0.2s ease-in;
  transform: scale(1);
}
.RecFirst:hover,
.RecLast:hover,
.RecNext:hover,
.RecPrevious:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s ease-out;
  transform: scale(1.1);
}
.RecFirst:active,
.RecLast:active,
.RecNext:active,
.RecPrevious:active {
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transition: all 0.2s ease-out;
  -ms-transform: scale(0.9);
  -moz-transition: all 0.2s ease-out;
  -moz-transform: scale(0.9);
  transition: all 0.2s ease-out;
  transform: scale(0.9);
}
.RecFirst {
  background: url(../medias/icons/RecNav.png);
}
.RecFirst0 {
  background: url(../medias/icons/RecNav.png) 0 40px;
}
.RecLast {
  background: url(../medias/icons/RecNav.png) 40px 0;
}
.RecLast0 {
  background: url(../medias/icons/RecNav.png) 40px 40px;
}
.RecNext {
  background: url(../medias/icons/RecNav.png) 80px 0;
}
.RecNext0 {
  background: url(../medias/icons/RecNav.png) 80px 40px;
}
.RecPrevious {
  background: url(../medias/icons/RecNav.png) 120px 0;
}
.RecPrevious0 {
  background: url(../medias/icons/RecNav.png) 120px 40px;
}
#divNote_Text_Edit {
  margin: auto;
}
#divNote_Text_Edit textarea {
  border: 3px solid #feffaa;
  width: 95%;
}
.Note_Choice {
  margin-top: 4px;
}
.Note_Choice ul {
  margin: 0 0 0 10px;
  padding: 0;
}
.goog-te-sectional-gadget-checkbox-text,
.goog-te-sectional-gadget-link-text,
.goog-te-sectional-gadget-link-text a {
  font-size: 10px;
  font-weight: 400;
}
.goog-te-sectional-gadget-link-text {
  background-color: var(--color-gray-light); /* was #b1b1b1 */
  color: var(--text-light); /* was #f3f3f3 */
  border-radius: 10px;
  padding: 3px 12px;
  display: inline-block;
}
.BackLink a {
  color: var(--text-light);
}
.BackLink:focus,
.BackLink:hover {
  background-color: #c2c2c2;
  color: var(--text-light);
}
.BackLink:active {
  background-color: #8582b6;
}
.BackLink {
  font-family: proxima-nova-soft, sans-serif;
  line-height: 1.7em;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background-color: var(--color-gray-light); /* was #b1b1b1 */
  color: var(--text-light); /* was #f3f3f3 */
  padding: 3px 12px 3px 30px;
  border-radius: 10px;
  display: inline-block;
  background-image: url(../medias/Back.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  -webkit-appearance: none;
}
.EventFinished,
.YourEvent,
.YourEventNotValidated {
  padding: 12px;
  font-weight: 400;
}
.BackLink:disabled {
  cursor: auto;
}
.BackLink:disabled:active,
.BackLink:disabled:focus,
.BackLink:disabled:hover {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.YourEvent {
  color: #000;
  background-color: #d9feb5;
}
.EventFinished {
  color: var(--text-light);
  background-color: #e32525;
}
.YourEventNotValidated {
  background-color: #ffce79;
  color: #000;
}
.EventDescription {
  padding-left: 20px;
}
.EventTitleText {
  padding-top: 12px;
  padding-bottom: 12px;
}
.Lettrine {
  font-weight: 700;
  color: #68658e;
  font-size: 100px;
  font-family: serif;
  position: relative;
  top: 20px;
}
.EventContainer {
  background-color: var(--background-color);
  padding: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 20px;
}
.EventDueDate,
.EventTitle {
  padding: 6px 18px;
  font-weight: 700;
}
.EventTitle {
  font-size: 16px;
  background-color: var(--color-gray-medium); /* was #a0a0a0 */
  color: var(--text-light);
  border-top-right-radius: 20px;
}
.EventTitle.PrivateEvent {
  background-color: #ca5a00;
  color: var(--text-light);
}
.EventMenu {
  text-align: right;
}
.EventDistance,
.EventDueDate,
.EventTags,
.NbEvents {
  text-align: center;
}
.EventWhenWhere {
  display: flex;
  min-width: 200px;
}
.EventDueDate {
  background-color: var(--background-color);
  font-size: 14px;
}
.EventDueDateStr {
  display: none;
}
.EventDueDateFixed {
  text-align: center;
  font-size: 14px;
  padding: 6px;
  border: 1px solid #8568a0;
}
.EventTag,
.TabOn {
  border-top-left-radius: 20px;
}
.EventDueDateFixedStr {
  display: block;
}
.EventDistance {
  font-weight: 700;
  color: var(--text-light);
  padding: 6px 18px;
  background-color: #8568a0;
}
.EventDateStr {
  display: none;
}
.EventTags {
  font-size: 10px;
}
.EventTag {
  display: inline-block;
  list-style-type: none;
  padding: 4px 10px;
  border-color: #d9d9d9;
  border-width: 2px;
  border-style: solid;
  font-size: 12px;
  background-color: var(--background-color);
  margin: 10px 5px;
}
.NbEvents {
  background-color: #d9feb5;
  color: #68658e;
  font-weight: 700;
  font-size: 14px;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 6px 12px;
}
#QuickMessage_Button,
#ScrollToTop_Button {
  position: fixed;
  bottom: 20px;
  cursor: pointer;
  font-family: Arial;
  color: var(--text-light);
  font-size: 14px;
  background: #ffa200;
  padding: 10px 20px;
  width: 37px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#QuickMessage_Button {
  left: 20px;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  -moz-box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  font-weight: 700;
}
#QuickMessage_Button:hover,
#ScrollToTop_Button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#QuickMessage_Button:active,
#ScrollToTop_Button:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#QuickActionsBar {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 50px;
}
#ScrollToTop_Button {
  right: 20px;
  display: block;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  -moz-box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  font-weight: 700;
}
#formMsg_New_Body,
#formMsg_New_Subject {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  position: relative;
  padding: 15px;
  font-family: proxima-nova-soft, sans-serif;
  -webkit-user-modify: read-write-plaintext-only;
  width: 85%;
  line-height: 1.7em;
  font-size: 16px;
  color: var(--text-light);
  font-weight: 700;
}
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
}
.MsgNb,
.hidden {
  visibility: hidden;
}
.hidden {
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 1s linear;
}
#formMsg_New_Subject {
  background: var(--color-primary-medium-light); /* was #a182b6 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 1em 0 1.5em;
}
.ObjectTitle {
  font-weight: 700;
  margin-bottom: 6px;
}
.BodyTitle {
  margin-bottom: 6px;
  margin-top: 6px;
}
#formMsg_New_Body {
  background: #684c6b;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(var(--color-primary-medium-light)), to(#684c6b)); /* was #a182b6 */
  background: -moz-linear-gradient(var(--color-primary-medium-light), #684c6b); /* was #a182b6 */
  background: -o-linear-gradient(var(--color-primary-medium-light), #684c6b); /* was #a182b6 */
  background: linear-gradient(var(--color-primary-medium-light), #684c6b); /* was #a182b6 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 1em 0 1.5em;
}
input,
textarea {
  cursor: url(../medias/PenCursor.cur), auto;
  cursor: url(../medias/PenCursor.png) 0 32, auto;
}
::-webkit-input-placeholder {
  color: var(--color-gray-medium-light); /* was #aaa */
}
:-moz-placeholder {
  color: var(--color-gray-medium-light); /* was #aaa */
  opacity: 1;
}
::-moz-placeholder {
  color: var(--color-gray-medium-light); /* was #aaa */
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--color-gray-medium-light); /* was #aaa */
}
.MsgNb {
  position: absolute;
  top: -4px;
  right: -4px;
  margin: 0;
}
#divGoInactive {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: none;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
}
#divGoInactive_Popup {
  border-width: 10px;
  border-style: solid;
  border-color: #ffa200;
  margin: auto;
  background: var(--background-color);
  padding: 20px;
  width: 80%;
  text-align: center;
}
.middle_Section {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: var(--text-light);
  background-color: #edcfa9;
  border-radius: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  padding: 12px 20px;
}
.Filter,
.FilterMenu,
.FilterNewsMenu {
  margin-bottom: 10px;
}
.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: 0 0;
  height: 52px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
}
.FilterMenu,
.Section .Container .Body {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.FilterNewsMenu {
  border-radius: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--background-color);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 20;
  text-align: center;
  width: 250px;
  right: 0;
  top: 52px;
}
.dropdown-content a,
.dropdown:hover .dropdown-content {
  display: inline-block;
}
.dropdown-content a:hover,
.dropdown:hover {
  background-color: #ebe9ff;
}
.dropdown-content a {
  color: #000;
  padding: 6px;
  text-decoration: none;
}
.FilterMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  align-content: center;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 6px;
}
.FilterNewsMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  align-content: center;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 12px;
  gap: 6px;
}
.FilterNewsMenu .FilterOff,
.FilterNewsMenu .FilterOn {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.MemberCard_Flex,
.MemberCards {
  align-content: stretch;
  display: flex;
}

.FilterMenu .FilterOff,
.FilterMenu .FilterOn {
  display: inline-flex;
  margin: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



.FilterTitle {
  display: inline-flex;
}
.FilterOn {
  background-color: #68658e;
  color: var(--text-light);
}
.FilterOff:hover,
.FilterOn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.FilterOff:hover {
  background-color: #ebe9ff;
  color: #68658e;
}
.FilterOff:active,
.FilterOn:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.FilterOff:active {
  background-color: #8582b6;
  color: var(--text-light);
}
.FilterOff {
  background-color: var(--background-color);
}
.Section {
  display: block;
  margin-top: 10px;
}
.Section .Title a {
  color: var(--text-light);
}
.Section .Container .SectionHeader {
  display: block;
  position: relative;
}
.Section .Container .SectionHeader .HeaderBackground {
  background-color: #0ff;
  position: absolute;
  bottom: 0;
  border-color: #d0d0d8;
  border-style: solid solid none;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 3px;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  margin-left: 8px;
  border-top-right-radius: 20px;
  right: 6px;
  left: 6px;
  height: 32px;
}
.Section .Container .SectionHeader .HeaderElements {
  display: flex;
  align-items: flex-end;
  align-content: stretch;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.Section .Container .SectionHeader .HeaderElements .Title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: var(--text-light);
  border-radius: 20px;
  font-weight: 700;
  background-color: var(--color-gray-medium); /* was #919090 */
  -webkit-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  -moz-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  margin-bottom: 6px;
  padding: 12px 20px;
}
.Section .Container .SectionHeader .HeaderElements .HeaderRight {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: var(--text-light);
  border-radius: 20px;
  font-weight: 700;
  background-color: #faa21b;
  -webkit-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  -moz-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  margin-bottom: 6px;
  padding: 12px 20px;
}
.Section .Container .Body {
  padding: 12px 20px 20px;
  border-top: none;
  border-left: #d0d0d8 solid 1px;
  border-bottom: #d0d0d8 solid 3px;
  border-right: #d0d0d8 solid 3px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
  display: block;
  position: relative;
  z-index: 0;
  margin-bottom: 42px;
  margin-left: 14px;
  margin-right: 6px;
}
.Block1,
.FlexTD {
  margin-right: 20px;
}
.MemberCards {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.MemberCard {
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 20px;
  background: rgba(174, 158, 234, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3),
    inset 0 10px rgba(255, 255, 255, 0.2),
    inset 0 10px 20px rgba(255, 255, 255, 0.25),
    inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5),
    inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2),
    inset 0 10px 20px rgba(255, 255, 255, 0.25),
    inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 8px rgba(18, 21, 23, 0.5), inset 0 1px var(--background-color),
    inset 0 10px rgba(255, 255, 255, 0.37),
    inset 0 10px 20px rgba(255, 255, 255, 0.25),
    inset 0 -15px 30px rgba(62, 84, 99, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5),
    inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2),
    inset 0 10px 20px rgba(255, 255, 255, 0.25),
    inset 0 -15px 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.MemberCard_Flex {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.MemberCard_Left {
  display: flex;
  align-items: flex-start;
}
.MemberCard_Right {
  max-width: 500px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.7);
  flex-grow: 1;
}
.MemberCard_Buttons {
  display: flex;
  margin-top: 20px;
  text-align: center;
}
#divInfoMap,
.Blocks,
.NoResult,
.Tabs {
  display: flex;
}
.Tabs {
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: flex-start;
  align-items: initial;
  align-content: flex-start;
  padding-top: 20px;
}
.TabOff,
.TabOn {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -18px;
  padding: 6px 12px 18px;
  font-weight: 700;
  text-align: center;
}
.TabOn {
  color: var(--text-light);
  background-color: #505050;
  border-top-right-radius: 20px;
  border: 2px solid #505050;
  border-left: none;
  border-right-width: 1px;
  border-bottom: none;
  flex-grow: 1;
}
.TabOff:hover {
  background-color: #ebe9ff;
  color: #68658e;
}
.TabOff:active {
  background-color: #8582b6;
  color: var(--text-light);
}
.TabOff {
  background: var(--background-color);
  color: #505050;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 2px solid #505050;
  border-left: none;
  border-right-width: 1px;
  border-bottom: none;
  flex-grow: 1;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.TabPage {
  padding: 20px;
}
.DonatorsFirst {
  text-align: center;
  background-color: var(--background-color);
  background: -webkit-linear-gradient(
    right,
    rgba(255, 233, 255, 0),
    var(--text-light), /* was #ffe9ff */
    rgba(255, 233, 255, 0)
  );
  background: linear-gradient(
    to left,
    rgba(255, 233, 255, 0),
    var(--text-light), /* was #ffe9ff */
    rgba(255, 233, 255, 0)
  );
  padding: 6px;
  margin-bottom: 12px;
}
#pac-input,
.NoResult {
  background-color: var(--background-color);
}
.NoResult {
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  border-radius: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  -moz-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--color-gray-medium); /* was #969696 */
  padding: 12px 20px;
}
#pac-input,
#type-selector label {
  font-family: Roboto;
  font-weight: 300;
}
#map,
.controls {
  margin-top: 10px;
}
.Blocks {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-around;
}
.Block1 {
  max-width: 484px;
  flex-grow: 1;
}
.Block2 {
  flex-grow: 1;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 12px;
}
#map-container {
  border-width: 12px;
  border-style: solid;
  border-color: var(--text-light);
  width: 470px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: var(--background-color);
}
#map {
  width: 470px;
  height: 400px;
}
.controls {
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 32px;
  outline: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
  font-size: 15px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: Roboto;
}
#type-selector {
  color: var(--text-light);
  background-color: #4d90fe;
  padding: 5px 11px 0;
}
#type-selector label {
  font-size: 13px;
}
#divInfoMap,
.mapIconLabel {
  font-weight: 700;
  color: var(--text-light);
}
#target {
  width: 345px;
}
.mapIconLabel {
  font-size: 15px;
}
#divContactPopUp {
  display: none;
  background-color: #f1f1f1;
  position: absolute;
  left: 80px;
  top: 2158px;
  width: 330px;
  z-index: 100;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  -moz-opacity: 1;
  opacity: 1;
  padding: 12px;
  -webkit-box-shadow: 8px 8px 8px var(--color-gray-medium); /* was #9d9d9d */
  -moz-box-shadow: 8px 8px 8px var(--color-gray-medium); /* was #9d9d9d */
  box-shadow: 8px 8px 8px var(--color-gray-medium); /* was #9d9d9d */
}
#divContactPopUp_Inside {
  position: relative;
  left: 10px;
  top: 5px;
  width: 310px;
  -moz-opacity: 1;
  opacity: 1;
}
#ContactPopUp_Img {
  -moz-opacity: 1;
  opacity: 1;
}
#divInfoMap {
  background: #e32525;
  margin-top: 6px;
  margin-bottom: 10px;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
#divInfoMap a,
#divInfoMap a:hover,
#divMiddleConnected_ProfileIncomplete a,
#divMiddleConnected_ProfileIncomplete a:hover {
  color: var(--text-light);
}
#divInfoMap div {
  padding: 20px;
  max-width: 50%;
}
#divInfoMap h2 {
  margin-top: 0;
  background: 0 0;
  display: block;
  padding: initial;
  margin-bottom: 20px;
}
#divMiddleConnected_ProfileIncomplete,
.FlexTR {
  display: flex;
  align-content: flex-start;
  margin-bottom: 20px;
  font-weight: 700;
}
#divMiddleConnected_ProfileIncomplete {
  background: #e32525;
  margin-top: 12px;
  border-radius: 20px;
  color: var(--text-light);
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 20px;
}
.MainPic,
.Pic {
  border: 12px solid var(--background-color);
  box-shadow: 2px 2px 2px var(--color-gray-medium); /* was #9d9d9d */
}
.FlexTR {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.emphasize1,
.emphasize2,
.emphasize3 {
  padding: 6px;
  background-color: var(--background-color);
  margin-bottom: 6px;
  display: inline-block;
}
.FlexTD {
  width: 50%;
}
.emphasize1 {
  font-size: 24px;
}
.emphasize2 {
  font-size: 32px;
}
.emphasize3 {
  font-size: 24px;
  font-family: monospace;
}
.emphasize4 {
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 48px;
  display: inline-block;
}
.FlexBlock {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.FlexBlockVertical {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  gap:12px
}
.ReadableBlock {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ShiftedReadableBlock {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 20px 20px;
  margin-top: 0;
  top: -30px;
  position: relative;
}
.AddPicture {
  padding-left: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.CGU ul {
  margin: 0;
  list-style-position: initial;
  padding-left: 40px;
}
.Conditions {
  background-color: #ebe9ff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.divPicture {
  max-width: 200px;
  margin-right: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 12px;
  padding: 20px;
}
.Level,
.MainPicCaption {
  background-color: var(--background-color);
  text-align: center;
}
.divPicturePic img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.divPictures {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.divPictureTitle {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--color-gray-medium-dark); /* was #5d5c5a */
}
.MainPic,
.Pic,
.addthis_toolbox {
  margin-bottom: 20px;
}
.Level {
  padding: 20px;
  max-width: 200px;
}
.Levels {
  display: flex;
  flex-wrap: wrap;
}
.BPCredits,
.MainPic {
  display: inline-block;
}
.MainPic {
  background: var(--background-color);
}
.MainPicCaption {
  cursor: pointer;
  padding: 12px;
  line-height: initial;
}
.MainPicCaption:hover {
  background-color: #ffa200;
  color: var(--text-light);
}
#divCV_StampPath h2 {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  border-radius: 20px;
  font-weight: 700;
  background-color: var(--background-color);
  -webkit-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  -moz-box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 12px 20px;
}
.addthis_toolbox {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.atlwdg-trigger.atlwdg-SUBTLE {
  right: auto;
  left: 0;
  bottom: 0;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
  background-color: var(--text-light); /* was #f5f5f5 */
  color: var(--color-gray-dark) !important; /* was #444 */
  font-size: 11px;
  padding: 6px;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 2px 0 0;
  width: 50px;
  text-align: center;
}
#atlwdg-container {
  height: 701px;
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
  background: var(--background-color);
  border: 1px solid #ccc;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10000011;
  border-radius: 5px;
  background-clip: padding-box;
  max-height: calc(100% - 100px);
  max-width: 810px;
}
.UnderH2 {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px;
}
#OldBrowser {
  display: none;
}
#divIcoWait {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 30px;
  height: 30px;
  margin: auto;
}
.Affinity-100CloseFriend,
.Affinity-10ToBeAvoided,
.Affinity-20Acquaintance,
.Affinity-40Friend {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-x: 0;
  background-image: url(../medias/AffinityEmojisON.png);
}
.Affinity-100CloseFriend {
  background-position-y: 0;
}
.Affinity-40Friend {
  background-position-y: -32px;
}
.Affinity-20Acquaintance {
  background-position-y: -64px;
}
.Affinity-10ToBeAvoided {
  background-position-y: -96px;
}
.Affinity-0Unknown {
  background-image: url(../medias/AffinityEmojisON.png);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-x: 0;
  background-position-y: -192px;
}
.AffinityOFF-0Unknown,
.AffinityOFF-100CloseFriend,
.AffinityOFF-10ToBeAvoided,
.AffinityOFF-20Acquaintance,
.AffinityOFF-40Friend {
  background-image: url(../medias/AffinityEmojisOFF.png);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-x: 0;
}
.AffinityOFF-100CloseFriend {
  background-position-y: 0;
}
.AffinityOFF-40Friend {
  background-position-y: -32px;
}
.AffinityOFF-20Acquaintance {
  background-position-y: -64px;
}
.AffinityOFF-10ToBeAvoided {
  background-position-y: -96px;
}
.AffinityOFF-0Unknown {
  background-position-y: -192px;
}
.AffinityForbidden-0Unknown,
.AffinityForbidden-100CloseFriend,
.AffinityForbidden-10ToBeAvoided,
.AffinityForbidden-20Acquaintance,
.AffinityForbidden-40Friend {
  background-image: url(../medias/AffinityEmojisForbidden.png);
}
.AffinityForbidden-100CloseFriend {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-x: 0;
  background-position-y: 0;
}
.AffinityForbidden-40Friend {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-x: 0;
  background-position-y: -32px;
}
.AffinityForbidden-20Acquaintance {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-x: 0;
  background-position-y: -64px;
}
.AffinityForbidden-10ToBeAvoided {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-x: 0;
  background-position-y: -96px;
}
.AffinityForbidden-0Unknown {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-x: 0;
  background-position-y: -192px;
}
.Affinity-Add,
.Affinity-Remove {
  background-image: url(../medias/AffinityEmojisON.png);
  width: 32px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-x: 0;
  height: 32px;
}
.Affinity-Add {
  background-position-y: -128px;
}
.Affinity-Remove {
  background-position-y: -160px;
}
.BPContainer {
  width: 100%;
  text-align: center;
}
.BPCredits {
  cursor: pointer;
  background: rgba(128, 128, 128, 0.6);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--text-light);
  padding: 20px 22px;
}
.AffinityButton,
[class^="AffinityOption_"] {
  background-image: url(../medias/AffinityEmojisON.png);
  background-repeat: no-repeat;
  background-size: 32px;
}
.AffinityDisplayNone {
  display: none;
}
.AffinityContainer,
.AffinityContainer_ReadOnly {
  position: relative;
}
#AffinitySelectorGlobal {
  position: fixed;
  z-index: 9999;
}
.AffinityHelp {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-top: solid 1px #faa21b;
}
.AffinityButton {
  width: 32px;
  height: 32px;
  background-position-x: 0;
  background-position-y: -128px;
  z-index: 1;
}
.AffinitySelector {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 230px;
  background-color: var(--background-color);
  border: 4px solid #faa21b;
  border-radius: 20px;
  box-shadow: 0 2px 4px var(--color-gray-medium); /* was #9d9d9d */
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
  z-index: 10;
}
.AffinityOption {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  margin-left: 12px;
  margin-right: 12px;
  height: 42px;
  cursor: pointer;
  color: var(--color-gray-medium); /* was #969696 */
}
.AffinityOption:visited {
  background-color: var(--color-gray-medium);
}
.AffinityOption.Current {
  background-color: #ccc;
  color: var(--text-light);
}
.AffinityOption:hover {
  background-color: #faa21b;
  color: var(--text-light);
}
.AffinityLabel {
  font-size: 16px;
  padding-left: 12px;
  font-weight: 700;
}
[class^="AffinityOption_"] {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.AffinityContainer_ReadOnly [class^="AffinityOption_"] {
  cursor: auto;
}
.AffinityOption_100CloseFriend {
  background-position-x: 0;
  background-position-y: 0;
}
.AffinityOption_40Friend {
  background-position-x: 0;
  background-position-y: -32px;
}
.AffinityOption_20Acquaintance {
  background-position-x: 0;
  background-position-y: -64px;
}
.AffinityOption_10ToBeAvoided {
  background-position-x: 0;
  background-position-y: -96px;
}
.AffinityOption_Add {
  background-position-x: 0;
  background-position-y: -128px;
}
.AffinityOption_Remove {
  background-position-x: 0;
  background-position-y: -160px;
}
#divNotification {
  background-color: #ff0;
  padding: 12px;
  font-size: 16px;
  position: absolute;
  right: -300px;
  text-align: center;
  width: 1px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.75s ease;
  display: none;
}
.CGUBanner,
.CGUFooter {
  text-align: center;
  vertical-align: middle;
  display: block;
  font-family: Arial;
  color: var(--text-light);
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
}
#divNotification.show {
  right: 0;
  width: 300px;
  opacity: 1;
}
.CGUBanner {
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  -moz-box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  box-shadow: 0 1px 17px var(--color-gray-medium-dark); /* was #666 */
  font-size: 14px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.CGUFooter {
  font-size: 12px;
  background: rgba(217, 217, 217, 0.5);
}
.CGUFooter a {
  color: #000;
}


.MemberAddress a:link,
.MemberAddress a:visited,
.MemberAddress a:hover,
.MemberAddress a:active,
.EventAddress a:link,
.EventAddress a:visited,
.EventAddress a:hover,
.EventAddress a:active {
  text-decoration: underline;
  color:#68658e;
}


@media screen and (min-width: 1200px) {
  #map,
  #map-container {
    width: 600px;
  }
  .Block1 {
    max-width: 624px;
  }
  #map {
    height: 460px;
  }
}
@media screen and (max-width: 1024px) {
  #divPopup,
  .ohposts_headings {
    display: none;
  }
  #divPopup {
    position: absolute;
    width: 640px;
    height: 480px;
    left: 200px;
    top: 50px;
    background: var(--background-color);
    overflow: hidden;
    z-index: 400;
    border-color: #ccc;
    border-style: double;
    border-width: 1px;
  }
  #wrapper {
    border: none;
  }

}
@media screen and (max-width: 848px) {
  .ohpost_heading_column,
  .ohpost_heading_container {
    display: block;
    width: 100%;
  }
  .CV {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  #map,
  #map-container {
    width: 380px;
  }
  #map {
    height: 380px;
  }
  .Block2 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 548px) {
  .FilterTitle {
    display: none;
  }
}
@media screen and (max-width: 496px) {

}
@media screen and (max-width: 480px) {
  .News_Flags {
    display: none;
  }
  .EventTitle {
    display: run-in;
    min-width: 200px;
    text-align: center;
    border-top-right-radius: 0;
  }
  .EventWhenWhere {
    display: inline;
    min-width: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 470px) {
  #map,
  #map-container {
    width: 350px;
  }
  #map {
    height: 350px;
  }
}
@media screen and (max-width: 450px) {
  #map,
  #map-container {
    width: 320px;
  }
  #map {
    height: 350px;
  }
}
@media screen and (max-width: 444px) {
}
@media screen and (max-width: 400px) {
  #map,
  #map-container {
    width: 270px;
  }
  #map {
    height: 350px;
  }
}
@media screen and (max-width: 392px) {
}
@media screen and (max-width: 350px) {
  #map,
  #map-container {
    width: 220px;
  }
  #map {
    height: 350px;
  }
}
@media screen and (max-width: 340px) {
}
@supports (display: -ms-flexbox) or (display: -webkit-box) or (display: flex) {
  #OldBrowser {
    display: none;
  }
}

/* =====================================================================
   Guided notification toast panel  (site-wide, framework-free)
   Displayed as a fixed stack at the bottom-right of every page.
   ===================================================================== */
#GuidedNotifPanel {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.7em;
    max-width: 340px;
    pointer-events: none;  /* cards re-enable it individually */
}
.GuidedNotifCard {
    pointer-events: all;
    background: #fff;
    border: 1px solid #d6d0ff;
    border-left: 4px solid #7c5cbf;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.14);
    padding: 1em 1.1em 0.85em;
    font-size: 0.88em;
    animation: GuidedNotifSlideIn 0.3s ease;
    transition: opacity 0.3s ease;
}
@keyframes GuidedNotifSlideIn {
    from { opacity: 0; transform: translateX(50px); }
    to   { opacity: 1; transform: translateX(0);    }
}
.GuidedNotifCard__title {
    font-weight: bold;
    color: #3d2a7a;
    margin-bottom: 0.35em;
    font-size: 0.95em;
}
.GuidedNotifCard__body {
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.8em;
}
.GuidedNotifCard__actions {
    display: flex;
    gap: 0.5em;
    justify-content: flex-end;
}
.GuidedNotifCard__btn {
    border: none;
    border-radius: 10px;
    padding: 5px 14px;
    font-size: 0.85em;
    cursor: pointer;
    transition: transform 0.15s ease;
    white-space: nowrap;
}
.GuidedNotifCard__btn--accept  { background: #ffa200; color: #fff; }
.GuidedNotifCard__btn--decline { background: #bbb;    color: #fff; }
.GuidedNotifCard__btn:hover    { transform: scale(1.07); }
