/*========================================
	!CONTENT
========================================*/
.pie-element, .wrapper, .content .leftcol .top, .content .leftcol .bottom, .content .leftcol .bottom a {
  behavior: url("../../beta/css/PIE.html");
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.last-item {
  margin-right: 0;
}

a {
  color: #165791;
  text-decoration: none;
}
a:hover {
  color: #02070c;
}
a:active {
  color: #02070c;
}
a:hover, a:active {
  text-decoration: underline;
}

html, body {
  min-height: 100%;
}

.inside, .content {
  *zoom: 1;
  max-width: 960px;
  _width: 960px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}
.inside:after, .content:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper {
  background-color: #949599;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #949599), color-stop(3%, #b8b9bb), color-stop(3%, #bababc), color-stop(60%, #ededed), color-stop(70%, #eaeaea), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #949599 0%, #b8b9bb 3%, #bababc 3%, #ededed 60%, #eaeaea 70%, #fafafa 100%);
  background: -moz-linear-gradient(top, #949599 0%, #b8b9bb 3%, #bababc 3%, #ededed 60%, #eaeaea 70%, #fafafa 100%);
  background: -o-linear-gradient(top, #949599 0%, #b8b9bb 3%, #bababc 3%, #ededed 60%, #eaeaea 70%, #fafafa 100%);
  -pie-background: linear-gradient(top, #949599 0%, #b8b9bb 3%, #bababc 3%, #ededed 60%, #eaeaea 70%, #fafafa 100%);
  background: linear-gradient(top, #949599 0%, #b8b9bb 3%, #bababc 3%, #ededed 60%, #eaeaea 70%, #fafafa 100%);
}

.breadcrumbs {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 12px;
  text-transform: lowercase;
  font-size: 0.9375em;
}
.breadcrumbs ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs li {
  float: left;
  margin-right: 10px;
  color: #165791;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
}
.breadcrumbs a:hover {
  color: #165791;
  text-decoration: underline;
}
.breadcrumbs span {
  color: #165791;
}

.content .leftcol {
  background: none;
  padding-top: 0;
  width: 24.09639%;
  float: left;
  margin-right: 1.20482%;
  display: inline;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.content .leftcol .top {
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #f2f3f3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f3f3), color-stop(100%, #edeeee));
  background: -webkit-linear-gradient(top, #f2f3f3 0%, #edeeee 100%);
  background: -moz-linear-gradient(top, #f2f3f3 0%, #edeeee 100%);
  background: -o-linear-gradient(top, #f2f3f3 0%, #edeeee 100%);
  -pie-background: linear-gradient(top, #f2f3f3 0%, #edeeee 100%);
  background: linear-gradient(top, #f2f3f3 0%, #edeeee 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.content .leftcol .top h2 {
  padding-left: 22px;
  margin-left: 0;
  background: #165791;
}
.content .leftcol .top ul {
  margin: 10px 0 0 -20px;
  list-style: none;
  text-transform: none;
  font-size: 14px;
  color: #165791;
}
.content .leftcol .top li {
  margin: 10px 0;
}
.content .leftcol .top a {
  display: block;
  padding: 5px 0px;
}
.content .leftcol .top a.current {
  position: relative;
  width: 100%;
  margin-left: -15px;
  padding: 5px 0px 5px 10px;
  border-left: 5px solid #41414b;
  background: #fff;
}
.content .leftcol .bottom {
  background-color: #e5e6e7;
  padding-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e5e6e7), color-stop(100%, #eff0f0));
  background: -webkit-linear-gradient(left, #e5e6e7 0%, #eff0f0 100%);
  background: -moz-linear-gradient(left, #e5e6e7 0%, #eff0f0 100%);
  background: -o-linear-gradient(left, #e5e6e7 0%, #eff0f0 100%);
  -pie-background: linear-gradient(left, #e5e6e7 0%, #eff0f0 100%);
  background: linear-gradient(left, #e5e6e7 0%, #eff0f0 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.content .leftcol .bottom h2 {
  padding-left: 22px;
  margin-left: 0;
}
.content .leftcol .bottom ul {
  margin: 10px 0 0 -28px;
  list-style: none;
  line-height: 1.8;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  color: #165791;
}
.content .leftcol .bottom li {
  background: url(../../images/green-arrow-bullet.html) left center no-repeat;
  padding-left: 15px;
}
.content .leftcol .bottom p {
  padding: 0 20px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 100;
  color: #165791;
}
.content .leftcol .bottom img {
  margin-bottom: -30px;
}
.content .leftcol .bottom a {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding: 5px 10px;
  border: 1px solid #111111;
  font-size: 14px;
  text-decoration: none;
  text-transform: lowercase;
  background: #41414B;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.content .leftcol .bottom a:hover {
  background: #333;
  color: #ddd;
}
.content .rightcol {
  width: 74.6988%;
  float: right;
  margin-right: 0;
  #margin-left: -10px;
  display: inline;
  padding: 30px 0 0 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.content .rightcol h1 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
  color: #165791;
}
.content .rightcol p, .content .rightcol ul {
  font-size: 0.9375em;
  color: #3C3C46;
}
