/* blue */
/* gray */
/* red */
/* white */
/* gray */
/* gray */
/* black */
/* green */
/* gray */
/* gray */
/* purple */
/* purple */
/* red */
/* purple */
/* blue */
/* mobile */
/* peoples */
html, body, form, h1, h2, h3, h4, ul, ol, li {
  margin: 0;
  padding: 0;
}

html, body {
  color: #1e1656;
  font: 300 18px/1.65 "Lato", sans-serif;
}

img {
  border: none;
}

body {
  -webkit-text-size-adjust: none;
  background: #ffffff;
  text-align: center;
}

a {
  text-decoration: none;
  color: #1e1656;
}

.cfx:after, .two-columns:after, form .row.columns:after {
  content: "";
  display: table;
  clear: both;
}

input[type=text], input[type=submit], input[type=email], input[type=search], textarea, button, select {
  -webkit-appearance: none;
  font: 300 18px/1.2 "Lato", sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  color: #1e1656;
  outline: 0;
  font-weight: 300;
}
input[type=text]::-ms-clear, input[type=submit]::-ms-clear, input[type=email]::-ms-clear, input[type=search]::-ms-clear, textarea::-ms-clear, button::-ms-clear, select::-ms-clear {
  display: none;
}
input[type=text]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=email]::-moz-focus-inner, input[type=search]::-moz-focus-inner, textarea::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #b4b4b4;
  opacity: 1 !important;
}
input[type=text]::-moz-placeholder, input[type=submit]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1 !important;
}
input[type=text]:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #b4b4b4;
  opacity: 1 !important;
}

input[type=submit], button, .btn {
  background: #e10e49;
  color: #ffffff;
  cursor: pointer;
  height: 52px;
  background: #e10e49;
  color: #ffffff !important;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px !important;
  font-weight: bold;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]:hover, button:hover, .btn:hover {
  background: rgba(225, 14, 73, 0.8);
}
input[type=submit].btn-small, button.btn-small, .btn.btn-small {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px !important;
  text-transform: uppercase;
}
a.btn {
  display: inline-block;
  padding-top: 11px;
}

h1, h2, h3, h4 {
  color: #1e1656;
  font: 300 45px/1.1 "Lato", sans-serif;
}

ul, ol {
  list-style-type: none;
}

p {
  margin: 0 0 0;
}

/* formatted */
.formatted a {
  text-decoration: none;
  color: #e10e49;
}
.formatted a:hover {
  color: #e10e49;
  color: rgba(225, 14, 73, 0.8);
}
.formatted a.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.formatted a.medium {
  font-size: 15px;
}
.formatted a.small {
  font-size: 12px;
}
.formatted form {
  margin: 25px 0 5px;
}
.formatted form.search-form {
  margin-bottom: 5px;
}
.formatted h1, .formatted h2, .formatted h3 {
  font-weight: 300;
}
.formatted h1 + p, .formatted h2 + p, .formatted h3 + p {
  margin-top: 0;
}
.formatted h1 {
  margin: 0 0 30px;
  letter-spacing: -1px;
}
.formatted h1 + .h1-sibling-right {
  font-size: 12px;
  float: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: -25px;
}
@media screen and (max-width: 1130px) {
  .formatted h1 + .h1-sibling-right {
    float: none;
  }
}
.formatted h1.has-right {
  margin-bottom: 0;
}
.formatted h1 + h2 {
  margin-top: 25px;
}
.formatted h2 {
  font-size: 24px;
  line-height: 1.4;
  margin: 45px 0 20px;
}
.formatted h2 + h2 {
  margin-top: 50px;
}
.formatted h2 + form {
  margin-top: 20px;
}
.formatted p {
  margin: 25px 0;
}
.formatted p.lead {
  font-size: 23.4px;
  line-height: 1.3;
}
.formatted ul {
  margin: 25px 0;
}
.formatted ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
}
.formatted ul li:before {
  content: "";
  display: block;
  height: 10px;
  width: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url("../images/triangle.svg") no-repeat 0 0;
}
.formatted ul.no-type li {
  padding-left: 0;
}
.formatted ul.no-type li:before {
  display: none;
}
.formatted ol {
  margin: 25px 0;
  list-style-type: decimal;
}
.formatted ol li {
  position: relative;
  margin: 0 0 5px 30px;
}
.formatted table {
  width: 100%;
  border-collapse: collapse;
  margin: 11px 0;
}
.formatted table th, .formatted table td {
  padding: 14px 15px;
  vertical-align: top;
}
.formatted table th:first-child, .formatted table td:first-child {
  padding-left: 0;
}
.formatted table th:last-child, .formatted table td:last-child {
  padding-right: 0;
}
.formatted table th.nowrap, .formatted table td.nowrap {
  white-space: nowrap;
}
.formatted table th.align-right, .formatted table td.align-right {
  text-align: right;
}
.formatted table.border-table {
  margin: 18px 0;
}
.formatted table.border-table th, .formatted table.border-table td {
  padding: 7px 40px;
  font-weight: 300;
}
@media screen and (max-width: 1130px) {
  .formatted table.border-table th, .formatted table.border-table td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.formatted table.border-table th:first-child, .formatted table.border-table td:first-child {
  padding-left: 0 !important;
}
.formatted table.border-table th:last-child, .formatted table.border-table td:last-child {
  padding-right: 0 !important;
}
.formatted table.border-table th {
  font-weight: bold;
}
.formatted table.border-table td {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.formatted table.first-fixed-width th:first-child, .formatted table.first-fixed-width td:first-child {
  padding-right: 0px;
  width: 235px;
}
.formatted .table-wrapper {
  max-width: 100%;
  overflow: auto;
  margin: 25px 0;
}
.formatted .table-wrapper table {
  margin: 0;
}

/* container */
.container {
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 950px) {
  .container {
    display: block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* sidebar */
.sidebar {
  -webkit-flex: 0 1 22.8%;
  -moz-flex: 0 1 22.8%;
  -ms-flex: 0 1 22.8%;
  flex: 0 1 22.8%;
  font-weight: 400;
}
.sidebar .content {
  width: 170px;
  float: right;
  clear: both;
  margin-right: 60px;
  padding: 88px 0 0;
}
@media screen and (min-width: 1440px) {
  .sidebar {
    -webkit-flex: 0 1 calc((100vw - 1440px) / 2 + 328px);
    -moz-flex: 0 1 calc((100vw - 1440px) / 2 + 328px);
    -ms-flex: 0 1 calc((100vw - 1440px) / 2 + 328px);
    flex: 0 1 calc((100vw - 1440px) / 2 + 328px);
  }
}
@media screen and (max-width: 1270px) {
  .sidebar .content {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1190px) {
  .sidebar {
    -webkit-flex: 0 0 270px;
    -moz-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
  }
}
@media screen and (max-width: 950px) {
  .sidebar {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .sidebar .content {
    display: none;
  }
}

/* footer */
.footer {
  width: 170px;
  float: right;
  clear: both;
  margin-right: 60px;
  padding: 10px 0 88px;
  font-size: 15px;
}
@media screen and (max-width: 1270px) {
  .footer {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 950px) {
  .footer {
    width: auto;
  }
}
.footer .share {
  text-align: left;
  line-height: 0;
  font-size: 0;
  padding: 36px 0;
}
.footer .share a {
  display: inline-block;
  outline: 0;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer .share a.facebook {
  background-image: url("../images/facebook.svg");
}
.footer .share a.linkedin {
  background-image: url("../images/linkedin.svg");
}
.footer .share a.twitter {
  background-image: url("../images/twitter.svg");
}
.footer .share a:hover {
  opacity: 0.8;
}
.footer .estonian-swiss {
  height: 20px;
  width: 154px;
  margin-top: 10px;
  background: url("../images/estonian-swiss.png") no-repeat left top;
  background-size: 153px;
}

/* main */
.main {
  -webkit-flex: 0 1 77.2%;
  -moz-flex: 0 1 77.2%;
  -ms-flex: 0 1 77.2%;
  flex: 0 1 77.2%;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  /* main-inner */
}
.front-page .main {
  background: #431759;
  color: #ffffff;
}
@media screen and (min-width: 1440px) {
  .main {
    -webkit-flex: 0 1 calc((100vw - 1440px) / 2 + 1112px);
    -moz-flex: 0 1 calc((100vw - 1440px) / 2 + 1112px);
    -ms-flex: 0 1 calc((100vw - 1440px) / 2 + 1112px);
    flex: 0 1 calc((100vw - 1440px) / 2 + 1112px);
  }
}
@media screen and (max-width: 1270px) {
  .main {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 1190px) {
  .main {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 950px) {
  .main {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.main img {
  max-width: 100%;
}
.main:before, .main:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}
.main:before {
  width: 400px;
  height: 525px;
  top: 0;
  left: 0;
  background: url("../images/main_bg.png") no-repeat left top;
}
.front-page .main:before {
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(-45deg, rgba(41, 30, 96, 0.24) 0%, rgba(224, 14, 72, 0.24) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(41, 30, 96, 0.24) 0%, rgba(224, 14, 72, 0.24) 100%);
  background: linear-gradient(135deg, rgba(41, 30, 96, 0.24) 0%, rgba(224, 14, 72, 0.24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d291e60', endColorstr='#3de00e48',GradientType=1 );
}
.main:after {
  width: 600px;
  height: 400px;
  bottom: 0;
  right: 0;
  background: url("../images/main_bg1.png") no-repeat right bottom;
}
.front-page .main:after {
  display: none;
}
.main .main-inner {
  width: 760px;
  position: relative;
  z-index: 1;
  margin-left: 110px;
  padding: 140px 0px 110px;
}
.front-page .main .main-inner {
  padding: 80px 0;
  width: 980px;
}
@media screen and (max-width: 1412px) {
  .front-page .main .main-inner {
    width: auto;
  }
}
@media screen and (max-width: 1270px) {
  .main .main-inner {
    margin: 0 auto;
  }
  .front-page .main .main-inner {
    width: 760px;
  }
}
@media screen and (max-width: 1130px) {
  .main .main-inner {
    margin: 0 50px;
    width: auto;
  }
  .front-page .main .main-inner {
    width: auto;
  }
}
@media screen and (max-width: 950px) {
  .main .main-inner {
    margin: 0 auto;
    width: 760px;
    padding: 110px 0 80px;
  }
  .front-page .main .main-inner, .main .main-inner {
    padding: 110px 0 80px;
    width: 760px;
  }
}
@media screen and (max-width: 860px) {
  .main .main-inner {
    margin: 0 50px;
    width: auto;
  }
  .front-page .main .main-inner {
    width: auto;
  }
}

/* logo */
.logo {
  display: block;
  outline: 0;
  background: url("../images/logo.svg") no-repeat left top;
  width: 162px;
  height: 28px;
  background-size: 162px;
}

/* menu */
.menu {
  padding: 40px 0 10px;
  font-weight: 400;
}
.menu ul li {
  line-height: 1.2;
  padding: 5px 0;
}
.menu ul a {
  color: #1e1656;
  text-transform: uppercase;
  font-size: 14px;
}
.menu ul a.active {
  color: #e10e49;
  font-weight: normal;
}
.menu ul a:hover {
  color: #7a5b94;
}
.menu ul ul {
  padding: 13px 0 10px;
}
.menu ul ul li {
  padding: 3px 0 3px 15px;
}
.menu ul ul a {
  font-size: 15px;
  text-transform: none;
  position: relative;
}
.menu ul ul a.active:before {
  content: "";
  display: block;
  height: 8px;
  width: 7px;
  position: absolute;
  top: 5px;
  left: -15px;
  background: url("../images/menu.svg") no-repeat center center;
}

/* front-block */
.front-block {
  position: relative;
  height: 505px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.front-block .inner {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 645px;
  position: relative;
  z-index: 1;
}
.front-block h1 {
  color: #ffffff;
  font-size: 56px;
  line-height: 1.2;
}
@media screen and (max-width: 1412px) {
  .front-block h1 {
    font-size: 46px;
  }
}
.front-block .image {
  position: absolute;
  z-index: 0;
  text-align: right;
  right: 0px;
  left: 0px;
  top: 0;
  font-size: 0;
  line-height: 0;
}
.front-block .image .image-inner {
  display: inline-block;
  position: relative;
}
.front-block .image .image-inner:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(41, 30, 96, 0.48) 0%, rgba(41, 30, 96, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(41, 30, 96, 0.48) 0%, rgba(41, 30, 96, 0) 100%);
  background: linear-gradient(to right, rgba(41, 30, 96, 0.48) 0%, rgba(41, 30, 96, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a291e60', endColorstr='#00291e60',GradientType=1 );
}
.front-block .image img {
  display: inline-block;
}
@media screen and (max-width: 1270px) {
  .front-block {
    display: block;
    height: auto;
    padding-bottom: 40px;
  }
  .front-block .inner {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
  }
  .front-block .image {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
  }
}

/* people */
.people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px 0;
  padding-top: 10px;
}
.people .person {
  width: 240px;
  -webkit-flex: 0 0 240px;
  -moz-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin: 10px;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.55;
}
.people .person .image {
  display: block;
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
}
.people .person .info {
  padding: 15px;
}
.people .person .name {
  font-size: 20px;
  padding-bottom: 7px;
}
.people .person .name a {
  color: #1e1656;
}
.people .person .name a:hover {
  color: rgba(30, 22, 86, 0.8);
}
.people .person .linkedin {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin-top: 5px;
  background: url("../images/linkedin_gray.svg") no-repeat center center;
  background-size: 20px;
}
.people .person .linkedin:hover {
  opacity: 0.8;
}

/* article-box */
.article-box {
  width: 360px;
  min-height: 240px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article-box:before {
  position: absolute;
  display: block;
  content: "";
  width: 150px;
  height: 120px;
  z-index: 0;
  right: 0;
  bottom: 0;
  background: url("../images/map.svg") no-repeat 0 0;
}
.article-box .inner {
  position: relative;
  z-index: 1;
  padding: 25px 55px 55px 30px;
}
.article-box .title {
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #1e1656;
}
.article-box .name {
  font-size: 30px;
  line-height: 1.2;
}
.article-box .links {
  padding-top: 15px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.front-page .article-box {
  float: right;
  margin: -38px 60px 0 0;
}
@media screen and (max-width: 1270px) {
  .front-page .article-box {
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1130px) {
  .front-page .article-box {
    width: 300px;
  }
  .front-page .article-box .name {
    font-size: 24px;
  }
}

/* lead-article */
.lead-article {
  padding: 275px 0 40px 0;
  position: relative;
}
.lead-article .image {
  position: absolute;
  height: 400px;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lead-article .article-box {
  margin-left: 20px;
}

/* news-list */
.news-list .title {
  font-size: 24px;
  padding-bottom: 20px;
}
.news-list li {
  padding-bottom: 20px;
}
.news-list .detail {
  font-size: 16px;
}
.news-list .detail.ico {
  padding-left: 26px;
  position: relative;
}
.news-list .detail.ico:before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-list .detail.ico.twitter:before {
  background-image: url("../images/twitter.svg");
}
.news-list .detail.ico.facebook:before {
  background-image: url("../images/facebook.svg");
}
.news-list .links {
  font-size: 12px;
  line-height: 2;
  padding-top: 5px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.front-page .news-list {
  margin-right: 510px;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 26px;
}
@media screen and (max-width: 1270px) {
  .front-page .news-list {
    margin-right: 400px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1130px) {
  .front-page .news-list {
    margin-right: 340px;
  }
}
.front-page .news-list .title {
  font-size: 30px;
  line-height: 1.2;
}
.front-page .news-list .detail {
  font-size: 14px;
  color: #b4a0c5;
}
.front-page .news-list a {
  color: #ffffff;
}
.front-page .news-list a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* news-columns */
.news-columns {
  padding: 10px 0 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-columns .news-list {
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
.news-columns .news-list + .news-list {
  padding-right: 0;
}

/* main-article */
.main-article .detail {
  font-size: 16px;
  padding-bottom: 5px;
}

/* article-share */
.article-share {
  padding: 30px 0 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.article-share .label {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.article-share a {
  outline: 0;
  display: inline-block;
  height: 36px;
  width: 36px;
  margin-right: 12px;
  text-indent: -9999px;
  border: 1px solid #e10e49;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: 0 0 36px;
  -moz-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}
.article-share a.facebook {
  background-image: url("../images/facebook1.svg");
}
.article-share a.twitter {
  background-image: url("../images/twitter1.svg");
}
.article-share a.linkedin {
  background-image: url("../images/linkedin1.svg");
}
.article-share a.google {
  background-image: url("../images/google1.svg");
}
.article-share a.email {
  background-image: url("../images/email.svg");
}
.article-share a:hover {
  background-color: #e10e49;
}
.article-share a:hover.facebook {
  background-image: url("../images/facebook1_white.svg");
}
.article-share a:hover.twitter {
  background-image: url("../images/twitter1_white.svg");
}
.article-share a:hover.linkedin {
  background-image: url("../images/linkedin1_white.svg");
}
.article-share a:hover.google {
  background-image: url("../images/google1_white.svg");
}
.article-share a:hover.email {
  background-image: url("../images/email_white.svg");
}

/* result-box */
.result-box {
  background: #ffffff;
  margin-top: 25px;
  border: 1px solid #e9e9e9;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.result-box .marker {
  width: 98px;
  height: 98px;
  background-color: #2ddc83;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex: 0 0 98px;
  -moz-flex: 0 0 98px;
  -ms-flex: 0 0 98px;
  flex: 0 0 98px;
  -webkit-border-radius: 98px;
  -moz-border-radius: 98px;
  border-radius: 98px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.result-box .marker.marker-success {
  background-image: url("../images/success.svg");
}
.result-box .detail {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 32px;
}

/* registration-info */
.registration-info {
  color: #808080;
  font-size: 16px;
}
.registration-info .btn {
  margin-right: 25px;
}

/* row-list */
.row-list-toggler .enabled {
  display: none;
}
.row-list-toggled .row-list-toggler .enabled {
  display: inline;
}
.row-list-toggled .row-list-toggler .disabled {
  display: none;
}

.row-list a.row {
  display: block;
  outline: 0;
  color: #1e1656;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.35;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-list-toggled .row-list a.row {
  display: none;
}
.row-list-toggled .row-list a.row[data-toggleable=true] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-list a.row:hover {
  color: #1e1656;
  background: #ffffff;
  margin: -1px -15px;
  padding: 16px 15px;
  -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05) ;
  -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05) ;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05) ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.row-list a.row:after, .row-list a.row.border-top:before {
  content: "";
  display: block;
  background: #e9e9e9;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.row-list a.row.border-top:before {
  bottom: auto;
  top: 0;
}
.row-list a.row .detail {
  width: 200px;
  -webkit-flex: 0 0 200px;
  -moz-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
.row-list a.row .detail .mark {
  position: relative;
  padding-right: 20px;
}
.row-list a.row .detail .mark:after {
  content: "";
  display: block;
  height: 10px;
  width: 12px;
  position: absolute;
  right: 0;
  top: 6px;
  background: url("../images/mark.svg") no-repeat center center;
}
.row-list a.row .date, .row-list a.row .organizer, .row-list a.row .location {
  display: block;
}
.row-list a.row .location {
  font-style: italic;
}
.row-list a.row .info {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.row-list a.row .name {
  color: #e10e49;
  font-size: 18px;
  padding-bottom: 5px;
}

/* company-box */
.company-box {
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.company-box .image {
  width: 220px;
  height: 220px;
  background-color: #FFF; // #002776;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-flex: 0 0 220px;
  -moz-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}
.company-box .info {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* two-columns */
.two-columns .col {
  float: left;
  width: 40%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1130px) {
  .two-columns .col {
    width: 50%;
  }
}
.two-columns .col + col {
  padding-right: 0;
}
.two-columns h2 {
  margin-top: 15px !important;
}

/* search-options */
.search-options {
  display: none;
}
.search-options.expand {
  display: block;
}

/* map-box */
.map-box-holder p {
  margin-bottom: 0;
}

.map-box {
  float: right;
  margin: 0px 0 10px 20px;
}
.map-box iframe {
  max-width: 100%;
}
.map-box .map-box-link {
  text-align: right;
}
@media screen and (max-width: 1130px) {
  .map-box {
    float: none;
    margin-left: 0;
  }
  .map-box .map-box-link {
    text-align: left;
  }
}

/* custom-radio */
.custom-radio {
  display: block;
  margin: 3px 0;
}
.custom-radio input[type=radio] {
  position: absolute;
  left: -9999px;
}
.custom-radio input[type=radio] + label {
  min-width: 1px;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0 0 0 32px;
}
.custom-radio input[type=radio] + label:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0px;
  top: 6px;
  border: 1px solid #d4d4d4;
  background: white;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-radio input[type=radio]:checked + label:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 5px;
  top: 11px;
  background: #e10e49;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* custom-select */
.custom-select {
  position: relative;
  line-height: 1.2;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  padding: 9px 52px 0px 12px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-select.has-placeholder {
  color: #b4b4b4;
}
.custom-select div {
  white-space: nowrap;
  overflow: hidden;
}
.custom-select div:before, .custom-select div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.custom-select div:after {
  width: 40px;
  background: url("../images/select.svg") no-repeat center center;
}
.custom-select div:before {
  width: 1px;
  right: 40px;
  background: #e9e9e9;
  top: 8px;
  bottom: 8px;
}
.custom-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -moz-opacity: .0;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* form */
form.form {
  background: #ffffff;
  padding: 50px;
  border: 1px solid #e9e9e9;
}
form h2:first-child {
  margin-top: 0;
}
form .label {
  display: block;
  padding-bottom: 3px;
}
form input[type=text], form input[type=email], form input[type=search], form textarea {
  border: 1px solid #d4d4d4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0px 12px;
  height: 40px;
}
form input[type=text].input-big, form input[type=email].input-big, form input[type=search].input-big, form textarea.input-big {
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
}
form textarea {
  resize: none;
  padding: 9px 12px;
  height: auto;
}
form .row {
  padding-bottom: 15px;
}
form .row.row-large {
  padding-bottom: 30px;
}
form .row.row-xlarge {
  padding-bottom: 45px;
}
form .row.no-padding {
  padding: 0;
}
form .row [data-visible=false] {
  display: none !important;
}
form .col {
  width: 50%;
  padding-right: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form .col + .col {
  padding-left: 10px;
  padding-right: 0;
}
form .align-right {
  text-align: right;
}
form .submit-holder {
  padding-top: 30px;
}
form .submit-holder.large {
  padding-bottom: 30px;
}
form .textbox-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
form .textbox-button input[type=text] {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
}
form .textbox-button a.clear {
  position: relative;
  display: none;
  background: #ffffff;
}
form .textbox-button a.clear:before, form .textbox-button a.clear:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
}
form .textbox-button a.clear:before {
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;
  background: #e7e7e7;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
form .textbox-button a.clear:after {
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  width: 10px;
  height: 10px;
  background: url("../images/clear.svg") no-repeat left top;
}
form .textbox-button.is-filled a.clear {
  display: block;
  width: 52px;
  -webkit-flex: 0 0 52px;
  -moz-flex: 0 0 52px;
  -ms-flex: 0 0 52px;
  flex: 0 0 52px;
}
form .textbox-button.is-filled input[type=text] {
  padding-right: 0;
}
form .textbox-button input[type=submit] {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: rgba(236, 240, 248, 0.96);
  z-index: 10000;
}
.modal.modal--is-visible {
  display: block;
}
.modal .modal-popup {
  visibility: visible;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal .modal-popup.modal-popup-hidden {
  visibility: hidden;
}
@media screen and (min-width: 951px) {
  .modal.modal-menu {
    display: none !important;
  }
}
.modal.modal-portrait .modal-popup {
  top: 0 !important;
  margin-top: 0 !important;
}

/* dialogs */
.dialog {
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  min-width: 200px;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1) ;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1) ;
}
.dialog .modal-close {
  display: block;
  outline: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  background: #383738 url("../images/close.svg") no-repeat center center;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}

/* dialog-person */
.dialog-person {
  width: 550px;
  padding: 40px 50px;
}
.dialog-person .name {
  font-size: 24px;
  line-height: 1.1;
}
.dialog-person .position {
  font-size: 16px;
  padding-top: 5px;
}
.dialog-person .info {
  padding-top: 15px;
}

/* search-toggler */
.search-toggler-holder {
  height: 83px;
  width: 83px;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/search-bg.png") no-repeat right top;
  background-size: 82px;
}
@media screen and (max-width: 950px) {
  .search-toggler-holder {
    display: none;
  }
}
.search-toggler-holder .search-toggler {
  display: block;
  outline: 0;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 6px;
  right: 7px;
  background: url("../images/search.svg") no-repeat center center;
}

/* search-box */
.search-box {
  width: 580px;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.modal-portrait .search-box {
  padding-bottom: 0;
}
.search-box .modal-close {
  float: right;
  padding-top: 8px;
}
.search-box .title {
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 25px;
}
.search-box input[type=text], .search-box input[type=search] {
  border: none;
}
.search-box .results {
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) ;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) ;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) ;
}
.search-box .results .result {
  border-top: 1px solid #e9e9e9;
  padding: 20px;
}

/* toolbar */
.toolbar {
  display: none;
  z-index: 9000;
  height: 60px;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9001;
  background: #ffffff;
  height: 60px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) ;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) ;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) ;
}
.toolbar .menu-link {
  position: absolute;
  left: 0px;
  top: 0;
  color: #e10e49;
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  line-height: 60px;
}
.modal-menu-open .toolbar .menu-link {
  background: url("../images/toolbar-menu.svg") no-repeat left bottom;
  background-size: 15px;
}
.toolbar .logo {
  display: block;
  margin: 0 auto;
  width: 162px;
  background-size: 162px;
  height: 60px;
  background-position: center center;
}
.toolbar .search-toggler {
  display: block;
  outline: 0;
  position: absolute;
  background: url("../images/search-red.svg") no-repeat center center;
  background-size: 17px;
  height: 50px;
  width: 50px;
  top: 5px;
  right: 9px;
}
@media screen and (max-width: 950px) {
  .toolbar {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .toolbar {
    display: block;
    height: 50px;
  }
  .toolbar .menu-link {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
  .toolbar .logo {
    width: 130px;
    height: 50px;
    background-size: 130px;
  }
  .toolbar .search-toggler {
    height: 40px;
    width: 40px;
    top: 5px;
    right: 9px;
  }
}

@media screen and (max-width: 950px) {
  /* footer */
  .footer {
    text-align: center;
    padding: 48px 20px 52px;
  }
  .footer .share {
    text-align: center;
  }
  .footer .estonian-swiss {
    margin: 0 auto;
  }

  /* modal */
  .modal.modal-menu {
    top: 59px !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0;
  }
  .modal.modal-menu:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: #e10e49;
    z-index: 10;
  }
  .modal.modal-menu .modal-popup {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0;
  }

  /* dialogs */
  .modal-menu .dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 0;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .modal-menu .dialog .modal-close {
    top: 10px;
    right: 10px;
  }

  /* dialog-menu */
  .dialog-menu {
    padding: 25px 40px;
  }
  .dialog-menu .menu {
    padding: 15px 0 15px;
  }
  .dialog-menu .menu + .menu {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 680px) {
  .hide-if-mobile {
    display: none !important;
  }

  .modal-open body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /* container */
  .container {
    padding-top: 50px;
    min-height: 0;
    background: #ffffff;
  }

  /* formatted */
  .formatted h1 {
    font-size: 32px;
  }
  .formatted table.border-table th, .formatted table.border-table td {
    padding-left: 14px;
    padding-right: 15px;
    white-space: nowrap;
  }
  .formatted table.first-fixed-width th:first-child, .formatted table.first-fixed-width td:first-child {
    padding-right: 0px;
    width: auto;
  }
  .formatted table.block-if-mobile, .formatted table.block-if-mobile tr, .formatted table.block-if-mobile td, .formatted table.block-if-mobile th, .formatted table.block-if-mobile tbody, .formatted table.block-if-mobile thead {
    display: block;
    padding: 0;
  }
  .formatted table.block-if-mobile tr {
    padding-bottom: 15px;
  }
  .formatted table.block-if-mobile tr:last-child {
    padding-bottom: 0;
  }
  .formatted table.block-if-mobile.border-table td, .formatted table.block-if-mobile.border-table th {
    border-top: none;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
  }
  .formatted .bold-if-mobile {
    font-weight: bold !important;
  }

  /* main */
  .main:before {
    width: 200px;
    height: 262px;
    background-size: 200px;
  }
  .main:after {
    width: 300px;
    height: 200px;
    background-size: 300px;
  }
  .main .main-inner {
    margin: 0 20px;
    padding: 50px 0;
  }
  .front-page .main .main-inner {
    padding: 50px 0;
  }

  /* front-block */
  .front-block {
    padding-bottom: 20px;
  }

  /* article-box */
  .article-box {
    width: auto;
  }
  .article-box .inner {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-bottom: 95px;
  }
  .article-box .name {
    font-size: 25px;
  }
  .front-page .article-box {
    float: none;
    width: auto;
  }

  /* lead-article */
  .lead-article {
    padding: 0px 0 40px 0;
  }
  .lead-article .image {
    position: relative;
    padding-bottom: 53%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
  }
  .lead-article .article-box {
    margin-left: 0px;
  }

  .front-page .news-list {
    margin: 0;
    padding-top: 45px;
  }
  .front-page .news-list .title {
    font-size: 24px;
  }

  /* news-columns */
  .news-columns {
    display: block;
    padding-top: 0;
  }
  .news-columns .news-list {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0;
  }
  .news-columns .news-list + .news-list {
    padding-top: 35px;
  }

  .result-box {
    background: #ffffff;
    margin-top: 25px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .result-box .marker {
    width: 75px;
    height: 75px;
    background-size: 32px;
    -webkit-flex: 0 0 75px;
    -moz-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
  }
  .result-box .detail {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 20px;
  }

  /* registration-info */
  .registration-info .btn {
    margin-right: 0;
    width: 100%;
  }
  .registration-info .detail {
    display: block;
    text-align: center;
    padding-top: 5px;
  }

  /* row-list */
  .row-list a.row {
    display: block;
  }
  .row-list-toggled .row-list a.row {
    display: none;
  }
  .row-list-toggled .row-list a.row[data-toggleable=true] {
    display: block;
  }
  .row-list a.row:hover {
    background: none;
    margin: 0;
    padding: 15px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .row-list a.row .detail {
    width: auto;
    padding-bottom: 5px;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .row-list a.row .info {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .row-list a.row .organizer, .row-list a.row .location {
    display: inline;
    padding-right: 6px;
  }
  .row-list a.row .name {
    padding-bottom: 0;
  }

  /* company-box */
  .company-box {
    display: block;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .company-box .image {
    width: auto;
    height: 145px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .company-box .info {
    padding: 20px;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  /* two-columns */
  .two-columns .col {
    float: none;
    width: auto !important;
    padding: 0;
  }
  .two-columns h2 {
    margin-top: 50px !important;
  }

  /* form */
  form.form {
    padding: 20px 20px 30px;
  }
  form .col {
    width: auto;
    padding: 0;
    float: none;
  }
  form .col:first-child {
    padding-bottom: 15px;
  }
  form .col + .col {
    padding-left: 0px;
  }
  form .submit-holder.large {
    padding-bottom: 30px;
    padding-top: 15px;
  }
  form .submit-holder input[type=submit], form .submit-holder button, form .submit-holder .btn {
    width: 100%;
  }

  /* modal */
  .modal .modal-popup {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0;
  }
  .modal.modal-menu {
    top: 49px !important;
  }

  /* dialogs */
  .dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 0;
    min-height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .dialog .modal-close {
    top: 10px;
    right: 10px;
  }

  .dialog-person {
    width: auto;
    padding: 40px 20px 20px;
  }

  /* search-box */
  .search-box {
    padding: 10px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .search-box .title {
    font-size: 20px;
    padding-top: 15px;
  }
  .search-box .modal-close {
    padding-top: 13px;
  }
  .search-box .modal-close span {
    display: none;
  }
  .search-box .textbox-button input[type=text] {
    padding: 0px 12px;
    height: 40px;
  }
  .search-box .textbox-button input[type="submit"] {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px !important;
    text-transform: uppercase;
  }
  .search-box .textbox-button.is-filled a.clear {
    display: block;
    width: 40px;
    -webkit-flex: 0 0 40px;
    -moz-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  .search-box .textbox-button.is-filled input[type=text] {
    padding-right: 0;
  }
}
@media screen and (max-width: 539px) {
  /* people */
  .people {
    display: block;
    margin: 0;
  }
  .people .person {
    width: 280px;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 20px auto;
  }
}
