

html, body {height: 100%;margin:0;}

html {
    position: relative;
    min-height: 100%;
}
body {
	
  margin-bottom: 100px; /* bottom = footer height */
  font-size: 16px;
}

span#brand-text {
    padding-left: 5px;
}

h2.bigger {
    text-align: center;
    margin: 22px 0 30px 0;
    color: #36454f;
    font-size: 42px;
}

.offset:before { 
	/*display: block; */
 	content: " "; 
  height: 220px;      /* Give height of your fixed element */
  margin-top: -220px; /* Give negative margin of your fixed element */  	
  visibility: hidden; 
}


hr{background:url(/assets/img/dotted-line.png) center top;background-size:4px 4px;height:1px;margin:0 0 24px}

.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;line-height:normal;padding:15px 23px 14px;position:absolute;left:5px;top:5px;width:auto;z-index:100000}

.bg-info {
    padding: 15px;
}

.tease {
  display: block;
  padding: 15px 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #285e8e;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
}  
.tease  a {
    color: #ffffb2;
}

.tease a: {
      color: #ffffb2;
      text-decoration: underline;
}

.news .media {
  padding-top: 25px;
}

.footer {
  background-color:#eee;font-size:14px;text-align:center;height: 200px;width: 100%;
}

.footerText {
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
    color: #333;
    font-style: italic;
    text-align: center;
}

.footerText a {color:#36454f}

.acknowledge {
  display: block;
}

.flex-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
	justify-content: center; 
}

li.flex-item {
    padding-right: 30px;
}

.deriva {
  margin-top: 35px;
  display: block;
  float: right;
}

.deriva img {
  height: 45px;
  margin-right: -60px;
}
    
#home, #content { margin-top: 50px; margin-bottom:50px; }

#content {
  padding-top: 20px;
}


#home h3 {
  font-size: 22px;
  /* margin-top: 0;*/
  font-weight: bold;
}


section#news {
  text-align: right;
}

section#news ul {
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

section#news ul li {
    padding-bottom: 10px;
}

section#news ul li h4 {;
    font-weight: 500;
    margin: 0;
    /* line-height: 2rem; */
    font-size: 1.4em;
}

section#news ul li time {
    color: #aaa;
    margin-bottom: 10px;
}

h3#news, .about h3 {
    margin-top: 0;
    font-weight: bold;
}

section .news .media {
  margin-bottom: 10px;
}


ul.blurb.list-group {
    padding-bottom: 10px;
}

/* for individual news items */

.section-news .news-item {
  margin-top: 20px;
}

.section-news img {
    margin-right: 15px;
}

/* home page */

.welcome {
    background-image: url("/assets/img/background-crop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8rem;
}

.welcome h1 {
  max-width: 900px;
  width: 90%;
  margin: 2rem auto;
  font-size: 50px;
  text-align: center;
}

.welcome p {
  font-size: 30px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.welcome img {
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.home-block {
  margin-bottom: 8rem;
}

.home-block p {
  font-size: 20px;
}

.contact {
  text-align: center;
  font-size: 30px;
}

.contact button {
  width: 215px;
  height: 50px;
  font-size: 20px;
}


div.welcome .sheer-bg {
  background-color: rgba(51, 51, 51, 0.50);
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.btn-primary {
  background-color: rgba(241, 104, 118, 1);
  border: solid rgba(96, 94, 94, 1) 0px;
  cursor: pointer !important;
  font-size: 16px;
}

a.btn.btn-primary:visited {
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: rgba(247, 178, 186, 1);
    border-color: rgba(96, 94, 94, 1);
}
 
.btn-primary:active, .btn-primary.active {
    box-shadow: none;
}

/* Layout */

.innercontent {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 16px;
  padding-bottom: 50px;
}

#research .section {
  margin-bottom: 6rem;
}

#research .section1 img {
  padding-top: 25%;
}

#team .card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

#team .card-columns .card {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  background-color: #d3e6f0; /*fffaee */
  padding: 10px;
}

#team .card-title {
  font-size: 20px;
  margin: 0;
}

#team .card-title a {
  text-decoration: none;
  color: inherit;
}

#team h6.card-subtitle {
  margin: 5px 0;
  font-size: 14px;
  font-style: italic;
}

#team p.area {
  font-size: 17px;
  margin-bottom: 0;
  border-bottom: 1px solid #DDD;
}

#team p.card-text.members {
  margin: 5px 0;
  font-size: .9em;
}


/* Internal Site */

.announce {
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  background-color: #eee;
  margin-bottom: 10px;
}  
.announce p { margin: 0; }

#internal-home .card-deck {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
    background-color: #d3e6f0;
}

#internal-home a:visited {
    color: #0070ED;
}

#internal-home h5.card-title {
  margin-top: 1.25rem;
}



ul.log.nav.navbar-nav.navbar-right li {
  padding-right: 15px;
	padding-left: 15px;
	color: #777;
}

ul.log.nav.navbar-nav.navbar-right li a#logout-link {
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}

span.username {
  font-weight: bold;
}

/* Email Lists/Membership page */

th.entity-name {
  text-transform: none;
  font-size: .9em;
  background-color: #e4f0f7;
}

/* News  */

.news h2 {font-size: 26px;}


/* Additions: imgage integration */

.breadcrumbs {
  padding-left: 15px;
	padding-right: 15px;
  margin-bottom: 1rem;
  background-color: #f1f2ed;
  border-radius: 0.25rem;
}

.breadcrumbs::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  border: none;
  display: inline-block;
}

.breadcrumbs .breadcrumb-item {
  font-size: 1em;
}




@media (max-width: 990px) {
  
  section#news {
    text-align: center;
  }
  footer {
    height: auto;
  }
  .acknowledge a {
    margin: 10px;
    display: block;
}
}
  

}

@media (max-width: 765px) {

	.container-fluid>.navbar-header { margin-left: 0; }
	.navbar-toggle { margin-top: 16px; }
}

/* Feedback */

button.feedback {
  padding: 0 !important;
  right: -45px;
  position: fixed;
  top: 222px;
  z-index: 99999990;
  height: 25px !important;
  min-height: 25px !important;
  max-height: 35px !important;
  width: 125px !important;
  max-width: 125px !important;
  min-width: 125px !important;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-header {
  background: #3970a7; 
  color: #ffffff;
}

h4.modal-title {
  clear: none;
}

#wufoo-form {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.wufoo-form-container {
  height: 800px; 
}

#tut-bar h5 {
  margin-bottom: 0;
  font-size: 1em;
}

.nav-pills>li>a {
  background-color: #f1f1f1;
}

ul.tut.nav>li>a:focus, ul.tut.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}


@media print,(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){
	}
	
@media print{
	body{background:0 0!important;color:#000;font-size:10pt}
	footer a[rel=bookmark]:link:after,footer a[rel=bookmark]:visited:after{content:" [" attr(href) "] "}.site-header{background-image:none!important}
	.site-header .home-link{max-width:none;min-height:0}
	.site-title{color:#000;font-size:21pt}
	.site-description{font-size:10pt}
	.author-avatar,.comment-respond,.comments-area .comment-edit-link,.comments-area .reply,.comments-link,.entry-meta .edit-link,.main-navigation,.more-link,.navbar,.page-links,.site-content nav,.site-footer,.widget-area{display:none}
	.entry-content,.entry-header,.entry-meta,.entry-summary{margin:0;width:100%}
	.entry-title,.page-title{font-size:21pt}
	.entry-meta,.entry-meta a{color:#444;font-size:10pt}
	.entry-content .wp-caption.alignleft,.entry-content img.alignleft{margin-left:0}
	.entry-content .wp-caption.alignright,.entry-content img.alignright{margin-right:0}
	.format-image .entry-content .size-full{margin:0}}
