
/* page layout */

#td-container {
  min-height:100%;
  position:relative;
}

#td-header {
  padding-top: 100px;
}

#td-body {
  padding-bottom:60px;	/* Height of the footer */
}

.td-banner-image {
  min-width:500px;
  width: 100%;
  min-width:500px;
}


#td-footer {
  padding-top: 60px;
  position:absolute;
  bottom:0;
  width:100%;
  height:80px;			/* Height of the footer */
  font-size: 0.5rem
}

.td-fixed-width {
  max-width: 1000px;
  padding:0;
  margin:auto;
}

.td-button {
  background-color: #074EA0;
  color: white;
  border-radius: 4px;
}

.td-navbar-item {
  padding:26px
}

.td-fixed-width {
  max-width: 1000px;
  padding:0;
  margin: auto;
  padding-top: 40px;
}

.td-adminheader {
  background-color: #800000;
  height: 80px;
  padding: 10px
}


/* front page four box rows */
.fixed-width {
  max-width: 1000px;
  padding:0;
  margin:auto;
}

.quarterbox {
  position: relative;
  min-height:440px;
  margin-bottom:10px;
  border-radius: 4px;
}

.box-header {
  color:white;
  background-color: #074EA0;
  padding:4px;
  margin:0;
  min-height: 56px;
  border-radius: 4px;
}

.box-footer {
  width:100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding:0;
  margin:0;
  border-radius: 4px;
}

.box-text {
  padding-bottom:60px;
  margin:10px;
}

.box-image { padding:0 40px;}

p.box-text {
  font-size: rem-calc(20);
}

.footer-copyright {
  color: #909090;
  font-size: 12px;
  line-height: 36px;
  margin-bottom:0px;
  margin-right:3px;
  font-weight:normal;
}

.footer-link {
  color: #505050;
  font-size: 12px;
  margin:4px;
  font-weight:normal;
}


.banner-content {
  margin: 0 auto;
  top: 25%;
  width:100%;
  z-index: 90;
  text-align:center;
}

.banner-small-text {
  font-size: 30px;
  line-height:30px; margin:8px 0px 24px;
}




