﻿.site-slogan {padding-top:6px}

.navbar-default .navbar-nav > li > a {
	padding: 12px;	border: 1px solid #f1f1f1;
}




.navbar-default .navbar-nav > li > a:hover {
	color: #666666;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
	box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);

}


.header-small .logo img {
	max-height: 100px;
	margin: 2px 0 -4px 0;
}

.pb20 {
	padding-bottom:20px
}


.pb6 {
	padding-bottom:6px
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.25;
    color: #317eac;
}

.pt30 {
	padding-top:30px
}

.pt20 {
	padding-top:20px
}

.pt10 {
	padding-top:10px
}


.pt0 {
	padding-top:0
}

.bbg {
	border-bottom:1px gray solid
}

.pt60 {
	padding-top:60px
}

.pt100 {
	padding-top:100px
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.alert-info2 {
	background:#337AB7;color:white
}

.alert-info2 h3{
	color:white
}

.alert {

	padding-left: 20px;}

.lead2 {
	font-size:150%;margin-bottom:0
}

.mb30 {
	margin-bottom:50px
}

.mb-30 {
	margin-bottom:30px
}

.corona {
	display:none
}

.marb6 p{
	margin-bottom:8px
}

.mb6 {
	margin-bottom:6px
}
.overlay {
	background-color: rgba(241, 241, 241, 0.45);
}

a.overlay {
	background-color: rgba(255, 255, 255, 0.65);
}


.maroon {
	color:maroon;font-weight:bold
}

.maroon2 {
	color:maroon;font-size:1.2em
}


.heavy {
	font-weight:bold
}

.animatedz {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;


}


.cblack {
	color:black
}

.cwhite {
	color:white
}

.homeul {
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;margin-left:0px;padding-left:10px;margin-bottom:0;
}


.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 0}

#panel.panel-body{
	padding:15px 0 0
}

.port1 {
	font-weight:bold;font-size:150%;padding-top:50px
}
.port2 {
	font-weight:bold;font-size:140%;padding-top:50px;line-height:1.25
}


.port3 {
	font-weight:bold;font-size:120%;text-align:center
}



@media (min-width: 992px) {

.tcen {
	text-align:center
}


.wid60{
	width:60%
}


}
							
	.courses {
	font-size:140%;font-weight:bold;
}

.courses a{
	text-decoration:underline
}

.div-roles div {
    display: none;
}


.static-loader {
    height: 2px;
    background: red;
    transition: all 1.2s ease 0s;
    width: 0%;
}



#opencourses .image-box {
	padding:10px;border:1px gainsboro solid;text-align:center
}

#opencourses .image-box p{
	font-weight:bold;margin-bottom:6px;
}

.azure {
	background-color:azure
}

.scrollToTop {
    bottom: 250px;
}


.coursediv {
	border:2px solid brown;padding:6px;margin-top:20px
}





.coursediv .btn {
	width:210px;
}

.blg {
	border-left:thin gainsboro solid;
}

.h240 {
	height:240px
}


.mt0 {
	margin-top:0
}

.bordg {
	border:thin gainsboro solid;
}


.bordb {
	border:3px cornflowerblue solid;
}

.bordr {
	border:3px red solid;
}


.bordmaroon {
	border:1px maroon solid;
}

.bordmaroon4 {
	border:4px maroon solid;
}



@media (max-width: 767px) {
  .blg {
    border-left:none;  !important;
  }

.h240 {
	height:auto;  !important;

}
}

@media (min-width: 768px) and (max-width: 991px) {
  .blg {
   border-left:none; !important;
  }
  
 .h240 {
	height:auto;  !important;
}

}



.subscribebox {border:thin black solid;padding:10px;background-color:white;
	
}  
 .subscribebox p {
	margin-bottom:3px
}   
 

.hr2 {
	
    margin-top: 10px;
    margin-bottom: 10px;
}



.bs {
	font-weight:bold;text-shadow:1px 1px #000
}


#opencourses .btn {
	text-transform:capitalize;
    min-width: 150px;
}



  
.h240  p {
    margin-bottom: 10px;
}
 
.shadow2 {
  -webkit-box-shadow: 3px 3px 5px 0px #333;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 0px #333;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 0px #333;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding-top:0;margin-bottom:10px
}



 

.shadow1 {
  -webkit-box-shadow: 3px 3px 5px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 0px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  padding-top:0;margin-bottom:10px
}



.shadow {
	

-webkit-box-shadow: 6px 6px 8px #888;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow:    6px 6px 8px 0px #888;  /* Firefox 3.5 - 3.6 */

box-shadow: 6px 6px 8px #888888}


h1 .shadow4 a, a:focusx, .btn:focus, .btn:active {
-webkit-box-shadow: 6px 6px 8px #888;    
-moz-box-shadow:    6px 6px 8px 0px #888;  

box-shadow: 6px 6px 8px #888888}





.overlay-links {
	margin-left: -25px;}




input[type=radio]{
   appearance: none;
   border: 1px solid #d3d3d3;
   width: 30px;
   height: 30px;
   content: none;
   outline: none;
   margin: 0;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

input[type=radio]:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  border: none;
}

input[type=radio]:checked::before{
  position: absolute;
  color: green !important;
  content: "\00A0\2713\00A0" !important;
  border: 1px solid #d3d3d3;
  font-weight: bolder;
  font-size: 21px;
}

/* RIBBON */




.corner-ribbon{
  width: 350px;
  background: #e43;
  position: absolute;
  top: 50px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 50px;
  right: -100px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);z-index:1999
}


.pie1 {color:white;font-weight:bold
	
}

.blue a:hover {
	color:white;text-decoration:underline
}


@media (max-width: 996px) {

.fixed-header-on .header.fixed {
    position:static;
   


}
}


.dropdown-menu {
	border:2px darkgray solid
}


