@import url(http://fonts.googleapis.com/css?family=Arvo);
@import url(http://fonts.googleapis.com/css?family=Lato);
/* For Titles */
/*Serif for copy*/
div.Left {
  width: 48%;
  float: left; }

div.Right {
  width: 48%;
  float: right; }

div.Clear {
  height: 1px;
  clear: both; }

html, body {
  margin: 0px;
  padding: 0px; }

div.MasterContainer {
	background-color:  #0090D2;
  width: 100%;
  height: auto;
  position: absolute;
  font-family: "Lato";
  padding-bottom: 100px;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
min-width: 1200px;
  background: -webkit-linear-gradient(top, #0090d2 1%, #8c8c8c 96%);
  background: -moz-linear-gradient(top, #0090d2 1%, #8c8c8c 96%);
  background: -o-linear-gradient(top, #0090d2 1%, #8c8c8c 96%);
  background: -ms-linear-gradient(top, #0090d2 1%, #8c8c8c 96%);
  background: -linear-gradient(top, #0090d2 1%, #8c8c8c 96%); }

div.Container {
	background-color:  #E5E5E5;
	padding: 20px;
  width: 1000px;
  margin: auto;
  height: auto;
  position: relative;
  background: -webkit-linear-gradient(bottom right, white 1%, #c5c5c7 47%, white 98%);
  background: -moz-linear-gradient(bottom right, white 1%, #c5c5c7 47%, white 98%);
  background: -o-linear-gradient(bottom right, white 1%, #c5c5c7 47%, white 98%);
  background: -ms-linear-gradient(bottom right, white 1%, #c5c5c7 47%, white 98%);
  background: -linear-gradient(bottom right, white 1%, #c5c5c7 47%, white 98%);
  box-shadow: 0px 8px 18px 1px black;
  -webkit-box-shadow: 0px 8px 18px 1px black;
  -moz-box-shadow: 0px 8px 18px 1px black;
  -ms-box-shadow: 0px 8px 18px 1px black;
  -o-box-shadow: 0px 8px 18px 1px black; }

div.Header {
  z-index: 10;
  width: 100%;
  height: 50px;
  position: relative;
  background: #333;
  background: #221F1F; }
  div.Header a.Hello {
    width: 10px; }

.showServerMessage.Header{
  height: 85px;
}

div#footer {
  height: auto;
  width: auto;
  background: #333;
  color: white;
  float: left;
  clear: both;
  padding: 10px;
  position: relative;
  top: 2px;
  margin-top: 30px; }

div.MenuContainer {
  width: 1000px;
  margin: auto;
  height: 100%;
  position: relative;
  top: 0px; }

.showServerMessage img {
    position: relative;
    top: 25px;
}

div.logoContainer {
  height: 100%;
  float: left;
  background: #221F1F;
  border-bottom-right-radius: 5px; }

a.Logo img {
  max-height: 90px; }

ul.Menu {
  list-style-type: none;
  float: right;
  position: relative;}
  ul.Menu > li {
    float: left;
    padding: 0px 10px;
    margin-right: 42px;
    font-size: 16px;
    position: relative;
    height: 33px;
    font-family: "Arvo";
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px; }
    ul.Menu > li:first-of-type {
      margin-left: 8px; }
    ul.Menu > li:last-of-type {
      margin-right: 0px; }
ul.Menu > li:hover {
      background: white;
      z-index: 30; }
      ul.Menu > li:hover ul {
        display: block; }
      ul.Menu > li:hover > a {
        color: #008FD2 !important; }
    ul.Menu > li ul:hover {
      display: block; }
  ul.Menu ul {
    display: none;
    list-style-type: none;
    background: white;
    width: 230px;
    text-align: right;
    position: absolute;
    box-shadow: 0px 11px 14px -7px black;
    -webkit-box-shadow: 0px 11px 14px -7px black;
    -moz-box-shadow: 0px 11px 14px -7px black;
    -ms-box-shadow: 0px 11px 14px -7px black;
    -o-box-shadow: 0px 11px 14px -7px black;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 18px;
    padding: 0px;
    left: 0px;
    padding-left: 10px;
    top: 35px;
    margin: 0px;
    z-index: 3; }
    ul.Menu ul li {
      text-align: left;
      margin: 10px 0px;
      font-family: "Lato"; }
      ul.Menu ul li a {
        color: #333; }
  ul.Menu ul.user {
    width: 180px; }
  ul.Menu a {
    color: white;
    text-decoration: none; }
    ul.Menu a:hover {
      color: #008FD2 !important; }
  ul.Menu li {
    color: white;
    text-decoration: none; }
    ul.Menu li:hover {
      color: #008FD2 !important; }

a.Login {
  color: white;
  text-decoration: none; }

div.HorizontalContainer {
  clear: both;
  margin: 18px 0px;
  position: relative; }
  div.HorizontalContainer.Constrained {
    font-size: 20px;
    width: 80% !important;
    margin: auto !important; }
  div.HorizontalContainer.Centered {
    text-align: center; }

img.Background {
  position: absolute;
  opacity: 0.3; }
  img.Background.TrailBackground1 {
    left: 0px;
    top: 49px; }
  img.Background.TrailBackground2 {
    right: 0px;
    top: 40px; }

div.Clear {
  width: 100%;
  height: 2px;
  clear: both; }

div.Mast {
  margin: auto;
  padding: 16px 32px;
	position: relative;
  height: auto;
  text-align: center; }
  div.Mast h1 {
    text-align:left;
    font-size: 32px;
    margin: 0px;
    font-family: "Lato"; }
  div.Mast img {
    position: absolute; }
  div.Mast img.Underline {
    position: absolute;
    left: 5px;
    bottom: 2px;
    width: 60%;
    height: 6px;
    background: #0055b2;
    border-radius: 2px; }
  div.Mast img.Icon {
    right: 250px;
    top: 0px; }

a.Button, button {
	background-color:  #003D7F;
  color: white;
  text-align: center;
  font-family: "Lato";
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  /*display: block;*/
  margin: auto;
  border: 0px !important;
  transition: background .8s;
  background: -webkit-linear-gradient(top, #006de5 1%, #003d7f 96%);
  background: -moz-linear-gradient(top, #006de5 1%, #003d7f 96%);
  background: -o-linear-gradient(top, #006de5 1%, #003d7f 96%);
  background: -ms-linear-gradient(top, #006de5 1%, #003d7f 96%);
  background: -linear-gradient(top, #006de5 1%, #003d7f 96%); }
  a.Button:hover, button:hover {
    background: -webkit-linear-gradient(top, #0055b2 1%, #00244c 96%);
    background: -moz-linear-gradient(top, #0055b2 1%, #00244c 96%);
    background: -o-linear-gradient(top, #0055b2 1%, #00244c 96%);
    background: -ms-linear-gradient(top, #0055b2 1%, #00244c 96%);
    background: -linear-gradient(top, #0055b2 1%, #00244c 96%); }
  a.Button.Small, button.Small {
    font-size: 16px;
    height: 30px; }
  a.Button.Medium, button.Medium {
    font-size: 22px;
    height: 40px; }

a.Button {
  padding: 5px 10px; }

.error {
  color: red;
  clear: both; }

#pac-input {
  background-color: #fff;
  padding: 0 5px;
  width: 300px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}

#pac-input:focus {
  border-color: #4d90fe;
  margin-left: -1px;
  padding-left: 14px;  /* Regular padding-left + 1. */
  width: 300px;
}
