@charset "UTF-8";
/* CSS Document */

.main-head {
  grid-area: header;
}
.content {
  grid-area: content;
	background: #e4e4e4 url(//www.canton.edu/media/wwwcantonedu/images/bg15.jpg) repeat-x 0 -7px;
}
.main-nav {
  grid-area: nav;
}
.side {
  grid-area: sidebar;
}
.ad {
  grid-area: ad;
}
.main-footer {
  grid-area: footer;
}
.hero {
  width:100%;
  float: left;
  text-align:center;
}
#textblock{
  background: #686868  url(//www.canton.edu/media/wwwcantonedu/images/bg15-gray.jpg) repeat-x 0 -7px;
}
h1{
  font-size: 5em;
}
  
h2{
  font-size: 2em;
}
.wrapper {
  margin: 0 auto;
  overflow:hidden;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 20px;
  grid-template-areas:
    "header"
    "nav"
    "content"
    "sidebar"
    "ad"
    "footer";
}
.wrapper > * {
  grid-column: col-start / span 12;
}

.item1 {
  grid-column: col-start / span 3;
}
.item2 {
  grid-column: col-start 6 / span 4 ;
  grid-row: 1 / 3;
}
.item3 {
  grid-column: col-start 2 / span 2;
  grid-row: 2;
}
.item4 {
  grid-column: col-start 3 / -1;
  grid-row: 3;
}
.listing {
  list-style: none;
  margin: 2em;
  display: grid;
  gap: 20px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
}
.listing .wide {
  grid-column-end: span 2;
}

.listing li {
  border: 2px solid #ceb077;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background: #004b8d;


}
.listing .cta {
  margin-top: auto;
  border: 1px solid #ceb077;
  padding: 10px;
  font-weight: 600;
  font-size: 1.1em;
  text-align: center;
  border-radius: 6px;
}
.listing .body {
  padding: 0 20px;

}

.nav-collapse li {
  border-bottom:none;
}

@media (min-width: 700px) {
  .main-nav {
    grid-column: col-start / span 2;
    grid-row: 2 / 4;
  }
  .content {
    grid-column: col-start 3 / span 8;
    grid-row: 2 / 4;
  }
  .side {
    grid-column: col-start 11 / span 2;
    grid-row: 2;
  }
  .ad {
    grid-column: col-start 11 / span 2;
    grid-row: 3;
  }
  .main-footer {
    grid-column: col-start / span 12;
  }
  nav ul {
    flex-direction: column;
  }
}

@media (min-width: 500px) {
  .side {
    grid-column: col-start / span 3;
    grid-row: 3;
  }
  .ad {
    grid-column: col-start / span 3;
    grid-row: 4;
  }
  .content, .main-footer {
    grid-column: col-start 4 / span 9;
  }
  nav ul {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 450px) {
  .listing {
    margin: 0;
    padding-inline-start: 0;
  }
  
  h1 {
	font-size: 3em;
  }

}

#main_left{
	display: none;
}
#main_right{
	display:none;
}

#extralinks{
	display:none;
}
#grid{
	width:100%;
	float: left;
	position: relative;
}

.grid-box-1col{
	width: 30%;
	height: 400px;
	float:left;
	position: relative;
	margin: 1.5%;
	background: #fff;
    border-radius: 10px;
}

.grid-box-2col{
	width: 63%;
	height: 400px;
	float: left;
	position: relative;
	margin: 1.5%;
	background: #fff;
    border-radius: 10px;
}
.grid-box-3col{
	width: 96%;
	height: 365px;
	float: left;
	position: relative;
	margin: 1.5%;
	background: #fff;
    border-radius: 10px;
}
.grid-box-2col-special{
	width: 63%;
	height: 400px;
	float: left;
	position: relative;
	margin: 1.5%;
	background: #fff;
    border-radius: 10px;
}
.grid-box-3col-special{
	width: 96%;
	height: 100%;
	float: left;
	position: relative;
	margin: 1.5%;
	background: #fff;
    border-radius: 10px;
}

.grid-box-3col-comm{
	width: 96%;
	height: 100%;
	float: left;
	position: relative;
	margin: 1.5%;
	background: #fff;
    border-radius: 10px;
}

#grid h1{
    font-size: 3.2em;
	opacity: 0.9;
	color: #004b8d;
	padding-left: 3%;
}
#grid .grid-box-2col-special h1{
	background:#cfab7a;
	color: #004b8d;
}

#grid h1.blue{
  background:#163150;
  color:#FFF;
}
#grid h1.gold{
  background:#cfab7a;
  color:#163150;
}

#grid h2{
	font-size: 1.5em;
}

#grid .grid-box-2col h2, .grid-box-2col-special h2, .grid-box-3col-special h2{
	font-size: 1.2em;
	width: 90%;
	padding: 2%;
}

#grid .grid-box-3col-special h2{
	font-size: 1.5em;
  	padding: 2% 0;
}

#grid h2.blue{
    color:#FFF;
    border-radius: 10px 10px 0 0;
    margin: 0;
    font-size: 2.5em;
    font-weight: 400;
    font-family: "Benchnine", "Futura Condensed Medium", "Arial Black", sans-serif;
    text-transform: uppercase;
    padding: 1% 0 1% 5%;
    background: #004b8d url(https://www.canton.edu/media/wwwcantonedu/test/blue-grid-bg.webp);
}

#grid .grid-box-2col-special h2.interest{
    color: #004b8d;
    border-radius: 10px 10px 0 0;
    margin: 0;
    font-size: 2.5em;
    font-weight: 400;
    font-family: "Benchnine", "Futura Condensed Medium", "Arial Black", sans-serif;
    text-transform: uppercase;
    padding: 1% 0 1% 5%;
    background:#cfab7a;
}

.gold{
	border: #cfab7a solid 1px;
}
.gold p{
	line-height: 14px;
}

.grid-box-1col h2{
	margin: 0 20px 0 20px;
	
}
.grid-box-1col img{
	width: 100%;
	height: auto;
    border-radius: 10px 10px 0 0;
}
.grid-box-1col p{
	font-size: 0.8em;
	margin: 0 20px 0 20px;
}
.grid-box-3col p, .grid-box-2col p{
	margin-left: 2%;
  	padding:1%;
}
#grid .grid-box-3col-comm p, .grid-box-3col-comm h2{
	padding: 0 2%;
}
#grid a:link {
	color:#000;
	font-weight: 600;
	box-shadow: 0 2px 0 #00a160;
  	text-decoration: none;
}
#grid a:visited {
	color:#000;
	}
#grid a:hover {
	text-decoration: none;
	color: #00a160;
	}
#grid a:focus{
  	outline:auto;
}
#grid h2 a:link, #grid h3 a:link{
  box-shadow: none;
  color: #004b8d;
}

#grid .icon a:link, .icon-title a:link{
	color:#004b8d;
	box-shadow: none;
  	font-weight: 400;
}
#grid .icon a:visited, .icon-title a:visited{
	color:#004b8d;
}
#grid .icon a:hover, .icon-title a:hover{
	background:none;
}

#grid a:link img{
	display: block;
	}

#grid a:hover img{
	border-top: 10px solid #cfab7a;
	-webkit-transition: border-top .5s ease;
        -moz-transition: border-top .5s ease;
        -o-transition: border-top .5s ease;
        transition: border-top .5s ease;
}
#grid .button{
	width:40%;
	margin: 0 auto;
	border-radius:8px;
	border: 2px solid #cfab7a;
	margin-top: 10px;
	background:#004b8d;
	text-transform: none;
	text-align: center;
}
#grid .button a:link{
	display:block;
	padding:4px;
  	font-weight: 400;
	border-radius:10px;
	text-decoration:none;
	color: #FFF;
  	box-shadow: none;
	}
#grid .button a:link::after{
	content: "\0020 \2794";
	}
#grid .button a:visited{
	text-decoration:none;
	color: #FFF;
}
#grid .button a:hover{
	color: #cfab7a;
	background:#004b8d;
	-webkit-transition: color .5s ease;
        -moz-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease;
}

#grid ul a:link{
  box-shadow: 0 1px 0 #00a160;
  font-weight: 400;
}

#featured a:link{
  color: #FFFFFF;
  box-shadow: none;
  font-weight: 400;
}

#featured h2 a:link{
  color:#FFFFFF;
}
#featured h2 a:hover{
  color:#FFFFFF;
  text-decoration: underline;
}
#featured h2 a:visited{
  color:#FFFFFF;
  text-decoration: none;
}

#featured li.ui-tabs-nav-item a{
	box-shadow: none;
}

#app-box{
	width: 100%;
	height: auto;
	margin: 2%;
	margin-top: 0;
}
#app-box a:hover img{
	border-top: none;
}

.m-icon-link{
	position:relative;
	float:left;
	width: 100%;
	margin: 2%;
}
.m-icon{
	position:relative;
	float:left;
	width: 40px;
}
.m-icon-text{
	position:relative;
	float:left;
	width: 80%;
	margin-left: 2%;
	padding-top: 5%;
}

.block{
	width: 24%;
	height: auto;
	margin: 0.5%;
	position: relative;
	float: left;
	display: block;
}

.block h3{
	position:absolute;
	width: 100%;
	color:#FFF;
	font-family:"Benchnine", Arial, Helvetica, sans-serif;
	font-size:2.5em;
	text-transform:uppercase;
	font-weight:700;
	line-height: 40px;
	text-align:center;
	top: 25%;
	z-index:9999;
	text-shadow: 1px 1px 1px #000000;
	border: none;
	
}
.block .item{
	line-height: 30px;
	margin: 0;
	position: relative;
	z-index: 100;
	-webkit-filter: contrast(120%);
	-webkit-backface-visibility: hidden;
}
	
.block .info	{
	position:absolute;
	z-index:99;
	color:#FFFFFF;
	background: rgba(0, 0, 0, 0.5);
	width: 250px;
	height: 225px;
	top:0;
	display:none;
	 max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block .info p{
	width:90%;
	margin: 0 auto;
	font-family:"Benchnine", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	margin-top:40%;
	text-transform: uppercase;
	text-align: center;
	color:#FFF;
}


.block:hover .info{
	display:block;
	line-height: 1.75em;
 	opacity: 1;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
 	-o-transition: all 0.5s ease;
 	transition: all 0.5s ease;
	-webkit-box-shadow: inset 1px 0 0 8px #cfab7a;
	-moz-box-shadow: inset 1px 0 0 8px #cfab7a;
	-o-box-shadow: inset 1px 0 0 8px #cfab7a;
	box-shadow: inset 1px 0 0 8px #cfab7a;
}

#grid .block:hover img{
	border-top: none;
}

#grid .grid-box-3col-comm .icon-title{
	position:relative;
	float:left;
	width:100%;
	height:50px;
	text-align:center;
	padding-top:6px;
	font-size:0.9em;
}

.gridcolumn{
	position:relative;
	float:left;
	width:45%;
	padding: 2.5%;
}
.gridcolumn h2{
	padding-top: 3%;
}

.icon a:hover img{
	border-top: none;
}

.block:hover h3{
	display: none;	
}

#programs-block a:link{
  color:#004b8d;
  text-decoration: none;
  border:none;
  font-weight: 500;
  box-shadow: none;
}

#programs-block a:visited{
  color:#004b8d;
  text-decoration: none;
  border:none;
}

#programs-block a:hover{
  	text-decoration: underline;
	opacity:0.7;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
}

#programs-block img:hover{
  	transform: scale (1.5);
  	border:none;
}

#special{
	width: 100%;
	height:auto;
	position: relative;
	float: left;
	padding: 2%;
}
#special .button{
	position: relative;
	float: left;
	width:27%;
	margin: 1%;
	border-radius:8px;
	border: 2px solid #cfab7a;
	margin-top: 10px;
	background:#004b8d;
	font-family: 'Benchnine', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-transform: none;
	text-align: center;
	padding-left: 10px;
	content: "\1405 \0020";
}
#special .button a:link{
	display:block;
	padding:4px;
	border-radius:10px;
	text-decoration:none;
	color: #FFF;
	}
#special .button a:link::after{
	content: "\0020 \2794";
	}
#special .button a:visited{
	text-decoration:none;
	color: #FFF;
}
#special .button a:hover{
	color: #cfab7a;
	background:#004b8d;
	-webkit-transition: color .5s ease;
        -moz-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease;
}

@media screen and (max-width: 600px) {
.gridcolumn{
	width:100%;
}
}

/* Engineer's Week */
	#overlay{
		background: url(/media/engineers-banner23.jpg) no-repeat;
		width: 100%;
		padding: 6px 0 0 0;
		height: 310px;
	}
	#overlay .text{
		width: 30%;
		float: left;
		height: 310px;
	}
	#overlay h2{
		text-transform: uppercase;
		font-family: 'BenchNine', Arial, Verdana, "sans-serif";
		font-size: 30px;
		border-bottom: 1px solid #cfab7a;
		margin: 10px 0 10px 0;
	}
	#event{
		width: 60px;
		height: 300px;
		padding: 0 10px 0 10px;
		float: left;
	}
	#event .date{
		color: #FFF;
		margin: 0 auto;
		top: 20px;
		width: 100%;
		height: 60px;
		background: url(/media/date1.png) no-repeat 50% 5%;
        text-align: center;
	}
	#event .month{
		color: #FFF;
		font-size: 14px;
		background: none;
		padding-top: 4px;
	}
	#event .day{
		color: #FFF;
		font-size: 36px;
		background: none;
	}
	
/* Learning Formats */
	.learning{
      text-align:center;
      margin-top: 2%;
      height:430px;
    }
	.learning:after{
      content: "";
	  display: table;
	  clear: both;
	  margin-top: 1%;
    }
	#grid .learning h2{
      color:#004b8d;
      margin:0;
      font-size: 24px;
      width:100%;
      margin-bottom:2%;
}
	#grid .two-col{
      width:50%;
      height:auto;
      padding:0;
      margin:0;
      float:left;
      position:relative;
    }
	#grid .four-col{
      width:25%;
      height:auto;
      padding:0;
      margin:0;
      float:left;
      position:relative;
    }

/*Sticky table rows */
.sticky1{
position: -webkit-sticky; /* Safari */
  	position: sticky;
  	top: 0;
	background:#004b8d;
	color:#fff;
	opacity:0.9;
}
.sticky2{
    position: -webkit-sticky; /* Safari */
  	position: sticky;
  	top: 50px;
  	background:#004b8d;
	color:#fff;
	opacity:0.9;
}
.sticky3{
    position: -webkit-sticky; /* Safari */
  	position: sticky;
  	top: 212px;
  	background:#004b8d;
	color:#fff;
	opacity:0.9;
}

/* End */

	@media screen and (max-width: 768px) {
		#overlay{
			background: none;
		}
		#overlay .text{
			width: 60%;
		}
		
	}


