/* css reset */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, s, strong, u {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background-repeat: no-repeat;
}

html {
  height: 100%;
  min-width: 1000px;
}
body {
  font-family: MyriadProLight, Arial, sans-serif;
  height: 100%;
  line-height: 1.23;
}
ul, ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol, ol li {
  margin: 0;
  padding: 0;
}
a {
  color: #333;
}

/* Wrappers */

#page-wrapper {
  padding-bottom: 175px;
  min-height: 100%;
  box-sizing: border-box;
}
.wrapper {
  box-sizing: border-box;
  width: 1000px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}
.content {
  padding: 60px 0;
}

/* headers, texts, links, lists defaults section */

h1 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 36px;
}
h2 {
  padding: 10px 0 5px 0;
  color: #333;
  font-size: 36px;
  text-transform: uppercase;
  font-family: MyriadProRegular;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
  font-weight: bold;
  color: #404040;
}

.content a {
  font-size: 15px;
  text-decoration: underline;
  color: #0095fe;
}
.content a:hover {
  text-decoration: none;
  cursor: pointer;
}

.content p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #444;
}
.content p strong {
  font-weight: bold;
}

.content ul li {
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: normal;
  font-size: 14px;
  color: #444;
}
.content ol li {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #444;
}

.content .center {
  text-align: center;
}

hr {
  border: none; 
  margin: 20px 0; 
  height: 1px; 
  background-color: #ddd;
}

.featurette {
  display: table;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

  .featurette-image,
  .featurette-text {
    display: table-cell;
    vertical-align: top;
  }

  .featurette-image {
    padding-right: 103px;
    vertical-align: middle;
  }

  .featurette._about {

  }

.colored-logo {
  width: 333px;
  height: 169px;
}

.stats {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
}

  .stats tr {
    height: 85px;
  }

  .stats th,
  .stats td {
    vertical-align: middle;
    border: 0;
  }

  .stats th {
    font-size: 36px;
    width: 422px; /* equals to width of the longest bar, needed for proper centering */
    text-align: right;
    text-transform: uppercase;
  }

  .stats-icon {
    width: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

.timeline {
  max-width: 1320px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

  .timeline table {
    width: 91%;
    table-layout: fixed;
    border-collapse: collapse;
  }

    .timeline table td {
      padding: 0 10px;
    }

      .timeline table td.timeline-label {
        vertical-align: top;
      }

  /*.timeline-top {}*/

    .timeline-top td.timeline-label {
      padding-bottom: 19px;
    }

    .timeline-top .timeline-point {
      vertical-align: top;
    }

      .timeline-top .timeline-point:before {
        top: 10px;
      }

  .timeline-bottom {
    margin-left: 9%;
  }

    .timeline-bottom td.timeline-label {
      padding-top: 12px;
    }

    .timeline-bottom .timeline-point {
      vertical-align: bottom;
    }

      .timeline-bottom .timeline-point:before {
        top: 0;
      }

  .timeline img {
    position: relative;
  }

  .timeline-title {
    font-weight: bold;
    font-size: 30px;
  }

  .timeline-text {
    font-size: 16px;
  }

  .timeline-y {
    position: relative;
    height: 2px;
    background-color: #3f92cd;
  }

    .timeline-y:before {
      content: '';
      position: absolute;
      left: 0;
      top: -5px;
      height: 12px;
      width: 2px;
      background-color: #3f92cd;
    }

    .timeline-y:after {
      content: '';
      position: absolute;
      right: 0;
      top: -7px;
      width: 18px;
      height: 16px;
    }

  .timeline-point {
    position: relative;
    height: 168px;
    text-align: center;
  }

    .timeline-point:before {
      content: '';
      position: absolute;
      left: 50%;
      width: 2px;
      height: 158px;
      margin-left: -1px;
      background-color: #3f92cd;
    }

/* Header */

#header {
  height: 70px;
  min-width: 1000px;
  background: #1e1e20;
}
#header .wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  width: auto;
  max-width: 1190px;
  height: inherit;
}
#top-logo {
  position: relative;
  display: block;
  float: left;
  width: 77px;
  height: inherit;
}

  #top-logo:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 39px;
    width: 100%;
    margin-top: -20px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  #top-logo:hover:before {
    background-position: 0 bottom;
  }

/* Header menu items */

#nav {
  font-size: 16px;
  display: table;
  float: left;
  height: inherit;
  margin-top: 0;
  margin-left: 3px;
}
#nav li {
  display: table-cell;
  padding-left: 21px;
  vertical-align: middle;
}
#nav a,
#nav span {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
#nav a:hover {
  color: #5cc1d6;
  text-decoration: none !important;
}
#nav a.active {
  color: #5cc1d6 !important;
}
#nav ul {
  display: none;
  position: absolute;
  z-index: 10;
  margin: 0px 0 0 -40px;
  padding: 10px 25px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 2px #bbb;
}
#nav ul:hover {
  display: block;
}
#nav ul li {
  display: block;
  padding: 0;
  margin: 0;
}
#nav ul li a {
  color: #282828;
}
#nav .nav-root {
  padding-right: 17px;
  background-position: right center;
}
#nav .nav-root:hover + ul {
  display: block;
}

#nav-auth {
  font-size: 12px;
  display: table;
  float: right;
  height: inherit;
  margin-top: 0;
}
#nav-auth li {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
#nav-auth a,
#nav-auth span {
  display: block;
  padding: 9px 15px;
  color: #fff;
  text-decoration: none;
}
#nav-auth a:hover {
  color: #5cc1d6;
  text-decoration: none !important;
}
#nav-auth a.active {
  color: #5cc1d6 !important;
}
#nav-auth ul {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0px 15px 2px;
  white-space: nowrap;
  text-align: right;
  background: #1e1e20;
  border-radius: 4px;
  box-shadow: 0 0 2px #1E1E20;
  border: 1px solid #ffffff;
}
#nav-auth ul:hover {
  display: block;
}
#nav-auth ul li {
  display: block;
  padding: 0;
  margin: 0;
  border-top: 1px solid #7f7f80;
}
#nav-auth ul a {
  margin-left: -15px;
  margin-right: -15px;
}
#nav-auth ul li:first-child {
  border-top: 0;
}
#nav-auth .nav-auth-root {
  border-radius: 4px;
  border: 1px solid #ffffff;
}
#nav-auth .nav-auth-root:hover + ul {
  display: block;
}

#nav-auth .nav-auth-item {
  position: relative;
}

/* Footer styles */

#footer {
  font-size: 16px;
  min-width: 1000px;
  margin-top: -155px;
  background-color: #282828;
}
#footer .wrapper {
  box-sizing: border-box;
  width: auto;
  max-width: 1190px;
  margin: 0 auto;
}
#footer p,
#footer a {
  color: #fff;
}
#footer p {
  margin-top: 14px;
}
#footer .switch-to-mobile-view {
  float: left;
  margin-left: 14px;
  padding-top: 14px;
  color: #fff;
}
#footer .switch-to-mobile-view:before {
  content: '|';
}
#footer .switch-to-mobile-view a {
  margin-left: 12px;
  color: #5cc1d6;
}
#backplate {
  font-size: 12px;
  height: 65px;
  padding: 20px 0;
  background-color: #e4e4e4;
}
#backplate ul {
  float: right;
  margin: 0 50px 0 0;
}
#backplate li {
  margin-bottom: 3px;
}
#backplate a {
  color: #1e1e20;
  display: block;
  text-decoration: none;
}
#backplate a:hover {
  text-decoration: underline;
}
#copyright {
  height: 50px;
  float: left;
}
#social-relations {
  height: 50px;
  float: right;
}
#social-relations p {
  float: left;
  margin: 14px 10px 0 0;
}
#social-relations img {
  float: left;
  margin: 7px 0 0 5px;
}
#social-relations img:hover {
  opacity: 0.5;
}

.without-backplate #page-wrapper {
  padding-bottom: 50px;
}

  .without-backplate #footer {
    margin-top: -50px;
  }

/* Unified forms styles */

form .headline.icon {
  background-size: contain;
}

form .headline.icon h1 {
  margin-left: 60px;
}

form h1 {
}

form h2 {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 15px;
}

form label {
  width: 240px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}

form select {
  display: inline-block;
  width: 290px;
  height: 35px;
  margin: 0;
  padding-left: 10px;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  font-family: inherit;
}

form textarea {
  width: 277px;
  height: 79px;
  margin: 0 10px 0 0;
  padding: 5px; 
  border: 1px solid #ddd; 
  font-size: 17px;
  font-weight: normal;
  font-family: inherit;
  resize: vertical;
}

form input[type="text"], 
form input[type="password"] {
  display: inline-block;
  width: 290px;
  height: 35px;
  margin: 0 10px 0 0;
  padding: 1px 1px 1px 10px;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  font-family: inherit;
}

form input[type="checkbox"],
form input[type="radio"] {
  float: left;
  margin: 2px 8px 0 3px;
}

form .label {
  float: left;
  margin: 8px 20px 0 0;
}

form .caption {
  display: inline-block; 
  box-sizing: border-box; 
  width: 120px;
  margin: 6px 18px 0px 0px;
  font-size: 21px;
  font-weight: normal;
  text-align: right; 
}

form .input select {
  float: left;
  margin: 0 10px 0 0;
}

form button,
form a.button {
  display: inline-block;
  margin: 0px 0 10px 0; 
  padding: 8px 47px 8px 31px;
  border-radius: 10px; 
  font: bold 14px Arial; 
  color: #fff; 
  background-color: #5cc1d6;
  background-position: right center;
  background-repeat: no-repeat; 
  border: none; 
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; 
}

form button.blue, form a.blue { 
  background-color: #5cc1d6 !important; 
}

form button.green, form a.green { 
  background-color: #a6ce39 !important; 
}

form button:hover, form a.button:hover { 
  opacity: 0.8; 
}

form button:focus, form a.button:focus {
  opacity: 0.8;
  outline: none;
}

form .error, 
form .error input,
form .error select,
form .error textarea {
  border-color: #ff9999 !important;
}

form .error-msg {
  margin: 5px 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  text-indent: 138px;
  text-align: left;
  color: #ff0000 !important;
}

form label.error {
  float: left;
  width: 350px;
  margin: 8px 0 0 20px;
  font-weight: normal;
  font-size: 15px;
  color: #ff0000;
}

/* To do: Need remake, css optimizations for error messages */

.status-error-msg {
  font-size: 21px;
  font-weight: normal;
  color: #ff0000 !important;
}

.status-process-msg {
  font-size: 21px;
  font-weight: normal;
  color: #333333 !important;
}

.status-success-msg {
  font-size: 21px;
  font-weight: normal;
  color: #008000 !important;
}

form .input {
  margin-bottom: 20px;
}

.input-container, 
.textarea-container {
  float: left;
}

form .input.checkbox  label { 
  float: none;
}
form .input.checkbox label.error {
  float: none;
  display: block;
  width: auto;
  margin: 10px 0 0 25px;
  font-size: 15px;
  font-weight: normal;
}

/* Error and success messages for page with forms */

.message {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 15px;
  font-weight: normal;
  font-size: 16px;
}
.message-title {
  align-self: flex-end;
  -webkit-align-self: flex-end;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
.message-content {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
}
.message-icon-error {
  position: absolute;
  top: calc(50% - 18px);
  width: 36px;
  min-width: 36px;
  height: 36px;
}
.message-error {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  color: #bb0000;
  background-color: #f2dede;
  border: 2px solid #D68F8F
}
.message-notice, 
.message-success {
  color: #00a01b;
  background-color: #e6ffea;
  border: 2px solid #d3f6d2;
}

/* Collapsible boxes and their controls */

#expand-switch {
  float: left;
  margin: 10px 0;
  padding-right: 17px;
  cursor: pointer;
}
#expand-switch a {
  font: bold 14px Arial;
  color: #008ce1;
  border-bottom: 1px dotted #008ce1;
  text-decoration: none;
}
#expand-switch a:hover {
  border-bottom: none;
  text-decoration: none !important;
}

/* sorted lists for legal pages documents */

.collapsible .block {
  display: none;
  box-sizing: border-box;
  background: #fafafa;
  margin-bottom: 20px;  
  padding: 1.5% 2% 1.5% 1.5%;  
}
.collapsible h2 {
  margin: 0;
  padding: 12px 0 8px 18px;
  font: normal 110% Arial;
  border-bottom: 1px #c9cacc dotted;
  cursor: pointer;
  color: #008ce1;
}
.collapsible h2 img {
  margin: -2px 2px 0 0;
}
.collapsible p {
  margin-left: 20px;
}
.collapsible ol li {
  list-style: decimal;
}
.collapsible ol.alphabeticall {
  margin-top: 15px;
  margin-left: 0px;
}
.collapsible ol.alphabeticall li {
  margin-left: 40px;
  list-style-type: lower-alpha;
}
.collapsible ol.alphabeticall li ol {
  margin-top: 15px;
  margin-left: 0;
}
.collapsible ol.alphabeticall li ol li {
  list-style-type: lower-roman;
}

  ._bodyless h2 {
    padding-left: 0;
    cursor: default;
    color: #333;
    background: none;
  }
  
.terms-version {
  margin: 20px 0 0 0;
}

/* misc: utility */

.clear {
  font-size: 0;
  clear: both;
  height: 0;
}

.clfx:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.hide {
  display: none;
}

#stakeholders-container { display: none; }

  #remove-stakeholder {
    display: none;
  }

  .remove-stakeholder {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-left: -2px;
    line-height: 15px;
    text-decoration: none;
    background-repeat: no-repeat;
  }

    .remove-stakeholder._inactive {
      display: none;
    }

  #add-stakeholder {
    margin: 0 0 0 260px;
    line-height: 15px;
    text-decoration: none;
    border-bottom: 1px dotted #0095fe;
  }

    #add-stakeholder._inactive {
      display: none;
    }

.content-fits .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 175px;
}

  .content-fits .content-inner {
    display: table;
    width: 100%;
    height: 100%;
  }

  .content-fits .content-inner2 {
    display: table-cell;
    vertical-align: middle;
  }
