/* Author: Shalin Banjara, Sophie Roginsky and Paolo Faieta.
    Description: Custom style class for  British Colombia Social Studies Grade 6 - Global Issues and Governance website.
	Created Date: August 26, 2016
*/

/* Section: Custom Font and Icons Classes 
	Description: AdLib Fonts and Icons.
*/

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"),
       local("MaterialIcons-Regular"),
       url("../fonts/MaterialIcons-Regular.woff2") format('woff2'),
       url("../fonts/MaterialIcons-Regular.woff") format('woff'),
       url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-right: 10px;
  color: rgba(0,0,0,0.65);

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.bcss-icon-small{
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

/* ---------- End of  Custom Font and Icons Classes ------------------*/

/* Section: Helper Classes
    Rule: Please start all helper classes with the prefix "bcss_hlp_"
*/


/* ---------- End of Helper Classes ------------------*/

/* Section: Custom Style Classes
    Rule: Please start all helper classes with the prefix "bcss_sty_"
*/


/* ---------- End of Custom Style Classes ------------------*/

footer{
	text-align: center;
	color: #850D07;
	position: relative;
	width: 100%;
	background-color: #FDF1DA;
	padding: 20px 0 20px 0;
}

footer a{
	font-weight: bold;
	color: #850D07;
	text-decoration: underline;
}
/***
/*************************** R **************************/
.card-background{
  background-color: #FFF;
}

.mdl-card-custom{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  min-height: 220px;
}

.bcss-card-top{
  margin:10px;
}

.bcss-card-bottom{
  padding-top:15px; 
  padding-bottom:10px; 
  background-color: rgb(209,209,209);
  text-align: center;
  min-width: 235px;
  margin-top: 13px;
  font-size: 20px;
 
}

.bcss-img-custom{
  width: 100%;
  min-height:220px;
}

.bcss-text-custom{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.bcss-card-bottom-margin{
  margin-top: auto;
  text-align: center;
}

.typography-registration{
  margin:0px;
  line-height: 30px; 
}

.bcss-keywords-container{
	max-width: 1280px;
	background-color: #fff;
	color: #000;
	height: auto;
	padding: 10px 10px;
}

.bcss-keywords-container h1{
	margin: 0 0 10px 0;
}

.bcss-keywords-container h2{
	margin: 0 0 10px 0;
}

/************************ R **************************/
/*************************** J **************************/

.bcssjz-card-signin{
	min-width:350px;
	}
bcssjz-textfield{
	padding-top: 0px;
	padding-bottom:0px;
	}

.bcssjz-card-signin h3 {
	font-family:"Verdana", sans-serif;
	font-weight:bold;
	}
.bcssjz-card-signin .mdl-card__title {
	background:rgb(63,95,151);
	color:rgb(255,255,255);
    height: auto;
	}
  .bcssjz-button{ 
	  width:75%;
  	}
  .bcssjz-cardcontent{
	  text-align:center;
	  margin-left:auto;
	  margin-right:auto;
	  min-width:320px;
	}
  	.bcssjz-error-msg{
		background: red;
		color:white;
		font-weight:bold;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:10px;
		padding-right:10px;
		border-radius: 8px;
		margin-top:10px;
		margin-bottom:3px;
		text-align:center;
	  	margin-left:auto;
	  	margin-right:auto;
		width:35%;
		min-width:320px;
		}

    a {
    text-decoration: underline;
}

/*************************** J **************************/
/************************* D ***************************/
.registerMessage{
	background-color: #610703;
    color: #fff;
	max-width: 1280px;
	width:100%;
	min-height: 60px;
  line-height: 60px;
  padding-left:60px;
  margin-bottom:15px;
	height: auto; 
	font-size: 16px;   
}

.card1{  
  min-width: 250px;
  width: 35%;
  margin: auto;
  margin-top: 25px; 
  margin-bottom: 25px; 

}

.bcss-card-title-custom-login{
	height: auto;
	width: 100%;
	background-color: #850D07;
}

.bcss-card-title-custom-text{
  margin: 0px;
  color: #FFF;
  padding-left: 10px; 
}


.mdl-button-custom{
  width: 90%;   
  margin: auto;
}

.button-to-bottom{
  margin-top:20px;
  margin-left: auto;
  margin-right: auto;
}

.main_content{  
  min-height: 100%;
}

.mdl-card__supporting-text2{
  color: rgba(0,0,0);
  font-size: 1rem;
  line-height: 18px;
  overflow: hidden;
  padding: 10px 20px;
  min-height:36px; 
}


.breadcrumb{
	background-color: #F2F2F2;
	max-width: 1280px;
	width:100%;
	height: 30px;
}

.breadcrumb  ul  li{
	list-style: none;
	display: inline-block;
	color: #000;
	list-style-position: inside;
	padding: 0;
	vertical-align: top;
    font-family: Arial;
}

.breadcrumb ul {
	padding-left: 10px;
	padding-top: 2px;
	margin: 3px 0 0 0;
}

.home-breadcrumb {
    color: #850D07;
    text-decoration: none;
}

.home-breadcrumb:hover {
    text-decoration: underline;
}

.active{
	font-weight: bold;
}

.icon-align{
	max-width: 30px;
	float: left;
}

.mdl-layout__drawer .mdl-navigation > ul{
	padding-left: 0;
}

.bcss-icon-small{
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.bcss-icon-go-deep{
	height: 45px;
	width: 45px;
}

/*
::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}*/

.cust_h2{
	margin: 0;
}

.bcss-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.bcss-mobile-title {
  display: none !important;
}

.bcss-keywords-container{
	max-width: 1280px;
	background-color: #fff;
	color: #000;
	height: 100px;
	padding: 10px 10px;
}

.bcss-card-main{
	margin: auto;
	width: 100%;
	min-width: 33.33%;
	height: auto;
}

.bcss-card-wide{
	width: 100%;
	min-width: 33.33%;
	min-height: 200px;
	margin: 10px auto;
}

.bcss-logo-image{
	width: auto;
	height: 100%;
	max-height: 64px;
}

.bcss-tab-bar-custom-bg{
	background-color: #C5CAE9;
	width: 100%;
}

.bcss-card-title-custom-bg{
	background-color: #3F5F97;
	color: #fff;
	font-weight: 400;
}

.bcss-img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

.bcss-header {
  overflow: visible;
  background-color: #fff;
}

nav > ul > li {
	display: block;
	position: relative;
	list-style: none;
}


header nav > ul > li{

	float: left;
}

nav > ul > li > .hactive{
	border-bottom: 4px solid #3F5F97 !important;
	font-weight:bold;
}

nav .vactive{
	border-left: 4px solid #3F5F97;
	font-weight: 800;
}

#nav_modules .mdl-navigation__link {
	display: inline-block;
	max-width: 70%;
	padding-left: 15px;
}

#nav_modules .mdl-button {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 9px;
}

.mdl-menu a {
	text-decoration:none;
	color:#000000;
}

#nav_grade_selection li {
 	margin-left: 15px;
}

#nav_grade_selection li>*{
	display:inline-block;
	line-height: 1.25em;
	vertical-align:middle;
}

#nav_grade_selection li .mdl-button {
	float:right;
	margin-right: 9px;
}

.bcss-drawer .bcss-drawer-separator {
		margin: 0 8px 0 8px;
}

.bcss-goDeeper-card-inner{
	-webkit-flex-direction: row;
	flex-direction: row;
	direction: ltr;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
}

.bcss-goDeeper-cell-1{
	width: 10%;
	min-height: 150px;
	height: 100%;
}

.bcss-goDeeper-cell-1 img{
	width: 45px;
	height: 45px;
	float: right;
	margin: 10px 10px 0 0;
}

.bcss-goDeeper-cell-2{
	width: 90%;
	min-height: 150px;
	height: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}


.bcss-goDeeper-cell-2 h5{
	margin: 10px 0 10px 0;
}

.responsive_list {
	-webkit-columns: 2 300px;
	-moz-columns: 2 300px;
	columns: 2 300px;
	-moz-column-fill: auto;
	column-fill: auto;
	-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
			 column-gap: 2em;
	list-style: none;
	text-align: left;
	margin:auto;
	padding-left: 10px;
	margin-left:auto;
	margin-right:auto;
}
.responsive_listitems:before {
	content: '\2022';
	display: block;
	float: left;
	width: 5%;
}

  .bcss-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
  }



  .bcss-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .bcss-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    justify-content: flex-end;
    width: 800px;
  }


  .bcss-navigation .mdl-navigation__link {
	display: inline-block;
    height: 60px;
    line-height: 68px;
	border-bottom: 4px solid #ffffff;
	border-color: rgba(0,0,0,0);
    background-color: transparent !important;
  }

    .bcss-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #aa0b05;
    }
	
	.bcss-navigation .mdl-navigation__link:active {
      border-bottom: 4px solid #aa0b05;
    }

.bcss-card__menu {
  position: absolute;
  right: 10px;
  top: 8px;}


.bcss-drawer {
  border-right: none;
}

  .bcss-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .bcss-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
  }

  .bcss-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #3F5F97;
  }

  .bcss-drawer .mdl-layout-title {
    position: relative;
    background: #3F5F97;
    height: auto;
	width: 100%;
  }
  
  .bcss-program-logo{
	  width: 90%;
	  height: auto;
	  margin: 10px 10px;
  }

.bcss-image-link {
  text-decoration: none;
}

.bcss-link {
  text-decoration: none;
  color: #8bc34a !important;
}

  .bcss-link:hover {
    color: #7cb342 !important;
  }

  .bcss-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.bcss-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .bcss-alt-link:hover {
    color: #00bfa5 !important;
  }

  .bcss-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.bcss-customized-section {
  text-align: center;
}

.bcss-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

  .bcss-customized-section-text p {
    padding-top: 16px;
  }

.bcss-customized-section-image {
  background: url('images/devices.jpg') center top no-repeat;
  background-size: cover;
  height: 400px;
}



  .bcss-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .bcss-card-container .mdl-card__media img {
      width: 100%;
    }

  .bcss-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .bcss-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .bcss-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
  }

  .bcss-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .bcss-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }

.bcss-link-menu:hover {
  cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 600px) {
  .bcss-navigation-container {
    display: none;
  }

  .mdl-layout-title{

  }
  
  .bcss-title {
    display: none !important;
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .bcss.bcss-search-box.is-focused ~ .bcss-mobile-title,
  .bcss-search-box.is-focused + .bcss-navigation-container + .bcss-mobile-title {
    opacity: 0;
  }

  .bcss-more-button {
    display: none;
  }

  .bcss-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .bcss-be-together-section {
    height: 350px;
  }


  .bcss-fab {
    display: none;
  }

  .bcss-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .bcss-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}

