body,html {
 padding: 0;
 margin: 0;
 height: 100%;  
}
body
{
 background: #fff url(/gfx/bg.png);
 font-family: 'Lato', sans-serif;
 color: #000;
 font-size: 14px;
}
.wrapper_bg {
 background: url(/gfx/top.png) repeat-x;
}
.wrapper
{
  background: #fff url(/gfx/top.png) repeat-x;
  width: 1205px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  min-height: 100%;
}
.head
{
  height: 213px;
}
.article-spacer {
  height: 30px;
}
.head-top {
  height: 127px;
  padding-top: 20px;
  padding-left: 20px;
}
.head a.logo {
  display: inline-block;
  width: 404px;
  height: 125px;
  background: url(/gfx/summerschool_logo_2019.png);
}
.head .sut-logo {
    display: inline-block;
    width: 343px;
    height: 74px;
    background: url(/gfx/sut-logo.png);
    float: right;
    margin-top: 25px;
}
h1 {
  margin-left: 20px;
}
.submenu {
    background: #6e6f71;
    text-align: center;
    line-height: 30px;
    border-top: solid 2px;
}
.article-left {
  width: 70%;
  float: left;
}
.article-right {
  width: 25%;
  float: right;
  background: linear-gradient(90deg, #f6f6f6, #ededed, #f6f6f6);
  text-align: center;
}
.article-right img {
  /*position: sticky;
  top: 0;*/
}
.side-menu { 
  width: 15%;
  display: block;
  float: left;
  /*position: sticky;
  top: 10px;*/
}
.side-menu a { 
  display: block;
  color: #000;
  margin-top: 10px;
  text-decoration: none;
  font-size: 1.3em;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.side-menu a:hover { 
  color: #ffa32b;
}
.side-menu p {
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  font-size: 30px;
}
.side-menu img {
  margin: auto;
  display: block;
}
.school-content h2 {
    /*position: sticky;
    top: 0;*/
    background: #fff;
    border-bottom: solid 1px;
}
.school-content {
  width: 85%;
  float: right;
}
.clear {
  clear: both;
}
.menu
{
  height: 66px;
  padding-left: 20px;
  padding-top: 30px;
  font-size: 0;
}
.submenu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-left:  10px;
  padding-right: 10px;
}
.menu a
{
  line-height: 30px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
  border-left: solid 1px #000;
}
.menu a.first {
  border-left: none;
}
.menu a:hover, a.active
{
  color: #ffa32b;
}
.footer {
  background: #f6f6f6;
  text-align: center;
  padding: 10px;
  border-left: solid 1px #9f9f9f;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
}
.clear {
  clear: both;
}
.content {
  border-left: solid 1px #9f9f9f;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
}
.article-content {
    padding: 20px;
}
#cookie {
  position: fixed;
  top: 0;
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #000;
  border-bottom: solid 1px #666;
  display: none;
  line-height: 40px;
}
.cookieclose {
  margin-left: 10px;
  color: #ff0000;
  font-weight: bold;
  cursor: pointer;
}
.author {
  background: #fff;
  padding-top: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.author a {
  text-decoration: none;
  color: #1d6ead;
}


.article_school_list a.article_school_list_title {
  display: block;
  font-size: 0;
}
.article_school_list img {
  float: left;
}
.article_school_list .title1 {
    display: inline-block;
    width: 400px;
    height: 107px;
    font-size: 30px;
    text-align: center;
    padding-top: 18px;
    border-right: solid 1px;
    color: #000;
    margin-right: 25px;
}
.article_school_list .title1 .title2 {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
}
.article_school_list .title3 {
    display: inline-block;
    width: 250px;
    color: #000;
    font-size: 15px;
    padding-top: 18px;
    text-align: center;
    height: 107px;
    vertical-align: top;
    line-height: 30px;
}
.article_school_list .title3 .title4 {
    font-weight: bold;
    display: block;
    font-size: 20px;
}
.article.article_school_list {
    margin-bottom: 40px;
}
.article.article_school_list:hover {
    background: #aaa;
}
.list {
    text-align: center;
}
.error {
  border: solid 1px red;
  background: #ffeeee;
}