/*
This CSS applies to the front matter post_note element
This element is output at the top of pages where additional, special, information is required.
*/
.post_note
{
	font-size: 0.8em;
	color: 	#F0E68C;
	background-color: #4C4C4C;
	width: 100%;
	line-height: 2.2;
	text-align: center;
	border-radius: 25px;
	padding: 10px; 
}

.post_note_scn
{
	font-size: 0.8em;
	color: 	#868A08;
	background-color: #FACC2E;
	width: 100%;
	line-height: 2.2;
	text-align: center;
	border-radius: 25px;
	padding: 10px; 
}

.post_note_li
{
	font-size: 0.8em;
	color: 	#FEFEFE;
	background-color: darkblue;
	width: 100%;
	line-height: 2.2;
	text-align: center;
	border-radius: 25px;
	padding: 10px; 
}

.post_note_roc
{
  font-size: 0.8em;
  color:  #2B1B17;
  background-color: #f4a460;
  width: 100%;
  line-height: 2.2;
  text-align: center;
  border-radius: 25px;
  padding: 10px; 
}

.post_note_zalaris
{
  font-size: 0.8em;
  color:  #2B1B17;
  background-color: #98AFC7;
  width: 100%;
  line-height: 2.2;
  text-align: center;
  border-radius: 25px;
  padding: 10px; 
}

.post_note_yorkjj
{
  font-size: 0.8em;
  color:  #FFFFFF;
  background-color: #F08989;
  width: 100%;
  line-height: 2.2;
  text-align: center;
  border-radius: 25px;
  padding: 10px; 
}

.post_note_elearnind
{
  font-size: 0.8em;
  color: #282828;
  background-color: #EEDD00;
  width: 100%;
  line-height: 2.2;
  text-align: center;
  border-radius: 25px;
  padding: 10px; 
}

figcaption
{
	font-size: 0.8em;
	color: 	#696969;
}

.plain tbody tr:nth-child(odd) td,
.plain tbody tr:nth-child(odd) th
{
	background-color: transparent;
}

.align-left
{
	float: left;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.align-right
{
	float: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
}


/*
Column & Row used for paper style columns on a page
*/
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}



.relrect
{
    border-top: 3px solid #333;
    /*border-bottom: 3px solid #333;*/
    padding-top: 15px;
    margin:0 auto;
}

.rel
{
    width: 200px;
    height: 400px;
    display: inline-block;
    padding: 5px;
    opacity: 1;
    vertical-align: top;
}

.rel hover
{
     opacity: 0.9;    
}



body 
{
	background-color: #e0e0e0;
}

h1, h2, h3, h4, h5, h6 
{
  color: #0099ff;
}

.page-title, .post-title, .post-title a {
color: #0099ff;
}



/*
CSS for card elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.post_card_image {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  float: left; 
  padding-right: 15px
}

.post_cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post_cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 50rem) {
  .post_cards_item {
    width: 100%;
  }
}

@media (min-width: 66rem) {
  .post_cards_item {
    width: 100%;
  }
}

.post_card {
  background-color: white;
  border-radius: 0.3rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.post_card_more {
  background-color: white;
  border-radius: 0.3rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.post_card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #B5CACD 40%, #E3E5E5 90%);
}

.post_card_content_more {
  padding: 1rem;
  background: linear-gradient(to bottom left, #2C7E8A 40%, #424242 90%);
}

.post_card_title {
  color: #515151;
  font-size: 1.5rem;
  font-weight: 520;
  margin: 0px;
}

.post_card_date {
  color: #515151;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0px;
}

.post_card_text {
  color: #515151;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}


.btn {
  color: rgba(31, 31, 31, 0.7);
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 600;
  display: block;
  width: 90%;
  max-width: 800px;
  cursor: pointer;
  border: 1px solid rgba(25, 25, 25, 0.2);
  background: transparent;
  margin: auto;
  text-align: center;
}

.btn:hover {
	color: rgba(0, 153, 255, 0.9);
	background-color: rgba(0, 150, 255, 0.05);
	text-decoration: none;
}


.main_card {
	flex-wrap: wrap;
	list-style: none;
	padding: 0.4rem;
	background: linear-gradient(to bottom left, #B5CACD 40%, #E3E5E5 90%);
	border-radius: 0.3rem;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	padding-left: 0.5rem;    
}

.sub_card {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #919191;
	border-radius: 0.3rem;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;    
}

@media (min-width: 50rem) {
  .sub_card {
    width: 49%;
  }
}

@media (min-width: 66rem) {
  .sub_card {
    width: 32%;
  }
}


.sub_card_image {
  height: auto;
  max-width: 50%;
  max-height: 50%;
  vertical-align: top;
  float: left; 
  padding-right: 15px
}


.sub_card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #2C7E8A 40%, #424242 90%);
  cursor: pointer;
  text-decoration: none;
  height: 100%;
}

.sub_card_content:hover {
	background: linear-gradient(to bottom right, #2C7E8A 40%, #424242 90%);
	text-decoration: none;
}

.main_card_content {
  padding: 0.3rem;
}

.sub_card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
}

.sub_cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.sub_card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}


/* Search Widget */

#ddg input {
	display:block;
	height:28px;
	padding:4px;
	outline:none;
	border:1px solid #8d8d8d;
	border-right:0;
	box-sizing:border-box;
	border-radius:3px 0 0 3px;
	width:calc(100% - 50px);
	font-size: 0.8em;
	background-color: #515151;
	color: #C1C1C1;
} 

#ddg button {
	float:left;
	cursor:pointer;
	width:30px;
	height:28px;
	color:#fff;
	background-image:linear-gradient(#cacaca,#929292);
	border:0;
	border-radius:0 3px 3px 0;
  font-size: 0.8em;
} 

#ddg button:active {
	background-image:linear-gradient(#909090,#585858);
}

#ddg button:focus {
	outline:none;
}


.projectimage
{
  float: right;
  height: auto;
  width: 150px;
  padding-left: 0.75em;
}

.bmc-button img
{
  width: 35px !important;
  margin-bottom: 1px !important;
  box-shadow: none !important;
  border: none !important;
  vertical-align: middle !important;
}

.bmc-button
{
  padding: 7px 5px 7px 10px !important;
  line-height: 35px !important;
  height:51px !important;
  min-width:217px !important;
  text-decoration: none !important;
  display:inline-flex !important;
  color:#000000 !important;
  background-color:#FFFFFF !important;
  border-radius: 5px !important;
  border: 1px solid transparent !important;
  padding: 7px 5px 7px 10px !important;
  font-size: 28px !important;
  letter-spacing:0.6px !important;
  box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
  margin: 0 auto !important;
  font-family:'Cookie', cursive !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -o-transition: 0.3s all linear !important;
  -webkit-transition: 0.3s all linear !important;
  -moz-transition: 0.3s all linear !important;
  -ms-transition: 0.3s all linear !important;
  transition: 0.3s all linear !important;
}

.bmc-button:hover, .bmc-button:active, .bmc-button:focus 
{
  -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
  text-decoration: none !important;
  box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
  opacity: 0.85 !important;
  color:#000000 !important;
}

.bmc-button-sb img
{
  width: 35px !important;
  margin-bottom: 1px !important;
  box-shadow: none !important;
  border: none !important;
  vertical-align: middle !important;
}

.bmc-button-sb
{
  padding: 7px 5px 7px 10px !important;
  line-height: 35px !important;
  height:51px !important;
  min-width:217px !important;
  text-decoration: none !important;
  display:inline-flex !important;
  color:#ffffff !important;
  padding: 7px 5px 7px 10px !important;
  font-size: 28px !important;
  letter-spacing:0.6px !important;
  margin: 0 auto !important;
  font-family: 'Cookie', cursive !important;
  border: none !important;
  box-shadow: none !important;
}

.bmc-button-sb:hover, .bmc-button-sb:active, .bmc-button-sb:focus 
{
  text-decoration: none !important;
  opacity: 0.85 !important;
  color:#0099ff !important;
}

.downloadBoxWrapper
{
  text-align: center;
  width: 100%;
}

.downloadBox
{
  display: inline-block;
  height: auto;
  max-width: 90%;
  min-width: 50%;
  vertical-align: middle;
  border: solid 1px #AAAAAA;
  text-align: center;
  border-radius: 7px;
  padding: 0.5em;
  text-decoration: none !important;
}

.downloadBox:hover
{
  text-decoration: none !important;
  background-color:#FEFEFE;
}

ul, ol, dl
{
    margin-bottom: 1rem;
}

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl
{
  margin-bottom: 0;
}