* {
  outline: none;
}
body{
  font-family: 'Open Sans', sans-serif;
  min-width: 360px;
}
.condensed {
  font-family: 'Open Sans Condensed', sans-serif;
}
@media (min-width : 1350px) {
  .navbar.container { max-width: 1300px; }
  .container { width: 1300px; }
}

h1,h2,h3,h4{
  color:rgba(30,85,40,1);
  font-weight: bold;
  line-height:1.5;
  margin-bottom:20px;
  margin-top:30px;
}
h1{
  font-size:45px;
}
h2{
  font-size:35px;
}
h3{
  font-size:26px;
}
h4{
  font-size:20px;
}
h1.page-header{
  font-family: 'Shadows Into Light', cursive;
  color:rgba(30,85,40,1);
  text-transform: uppercase;
  font-weight: lighter;
}
h1.shadows-g,h2.shadows-g,h3.shadows-g{
  font-family: 'Shadows Into Light', cursive;
  color:rgba(30,85,40,1);
}
h1.shadows-w,h2.shadows-w,h3.shadows-w{
  font-family: 'Shadows Into Light', cursive;
  color:rgba(255,255,255,1);
}
.slab_float {
  border:1px solid rgba(30,85,40,1);
  float:right;
  margin-bottom:30px;
  margin-left:30px;
}
.slab_float_no-border {
  float:right;
  margin-bottom:30px;
  margin-left:30px;
}
.nowrap {
  white-space: nowrap;
}
.navbar .logo{
  padding-right:0;
}
img{
  -ms-interpolation-mode: bicubic;
}
@media (min-width: 768px) {
  a.logo img{
    padding-bottom:8px;
    padding-top:8px;
  }
}
a.btn{
  color:#fff;
}
.btn-primary{
  background-color:rgba(30,85,40,1);
}
link, a, a:link{
  color: rgba(30,85,40,1);
  cursor: pointer;
  text-decoration: none!important;
}
.align-center > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-header-container{
  margin:0;
  padding:0;
}
h1.page-header{
  color:rgba(30,85,40,1);
}
audio{
  margin-bottom: 1em;
  width: 100%;
}
.lower-content {
  margin-top: 45px;
}
.main-container{
  padding-top:10px;
}
.main-container a{
  border-bottom:1px dotted rgba(30,85,40,1);
}
.main-container li{
  margin-bottom:15px;
}
.main-container ul{
  margin-bottom:30px;
}
.main-container ul.nav-tabs li.nav-item{
  margin-bottom:0px;
}
.main-container ul.nav-tabs li.active.nav-item{
  margin-bottom:-1px;
  border-bottom:1px solid #fff;
}
a:hover{
  color: #0188C0;
  border-color:#0188C0;
}
.overflow {
  overflow: auto;
  overflow-x: auto;
  overflow-y: auto;
}
blockquote{
  border-left:0;
  margin:0 0 0 30px;
  padding:0;
}
blockquote p{
  font-size: 14px;
}
ul.checklist li{
  list-style:url('../img/checklist.png');
}
/*
* login page styles
*/
.region-content .user-login-form{
  max-width:500px;
}
.region-content .block-user-login-block ul{
  display:none;
}
#user-login-form .forgot-pass{
  float:right;
}
/*
* Mobile specific styles
*/
.article-teaser-image{
  width:100%;
}
.button-floater{
  width:100%;
}
.breadcrumb {
  display: none;
}
@media (max-width: 767px) {
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li > a:hover {
    border-bottom-color: #eee;
    border-radius: 4px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
    border-radius: 4px;
  }
  .tooltip {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar .logo {
    margin: 0;
  }
  .article-teaser-image{
    float:right;
    max-width:600px;
    margin-left:20px;
    margin-bottom:20px;
  }
  .button-floater{
    float:right;
    max-width:300px;
    margin-left:30px;
    margin-bottom:30px;
  }
  .embedded-entity h2 {
    margin-top: 0;
  }
  .breadcrumb {
    display: block;
  }
}
@media (min-width: 992px) {
  .scrollnotice {
    display: none;
  }
}
/*administration overrides */
.toolbar-tray-open #drupal-modal .modal-dialog{
  width:1050px;
}
/*padding for gallery images*/
.content a img.img-responsive{
  margin:0 10px 10px 0;
}
/* External link icon */
svg.ext {
  fill: currentColor;
  height: 0.875em;
  margin-left: 0.2em;
  padding-right: 0;
  width: 0.875em;
}
svg.ext path {
  stroke: currentColor;
}
.navbar-toggle > span {
  transition: transform 150ms ease-in-out;
}
.navbar-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(6px) rotate(45deg);
}
.navbar-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  transform: scaleX(0);
}
.navbar-toggle[aria-expanded="true"] > span:nth-of-type(4) {
  transform: translateY(-6px) rotate(-45deg);
}
