﻿/*<meta />*/
 @import url('Topics.css');
 
 #content-section
{
	max-width: 95%;
	padding-top: 0px;
	background-color: #fff;
	margin-top: 30px;
}
 
 /* Heading and stripe styles */
 
 .banner-container H1 {
 	background-color: transparent;
	color: #FFFFFF;
	font-weight: 800;
    margin-top: 20px;
	margin-bottom: 20px;
    padding: 15px;
    font-size: 2.5em;
    line-height: 110%;
 }
 
 .banner-container H1:after {
	display: block;
	content: ' ';
	margin-left: 46%;
	margin-right: 46%;
	margin-top: 10px;
	border-top: 3px solid #FFFFFF;
}

 /* Start of Test HomePage */
 
 .banner-containertest H2 {
 	background-color: transparent;
	color: #000000;
	font-weight: 400;
    margin-top: 20px;
	margin-bottom: 20px;
    padding: 15px;
    font-size: 2.5em;
    line-height: 110%;
 }
 
 .banner-containertest H2:after {
	display: block;
	content: ' ';
	margin-left: 60%;
	margin-right: 60%;
	margin-top: 10px;
	border-top: 3px solid #FFFFFF;
}

	.height-container-sidenav {
	    padding-bottom: 0px;
		background-color: #143257;
	}

 /* End of Test HomePage */

.section {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.section > .centereighty {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
}

.section > .centersixty {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
}

#KBTiles {
 	display: flex; 
	flex-flow: row wrap;
	align-items: center;
  	justify-content: space-between;
}

#KBTiles > div {
     display: flex; 
	 flex-direction: column;
	 align-items: center;
	 width: 350px;
	 height: 324px;
     margin-bottom: 10px;
     margin-top: 10px;
	 border-width: 1px;
	 border-style: solid;
	 border-radius: 5px;
	 border-color: #E3E4E4;
	 padding: 10px;
}

#KBTiles > div img {
 	/*height: 100%;*/
}

.bodyContainerHome {
	background-color: #143257;
}

.buttonhome, .saffronbutton, .orchidbutton, .topazsp1button {
	text-align: center;
    width: 150px;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	font-weight: bold;
	line-height:95%;
	height:auto;
	padding:8px;
	margin-right:10px;
	display: inline-block;
}

.buttonhome {
	background-color: #3EBDAD;
		border-color: #3EBDAD;
}

.saffronbutton {
	background-color: #EC478C;
		border-color: #EC478C;
}

.orchidbutton {
	background-color: #16325a;
		border-color: #16325a;
}

.topazsp1button {
	background-color: #6c54a3;
		border-color: #6c54a3;
}
	
/*#KBTiles > div:hover {
	background-color: #3EBDAD;
}*/

/* Start of HomePage */

	#KBTilesTestHome {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	    align-items: center;
	    background-color: #143257;
	    padding: 10px;
	}
	
	#KBTilesTestHome > div {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    width: 300px;
	    height: 324px;
	    margin-bottom: 10px;
	    margin-top: 10px;
	    border-radius: 5px;
	    background-color: #fff;
	    box-shadow: 3px 3px 5px #808285;
	    padding: 10px;
	}
	
	#KBTilesTestHome > div img {
	 	height: 100%;
        margin-right: 24px;
        margin-top: -10px;
	}
	
		#KBTilesTestHome > .buttonhomeTest {
	  text-align: center;
	  width: 150px;
	  border: none; /* added this line to remove border */
	  border-radius: 10px;
	  font-weight: bold;
	  line-height: 95%;
	  height: auto;
	  padding: 12px;
	  margin-right: 10px;
	  display: block;
	  background-color: #fff;
	  box-shadow: 3px 3px 5px #8D8D8D;
	  font-weight: normal;
	  color: black;
	}
	
	KBTilesTestHome > .buttonhomeTest:hover {
	  border: 2px solid #8D8D8D;
	  box-shadow: 2px 2px 2px 2px #8D8D8D;
	  background-color: #8D8D8D;
	  color: #fff;
	}
	
	
/* Home KB Tiles Test Tiles end */
/* Public KB Tiles Test Begin */

	#KBTilesTest {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	    align-items: center;
	    background-color: #143257;
	    padding: 10px;
	}
	
	#KBTilesTest > div {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    width: 35px;
	    height: 320px;
	    margin-bottom: 10px;
	    margin-top: 10px;
	    border-radius: 5px;
	    background-color: #fff;
	    box-shadow: 3px 3px 5px #808285;
	    padding: 10px;
	}
	
	#KBTilesTest > div img {
	 	height: 100%;
	}
	
	.buttonhomeTest {
	  text-align: center;
	  width: 250px;
	  border: none; /* added this line to remove border */
	  /* border-radius: 10px; */
	  font-weight: bold;
	  line-height: 95%;
	  height: auto;
	  padding: 12px;
	 /* margin-right: 10px; */
	  display: block;
	  background-color: #fff;
	  box-shadow: 2px 2px 5px #8D8D8D;
	  font-weight: normal;
	  color: #ffeedf;
	}
	
	.buttonhomeTest:hover {
	 /* border: 2px solid #8D8D8D;
	  box-shadow: 2px 2px 2px 2px #8D8D8D;
	  background-color: #8D8D8D; 
	  color: #fff; */
	  scale: 99%;
	}
	
	a:hover,
	a.externalSite:hover,
	a:active,
	a.externalSite:active
	{
		text-decoration: none;
	}
		
	#KBTilesTest .menuitemstest {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}
	
	#KBTilesTest .menuitemstest p {
	  height: 45px;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	}

/*#KBTiles > div:hover {
	background-color: #3EBDAD;
}*/

/* End of Test HomePage */

#videolibrary {
	background-color: #E3E4E4;
	padding-bottom: 40px;
	display: flex; 
	flex-direction: column;
	align-items: center;
    justify-content: center;
}

	
	#videolibrary h2 {
	font-size: 2.5em;
	}
			
#KBTiles > div p {
	margin: 5px;
}


#KBTiles > div p a,
#KBTiles > div p a:hover,
#videolibrary > div p a,
#videolibrary > div p,
#videolibrary > div p a:hover,
#blog > div p a,
#blog > div p a:hover,
#bpLearning > div p a,
#bpLearning > div p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

#KBTiles .menuitems {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#KBTiles .menuitems p{
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#blog, #bpLearning {
	background-color: #FFFFFF;
	padding-bottom: 15px;
	display: flex; 
	flex-direction: row;
	/*align-items: center;*/
    justify-content: center;
}

#blog {
text-align:left;
}	

#bpLearning {
text-align:right;
}

#blog > div {
	padding-right: 25px;
}
#blog h2, #bpLearning h2 {
font-size:2.5em;
}

#blog h2::after, #bpLearning h2::after  {
    display: block;
    content: ' ';
    margin-top: 10px;
    border-top: 3px solid #3EBDAD;
}

#blog h2::after {
margin-right:80%;
}


#bpLearning h2::after {
margin-left:80%;
}

#blog p, #bpLearning p {
font-size:18px;
}


#bpLearning > div {
	padding-left: 25px;
}

#blog > div:nth-child(2),
#bpLearning > div:nth-child(1)
 {
	width: 60%;
}

#blog > div:nth-child(1) img {
 	height: 385px;
}

#bpLearning > div:nth-child(2) img {
	height: 381px;
}

#bpLearning > div:nth-child(1) img {
	height: 50px;
}

.horizonalButtons {
	display:flex;
	flex-direction:row;
	
}

#bpLearning .buttonhome {

}

/* GENERAL STYLES */

a.LandingPageLink
{
	font-family: 'Open Sans';
	color: #404040;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

a.BlackText
{
	color: #000000;
	text-decoration: none;
}

/* Foundation style overrides */

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/* Responsive Header Styles*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

@media only screen and (max-width: 1279px)
{
	div.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}

/* Small Layout */

@media mobile
{
	.search-filter
	{
		display: none;
	}

	p.tile-title
	{
		font-size: 1.2em;
	}
	
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {

.tab-bar .menu-icon span 
{
	display: none;
}

}

@media only screen and (max-width: 1279px) {

.tab-bar .menu-icon span 
{
	display: none;
}

}