body {
  font-family: "VAGzStarBold";
  padding: 0px;
  margin: 0;
  color: #993300;
  background-color: #fff;
}
a {
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}
.text-center {
  text-align: center;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.container {
  width: 1149px;
  margin: 10px auto;
  clear: both;
}
.title {
  font-size: 36px;
  text-align: center;
  position: relative;
  /* margin-bottom: 20px; */
}
.title a img{
  width:180px;
  padding: 0;
  margin: 0 0px 0 0;
  list-style: none;
  display: inline-block;
  float: left;
  position: absolute;
  left: 120px;
  top: 0px;
  display: block;
}
.main_block {
  margin-bottom: 10px;
  clear: both;
  display: grid;
}
.image-section {
  clear: both;
}
.title-small {
  font-size: 18px;
  text-align: center;
  color: #606060;
}
.title-small img {
  float: left;
  margin: -5px 0 0 10px;
}
.container-left {
  width: 59%;
  float: left;
  border-right: 2px solid rgba(0, 0, 0, 0.65);
  margin-top: 18px;
}
.container-right {
  width: 39%;
  float: right;
  text-align: center;
  padding: 10px 0;
}
.container-right .title-small {
  margin-bottom: 5px;
  min-height: 20px;
  display: block;
}
.container-right .title-img-small {
  position: relative;
}
.container-right .title-img-small span {
  position: absolute;
  left: 90px;
  bottom: 0px;
}
.right-block-image-section img:first-child {
  padding-left: 10px;
}
.bot_txt {
  margin: 15px 0;
  color: #666666;
  font-size: 10px;
}
.container-left .image-section a {
  float: left;
  text-align: center;
  color: #606060;
  text-decoration: none;
  font-family: "Liberation Sans";
  font-size: 16px;
}
.container-left .image-section a:hover {
  color: #993300;
}
.join-block {
  padding: 0;
  margin: 0 0px 0 0;
  list-style: none;
  display: inline-block;
  float: right;
  position: absolute;
  right: 50px;
  top: 10px;
}
.container-left .main_block {
  margin-bottom: 44px;
}
.container .main_block:last-child {
  margin-bottom: 10px;
}
.join-block li {
  float: left;
  margin: 0 5px;
}
.join-block li a {
  text-decoration: underline;
  color: blue;
}
.join-block li {
  font-size: 18px;
  color: blue;
}
.join-block li a:hover {
  color: #000;
}

.inactive {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.signin-block {
  display: none;
}

@media screen and (min-width: 768px) {
  .container-left .image-section a {
    font-size: 14px;
  }
  .join-block {
    display: none;
  }

  .signin-block {
    border-bottom-style: solid;
   border-bottom-width: 6px;
   border-bottom-color: #7cceff;
    background: #7cceff;
    height: 60px;
    text-align: center;
    display: block;
    align-items: center;
    font-size: 25px;
    color: #0247a6;
    font-family: "Liberation Sans";
  }
  .signin-block .container {
    margin: 0;
  }
  .signin-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
  }
  .signin-block ul li {
    float: left;
    margin-right: 15px;
  }
  .signin-block ul li a {
    background: #ace0fe;
    padding: 15px;
    text-align: center;
    font-size: 25px;
    font-family: "Liberation Sans";
    color: #0247a6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -ms-box-shadow: 1px 1px 5px #000;
    -o-box-shadow: 1px 1px 5px #000;
  }
  .signin-block ul li a:hover {
    background: #cfedfe;
  }
}

@media screen and (max-width: 768px) {
  .join-block li {
    font-size: 36px;
    margin-right: 25px;
  }
  .join-block li:last-child {
    margin-right: 0px;
  }
  .join-block {
    top: 0;
  }
  .title-img-small img {
    display: none;
  }
  .img-txt {
    display: none;
  }
  .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .title-small {
    font-size: 25px;
    display: none;
  }
  .container-right .title-small {
    display: none;
  }
  .container-left .main_block {
    margin-bottom: 5px;
  }
  .container-right .title-img-small span {
    position: initial;
  }
  .bot_txt {
    display: none;
  }
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;s
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
a.Accessibile {
  color: #fff;
  font-size: 1.2em;
}
a.Accessibile:focus,
#Accessibility:focus a {
  color: #00f;
}