ibody {
  font-family: Raleway;
}

.bg-orange {
  background-color: orange;
}

.text-sm {
	font-size: 80%;
}

.text-lg {
	font-size: 120%;
}


.navbar-brand {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.navbar {
  -webkit-box-shadow: 0px 6px 29px -5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 6px 29px -5px rgba(0,0,0,0.5);
  box-shadow: 0px 6px 29px -5px rgba(0,0,0,0.5);
  overflow: visible !important;
}

.nav-link {
  padding: 0 1rem;
}
.navlinkstyle {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}




a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  content: none !important;
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
}
.social-media-bar{
  margin-top: 41px;
  height: 38px;
}
.sm-icon {
  display: inline;
}

.jumbotron{
  background: none;
  margin: none;
}

.schoolsec {
  /* background-image: url(../images/schoolsecbg.jpg); */
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.howschool {
  background-image: url(../images/howschool.jpg);
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 9px 10px 19px -5px rgba(0,0,0,0.25);
  -moz-box-shadow: 9px 10px 19px -5px rgba(0,0,0,0.25);
  box-shadow: 9px 10px 19px -5px rgba(0,0,0,0.25);
}
.howhomeschool {
  background-image: url(../images/howhomeschool.jpg);
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 9px 10px 19px -5px rgba(0,0,0,0.25);
  -moz-box-shadow: 9px 10px 19px -5px rgba(0,0,0,0.25);
  box-shadow: 9px 10px 19px -5px rgba(0,0,0,0.25);
}
.companyprofile {
  background-image: url(../images/bg-companyprofile.jpg);
  background-position: center;
  background-size: cover;
	background-attachment: fixed;
}
.depitem {
  height: 300px;
}
.dep-ss {
  background-color: #fff;
  margin: 1em;
  padding: 1em;
  border: none;
  -webkit-box-shadow: 4px 4px 29px -10px rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 4px 29px -10px rgba(0,0,0,0.1);
  box-shadow: 4px 4px 29px -10px rgba(0,0,0,0.1);
}
.dep-card {
  background-color: #fff;
  margin: 1em;
  padding: 1em;
  border: none;
  -webkit-box-shadow: 4px 4px 29px -10px rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 4px 29px -10px rgba(0,0,0,0.1);
  box-shadow: 4px 4px 29px -10px rgba(0,0,0,0.1);
}

.dep-icon {
  max-width: 140px;
}


.Department {
  background-color: #f1f1f1;
}

.dep-manager {

  border-radius: 20px;


}

.Events {
  background: rgba(26,30,34,1);
background: -moz-linear-gradient(top, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,30,34,1)), color-stop(100%, rgba(35,40,45,1)));
background: -webkit-linear-gradient(top, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
background: -o-linear-gradient(top, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
background: -ms-linear-gradient(top, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
background: linear-gradient(to bottom, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1e22', endColorstr='#23282d', GradientType=0 );
}
.event-thumbnail {
  -webkit-box-shadow: 1px 43px 42px -34px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 43px 42px -34px rgba(0,0,0,0.5);
  box-shadow: 1px 43px 42px -34px rgba(0,0,0,0.5);
}

.event-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.edcon-page {
	background-image: url(../images/events-and-program/educators-convention/edcon-bg-2018.jpg);
}

.download-sec{
  background-color: #eeee;
  border: 1px solid #ccc;
  margin-top: 1.5em;
}

.big-icon {
  font-size: 50px;

}

.over-hidden {
  overflow: hidden;
}


.slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.slick-dots li button:after {
  color: yellow;
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  color: #135b4a;
}

#return-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}
#arrowup {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background-color: #fff;
}

    img.lazy {
        display: block;
    }


footer{
    background: rgba(26,30,34,1);
background: -moz-linear-gradient(top, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,30,34,1)), color-stop(100%, rgba(35,40,45,1)));
background: -webkit-linear-gradient(top, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
background: -o-linear-gradient(top, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
background: -ms-linear-gradient(top, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
background: linear-gradient(to bottom, rgba(26,30,34,1) 0%, rgba(35,40,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1e22', endColorstr='#23282d', GradientType=0 );
}


.edcon-box {
	background-color: #361B5C;
	border-radius: 5px;
	text-align: center;
	padding:10px 5px;
	margin-top: 1.5em;
	min-height: 30px;
}
.edcon-yellow{
  color: #ffd450;
	font-weight: bold;
}


.try-nav {

	background-color: yellow;
	z-index: 100;
	transition: all 0.3s;
}

.aktibox {
	margin-left: -411px;
	transition: all 0.3s;
}

.bg-edcon {
  background-color: #361B5C;
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color:olive;
}



/* JSC */

.jsc-banner {
  
  height: 400px;

  background: orange;
}

.jsc-item {
  display: flex;
  align-items: center;
  align-self: center;
  text-align: center;
}
.jsc-qa{
  max-width: 600px;
  padding: 5em 1em;
}
.bg-grey{
  background: #e5e5e5;
}
.jsc-sched{
  display: flex;
  align-items: center;
  align-self: center;
  min-height: 300px;
  background: orange;
  margin: 0;
  padding:1em;
  font-family: Arial, Helvetica, sans-serif;
}
.jsc-sched h3{
  font-weight: bold;

}

.btn-calendar{
  font-weight: bold;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none !important;
background-color: #d26841 !important;
}
.btn-calendar:hover{
  color: #ff95b9;
}
@media (max-width: 450px) {
  .btn-calendar{
    font-size: 12px;
  }
}


.isc-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d1515+0,000000+25,000000+50,000000+80,0f0096+100 */
background: #6d1515; /* Old browsers */
background: -moz-linear-gradient(-45deg, #6d1515 0%, #000000 25%, #000000 50%, #000000 80%, #0f0096 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #6d1515 0%,#000000 25%,#000000 50%,#000000 80%,#0f0096 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #6d1515 0%,#000000 25%,#000000 50%,#000000 80%,#0f0096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d1515', endColorstr='#0f0096',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.papcon-light-bg {
	background: url(../images/events-and-program/papcon/light.jpg);
	background-size: cover;
	background-position: center;
}

.papcon-button{
	color:#fff;
	font-weight: bold;
	
	
}
.papcon-button:hover{
	color:#f4e580 !important;
	text-decoration: none;
}


.field-card{
	background: #fff !important;
}