﻿
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  width: 100vw;
  height: 100vh;
  position: relative;
}

/*Desktop and up*/
.wtw-splash-container {
  background: #ECEDEE;
  padding: 30px 15px 30px 15px;
  box-sizing: border-box;
  height: 100%;
}

@media (min-width: 800px) {
  .wtw-splash-container {
    height: 400px;
    padding: 40px 30px 40px 30px;
    margin: 0 auto 0 auto;
    width: 730px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.tsr-splash-logo {
  display: block;
  min-height: 60px;
  max-height: 60px;
}

@media (min-width: 400px) {
  .tsr-splash-logo {
    min-height: 60px;
    max-height: 60px;
  }
}

.wtw-splash-logo {
  max-height: 40px;
  display: block;
  margin: 0 0 25px 0;
}

@media (min-width: 800px) {
  .wtw-splash-logo {
    max-height: 50px;
    margin: 0 0 35px 0;
  }
}
.wtw-splash-willis {
  max-width: 205px;
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .wtw-splash-willis {
    max-width: 250px;
    margin-bottom: 40px;
  }
}
.wtw-splash-container h1 {
  font-family: Arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #444444;
  margin: 0 0 25px 0;
}

.wtw-splash-container p {
  color: #585858;
  font-size: 16px;
  margin: 0 0 16px 0;
  line-height: 21px;
}



button {
    font-size: 12px;
    cursor: pointer;
    padding: 2px 12px;
    min-width: 150px;
    height: 35px;
    margin: 0px;
    border: solid 1px #666666;
    line-height: normal;
}

.button {
    padding: 5px !important;
    box-sizing: border-box !important;
    background: #007FA7;
    color: #fff;
    border-color: #007FA7;
}

.button:hover {
    color: #fff;
    background-color: #005874;
    border-color: #005874;
}

.btn {
    padding: 5px !important;
    box-sizing: border-box !important;
}

.btncontainer {
    /*height: 200px;*/
    position: relative;
    padding: 40px !important;
    /*width: 100vw;*/
    /*border: 3px solid green;*/
}

.btnvertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.wtw-splash-images {
  background-size: cover;
  height: 149px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/188998/splash-masthead.jpg");
}*/

@media (min-width: 800px) {
  .wtw-splash-images {
    position: static;
    height: 149px;
    margin: 60px -30px -40px -30px;
  }
}