


.views {
  background-color: #fff;
  border-color: #12b7e5;
  border-style: solid;
  border-width: 2px 0;
  display: block;
}

.views-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;


}

.views-nav li {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
    background:url(../images/tab-let-bg.jpg) repeat-x;
}

.views-nav li:last-child {
  border-bottom-width: 0;
}

.views-nav a {
  background: url(../img/arrow-right.svg) no-repeat 96% center;
  display: block;
  font-size: 1em;
  line-height: 1.24444444444445em;
  padding: 0.88888888888889em;
  color:#333;
 font-family: 'open_sansregular';
 text-decoration:none;
}


.views-main .view {
  border-top: 2px solid #12b7e5;


}

/* When SimpleSlideView is active we won't need a border anymore */
.views-main .SimpleSlideView-view {
  border-top-width: 0;
  margin:0px;
  padding:0px;
 background:#f4f4f4;

}

.view-content {
  padding:15px;
   font-family: 'open_sanslight';
   font-size:13px;
   	-moz-box-shadow: 0 0 5px #e3e3e3;
	-webkit-box-shadow: 0 0 5px#e3e3e3;
	box-shadow: 0 0 5px #e3e3e3;

}
.view-content img{
margin:5px 0px 5px 0px;
padding:2px;
border:1px solid #f6f6f6;}
.view-content h2{
margin:0px;
padding-bottom:9px;
 font-family: 'open_sanssemibold';
 font-size:16px;
 color:#333;
 border-bottom:1px dotted #ccc;

}
.view-content p{
margin:0px;
padding-top:7px;
}

.view-nav {
  list-style: none;
  margin: 0;
  padding: 0;

}

.view-nav a {
  background-repeat: no-repeat;
  display: block;
  margin-bottom: -0.25em;
  padding: 0.75em 1em;
  white-space: nowrap;
}

.view-nav-contents a {
  background-image: url(../img/hamburger.html);
  background-position: left center;
  padding-left: 1.8em;
   font-family: 'open_sanssemibold';
   font-size:13px;

}

.view-nav-next a {
  background-image: url(../img/tab_arrow.png);
  background-position: right center;
  padding-right: 1.8em;
 font-family: 'open_sanssemibold';

}
.view-nav-next a:hover{
text-decoration:none;
color:#000;}

.btn {
  background-color: #0088cc;
  border-radius: 0.25em;
  color: #fff;
  text-align: center;
}

.byline {
  color: #999;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

@media only screen and (min-width: 30.0625em) { /* 481px */


  .views {
    border-radius: 0.5em;
    border-width: 2px;
  }
}