body { font-size: .9rem; background-color:#20689b69;}
h1 { font-size: 1.4rem; } /**/
h2 { font-size: 1rem; } /**/
h3 { font-size: .9rem; }

.nav-dark { color:white !important; }
.nav-dark:hover { color:#d1e5e8 !important; }
.section { 
	background-color:white; 
	border-radius: 10px;
	padding:10px;
}

 /* .btn-pathway { width:100% !important; }to do remove the width for .pathway button */

 
.filter-toggle { 
	color: #337ab7; 
	font-size: 1.05rem;
}

.footer { background-color:white; padding:20px; margin-top:10px;}
.transcript { margin-top: 8px;}

.accordion>.card>.card-header { 
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8)); 
}

/* index */
.printlogo {display:none;}
.headertop { 
	padding-bottom: 12px; 
	padding-top:12px; 
}

.hometile .btn-outline {
	color: #fff;
	background-color: #495057;
	opacity: 0.7;
	border-color: #fff;
}

.hometilebox {
	padding-top:50px;
	overflow:auto;
	width:1100px; 
	text-align:center; 
	margin:auto;
}
 
.hometile a.btn { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	float:left; 
	margin:30px; 
	font-size:18px; 
	font-weight:bold; 
	text-align:center;
	width:300px;
	height:200px; 	
	padding-top:20px;
}

.coverphoto {
/*	background-image:url(https://courses.sbunified.org/images/background.jpg); */
	margin: auto;
}

/* courses */

.card-body { border: 1px solid gray; }

.container-courses .btn { font-size: .9rem; }

.depttile .btn-outline {
	color: #337ab7;
	background-color: transparent;
	border-color: #337ab7;
}

.depttile .btn {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/* float:left; This is messing with the background div */
	margin:6px; 
	background-color:white;
	font-size:18px; 
	font-weight:bold; 
	text-align:left;
	width:100%;		
	padding-top:20px; 
	white-space:normal;
}

.depttile .btn.focus, .tile .btn:focus, .tile .btn:hover {
    color: #fff;
	background-color:#69c;
	border-color: #ccc;
}

p.badge { margin-bottom: 5px; font-size: 90%;}
.badge { display: block; padding:5px; }
.badge-ib { background-image: linear-gradient(to bottom, #339 0, #339 100%); border-color: #b8b8b8; color: white; }
.badge-ag { background-color: lightgray; color:black; }
.gdlabel { background-color: #708090; color: white; }
.badge-cte { background-color: #B2BEB5; color: black; }
.cplabel { background-color: #337ab7; font-size:90%;}
.delabel { background-color: #17a2b8; font-size:90%;}
.key {font-size:12pt; font-weight:400;}
.accordion>.card { margin:bottom: 5px; }
.nav-pills .nav-link.active { background-color: #337ab7; }
a, .btn-link { color: #337ab7; }

/* pathways */
.container-pathway { margin-left: 0; }
.container-pathway h2 { color: #666; font-size: 1.4rem; margin:18px; }
.container-pathway h3 { font-size: 1.1rem; margin-top: 8px;}



/* .pathway { width:1600px; font-size: .8rem; } */
.pathway .col-xs-2 { width: 195px; }
.pathway .badge { margin-left: 3px; }
.row.pathway { border-bottom: 1px solid #666; padding: 12px; } 
.back { font-size: 18px; font-weight:500; }
.container-pathway .accordion>.card>.card-header { padding: 0; }


@media only screen 
and (max-width : 402px) {
   .pathway .btn { width: 300px; font-size: .75rem; }
   .pathway-heading { float:left;}
   .pathway-info { float:left; }
   .pathway h6 { padding-top:6px;}
}
@media only screen 
and (min-width : 403px) {
	.pathway .btn { width: 200px; font-size: .75rem}
	.pathway-info { float:left; padding-top:20px; }
	.pathway-heading { float:left; }
}

.pathway .btn-light { background-color: #e9ecef; }
.pathway .btn-primary {
    border-color: #245580;
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
}
.pathway .btn-success {
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
	border-color: #3e8f3e;
}
.pathway .btn-warning {
	background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
	border-color: #e38d13;
	color: white;
}

.pathway .btn-info {
	background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
	border-color: #28a4c9;
}

.pathway-tile {
/*	height:310px; */
	float:left; 
	border: 2px solid #337ab7; 
/*	width:184px; */
	padding:8px;
	margin:6px;
}

.tilecte {
	height:430px;
	float:left; 
	border: 2px solid #337ab7; 
	width:375px;
	padding:8px;
	margin:6px;
	
}

.tilecte a.btn {
	float:left; 
	margin:8px 0 0 0; 
	text-align:center;
	width:350px;
	white-space:normal;
}

/* programs */
.container-program h2 { margin-top: 12px; }

/* spinner */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #ccc;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




