/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@font-face {
    font-family: 'rr_beaverregular';
    src: url('../font/beaver-webfont.eot');
    src: url('../font/beaver-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/beaver-webfont.woff2') format('woff2'),
         url('../font/beaver-webfont.woff') format('woff'),
         url('../font/beaver-webfont.ttf') format('truetype'),
         url('../font/beaver-webfont.svg#rr_beaverregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'atvicebold';
    src: url('../font/atvice-webfont.eot');
    src: url('../font/atvice-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/atvice-webfont.woff2') format('woff2'),
         url('../font/atvice-webfont.woff') format('woff'),
         url('../font/atvice-webfont.ttf') format('truetype'),
         url('../font/atvice-webfont.svg#atvicebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.testfont{
	font-family: 'Oswald', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:30px;
}

.testfont a:hover{
	color:#fff;
}
	

nav ul a,
nav .brand-logo {
  color: #444;
}

/* Alter nav styling */

.nav-blades{
	height:0px;
}

@media only screen and (min-width: 601px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 40px;
    line-height: 40px;
  }
  .navbar-fixed {
    height: 40px;
  }
}

nav {
  height: 40px;
  line-height: 40px;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  height: 40px;
  line-height: 40px;
}

/* Ends alter nav styling */


p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 340px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.parallax-short {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.parallax-banner {
  min-height: 100px;
  height: 100px !important;
  position: relative;
  overflow: hidden;
}

.parallax-very-short {
  min-height: 50px;
}

.parallax-mustbe-short{
	height:100px !important;
	position: relative;
    overflow: hidden;
}

.banner-logo-left {
	position:absolute; 
	height:250px; 
	left:20px;
	bottom:0px;
	z-index:0;
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.75));
	filter: url(#drop-shadow);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.dropmenu-invis {
	margin:0px; 
	display:none;
}

.z-depth-1-inner {
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.16), inset 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half-inner {
  box-shadow: inset 0 5px 11px 0 rgba(0, 0, 0, 0.18), inset 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2-inner {
  box-shadow: inset 0 8px 17px 0 rgba(0, 0, 0, 0.2), inset 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3-inner-t {
  box-shadow: inset 0 12px 15px 0 rgba(0, 0, 0, 0.24),  inset 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}


.z-depth-3-inner {
  box-shadow: inset 0 12px 15px 0 rgba(0, 0, 0, 0.24),  inset 0 17px 50px 0 rgba(0, 0, 0, 0.19), inset 0 -12px 15px 0 rgba(0, 0, 0, 0.24),  inset 0 -17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4-inner {
  box-shadow: inset 0 16px 28px 0 rgba(0, 0, 0, 0.22), inset 0 25px 55px 0 rgba(0, 0, 0, 0.21), box-shadow: inset 0 -16px 28px 0 rgba(0, 0, 0, 0.22), inset 0 -25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5-inner {
  box-shadow: inset 0 27px 24px 0 rgba(0, 0, 0, 0.2), inset 0 40px 77px 0 rgba(0, 0, 0, 0.22), inset 0 -27px 24px 0 rgba(0, 0, 0, 0.2), inset 0 -40px 77px 0 rgba(0, 0, 0, 0.22);
}


.no-margin {
	margin: 0 !important;
}

@media only screen and (min-width: 600px) {
  nav a.button-collapse {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .hide-below-800 {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  nav img{
    width: 40%;
  }
}

#slider div.navBulletsWrapper div 
{
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
	max-height:80%;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
	max-height:20%;
}

.newsimage{
	margin:20px !important;
}

.text-justify{
	text-align: justify;
}

.right-paisley {
	height: 380px;
	margin:0;
	float:right;
	opacity:.15;
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.75));
	filter: url(#drop-shadow);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.right-paisley-bound{
	float:right;
	overflow:hidden;
	padding: 0;
	margin: 0px -12px -378px;
	height:376px;
	z-index:-98;
}

.right-paisley-bound-slider{
	float:right;
	overflow:hidden;
	padding: 0;
	margin: 130px -12px -378px;
	height:376px;
	z-index:-98;
}

.right-paisley-teal {
	height: 240px;
	margin:0;
	float:right;
	opacity:.15;
}

.right-paisley-bound-teal{
	float:right;
	overflow:hidden;
	padding: 0;
	margin: 0 -12px -236px;
	height:236px;
	z-index:-98;
}


.right-paisley-parallax {
	height: 342px;
	margin:0;
	float:right;
	opacity:.15;
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.75));
	filter: url(#drop-shadow);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.banner-title{
	margin:0px; 
	white-space: nowrap;
	text-align: center;
}

.oswald-text{
	font-family: 'Oswald', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.chart-legend{
	border-style: solid;
	border-width: 1px;
	line-height: 30px;
	width:50%;
	margin: 0 auto;
}

.legend-block{
	display: inline-block;
    *display: inline;/* for IE7*/
    *zoom:1;/* for IE7*/
	width:10px;
	min-width:15px;
	height:15px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	line-height: normal;
	margin: 0 5px 0 25px;
}

.valign-helper{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.gIcon{
	width:40px;
	margin-right: 25px;
	vertical-align: middle;
}

.rtl-obfus{
	unicode-bidi:bidi-override;   
	direction:rtl;
}

.modal-content img{
	max-width:100%; 
	max-height:100%;
}

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


/* Override colors */
/*.tabs .tab{
	border-left: 5px solid #009688;
}

.tabs .tab:last-of-type {
	border-right: 5px solid #009688;
}*/

.tabs{
	background-color:#FFF;
	background-color:#FF8200;
}

.tabs .tab{
	border-bottom: 5px solid #FF8200;
	
}


.tabs .tab a {
  color: #FFF;
}

.tabs .tab a:hover {
  color: #E65933;
}

.tabs .tab.disabled a {
  color: #00746F;
  cursor: default;
}

/*.tabs .indicator {
  background-color: #009688;
  height: 5px;
}*/

.tabs .indicator {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 5px solid #FF8200;
  border-left: 5px solid #FF8200;
  border-right: 5px solid #FF8200;
  border-bottom: 5px solid #FFF;
  background-color: rgba(255, 255, 255, .25);
  height: 100%;
  will-change: left, right;
}

.tabs .active{
  color: #FFF;
}

/* end Override colors */

.tab-bordered{
  border-bottom: 5px solid #FF8200;
  background-color: #FFF;
}

.indent-list li{
	text-indent:20px;
	line-height: 2rem;
}

.indent-list li:before{
	text-indent:20px;
	content: "\2014\00a0\00a0";
}

.courseimage{
	width:200px !important;
	height:200px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.coursecard{
	min-height:250px !important;
}

.courseimage-small{
	width:200px !important;
	height:200px !important;
	padding-top: 10px !important;
	margin: 0 auto !important;
}

.course-desc{
	line-height:22px;
	font-size: 14px;
}

.caption-text-shadow{
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5), 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.contactTable td{
	padding: 2px;
	vertical-align:top;
}

.myhr {
	height:2px;
	width:100%;
	margin:5px;
}
.slider .indicators .indicator-item  {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
	
.orangelinks a{
	color: #ffab40;
}

.bread-wrapper{
	width:100%; 
	z-index:99;  
	position:relative; 
	height:20px;
}

.breadlinks li a{
	color:#FFF;
}

.breadlinks li{
	display: inline;
}

.navlinks li a, i{
	color:#fff;
}

.card .card-content .card-title {
  line-height: 36px;
}

.card .card-content  p{
  line-height: 24px;
  font-weight: 300;
}

.card .card-reveal  p{
  line-height: 24px;
  font-weight: 300;
}

p a {
	font-weight: bold;
}

.circled-list li{
	text-indent: -1em;
    padding-left: 1em;
}

.circled-list li:before{
	content: "•"; 
    padding-right: 8px;
    color: #ff8200; 
}

.quicknews-header {
	line-height: 18px; 
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}

.quicknews {
	line-height: 15px; 
	font-size: 13px;
}

.quicknews li{
	text-indent: -1em;
    padding-left: 1em;
	margin: 5px 0;
}

.quicknews li:before{
	content: "•"; 
    padding-right: 8px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	background-color: #ecf0f1;
  }

main {
    flex: 1 0 auto;
}

.mainfiller{
	min-height:100%; 
	height: 100%;
	background-color: #ecf0f1;
}

#syllabus .collection-item:before{
	content: "\2013";
	padding-right: 8px;
}

#syllabus .with-header{
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#syllabus .collection-header{
	padding-top:0px;
	padding-bottom:0px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif !important;
}

#syllabus .collection-item{
	border-top-width:0px;
	border-bottom-width:0px;
	padding-top:5px;
	padding-bottom:5px;
}

#syllabus .doubleIndent{
	padding-left:50px;
	padding-top:0px;
	padding-bottom:0px;
}



#syllabus .tripleIndent{
	padding-left:70px;
	padding-top:0px;
	padding-bottom:0px;
}
	
span.reverse{
	unicode-bidi: bidi-override;
	direction: rtl;
}
.footnote{
	font-size:80%;
}
/*
*******************************************************************************
* Calendar Styles
*******************************************************************************
*/
#courseCal .collection-header{
	font-weight: bold;
	font-family: 'Oswald', sans-serif !important;
}

#courseCal .collection{
	margin-bottom: 0;
	margin-top: 0;
	z-depth: 2;
}

#courseCal .row{
	margin-bottom: 5px;
}

#courseCal .flex{
	display: flex;
	flex-wrap: wrap;
}

#courseCal td{
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
}

#courseCal .col{
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 7.5px;
}

#courseCal th{
	font-family: 'Oswald', sans-serif !important;
	text-align: center;
}

#courseCal .calHead{
	font-family: 'Oswald', sans-serif !important;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-color: rgb(214, 214, 214);
	border-bottom-style: solid;
}
	

#courseCal .notes{
	/*min-height: 45px;*/
	vertical-align: middle;
	position: relative;
	background-color: #58595B;
	padding-top: 8px;
	padding-bottom: 8px;
}

#courseCal .notes i{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

#courseCal .duedate{
	background-color: rgba(255, 130, 0, 0.2) !important;
	margin-top: auto;
	color: rgba(0,0,0,0.87) !important;
}

#courseCal .holiday li{
	background-color: #ecf0f1;
	border-bottom-width: 0px;
}




#courseCal .collection.with-header .collection-header,
#courseCal  .collection.with-header .collection-item{
	/*border-bottom-color: rgb(224, 224, 224);*/
	border-bottom-width: 0px;
}

#courseCal .lecture hr.partialHrule{
	border-top-width: 1px;
	border-top-color: rgb(224, 224, 224);
	border-top-style: solid;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
	margin: 0px;
}

#courseCal .holiday hr.partialHrule{
	border-top-width: 0px;
	border-top-color: rgb(224, 224, 224);
	border-top-style: solid;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
	margin: 0px;
}

#courseCal .lecture ul{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	height: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

#courseCal .lecture ul > :last-child {
    margin-top: auto;
}

#courseCal .bottom-align ul {
    height: 100%;
	margin-top: auto;
}

#courseCal .bottom-align ul > :first-child {
    margin-top: auto;
}

#courseCal .holiday ul{
	color: rgb(204, 204, 204);
}

#courseCal .bottom-content{
	padding: 0px;
}

/* #courseCal ul li:last-child{
	height:100%;
} */

#materials li{
	padding-left: 10px;
	padding-right: 10px;
}
#materials li div.collapsible-body{
	padding: 10px;
}

#materials .listed:before{
	content: "\2013";
	padding-right: 8px;
}

#experiments li{
	padding-left: 10px;
	padding-right: 10px;
}
#experiments li div.collapsible-body{
	padding: 10px;
}

#projects li{
	padding-left: 10px;
	padding-right: 10px;
}
#projects li div.collapsible-body{
	padding: 10px;
}

.gradescale td{
	padding: 5px 5px !important;
}

.doubleIndent{
	padding-left:50px !important;
	padding-top:0px;
	padding-bottom:0px;
}

.tripleIndent{
	padding-left:70px !important;
	padding-top:0px;
	padding-bottom:0px;
}
