/*
 * Author: Caohim for ALIVE & K
 * Author URI: http://www.aliveandk.be
 * Version: 1.0
 */
/**
 * Import
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }


body {
  width: 90%;
  margin: 30px auto;
  font-family: sans-serif;
}

.dropdown option {
color: #193F79;
font-family: Arial;
}

.textwhite {
   
  color: white;
   
}

.cookies {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 670px;
    z-index: 1000000;
    background-color: #251850;
}

.cookies__main {
    color: white;
    padding: 70px 90px 60px;
}

.cookies .btn:not(:last-child) {
    margin-right: 40px;
}

.cookies .btn-light:hover, .cookies .btn-light:focus {
    color: rgba(255,255,255,0.9);
}

.cookies .btn-light {
    color: rgba(255,255,255,0.4);
}
.cookies .btn {
    padding: 5px 0;
    line-height: 2;
}
input.btn, button.btn, .btn, .btn-2 {
    vertical-align: top;
    display: inline-block;
    color: white;
    font-family: "Open Sans",sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    font-size: 12px;
    -webkit-transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
input.btn, button.btn {
    background: none;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    outline: none;
    vertical-align: top;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cookies .h3 {
    color: white;
	font: bold;
}

h3 {
  text-align: center;
  font-size: 1.65em;
  margin: 0 0 30px;
}

h4 {
color: white;
  font-size: 1.65em;
  margin: 0 0 30px;
}

#left
{
    float: left;
    margin-right: 17px;

}

#right
{
    float: right;
}

.regblock {
    background-color: #613799;
    color:white;
}

.mdiv {
  display: flex;
  flex-wrap: wrap;
}

.mblock {
  display: inline-block;
  margin-bottom: 8px;
  width: calc(50% - 4px);
  margin-right: 8px;
  text-decoration: none;
  color: black;
}


a:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 50em) {
  .mblock {
    width: calc(25% - 6px);
  }
  
  .mblock:nth-of-type(2n) {
    margin-right: 8px;
  }
  
  .mblock:nth-of-type(4n) {
    margin-right: 0;
  }
}

.regfield
{
    margin-left:30px;
    width:300px;
}

figure {
  margin: 0;
  overflow: hidden;
}

figcaption {
  margin-top: 15px;
  margin-bottom:30px;
  word-wrap:normal;
}

.mimg {
  border: none;
  width:100px;
  height: auto;
  display: block;
  background: #ccc;
  transition: transform .2s ease-in-out;
}

.p div {
  display: inline;
  font-size: 13px;
  margin: 0;
  text-decoration: underline;
  color: blue;
}

.p {
  text-align: center;
  font-size: 13px;
  padding-top: 100px;
}





/**
 * Vars
 */
/**
 * Misc
 */
/**
 * Fonts
 */
/**
 * Clearing
 */
.u-clearfix {
  zoom: 1; }
  .u-clearfix:before, .u-clearfix:after {
    content: "";
    display: table; }
  .u-clearfix:after {
    clear: both; }

/**
 * Elements
 */

.bgimg {
   
}


.u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.u-outline {
  display: none !important; }

.u-txt-centered {
  text-align: center; }

.u-txt-right {
  text-align: right; }

.u-txt-justify {
  text-align: justify; }

.u-txt-uppercase {
  text-transform: uppercase; }

.u-cursor-pointer {
  cursor: pointer; }

.u-bg-full, .block--resources {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.u-block--bordered {
  background-color: #FFF;
  padding: 33px 40px; }
  .u-block--bordered--purple {
    background-color: #193e79; }

.u-hr {
  background-color: #5099ca;
  display: block;
  width: 40px;
  height: 3px;
  margin: 10px 0 25px; }
  .u-hr--centered {
    margin-left: auto;
    margin-right: auto; }
  .u-hr--vertical {
    width: 3px;
    height: 40px; }
  .u-hr--red {
    background-color: #e22367; }

/**
 * Sizes
 */
.u-eighth {
  float: left;
  width: 12.5%; }

.u-fifth {
  float: left;
  width: 20%; }

.u-fifth-two {
  float: left;
  width: 40%; }

.u-fifth-three {
  float: left;
  width: 100%; }

.u-fifth-four {
  float: left;
  width: 80%; }

.u-fifth-five {
  float: left;
  width: 100%; }

.u-quarter {
  float: left;
  width: 25%; }

.u-third {
  float: left;
  width: 33.3%; }

.u-third-two {
  float: left;
  width: 66.6%; }

.u-half {
  float: left;
  width: 50%; }

.u-half-only {
  width: 50%; }

.u-third-only {
  width: 33.3%; }

.u-quarter-only {
  width: 25%; }

.u-eighth-only {
  width: 12.5%; }

.u-quarter-three {
  float: left;
  width: 75%; }

.u-left {
  float: left; }

.u-right {
  float: right; }

.u-pos-rel {
  position: relative; }

.u-table {
  width: 100%;
  display: table; }

.u-table-cell {
  display: table-cell; }

/**
 * Spacing
 */
.u-mar-no {
  margin: 0; }

.u-pad-no {
  padding: 0; }

@font-face {
  font-family: 'medtech';
  src: url("../fonts/medtech.eot?biemsa");
  src: url("../fonts/medtech.eot?biemsa#iefix") format("embedded-opentype"), url("../fonts/medtech.ttf?biemsa") format("truetype"), url("../fonts/medtech.woff?biemsa") format("woff"), url("../fonts/medtech.svg?biemsa#medtech") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="i-"], [class*=" i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'medtech' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -moz-osx-font-smoothing: grayscale; }

.i-small_icons_20-01:before {
  content: "\e900"; }

.i-small_icons_16-01:before {
  content: "\e906"; }

.i-small_icons_17-01:before {
  content: "\e907"; }

.i-small_icons_18-01:before {
  content: "\e908"; }

.i-small_icons_19-01:before {
  content: "\e909"; }

.i-small_icons_14-01:before {
  content: "\e903"; }

.i-small_icons_15-01:before {
  content: "\e904"; }

.i-small_icons_13-01:before {
  content: "\e905"; }

.i-twitter:before {
  content: "\f099"; }

.i-facebook:before {
  content: "\f09a"; }

.i-linkedin:before {
  content: "\f0e1"; }

.i-youtube:before {
  content: "\f16a"; }

.i-small_icons_5-01:before {
  content: "\e902"; }

.i-big_icons_2-01:before {
  content: "\e901"; }

.i-big_icons_1-01:before {
  content: "\e90a"; }

.i-big_icons_3-01:before {
  content: "\e946"; }

.i-big_icons_4-01:before {
  content: "\e947"; }

.i-big_icons_5-01:before {
  content: "\e948"; }

.i-small_icons_1-01:before {
  content: "\e949"; }

.i-small_icons_2-01:before {
  content: "\e94a"; }

.i-small_icons_3-01:before {
  content: "\e94b"; }

.i-small_icons_4-01:before {
  content: "\e94c"; }

.i-small_icons_6-01:before {
  content: "\e94e"; }

.i-small_icons_7-01:before {
  content: "\e94f"; }

.i-small_icons_8-01:before {
  content: "\e950"; }

.i-small_icons_9-01:before {
  content: "\e951"; }

.i-small_icons_10-01:before {
  content: "\e952"; }

.i-small_icons_11-01:before {
  content: "\e953"; }

.i-small_icons_12-01:before {
  content: "\e954"; }

.btn {
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

  font: 700 12px/1em "PT Sans", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  background-color: #193f7a;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  outline: none; }
  .btn:hover, .btn:active, .btn:focus {
    background-color: #ddedf2;
    color: #613799;
    text-decoration: none; }
  .btn--light {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    background-color: #193f7a;
    color: #613799; }
    .btn--light:hover, .btn--light:active, .btn--light:focus {
      background-color: #613799;
      color: #FFF !important; }
  .btn--purple {
    background-color: #193f7a;
    color: #FFF; }
    .btn--purple:hover, .btn--purple:active, .btn--purple:focus {
      background-color: #613799;
      color: #FFF; }
  .btn--grey {
    background-color: #ebebeb;
    color: #212121; }

.button10 {
	position: relative;
	background-color: #5099ca; 
 	border: none;
  	color: white;
  	padding: 20px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	margin: 4px 2px;
  	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
 	transition-duration: 0.4s;
  	text-decoration: none;
  	overflow: hidden;
	border-radius: 12px;
}
.button10:hover {
  background-color: #d993c6;
  color: #FFFFFF;  }



/**
 * Header
 */
.site-header {
  background-color: #FFF;
  position: relative;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 33px 0 25px; }

.site-title {
  position: relative; }

.site-title-logo {
  display: block; }

.site-header-menu {
  margin-bottom: 0; }
  .site-header-menu li {
    float: left;
    padding: 0 15px; }
  .site-header-menu a {
    display: block;
    font: 700 12px/1em solid Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px; }
    .site-header-menu a:not(.btn) {
      color: #3bb7e2; }
    .site-header-menu a.btn {
      font-weight: 400; }
    .site-header-menu a.is--active {
      color: #193e79; }
    .site-header-menu a:hover, .site-header-menu a:active {
      color: #193e79;
      text-decoration: none; }
    .site-header-menu a:focus {
      text-decoration: none; }

.toggle-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding-top: 3px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 25px;
  color: #193e79; }
  .toggle-menu:hover, .toggle-menu:active, .toggle-menu:focus {
    text-decoration: none; }
  .toggle-menu .burger {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle; }
    .toggle-menu .burger:before, .toggle-menu .burger:after {
      content: '';
      -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      background: #193e79;
      width: 14px;
      height: 2px;
      left: 0; }
    .toggle-menu .burger:before {
      -moz-box-shadow: 0 4px 0 0 #193e79;
      -webkit-box-shadow: 0 4px 0 0 #193e79;
      box-shadow: 0 4px 0 0 #193e79;
      position: absolute;
      top: 2px; }
    .toggle-menu .burger:after {
      position: absolute;
      top: 10px; }
  .toggle-menu.is--active .burger:before {
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 6px; }
  .toggle-menu.is--active .burger:after {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 6px; }

/**
 * Footer
 */
.site-footer {
  background-color: #282828;
  font-size: 10px;
  text-transform: uppercase;
  padding: 75px 0;
  position: relative;
  z-index: 18; }
  .site-footer, .site-footer a {
    color: #FFF; }
  .site-footer a:hover, .site-footer a:active, .site-footer a:focus {
    color: #23cbff;
    text-decoration: none; }

.site-footer-content {
  margin-bottom: 0; }

.site-footer-partial {
  position: relative;
  display: inline-block;
  padding: 0 10px; }
  .site-footer-partial:before {
    content: '';
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #23cbff;
    position: absolute;
    left: 0;
    width: 1px;
    height: 8px;
    top: 48%; }
  .site-footer-partial:first-child:before {
    content: none; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html, body {
  background-color: #FFF;
  width: 100%;
  height: 100%; }

body {
  font: normal 14px/1.75em Arial, Helvetica, sans-serif;
  color: #212121; }
  body.is--locked {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h1 {
  font: 700 36px/1em "PT Sans", Helvetica, Arial, sans-serif;
  padding: 0 0 25px;
	color: #FFF;
	
	}

h2 {
  font: 650 32px/1em "PT Sans", Helvetica, Arial, sans-serif;
  padding: 0 0 25px;
	color: #51BFE5;
}

h3 {
	font: 650 32px/1em "PT Sans", Helvetica, Arial, sans-serif;
	padding: 0 0 25px;
 	color: white; }

h4 {
font: 700 36px/1em "PT Sans", Helvetica, Arial, sans-serif;
  padding: 0 0 25px;
  color: white; }

h5, h6 {
font: 600 30px/0.6em "PT Sans", Helvetica, Arial, sans-serif;
  padding: 0 0 25px;
  color: white; }

p, ul, ol, table {
  margin-bottom: 25px; }

a {
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  color: #3bb7e2; }
  a:hover, a:active, a:focus {
    text-decoration: underline;
    outline: 0; }

a2 {
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  color: rgba(255,255,255,0.4); }
  a:hover, a:active, a:focus {
    text-decoration: underline;
    outline: 0; }

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

strong {
  font-weight: 700; }

small {
  font-size: smaller; }

ol {
  list-style: decimal;
  padding-left: 16px;
  color: #23cbff;
  font-weight: 700; }
  ol li {
    padding-left: 4px; }

.u-ol--content {
  color: #212121;
  font-weight: 400; }

/**
 * Structure
 */
.wrapper-page {
  overflow: hidden; }

.site-main {
  position: relative;
  margin: 106px auto 0; }

.wrapper {

  max-width:1048px;
  margin: 0 auto;
  position: relative;

}

.wrapper1 {
  max-width: 1148px;
padding-left: 10px;
  margin: 0 auto;
  position: relative; }

.wrapper2 {
  max-width: 1048px;
padding-left: 200px;
  margin: 0 auto;
  position: relative; }

.wrapperfooter {
  max-width: 700px;
}



/**
 * Elements
 */
.link--simple {
  font: 700 12px "PT Sans", Helvetica, Arial, sans-serif;
  position: relative;
  display: inline-block;
  padding: 3px 0;
  color: #d992c6; }
  .link--simple:before {
    content: '';
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    bottom: 3px;
    left: 0;
    background-color: #11522D;
    height: 1px;
    width: 0; }
  .link--simple:hover, .link--simple:active, .link--simple:focus {
    text-decoration: none;
    color: #11522D; }
    .link--simple:hover:before, .link--simple:active:before, .link--simple:focus:before {
      width: 100%; }

/**
 * Block: Intro
 */

.block--intro1 {
  background-position: top left;
  overflow: visible;
  position: relative;
  z-index: 8;
  padding-top: 90px;
  height: 920px; }


.block--intro {
  background-image: url("https://tmabevents.be/Adobe/backgroundimageB2.png");
  background-position: top left;
  overflow: visible;
  position: relative;
  z-index: 8;
  padding-top: 90px;
  height: 920px; }
  .block--intro:after {
    content: '';
    -moz-background-size: 1280px 139px;
    -o-background-size: 1280px 139px;
    -webkit-background-size: 1280px 139px;
    background-size: 1280px 139px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 138px; }

.block--intro-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.intro-note {
  margin-top: 55px;
  position: relative;
  z-index: 1; }
  .intro-note:before {
    content: '';
    background-color: #FFF;
    position: absolute;
    top: -50px;
    right: -55px;
    bottom: 40px;
    left: -55px;
    z-index: -1; }
  .intro-note .u-hr {
    margin-top: 0;
    margin-bottom: 5px; }

.intro-btn-legend {
  font: 700 16px "PT Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #FFF;
  padding: 25px 25px 20px;
  max-width: 380px; }


/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #193F7A;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #193F7A transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #193F7A;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #193F7A;
	color: #193F7A;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/**
 * Block: Resources
 */
.block--resources {
  background-image: url("vbpconference.eu/bg-green-poly.jpg");
  background-color: #193f7a;
	color: #193f7a;
  position: relative;
  z-index: 4;
  padding: 85px 0 50px; }
  .block--resources, .block--resources * {
    color: #000; }
  .block--resources .cells-group,
  .block--resources .cells-group-item {
    border-color: #193f7a; }
  .block--resources h5 {
    padding-bottom: 20px; }
.block--resources h3 {
	color:white;
}

.block--resources1 {
  background-image: url("vbpconference.eu/bg-green-poly.jpg");
  background-color: #193f7a;
	color: #193f7a;
  position: relative;
  z-index: 4;
  padding: 50px 0 50px;
padding-left: 10px;}

  .block--resources, .block--resources * {
    color: #FFF; }
  .block--resources .cells-group,
  .block--resources .cells-group-item {
    border-color: #5ECBCB; }
  .block--resources h5 {
    padding-bottom: 20px; }

.block--resources1, .block--resources * {
    color: #193f7a; }

  .block--resources1 .cells-group,
  .block--resources1 .cells-group-item {
    border-color: #5ECBCB; }
  .block--resources1 h5 {
    padding-bottom: 20px; }


.resources-title {
  font-size: 30px; }

.resources-title2 {
  font-size: 48px; }

.resources-intro {
  margin-bottom: 40px; }

/**
 * Block: Contacts
 */
.block--contacts {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 80px 0; }


.contacts-logo {
  display: block;
  padding-bottom: 50px;
  margin-right: auto;
  margin-left: auto; }

.cells-group {
  border-top: 6px solid #dddddd /* #ebebeb*/;
  border-bottom: 6px solid #dddddd /* #ebebeb*/;
  padding: 27px 0; }

.cells-group-item {
  padding: 0 40px;
  border-left-width: 2px;
  border-left-style: solid;
  border-color: #ebebeb; }
  .cells-group-item:first-child {
    border-left: 0; }
  .cells-group-item h5 {
    padding-top: 12px; }
  .cells-group-item p {
    margin-bottom: 20px; }

.cells-group-title--small {
  font-weight: 400; }

p.social {
  padding-top: 40px;
  margin-bottom: 0;
  font-size: 20px; }
  p.social a {
    display: inline-block;
    padding: 3px 12px; }
    p.social a:hover, p.social a:active, p.social a:focus {
      text-decoration: none;
      color: #3c98b6; }
    p.social a:first-child {
      padding-left: 0; }

.block--pathway {
  background-color: #e8e8e8;
  position: relative;
  z-index: 6;
  padding-top: 170px; }

.pathway-title {
  font-size: 30px;
  color: #212121;
  text-align: center; }

.pathway-step {
  position: relative; }
  .pathway-step--1 {
    padding: 115px 0 63px; }
  .pathway-step--2 {
    padding: 120px 0 57px; }
  .pathway-step--3 {
    padding: 115px 0 62px; }
  .pathway-step--4 {
    padding: 107px 0 73px; }
  .pathway-step--5 {
    padding: 115px 0 0; }
    .pathway-step--5 .pathway-symbol {
      -moz-transform: translateY(26px);
      -ms-transform: translateY(26px);
      -webkit-transform: translateY(26px);
      transform: translateY(26px); }
      .pathway-step--5 .pathway-symbol:after {
        background-image: url("/img/octagon-grey-alpha.png"); }
  .pathway-step--odd .pathway-descr {
    left: auto;
    right: -80px; }
  .pathway-step--odd .pathway-tech {
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    max-width: 300px;
    right: auto;
    left: 0; }
  .pathway-step--odd .pathway-tech h3,
  .pathway-step--odd .pathway-tech-legend,
  .pathway-step--odd .pathway-tech-item {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  .pathway-step--odd .pathway-tech-excerpt {
    max-width: 220px; }
  .pathway-step--odd .pathway-step-nbr {
    left: auto;
    right: 337px; }
  .pathway-step--odd.is--animated .pathway-descr {
    right: 0; }
  .pathway-step--even .pathway-tech {
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  .pathway-step--even .pathway-tech h3,
  .pathway-step--even .pathway-tech-legend,
  .pathway-step--even .pathway-tech-item {
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  .pathway-step--even .pathway-descr {
    left: -80px; }
  .pathway-step--even.is--animated .pathway-descr {
    left: 0; }
  .pathway-step.is--animated .pathway-symbol-item {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  .pathway-step.is--animated .pathway-symbol:after {
    -moz-transform: translate(-50%, -50%) scale(0.9) rotate(0);
    -ms-transform: translate(-50%, -50%) scale(0.9) rotate(0);
    -webkit-transform: translate(-50%, -50%) scale(0.9) rotate(0);
    transform: translate(-50%, -50%) scale(0.9) rotate(0); }
  .pathway-step.is--animated .pathway-tech {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .pathway-step.is--animated .pathway-tech h3,
  .pathway-step.is--animated .pathway-tech-legend,
  .pathway-step.is--animated .pathway-tech-item {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .pathway-step.is--animated .pathway-descr {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .pathway-step.is--animated-2nd .pathway-symbol:after {
    -moz-transform: translate(-50%, -50%) scale(1) rotate(0);
    -ms-transform: translate(-50%, -50%) scale(1) rotate(0);
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0);
    transform: translate(-50%, -50%) scale(1) rotate(0); }
  .pathway-step.is--animated-2nd .pathway-symbol-item {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .pathway-step.is--no-delayed .pathway-descr {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }

.pathway-path {
  pointer-events: none;
  margin-left: -457px;
  position: absolute;
  top: 142px;
  left: 50%; }

.pathway-symbol {
  height: 465px;
  position: relative;
  z-index: 4; }
  .pathway-symbol:after {
    content: '';
    -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-delay: 0.1s;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
    -moz-transform: translate(-50%, -50%) scale(0) rotate(360deg);
    -ms-transform: translate(-50%, -50%) scale(0) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) scale(0) rotate(360deg);
    transform: translate(-50%, -50%) scale(0) rotate(360deg);
    -moz-background-size: 426px 492px;
    -o-background-size: 426px 492px;
    -webkit-background-size: 426px 492px;
    background-size: 426px 492px;
    background-color: transparent;
    background-image: url("/img/octagon-grey.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 426px;
    height: 492px; }

.pathway-symbol-item {
  -moz-transition: all 1s cubic-bezier(0.79, 0.09, 0.37, 1.32);
  -o-transition: all 1s cubic-bezier(0.79, 0.09, 0.37, 1.32);
  -webkit-transition: all 1s cubic-bezier(0.79, 0.09, 0.37, 1.32);
  transition: all 1s cubic-bezier(0.79, 0.09, 0.37, 1.32);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  position: relative;
  z-index: 6; }

.pathway-step-nbr {
  -moz-background-size: 60px 70px;
  -o-background-size: 60px 70px;
  -webkit-background-size: 60px 70px;
  background-size: 60px 70px;
  background-color: transparent;
  background-image: url("/img/octagon-filled.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  font: 700 30px/1em "PT Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #FFF;
  padding-top: 21px;
  position: absolute;
  top: -35px;
  left: 40px;
  z-index: 8;
  width: 60px;
  height: 70px; }

.pathway-descr {
  -moz-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1) 0.9s;
  -o-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1) 0.9s;
  -webkit-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-delay: 0.9s;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1) 0.9s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  max-width: 440px;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 6; }
  .pathway-descr .u-hr {
    width: 60px;
    margin-bottom: 0; }
  .pathway-descr p {
    margin-bottom: 0; }

.pathway-descr-content {
  -moz-box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.15); }

.pathway-tech {
  max-width: 275px;
  position: absolute;
  top: 140px;
  right: 0;
  z-index: 8; }
  .pathway-tech h3 {
    -moz-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
    -o-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
    -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 1.4s;
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .pathway-tech .pathway-pins {
    position: absolute;
    top: 0;
    left: 0; }

.pathway-tech-item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  padding-left: 55px;
  padding-bottom: 3px; }
  .pathway-tech-item:nth-child(1) {
    -moz-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
    -o-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
    -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 1.8s;
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s; }
  .pathway-tech-item:nth-child(2) {
    -moz-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
    -o-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
    -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 2s;
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 2s; }
  .pathway-tech-item:nth-child(3) {
    -moz-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
    -o-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
    -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 2.2s;
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s; }
  .pathway-tech-item:nth-child(4) {
    -moz-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
    -o-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
    -webkit-transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 2.4s;
    transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s; }

.pathway-tech-legend {
  -moz-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1) 1.6s;
  -o-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1) 1.6s;
  -webkit-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-delay: 1.6s;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1) 1.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-bottom: 10px; }

.pathway-pins {
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e22367;
  display: block;
  width: 44px;
  height: 44px; }

.pathway-pin {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%; }
  .pathway-pin.i-small_icons_4-01 {
    font-size: 47px; }
  .pathway-pin.i-small_icons_9-01 {
    font-size: 37px; }
  .pathway-pin.i-small_icons_2-01 {
    font-size: 42px;
    margin-left: 1px; }
  .pathway-pin.i-small_icons_1-01 {
    font-size: 42px; }
  .pathway-pin.i-small_icons_3-01 {
    font-size: 44px; }
  .pathway-pin.i-small_icons_10-01 {
    font-size: 48px; }
  .pathway-pin.i-small_icons_12-01 {
    font-size: 44px;
    margin-top: 2px; }
  .pathway-pin.i-small_icons_8-01 {
    font-size: 47px;
    margin-left: 1px; }
  .pathway-pin.i-small_icons_11-01 {
    font-size: 47px; }
  .pathway-pin.i-small_icons_5-01 {
    font-size: 48px; }
  .pathway-pin.i-small_icons_13-01 {
    font-size: 44px;
    margin-left: 1px; }
  .pathway-pin.i-small_icons_14-01 {
    font-size: 44px; }
  .pathway-pin.i-small_icons_15-01 {
    font-size: 44px; }

.pathway-tech-title {
  padding-bottom: 7px; }
  .pathway-tech-title a {
    color: #e22367; }
    .pathway-tech-title a:hover, .pathway-tech-title a:active, .pathway-tech-title a:focus {
      text-decoration: none;
      color: #3c98b6; }

.pathway-tech-excerpt {
  font: italic 12px/1.3em Arial, Helvetica, sans-serif;
  margin-bottom: 1px; }

.pathway-tech-link--global {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8; }

body.not--mobile .pathway-tech-link--global:hover ~ .pathway-pins, body.not--mobile .pathway-tech-link--global:active ~ .pathway-pins {
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -webkit-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2); }
body.not--mobile .pathway-tech-link--global:hover ~ .pathway-tech-title a, body.not--mobile .pathway-tech-link--global:active ~ .pathway-tech-title a {
  text-decoration: none;
  color: #3c98b6; }
body.not--mobile .pathway-tech-link--global:hover ~ .link--simple, body.not--mobile .pathway-tech-link--global:active ~ .link--simple {
  text-decoration: none;
  color: #3c98b6; }
  body.not--mobile .pathway-tech-link--global:hover ~ .link--simple:before, body.not--mobile .pathway-tech-link--global:active ~ .link--simple:before {
    width: 100%; }

.pathway-menu {
  -moz-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  padding-top: 138px;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 8; }

.step-nav-link {
  background: transparent url("/img/sprite-octagon-nav.png") no-repeat left bottom;
  -moz-background-size: 32px 64px;
  -o-background-size: 32px 64px;
  -webkit-background-size: 32px 64px;
  background-size: 32px 64px;
  font: 700 12px/1em "PT Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
  padding-top: 10px; }
  .step-nav-link:hover, .step-nav-link:active {
    text-decoration: none;
    background-position: left top;
    color: #FFF; }
  .step-nav-link:focus {
    text-decoration: none; }
  .step-nav-link.is--active {
    background-position: left top;
    color: #FFF; }

.deco-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }

.deco--toplane {
  position: absolute;
  top: 138px;
  right: 0;
  z-index: -1;
  pointer-events: none; }
.deco--midtoplane {
  position: absolute;
  top: 694px;
  left: -350px;
  z-index: -1;
  pointer-events: none; }
.deco--midbotlane {
  position: absolute;
  top: 1650px;
  right: -576px;
  z-index: -1;
  pointer-events: none; }
.deco--botlane {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none; }

.elem-on-rails {
  position: absolute;
  margin-top: -200px;
  top: 0;
  left: 60px;
  z-index: 1; }

.modals {
  -moz-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }
  .modals.is--active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .modals.is--active .modal {
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }

.modal {
  -moz-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 130px;
  padding-bottom: 20px; }
  .modal.is--active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 120; }
  .modal .wrapper {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto; }

.modals-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }

.modal-content {
  -moz-box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 11px 11px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  border: 10px solid #0084a7;
  padding: 30px 35px; }
  .modal-content p {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto; }
  .modal-content img {
    display: block;
    margin-bottom: 20px;
    max-width: 100%; }
  .modal-content .pathway-pins {
    position: relative;
    margin: 23px auto 0; }

.modal-header-title {
  padding: 15px 80px; }

.modal-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px; }

@media all and (min-width: 1200px) {
  .site-title {
    margin-left: -63px; }

  .site-header-menu {
    margin-right: -75px; } }
@media all and (min-width: 1121px) {
  .site-header-menu {
    display: block !important; }

  .toggle-menu {
    display: none !important; } }
/**
 * Tablet
 */
@media all and (max-width: 1120px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px; }

  .site-header {
    -moz-box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.15); }

  .site-header-menu {
    display: none;
    text-align: center;
    position: fixed;
    top: 106px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #FFF;
    padding: 10px 30px 20px; }
    .site-header-menu li {
      float: none;
      padding: 0; }
    .site-header-menu a:not(.btn) {
      padding-top: 12px;
      padding-bottom: 12px; }
    .site-header-menu .btn {
      width: 250px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px; }

  .modal-close {
    right: 60px; }

  .pathway-step--odd .pathway-tech {
    left: 30px; }

  .pathway-tech {
    right: 30px; }

  .pathway-symbol-item {
    width: 400px; }

  .pathway-symbol:after {
    -moz-background-size: 376px 434px;
    -o-background-size: 376px 434px;
    -webkit-background-size: 376px 434px;
    background-size: 376px 434px;
    background-position: center top; } }
@media all and (max-width: 1047px) {
  .wrapper {
    max-width: none; }

  .deco--toplane {
    top: 0; }

  .block--intro {
    overflow: hidden;
    height: auto; }
    .block--intro:after {
      background-color: #e8e8e8;
      background-position: bottom right;
      top: auto;
      bottom: 0;
      height: 80px; }
    .block--intro .u-fifth-three {
      float: none;
      width: 540px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }

  .intro-note {
    margin-top: 75px; }

  .intro-btn-legend {
    margin-left: auto;
    margin-right: auto; }

  .pathway-path,
  .elem-on-rails {
    display: none; }

  .pathway-title {
    padding-left: 20px;
    padding-right: 20px; }

  .block--pathway {
    padding-top: 40px;
    overflow: hidden; }
    .block--pathway .pathway-step {
      padding: 15px 0; }
    .block--pathway .pathway-symbol {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      height: 400px; }
      .block--pathway .pathway-symbol:after {
        background-position: center center; }
    .block--pathway .pathway-step-nbr {
      position: relative;
      top: -115px;
      left: 50%;
      right: auto;
      margin-left: -30px; }
    .block--pathway .pathway-descr {
      -moz-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
      -webkit-transform: translateY(0) !important;
      transform: translateY(0) !important;
      margin: -150px auto 0;
      position: relative;
      top: auto;
      max-width: none; }
    .block--pathway .pathway-descr-content {
      max-width: 770px;
      margin-left: auto;
      margin-right: auto; }
    .block--pathway .pathway-tech {
      padding: 20px 30px;
      max-width: none;
      text-align: center;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      margin-left: auto;
      margin-right: auto; }
    .block--pathway .pathway-tech-excerpt {
      max-width: none; }
    .block--pathway .pathway-tech-item {
      padding-left: 0;
      padding: 0;
      margin-top: 30px; }
    .block--pathway .pathway-pins {
      position: relative;
      top: auto;
      left: auto;
      margin-left: auto;
      margin-right: auto; } }
@media all and (max-width: 900px) {
  .site-main {
    margin-top: 76px; }

  .site-title {
    width: 160px; }

  .site-header {
    padding: 25px 0 25px; }

  .site-header-menu {
    top: 76px; }

  .pathway-menu {
    display: none; } }
/**
 * Mobile
 */
@media all and (max-width: 767px) {
  .u-fifth, .u-fifth-three, .u-fifth-four, .u-quarter, .u-quarter-three, .u-third, .u-third-only, .u-half, .u-half-only, .u-eighth-only,
  .u-left, .u-right {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .u-third-two {
    float: none;
    width: 100%; }

  .u-table,
  .u-table-cell {
    display: block; }

  .cells-group-item {
    text-align: center;
    border-left: 0; }
    .cells-group-item + .cells-group-item {
      border-top-width: 2px;
      border-style: solid;
      margin-top: 27px;
      padding-top: 27px; }

  p.social {
    padding-top: 0; } }
@media all and (max-width: 610px) {
  .modal-content {
    padding: 15px 20px; }

  .modal-header-title {
    padding-right: 0;
    padding-left: 0; } }
@media all and (max-width: 500px) {
  .block--intro {
    background-position: -400px top; } }



input {
	color: #000000;
}
.block--resources input {
	color:#000000;
	}
.block--resources checkbox {
	color:#000000;
	}
	
textarea {
	color: #000000;
}

.block--resources textarea {
	color: #000000;
}


submit {
  -webkit-appearance: none; /* initial fix */
  height: 26px;
  width: 61px;
  border: 0;
  font-size: 14px; /* you have a error here */
  color: #613799;
  background-color: #FFFFFF;
  font-weight: bold;
  margin-top: -4px; /* and here, -4 what? px? */
  text-shadow: 0px 2px 2px #333;
  border-radius: 0; /* remove rounded corners */
}

