*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}

html {
    width:100%;
    height: 100%;
}
body {
    width:100%;
    /*display: flex;*/
    height: 100%;
}


.page {
  position: relative;
  height: 100%;
  overflow: auto;
}


.page__left {
  background: #14458D; 
  background: -webkit-gradient(linear, left top, right top, from(#14458D) , to(#420841)); 
  background: linear-gradient(to right, #14458D , #420841);
  position: relative;
  padding: 2em;
  width: 50%;
  float: left;
  height: auto;
  min-height: 100vh;
}
.page__left-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.page__left-content {
  padding: 0 0 0 2em;
  width: 100%;
}

.page__left-content h2 {
  font-size: 1.875rem;
  color: rgb(255,255,255);
}

.page__left-content p {
  font-size: 1.125rem;
  padding-bottom: 1em;
  color: rgb(255,255,255);
  line-height: 1.45;
}

.page__right {
  background: #fff url('../img/layout/map.png') bottom 20px right 100px no-repeat;
  z-index: 10;
  padding: 2em;
  width: 50%;
  float: right;
  height: auto;
  min-height: 100vh;
}

.page__right-content {
  padding: 1em;
  background: rgba(255,255,255,0.6);
  border-radius: 10px;
  width: 300px;
}
.page__right-content h3 {
  color: #1E4C90;
  font-size: 1.25rem;
}
.page__right-content h4 {
  font-size: 0.9375rem;
}
.page__right-content a {
  font-weight: 700;
  color: #666;
}
.page__right-content a:hover {
  text-decoration: none;
}

.lighter {
  color: #666;
}

.padding-bottom {
  padding-bottom: 0.75em;
}



/* Grid layout for browsers that not supports*/
@supports not ((display: -ms-grid) or (display: grid)) {

}

/* Safari 6.1-10.0 */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
}

/* Firefox fallback (settings) */
@-moz-document url-prefix() {}


/* IE 9 fallback */
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {

}


/* IE 10 fallback */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}


/* IE 11 fallback */

@media all and (-ms-high-contrast:none) {
  .page__left,
  .page__right {
    height: auto;
    min-height: 100vh;
  }
}


/* IE Edge fallback */

@supports (-ms-ime-align:auto) {
    .page__left,
  .page__right {
    height: auto;
    min-height: 100vh;
  }
}
