  #main-content .page-content h1 {
    color:#003468;
    font-size: 1.85714em;
}

.st-side{
	z-index:100;
}

#mysmcc:hover{
	text-decoration: none;
}

#header-top{
	background-color: #4e8abe;
	background-image: url('/wp-content/themes/smcc/library/images/top-bar-midcoast.png');
}

#mobile-header,
#header-bottom{
	background-color: #003468;
}

#top-menu{
	margin-bottom: 0px;
}

#top-menu li{
	list-style-type: none;
}

#top-menu li:first-of-type{
	background-color: #94abbf;
}

#top-menu li a{
	background-color: transparent;
}

#top-menu li a:hover{
	background-color: transparent;
}

ul#midcoast-menu{
	border-radius: 0 0 0 0;
    opacity: 1;
    padding: 0;
    text-align: center;
}

ul#midcoast-menu li{
	margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
/*     width:24%; */
    padding:0px 20px;
}

ul#midcoast-menu li:first-child {
    padding-left:0px;
}

ul#midcoast-menu li:last-child {
    padding-right:0px;
}


ul#midcoast-menu li a{
	outline: none;
    text-decoration: none;
    line-height: 55px;
    font-weight: normal;
    height: 55px;
    vertical-align: baseline;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    display: block;
    color: #7c7c7c;
    text-decoration: none;
    background: transparent;
    font-family: "futura-pt";
    cursor: pointer;	
	font-size: 16px;
	position: relative;
}

ul#midcoast-menu li a::before {
    position: absolute;
    bottom: 0;
    left: 46%;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transition: border-color .5s linear;
}

ul#midcoast-menu li.current-menu-item a {
    color:#4e8abe;
}

ul#midcoast-menu li.current-menu-item a::before {
    border-bottom-color:#4e8abe;
}

ul#midcoast-menu li a:hover{
	color: #3d8a8e;
}

/*About Midcoast Campus Menu Item*/
ul#midcoast-menu #menu-item-11535.current-menu-item a,
ul#midcoast-menu #menu-item-11535 a:hover{
	color:#3d8a8e;
}

ul#midcoast-menu #menu-item-11535.current-menu-item a::before{
	border-bottom-color:#3d8a8e;
}

/* Academic Offerings Menu Item*/
ul#midcoast-menu #menu-item-11534.current-menu-item a,
ul#midcoast-menu #menu-item-11534 a:hover{
	color:#4e8abe;
}
ul#midcoast-menu #menu-item-11534.current-menu-item a::before{
	border-bottom-color: #4e8abe;
}

/*Residence Life Menu Item*/
ul#midcoast-menu #menu-item-11533.current-menu-item a,
ul#midcoast-menu #menu-item-11533 a:hover{
	color:#d98b38;
}
ul#midcoast-menu #menu-item-11533.current-menu-item a::before{
	border-bottom-color: #d98b38;
}

/*Support Services Menu Item*/
ul#midcoast-menu #menu-item-11532.current-menu-item a,
ul#midcoast-menu #menu-item-11532 a:hover{
	color:#003468;
}
ul#midcoast-menu #menu-item-11532.current-menu-item a::before{
	border-bottom-color: #003468;
}

#main-slides .cycle-slide > img{
	width:100%;
}

#main-slides .cycle-slide > img.mobile-slide-image,
#main-slides img.mobile-slide-image {
	display:none;
}

#main-slides{
	display: block;
/*     height: 565px;  */  
    position: relative;
/*     background-image: url('/wp-content/uploads/2017/08/mobile-banner-home-1.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-align: center;   
}

#midcoast-slideshow.video #main-slides {
    max-height:565px;
}

#main-slides #bg,
#main-slides.static,
#main-slides.cycle-slideshow
{
	width:100%;
}

#main-slides.static img {
    width:100%;
    height:auto;
}

#main-slides .slide-content-wrapper
{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:140px;
	position: absolute;
	background-color: rgba(255,255,255, 0.9);
	padding:30px 45px;
	background-image: url("/wp-content/themes/smcc/library/images/slide_content_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

#main-slides.static {
/*     height:350px; */
}

#main-slides.static .slide-content-wrapper {
    background-image:none;
    top:100px;
}

#main-slides .slide-content-wrapper:after{
	content: " ";
	display: table;
	clear:both;
}

#main-slides .slide-content-wrapper .slide-content{
	width: 60%;
	float: left;
	text-align: center;
	font-size: 17px;
	color:#666666;
}

#main-slides .slide-content-wrapper .slide-content h2{
	color:#003468;
	font-size: 32px;
	font-family: "futura-pt";
font-weight:700;	margin-top: 0px;
	text-transform: uppercase;
}

#main-slides .slide-content-wrapper .slide-content p{
	margin-bottom: -5px;
}

#main-slides .slide-content-wrapper .slide-content-links{
	width: 35%;
	float:right;
}

#main-slides .slide-content-wrapper .slide-content-links a{
	display: block;
	/*
	text-transform: uppercase;
	background-color:#767c59;
	color:white;
	border-bottom: 4px solid #949b6f;
	width:100%;
	text-align: center;
	font-family: "futura-pt";
font-weight:700;	font-size: 15px;
	line-height: 35px;
*/
}

#main-slides .slide-content-wrapper .slide-content-links a.second-link{
/*
	background-color: #386080;
	border-bottom-color: #5089b7;
*/
	margin-top: 20px;
}

#main-slides.static .wrap {
    position: absolute;
    bottom:0;
}

#main-slides .title-overlay-wrapper {
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
    max-width:1024px;
    margin:0px auto;
}

#main-slides .title-overlay {
    text-align: left;
}

#main-slides .title-overlay h1 {
font-family:'futura-pt-condensed';
    text-transform: uppercase;
    margin:0px;
    padding:0px;
    color:#fff;
    font-size:24px;
    background: #94abbf;
    padding:10px 20px;
    display:inline-block;
}

#main-wrap:after{
	display: table;
	content: " ";
	clear:both;
}

#two-box-wrapper{
	margin-top: 20px;
	margin-bottom: 15px;
}

#two-box-wrapper:after{
	content: " ";
	display: table;
	clear: both;
}

#two-box-wrapper >div{
	background-color: white;
	width:49%;
	float: left;
	margin-right: 1%;
	padding:45px 35px;
}

#two-box-wrapper >div > img{
	float: left;
	margin-right: 30px;
}

#two-box-wrapper #two-box-left h3{
	font-size: 50px;
	color:#568cbb;
	font-family: "futura-pt";
font-weight:700;	display: block;
	margin-top: 0px;
}

#two-box-wrapper #two-box-left h3 span{
	font-family: 'HandOfSean';
	color:#313237;
	font-size: 18px;
	display: block;
	margin:0;
	line-height: 18px;
}

#two-box-wrapper #two-box-right{
	margin-right: 0px;
	margin-left: 1%;
	float: right;	
}

#two-box-wrapper #two-box-right h3{
	color:#9fa374;
	position: relative;
}
#two-box-wrapper #two-box-right h3 span{
	display: block;
	font-family: "futura-pt";
font-weight:700;	padding-left:180px;
}
#two-box-wrapper #two-box-right h3 span:nth-of-type(1){
	position: absolute;
	padding-left:95px;
	font-size: 65px;
}
#two-box-wrapper #two-box-right h3 span:nth-of-type(2){
	margin-top: -10px;
	font-size: 34px;
	font-family: "futura-pt";
font-weight:700;}

#two-box-wrapper #two-box-right h3 span:nth-of-type(3){
	font-family:'futura-pt-condensed';
	font-size: 26px;
	color:#000000;
}

#three-box-wrapper{
	display: table;
	width:100%;
	margin-bottom: 40px;
}

#three-box-wrapper > div{
	display: table-cell;
	position: relative;
	overflow: hidden;
}

#three-box-wrapper div  img.box-image{
	border-bottom: 10px solid #d08732;
}

#three-box-wrapper > div .three-box-content-wrapper{
	max-width:200px;
	left:15px;
	position: absolute;
/* 	bottom: -140px; */
    top:calc(100% - 82px);
    transition: all .2s ease-out;
}

#three-box-wrapper > div:hover .three-box-content-wrapper{
	top:0;
	height: 100%;
}

#three-box-wrapper > div .three-box-content-wrapper h3{
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	font-family:'futura-pt-condensed';
}

#three-box-wrapper > div .three-box-content-wrapper h3 span{
	text-transform: none;
	display: block;
	font-size: 16px;
	font-family: "futura-pt";
}

#three-box-wrapper > div .three-box-content-wrapper .three-box-content{
	padding:0px 10px;
}

#three-box-wrapper > div .three-box-content-wrapper .three-box-content p{
	color:white;
	text-align: center;
}


#three-box-wrapper #three-box-left .three-box-content-wrapper {
	background-color: #d08732;
}

#three-box-wrapper #three-box-middle{
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

#three-box-wrapper #three-box-middle img.box-image{
	border-bottom-color: #568cbb;
}

#three-box-wrapper #three-box-middle .three-box-content-wrapper{
	background-color: #568cbb;
}

#three-box-wrapper #three-box-right img.box-image {
	border-bottom-color:#3d8a8e;
}

#three-box-wrapper #three-box-right .three-box-content-wrapper{
	background-color: #3d8a8e;
}

#bottom-content{
	background-color:#c7d4df;
	padding: 30px 0px;
}

.featured-image-wrap #banner-content{
	position: absolute;
	top:35%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.9);
	max-width:405px;
	padding:20px 25px;
	background-image: url("/wp-content/themes/smcc/library/images/slide_content_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index:100;
	text-align: center;
}
.featured-image-wrap #banner-content h1{
	color:#003468;
	font-size: 24px;
	font-family: "futura-pt";
font-weight:700;	text-transform: uppercase;
	margin-top: 10px;
}

.featured-image-wrap #banner-content a{
	display: inline-block;
	text-transform: uppercase;
	background-color:#767c59;
	color:white;
	border-bottom: 4px solid #949b6f;
	width:140px;
	text-align: center;
	font-family: "futura-pt";
font-weight:700;	font-size: 15px;
	line-height: 35px;
	margin: 0px 10px 10px 10px;
}

.featured-image-wrap #banner-content a:nth-of-type(2){
	background-color: #386080;
	border-bottom-color: #5089b7;
}


#main-content ul.two-columns{
	column-count:2;
	max-width: 	80%;
	margin:0 auto;
	list-style-type: none;
	list-style-image: none;
}

#main-content ul.two-columns li{
	list-style-type: none;
	font-size: 14px;
	color:#262626;
}

#main-content ul.two-columns li strong{
	font-size: 17px;
	color:#4e8abe;
	display: block;
}

#main-content .page-content{
	margin-top: 0px;
}

#main-content .page-content h1{
	padding: 10px 20px 10px 10px;
    color: #fff;
    background: #94abbf;
font-family:'futura-pt-condensed';
    font-size: 2.14286em;
    text-transform: uppercase;
    margin-left: -45px;
    display: inline-block;
    margin-top: 0px;
}

/*About Midcoast Campus Menu Item*/
.page-id-11522 #main-content .page-content h1{
 	background-color:#3d8a8e;
}
.page-id-11522 #header-nav{
	border-bottom-color: #3d8a8e;
}

/* Academic Offerings Menu Item*/
.page-id-11526 #main-content .page-content h1{
	background-color:#4e8abe;
}
.page-id-11526 #header-nav{
	border-bottom-color:#4e8abe;
}

/*Residence Life Menu Item*/
.page-id-11528 #main-content .page-content h1{
	background-color:#d98b38;
}
.page-id-11528 #header-nav{
	border-bottom-color:#d98b38;
}

/*Support Services Menu Item*/
.page-id-11530 #main-content .page-content h1{
	background-color:#003468;
}
.page-id-11530 #header-nav{
	border-bottom-color:#003468;
}


#return_to_main{
	text-align: left;
	background-color: #4e8abe;
	padding:0px 30px;
}
#return_to_main a{
	line-height: 35px;
	text-align: left;
	color:white;
}

#return_to_main a:before{
	content: "\00ab ";
	position: relative;
	left:-5px;
}

#footer-top ul.social{
	width:270px;
	float: right;
}

#footer-top ul.social li{
	float: left;
}

.widget_text a.view-all{
	display: block;
    width: 70%;
    margin: 30px auto 0 auto;
    padding: 20px 10px 0;
    border-top: 2px solid #e3e3e4;
    font-family: "futura-pt";
font-weight:700;    font-weight: normal;
    font-size: 1.14286em;
    text-transform: uppercase;
    text-align: center;
}

.widget .read-more{
	white-space: nowrap;
}

.textwidget .event-date{
	margin-bottom: 60px;
}

.widget h3{
	min-height: 53px;
	height: auto !important;
	padding-top:10px;
	padding-bottom: 10px;
	line-height: 1.2;
}

#main-content .page-content{
	max-height: 100000px;
	overflow: visible;
}

#main-content .page-content h4{
	clear:both; 
	display: block
}
#main-content .page-content table + h4{
	margin-top: 40px;
}

@media only screen and (min-width: 930px){
	#main-content	footer{
		margin:0px;
	}
	
	
	
}

@media(max-width:930px){
	.textwidget .event-date{
		margin-bottom: -15px;
		display: block;
	}
	
	.event-date .month,
	.event-date .done {
	    display: inline-block;
	    color: #94abbf;
	    font-family: "futura-pt";
font-weight:700;	    font-size: 1.4em;
	    text-transform: uppercase;
	}
	#main-content .page-content h1{
		margin-left: -25px;
	}
}

@media(max-width:768px){
	
	#main-content .page-content h1{
		margin-left: -10px;
	}

	#main-content .page-content .tablepress th, #main-content .page-content table th{
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#main-slides .cycle-slide > img{
		min-width:100%;
		width:auto;
		display: none;
	}
	
	#main-slides .cycle-slide > img.mobile-slide-image{
		display:block;
	}
	
	#mobile-header .mobile-menu-button{
		top:70px;
	}
	
	.featured-image-wrap #banner-content,
	#main-slides .slide-content-wrapper{
		max-width: 100%;
		top:auto;
		bottom: 0px;
	}
	
	#main-slides .slide-content-wrapper .slide-content,
	#main-slides .slide-content-wrapper .slide-content-links{
		width:100%;
	}
	
	#main-slides{
/* 		margin-bottom: 100px; */
		overflow: visible;
/* 		min-height:400px; */
	}
	
	.page-template-page-midcoast-campus #main-slides .slide-content-wrapper .slide-content{
		position: relative;
		display: none;
	}
	#main-slides .slide-content-wrapper .slide-content p{
		margin-bottom: 10px;
	}
	
	#main-slides .slide-content-wrapper {
    	position:relative;
    	top:auto;
	}
	
	#main-slides.static .slide-content-wrapper {
    	top:auto;
	}
/*
	#main-slides .slide-content-wrapper .slide-content p {
		display: block;
		font-size: 14px; 
		color: #666666; 
		position: absolute;
		bottom:-150px;
		width:100%;
	}
*/
	
	#main-content{
		padding-left:0px;	
		padding-right:0px;	
	}
	
	#main-slides .slide-content-wrapper .slide-content-links a{
		width:45%;
		display: inline-block;
		margin: 0px 5px;
		margin-top: 0px !important;
	}
	
	#inner-content .wp-post-image{
		min-height: 350px;
	}
	
	#inner-content .featured-image-wrap .wp-post-image{
		min-height: 0px;
	}
	
	#two-box-wrapper > div{
		text-align: center;
		border:1px solid #a7c4db;
		margin:0 auto;
		width:90%;
		float: none;
		padding:0px;
	}
	
	#two-box-wrapper #two-box-right{
		border: 1px solid #cfd1b9;
		margin:0 auto;
		float: none;
		margin-top: 15px;
	}
	
	#two-box-wrapper #two-box-right h3 span{
		position: static !important;
		padding: 0px !important;
	}
	
	#two-box-wrapper > div >img{
		display: none;		
	}
	
	#three-box-wrapper{
		border-top: 5px solid #c9d5df;
		padding:10px 15px;
		background-color: #e6edf3;
		margin-bottom: 0px;
	}
	
	#three-box-wrapper > div{
		display: block;
		border-width:0px !important;
		width:100%;
		max-width: 350px;
		margin:0 auto;
		margin-bottom: 30px;
	}
	#three-box-wrapper div  img.box-image{
		width:100%;
		max-height: 100%;
		height: auto;
	}
	#bottom-content{
		margin:0px;
	}
}

@media(max-width:480px){
	#main-slides .slide-content-wrapper .slide-content p br{
		display: none;
	}
}