/* VARIABLES */
/* Common */
/* FONTS */
/* Layout */
body,
table,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  line-height: 1.125em;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  height: 100%;
}
body {
  color: #000;
  height: 100%;
}
dl.col dt {
  float: left;
  width: 6em;
  font-weight: bold;
}
dl.col dd {
  margin-left: 7em;
}
.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}
.clr {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
h1 {
  color: #dc7f23;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 1em 0;
}
h2 {
  color: #2dc0ad;
  font-size: 18px;
  font-weight: 400;
  margin: 1em 0 0.5em 0;
  line-height: 1.5em;
}
h3 {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}
p,
li,
td {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  color: #fff;
}
#constrain {
  width: 538px;
  position: fixed;
  right: 44px;
  bottom: 44px;
  background: #15639d;
  height: 360px;
  overflow-y: scroll;
  background: #15639d;
  background: transparent \9;
  background: rgba(21,99,157,0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc15639d,endColorstr=#cc15639d);
  zoom: 1;
}
#design {
  width: 538px;
  position: fixed;
  right: 44px;
  bottom: 20px;
  color: #fff;
  text-align: right;
}
#design a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
div:nth-child(n) {
  filter: none;
}
#header {
  position: relative;
  padding: 10px 44px 0 44px;
}
#header .logo {
  float: left;
}
#header .logo #logo {
  display: block;
  width: 306px;
  height: 85px;
}
#header .facebook {
  float: right;
  margin-top: 20px;
}
#header #nav {
  float: left;
  margin-left: 118px;
}
#header #nav ul li {
  float: left;
  list-style: none;
}
#header #nav ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 34px;
  background: #15639d;
  padding: 0 20px;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: .8;
}
#header #nav ul li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#header .slogan {
  float: right;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
}
#content {
  padding: 25px;
}
