/*!
 * Bootstrap v3.0.0
 *
 * Custom Styles
 *
 */
 
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	background-color: #CCC;
	background-image: url(../img/body_index_bg.png);
	background-repeat: repeat;
}

hr.fancy-style { 
	padding: 0; 
	margin: 50px 20px;
	border: none; 
	border-top: medium double #ccc; 
	color: #333; 
	text-align: center; 
} 

hr.fancy-style:after { 
	content: "§"; 
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.5em; 
	color: #ccc;
	padding: 0 0.5em; 
	background: white; 
}

a {
  /*color: #2B5D7D; */
  color: #006699; 
  text-decoration: none;
}
a:hover,
a:focus {
  color: #25506B;
  text-decoration: underline;
}

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
  padding: 10px;
  margin: 20px 0;
}
.margin-left-15px{
  margin-left: 15px;
}
.margin-right-15px{
  margin-right: 15px;
}
.underline {
  text-decoration: underline;
}
.strong {
  font-weight: bold;
}
.copyright {
  padding: 30px 0 5px 0;
}
.panel-default > .landing-panel-heading {
  color: #500000;
}
.panel-default > .landing-panel-body {
  background-color: #fefefe;
}
.landing-events-row {
  padding: 10px 0;
}
.landing-events-date {
  color: #500000;
  font-weight: bold;
  text-transform: uppercase;
}
.caption {
  text-align: center;
  font-style:italic;
  font-size: .9em;
}
.caption-grey-back {
  text-align: left;
  font-style: normal;
  background: #e9e9e9;
  background: -webkit-linear-gradient(#fefefe, #e9e9e9);
  background: -0-linear-gradient(#fefefe, #e9e9e9);
  background: -moz-linear-gradient(#fefefe, #e9e9e9);
  background: linear-gradient(#fefefe, #e9e9e9);
  color: #333;
  padding: 8px 10px 1px 10px;
  border-radius: 6px;
}
.caption-underneath-right-aligned {
  padding: 5px 0 0 15px;	
}
.caption-underneath-left-aligned {
  padding: 5px 0 0 0;	
}
div.overlay-caption {
  background-color: #fff;
  color: #333;
  bottom: 0;
  left: 0;
  padding: 5px 10px 5px 10px;
  opacity: 0.7;
  position: relative;
  width: 100%;
}
.overlay-caption-fix {
  width: 100%;
  padding: 0px;
  margin-bottom: 22px;
  position: relative;
}
.quote {
  font-style: italic;
  font-size: .8em;
}
.quote:before {
  content: open-quote;
}
.quote:after {
  content: close-quote;	
}
.overlay-caption-link a {
  font-weight: bold;
  color: #fff; 
}
.bs-callout {
  margin: 20px 0px;
  padding: 20px;
  border-left: 3px solid #EEE;
}
.bs-callout-info {
  background-color: #F4F8FA;
  border-color: #5BC0DE;
}
.bs-callout h4 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.bs-callout-info h4 {
  color: #5BC0DE;
}
.fancy-text {
  font-family: 'Gentium Basic', serif;
  /*font-size: large;*/
}
.large-text {
  font-size: large;
}
.x-large-text {
  font-size: x-large;
}
img.resize-width-350{
    width:350px; /* you can use % */
    height: auto;
}
span.glyphicon-huge {
    font-size: 11em;
}
span.glyphicon-maroon {
    color: #500000;
}
.well-negative-bottom-margin {
  margin-bottom: -15px;
}

/* Livwwhale Events Widget Customization */
.lw_events_header_date {
  	text-transform:uppercase;
	font-size: 1.1em;
}
ul.lw_widget_results {
  	list-style: none;
}
.lw_events_title {
  	font-weight:bold;
}
.lw_events_time {
	font-size:.9em;
}
li .lw_related_url{
	text-indent:-40px;
	list-style:none;	
}
.prof-devel-title{
	font-weight: bold;
}

/* Custom Buttons */
.btn-primary {
  color: #500000;
  background-color: #efefef;
  border-color: #ccc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #500000;
  background-color: #dedede;
  border-color: #aaa;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-maroon {
  color: #fff;
  background-color: #500000;
  border-color: #370000;
}
.btn-maroon:hover,
.btn-maroon:focus,
.btn-maroon:active,
.btn-maroon.active,
.open .dropdown-toggle.btn-maroon {
  color: #EFEFEF;
  background-color: #370000;
}

/* HEADER */
.header {
  background-color: #500000;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.awards-tbl-header {
  background-color: #500000;
  color: #ffffff;
  text-transform: uppercase;
}
/*.social-header ul li{
  padding: 35px 18px 0 0;
  text-decoration:none;
  display:inline-block;
}*/
.search-header {
  padding: 22px 18px 0 0;
}
.search-header .form-control {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
          box-shadow: inset 0 0 0 rgba(0,0,0,.075);
}
.search-header .form-control:focus {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
          box-shadow: inset 0 0 0 rgba(0,0,0,.075);
}
.search-header .btn-default{
  background-color: #FFF;
  border-color: #FFF;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
          box-shadow: inset 0 0 0 rgba(0,0,0,.075);
}
.search-header .btn-default:hover{
  background-color: #FFF;
  border-color: #FFF;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
          box-shadow: inset 0 0 0 rgba(0,0,0,.075);
}
.social-footer {
  padding: 17px 15px 25px 0;
}
.social-footer ul li{
  padding: 12px 18px 0 0;
  text-decoration:none;
  display:inline-block;
}
.wordmark {
  padding-left: 0;
  padding-right: 0;
}

/* NAVIGATION */
.navbar {
  margin-bottom: 0;
  border-top-color: #333333;
  border-top-width: 1px;
  border-bottom-color: #333333;
  border-bottom-width: 1px;
  -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.3);
  box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.3);
}
.navbar-default {
  background-color: #565252;
}
.navbar-default .navbar-brand {
  color: #F8F8F8;
}
.navbar-brand {
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a:hover {
  color: #DDD;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:focus {
  color: #DDD;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #CCC;
  border-bottom-color: #CCC;
}
.navbar-default .navbar-nav > .open > a:hover .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #CCC;
  border-bottom-color: #CCC;
}
.navbar-nav .open .dropdown-menu {
  background-color: #EEE;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #666;
}

/* SUB-NAV */
.sub-nav {
  background-color: #F3F3F3;
  padding: 10px 20px 1px 20px;
  border-style: solid;
  border-top-width: 0; 
  border-top-color: #565252;
  border-right-color: #565252; 
  border-right-width: 2px;
  border-bottom-color: #565252;
  border-bottom-width: 0;
  border-left-color: #565252;
  border-left-width: 2px;
  box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.3);
}
.sub-nav-long{
  background-color: inherit;
  border-style: none;
}

/* Pills */
.sub-nav .nav-stacked li {
  margin-top: 0;
  border-style: solid;
  border-bottom-color: #DDD;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.sub-nav .nav-stacked li:last-child {
  border-bottom-width: 0;
}
.sub-nav .nav-stacked li > a:hover {
  text-decoration: underline;	
}
.sub-nav .nav-stacked li.disabled > a {
  color: #565252;
  font-weight: bold;	
}
.sub-nav .nav-stacked li.disabled > a:hover {
  font-weight: bold;
  text-decoration: none;	
}

/* Tabs */
.nav-tabs > li > a {
  background-color: #f3f3f3;
}

/* FEATURED IMAGE */
.featured-image {
  background-color: #565252;
  border-style: solid;
  border-top-width: 0; 
  border-top-color: #565252;
  border-right-color: #333; 
  border-right-width: 2px;  
  border-bottom-color: #333;
  border-bottom-width: 1px;
  border-left-color: #333;
  border-left-width: 2px;
  box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.3);
}

/* FEATURED LINKS */
.featured-links {
  background-color: #565252;
  color: #FFF;
  margin: 0 -15px;
  padding: 20px 20px 0 20px;
  border-style: solid;
  border-top-width: 0; 
  border-top-color: #565252;
  border-right-color: #333; 
  border-right-width: 2px;  
  border-bottom-color: #333;
  border-bottom-width: 1px;
  border-left-color: #333;
  border-left-width: 2px;
  box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.3);
}
.featured-links a.btn-default{
  text-transform:uppercase;
  margin: 20px 0 0 0;
  color:#500000;
  font-weight: bold;
  letter-spacing: 1.25px;
}
.featured-links a {
  color: #FFF;
}
.featured-links li{
  background-color: #565252;
  color: #FFF;
  margin: 30px 10px 10px 10px;
  padding: 10px 0 10px 20px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #DDD;
  border-right-color: #DDD;
  border-bottom-color: #DDD;
  border-left-color: #DDD;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image-source: none;
  border-image-slice: 0 0 0 100%;
  border-image-width: 0 0 0 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}
.featured-links li:first-child{
  border-left-width: 0;
  border-image-slice: 0 0 0 0;
  border-image-width: 0 0 0 0;
}

/* BREADCRUMBS */
.breadcrumb {
  background-color: #F3F3F3;
}

/* MAIN CONTENT */
.container-main {
  background-color: #FFF;
  padding-top: 19px;
  border-color: #565252;
  border-width: 0 2px;
  border-style: solid;
  -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.3);
  box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.3);
}
.page-header {
  margin-top: 20px;	
  text-transform: uppercase;
}
.page-header > small{
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #500000;
}
.sub-nav .panel-heading {
  background-color: #F3F3F3;
}
.sub-nav .panel {
  background-color: #F9F9F9;
}

/* CONTENT FOOTER */
.content-footer {
	min-height: 90px;
	margin: 15px -15px 0 -15px;
	padding: 15px;
	color: #FFF;
	font-size: 90%;
	background-color: #999999;
	border-top-color: #565252;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #565252;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.content-footer a {
  color: #FFF;
}
.content-footer .bordered-left {
  border-left: 1px solid #BABABA;
}
.content-footer .bordered-right {
  border-right: 1px solid #BABABA;
}

/* PAGE FOOTER */
.footer {
  font-size: 90%;
  color: #500000;
  min-height: 200px;
  margin: 0;
  padding: 20px 0;
}
.footer a {
  color: #500000;
}
.footer ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}
.footer ul li {
	display: inline;
}
.footer ul li:before {
	content: "|";
	margin: 0 4px 0 2px;
}
.footer ul li:first-child:before {
	content: none;
}
.TAM-logo {
	margin: 3px 0 15px 0;
}

#left-page-tab a:hover{background:#fff;border:1px solid #fff;}

#fifty-years {
  margin-bottom: 15px;
  font-size: large;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
#fifty-years a {
  color: #fff;
}
/* end 50 Years */

/* responsive classes for embedding iframes, etc.*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}


@media (max-width: 767px) {
  .featured-links li {
	width: auto;
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
  
	
	margin: 0;
	padding: 15px 0 0 0;
	border-left-width: 0;
	border-image-slice: 0 0 0 0;
	border-image-width: 0 0 0 0;
  }
}

@media(min-width:768px){
  .vertical-align-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
  }
}

