/* Profile cards */
.profileCard {
	border-radius: 2px;
    padding: 4px;
    width: auto;
	margin-bottom: 10px;
	margin-top: 8px;
	postion: relative;
	background-color: #e0d7d7;
	height: auto;
	
}
.profileCircle {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  margin-right: 12px;
}
.profileText {
	margin: 10px 0 0 15px;
	height: 65
}



/******************************
 Instructor Insights
******************************/

/* Speech Bubble Insight */
.insight-section ul li{
  list-style: none;
  margin-top:10px;
  position: relative;
}
.insight-section ul{
  padding: 0px;
}
.left-insight img,.right-insight img {
  width:70px;
  height:70px;
  float:left;
  margin:0px 5px;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
}
.right-insight img{
  float:right;
}
.left-insight,.right-insight{
  overflow: hidden;
}
.left-insight p,.right-insight p{
  background-color:rgb(200,230,201);
  padding: 10px;
  color: black;
  border-radius: 5px; 
  float:left;
  width:60%;
  margin-bottom:20px;
  margin-left: 0px;
  
}
.right-insight p{
  float:right;
  background-color: #99c2ff;
  color: black;
  margin-right: 2px;
}
.left-insight:before{
  content: " ";
  position:absolute;
  top:0px;
  left: 65px;
  bottom:150px;
  border:15px solid transparent;
  border-top-color: rgb(200,230,201); 
}
.right-insight:before{
  content: " ";
  position:absolute;
  top:0px;
  right:67px;
  bottom:150px;
  border:15px solid transparent;
  border-top-color: #99c2ff; 
}

/* Panel Instructor Insight - Uses bootstrap panel classes */
.panel-insight-speaker { /* Did not use img because someone may want another image with different styling */
	display: block;
	max-width: 130px;
	max-height: 130px;
	width: auto;
	height: auto;
	margin-right: 16px;
	float: left;
	box-shadow: 4px 4px 2px grey;
}
.panel-insight-title {
	margin: 0 0 0 0;
}



/******************************
 Callouts
******************************/
.callout-title {
	margin: 0 0 0 0;
}
.callout-icon {
	width: 30px; height: 30px;
	float: left;
	margin-right: 8px;
}




/******************************
 General Styles
******************************/
h4 {
    color: rgb(0,0,128);
    margin-bottom: 0;
}



/******************************
 Buttons
******************************/

/* Ribbon button for module menu */
 .ribbonbutton > div.link-div  > span.link-div-head > a.itemlink{
    display:block;
    position:relative;
    width:230px;
    height:56px;
    padding-top:3px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    text-decoration:none;
    cursor:pointer;
    transition: all 0.1s ease;
	z-index: 0;
}
.rbtn > div.link-div  > span.link-div-head > a.itemlink > span.link-text{
	display: block;
    width:75%;
    height:50px;
    margin:0 auto;
    border-radius:5px;
    background-color:#0082CA;
    line-height:50px;
    text-align:center;
    font-family: sans-serif;
    font-size:1.2em;
    font-weight:400;
    text-transform:uppercase;
    color:white;
    text-shadow: 0px 2px rgba(0, 0, 0, 0.4);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.1s ease;
}
.rbtn > div.link-div  > span.link-div-head > a.itemlink > span.link-text::before, .rbtn > div.link-div  > span.link-div-head > a.itemlink > span.link-text::after {
    content:"";
    display:block;
    position:absolute;
    width:25%;
    height:0;
    top:10px;
    border-top: 18px solid #006195;
    border-bottom: 18px solid #006195;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
    z-index:-1;
    transition: all 0.2s ease;
}
.rbtn > div.link-div  > span.link-div-head > a.itemlink > span.link-text::before {
    left:0px;
    border-left:12px solid rgba(255, 255, 255, 0);
}
.rbtn > div.link-div  > span.link-div-head > a.itemlink > span.link-text::after {
    right:0px;
    border-right:12px solid rgba(255, 255, 255, 0);
}

/*Hover*/
 .ribbonbutton > div.link-div  > span.link-div-head > a.itemlink:hover {
    padding-top:0;
}
.ribbonbutton > div.link-div  > span.link-div-head > a.itemlink:hover span  {
    height:56px;
    width:77%;
    line-height:56px;
    font-size:1.4em;
    top:0px;
}
.ribbonbutton > div.link-div  > span.link-div-head > a.itemlink:hover span::before  {
    left:5%;
}
.ribbonbutton > div.link-div  > span.link-div-head > a.itemlink:hover span::after  {
    right:5%;
}
.iconGone > div.link-div > span.fa-item-text  {
	display:none !important;
}
.statusGone > div.statusCol  {
	display:none !important;
}

/**********************************
 Color Buttons 
 *********************************/
.blue-button-link > div.link-div  > span.link-div-head > a.itemlink {
	padding: 10px 15px;
	background: #4479BA;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}.blue-button-link > div.link-div  > span.link-div-head > a.itemlink:hover {
	background: #356094;
	border: solid 1px #2A4E77;
	text-decoration: none;
}.blue-button-link > div.link-div  > span.link-div-head > a.itemlink:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #2E5481;
	border: solid 1px #203E5F;
}

.red-button-link > div.link-div  > span.link-div-head > a.itemlink {
	padding: 10px 15px;
	background: #c21919;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #8c1111;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}.red-button-link > div.link-div  > span.link-div-head > a.itemlink:hover {
	background: #ab1b1b;
	border: solid 1px #8c1111;
	text-decoration: none;
}.red-button-link > div.link-div  > span.link-div-head > a.itemlink:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #8c1111;
	border: solid 1px #8c1111;
}

.green-button-link > div.link-div  > span.link-div-head > a.itemlink {
	padding: 10px 15px;
	background: #1ca612;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #158c0d;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}.green-button-link > div.link-div  > span.link-div-head > a.itemlink:hover {
	background: #158c0d;
	border: solid 1px #107309;
	text-decoration: none;
}.green-button-link > div.link-div  > span.link-div-head > a.itemlink:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #107309;
	border: solid 1px #107309;
}

/******************************
 Icon Buttons - arrows in box ----> iconGone statusGone button2 next2 buttonfixer buttonDescr buttonfixermenu releaseDate
******************************/
.icon-button  >  div.link-div  > span.link-div-head > a.itemlink  {        
    display: inline-block;
    white-space: nowrap;
    background-color: #e8e8e8;
    background-image: linear-gradient(top, #eee, #e8e8e8);
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.0em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: .2em;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	margin-top: -15px;
}.icon-button > div.link-div  > span.link-div-head > a.itemlink::before   {
    background: #CED8F6;
    background: rgba(0,0,0,.1);
    float: left;        
    width: 1.3em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .1em;
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    border-radius: .15em 0 0 .15em;   
}.icon-button  > div.link-div  > span.link-div-head > a.itemlink:hover     {
    background-color: #F2F2F2;        
    background-image: linear-gradient(top, #fafafa, #F2F2F2);    
}.icon-button  >  div.link-div  > span.link-div-head > a.itemlink:active   {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}.icon-button  > div.link-div  > span.link-div-head > a.itemlink:focus     {
    outline: 0;
    background: #fafafa;
}
/* Icon Options for icon-button 
   Reference: https://www.toptal.com/designers/htmlarrows/symbols/  */
.icon-button-arrow1 > div.link-div  > span.link-div-head > a.itemlink::before    {
    content: "\279C";
}.icon-button-arrow2 > div.link-div  > span.link-div-head > a.itemlink::before    {
    content: "\27A4";
}.icon-button-arrow3 > div.link-div  > span.link-div-head > a.itemlink::before    {
    content: "\27A2";
}.icon-button-star > div.link-div  > span.link-div-head > a.itemlink::before    {
    content: "\2605";
}.icon-button-cross > div.link-div  > span.link-div-head > a.itemlink::before    {
    content: "\271D";
}






/******************************
 Headers
******************************/
.image-stripe {
 width: auto;
 position: relative;
 background: rgba(96, 96, 96, 0.9) ;
 color: #fff;
 text-align: left;
 padding: 0.5em 1em;
 margin-left: 0px;
 margin-top: 25px;
 margin-bottom: 25px;
 margin-right: 0px;
 font-size: 20px;
 font-weight: bold;
} 

.image-stripe-backgroundimg {
	background-image: url("../img/PAM_Humanities.jpg");
	background-size:     cover; 
	background-repeat:   no-repeat;
	background-position: center center; 
}

.image-stripe-bigtext {
 font-size: 16px;
 font-weight: bold;
}
.image-stripe-text {
	font-size: 14px;
	margin-left: 30px;
}
.non-semantic-protector { 
position: relative; z-index: 1; 
padding-top: .01em;
padding-bottom: .01em;
}

/******************************
 Custom Checklist
******************************/
 .checklistDiv {
	 margin:1px 0px 0px 8px;
	 padding: 10px 15px 10px 15px;
	 list-style: none;
	 background-color: transparent;
	 display: inline-block;
	 vertical-align: top;
	 border-radius: 2px;
	 transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
 .checklistTitle {
	 font-size: 130% !important;
}
.checklistTitle::before {
	 content: "\2611";
	 margin-right: 8px;
}

hr.gradienthome { 
	border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}