
@font-face {
    font-family: 'ArialMT';
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),  url('../fonts/ArialMT.woff') format('woff'), url('../fonts/ArialMT.ttf')  format('truetype'), url('../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  min-height: 100%;
}

body {
  margin: 0px auto;
  min-width: 920px;
  max-width: 920px;
  width: 94%;
  text-align: center;
  background: #dcf6ef;
}

#strokes {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    min-width: 920px;
    max-width: 100%;
    height: 920px;
    min-height: 920px;
    max-height: 920px;
    margin: 45px auto;
    z-index: 0;
}
#strokes #left-stroke {
    width: calc(50% - 345px);
    height: 100%;
    background-image: url(../images/bg-left-stroke.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#strokes #left-stroke #logo {
    position: absolute;
    top: 21px;
    left: calc(50% - 458px);
    display: block;
    width: 276px;
    height: 113px;
    z-index: 2;
}
#strokes #middle-stroke {
    width: 690px;
    height: 100%;
}
#strokes #right-stroke {
    width: calc(50% - 345px);
    height: 100%;
    background-image: url(../images/bg-right-stroke.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


#circle {
    margin: 140px auto;
    z-index: 1;
}
#circle .circle {
    position: relative;
    display: block;
    min-width: 730px;
    max-width: 730px;
    margin: 0 auto;
    background-color: transparent;
    font-family: Arial, 'ArialMT';
}
#circle .circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}
#circle .circle__inner {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px solid #dcf6ef;
    border-radius: 50%;
}
#circle .circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
#circle .circle__content {
    display: table-cell;
    padding: 9em 6em;
    vertical-align: middle;
}
#circle .circle__content a {
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    color: #574546;
    text-decoration: none;
}
#circle .circle__content p {
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    color: #574546;
    text-align: left; 
}
#circle .circle__content p.publication {
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    margin: 1em 0 0;
    color: #ec1d00;
    text-align: center;
    text-transform: uppercase;
}
#circle .circle__content img.publication {
    margin: 0 auto;
    text-align: center;
}
    
