body {
  	font-family: 'Roboto', Verdana, sans-serif;
  	padding-bottom: 30px;
}

@font-face {
	font-family: 'Roboto Slab', serif;
	src: url(https://fonts.googleapis.com/css?family=Roboto+Slab);
}

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url(https://fonts.googleapis.com/css?family=Roboto);
}



/* Navigation Bar */
.mainnav {
	background-color: #CF4817;
	border-bottom: none;
	vertical-align: bottom;
	height: auto;
	padding-bottom: 10px;
}

.mainnav img {
	width: 100%;
	max-width: 300px;
	float: left;
	display: inline;
}

/* Top Navigation */
.topper {
	list-style: none;
	float: right;
	height: 20px;
}

.topper > li {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.topper > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: #111;
  font-family: 'Roboto', sans-serif;

}

.topper > li > a:hover,
.topper > li > a:focus {
  text-decoration: none;
  color: white;
}
/* End Top Navigation */

/* "Secondary" Nav - the important stuff */
.secondary {
	float:right;
}

.secondnav {
	height: auto;
	vertical-align: bottom;
	font-family: 'Roboto Slab', serif;
	font-size: 18.66px;
}

@media (max-width: 1199px) {
	.secondnav {
		font-size: 15px;
		
	}
	
	ul.nav.navbar-nav.secondnav li a:hover,  ul.nav.navbar-nav.secondnav li a:focus {
		font-size: 15px;
		
	}
	
	.navbar-collapse .navbar-nav a:hover, .navbar-collapse .navbar-nav a:focus {
	font-size: 15px;
	color: #111;
	background: none;
		
	}
	
	.navbar-collapse .navbar-nav > .open > a, .navbar-collapse .navbar-nav > .open > a:hover, .navbar-collapse .navbar-nav > .open > a:focus {
	color: #111;
	background:none;
		font-size: 15px;
	
	}
	
}

.secondnav li {
	padding-top: 15px;
}

.secondnav li a {
	color: white;
}
.navbar-collapse .navbar-nav > .open > a, .navbar-collapse .navbar-nav > .open > a:hover, .navbar-collapse .navbar-nav > .open > a:focus {
	color: #111;
	background:none;
}

.navbar-collapse .navbar-nav a:hover, .navbar-collapse .navbar-nav a:focus {
	color: #111;
	background: none;
	font-size: 18.66px;
}

.secondnav .dropdown-menu li a {
	color: #111;
	font-size: 14px;
}

.navbar-collapse .navbar-nav .dropdown-menu li a:hover {
	color: #008285;
	font-size: 14px;
}

.navbar-collapse .navbar-nav .dropdown-menu {
	background-color: white;
	border-radius: 0px;
	border: none;
}

/* End "Secondary" Nav */

/* The Overlay Mobile Menu */
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.mobilenav {
	z-index: 2;
	height: auto;
	background-color: #CF4817;
	padding-top:10px;
	padding-bottom: 20px;
}

.mobilenav img {
	max-width: 250px;
	float: left;
	margin-top: 10px;
}

.mobile-nav-btn {
	float: right;
	margin-top: 15px;
	margin-left: 8px;
	width: 41px;
	height: 41px;
	text-align: center;
	padding: 2px;
}

@media (max-width:350px) {
	.mobilenav img {
		width: 200px;
	}

	.overlay a {
		font-size: 12px;
	}

	.overlay-content .panel-body ul > li a {
	Font-size: 11px;
	margin-left: -50px;
	text-align: left;
	}
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	color: white;
}

.overlay .overlay-content a:link, .overlay .overlay-content a:visited {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
	font-weight: bold;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay .overlay-content a:hover, .overlay .overlay-content a:focus, .overlay .overlay-content a:visited:hover, .overlay .overlay-content a:visited:focus {
    color: #CF4817;
}

.overlay .overlay-content .panel-body a:link, .overlay .overlay-content .panel-body a:visited {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #CF4817;
    
}

.overlay .overlay-content .panel-body a:hover, .overlay .overlay-content .panel-body a:focus, .overlay .overlay-content .panel-body a:visited:hover, .overlay .overlay-content .panel-body a:visited:focus {
    color: #008285;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    
}

a.closebtn, a.closebtn:visited  {
	font-size: 60px;
	font-family: 'Roboto Slab';
}

.closebtn a:hover, .closebtn a:focus {
	color: white;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 12px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
	
	a.closebtn {
		font-size: 80px;
	}
}

.overlay-content .panel-heading {
	background-color: black;
	border: 1px solid #CF4817;
	border-radius: 0px;
	color: white;
}

.overlay-content .panel {
	border: none;
	border-radius: 0px;
}

.overlay-content .panel-body {
	border: 1px solid #CF4817;
	border-radius: 0px;
	background-color: white;
}

.overlay-content .panel-group {
	border-radius: 0px;
	border: none;
}

.overlay-content .panel-body ul > li a {
	list-style-type: none;
	color: #008285;
	font-size: 14px;
	margin-left: -50px;
	text-align: left;
}

.overlay-content .panel-body ul > li a:hover {
	color: #CF4817;
}

.overlay-content .panel-body li {
	list-style-type: none;
}

ul.mobile-leftnav li {
	list-style-type: none;
	color: white;
	margin-left: -30px;
	text-align: center;
  text-decoration: none;
}

/* End Overlay Menu */
/* End Navigation Bar */

.sidenav {
	padding-right: 40px;
}

.sidenav .h4 {
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 16px;
}

.sidenav .panel-heading {
	background-color: transparent;
	border-bottom: 1px solid #CF4900;
	border-radius: 0px;
	color: #008285;
	font-weight: normal;
}

.sidenav .panel {
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
          box-shadow: none;
}

.sidenav .panel .panel-heading .panel-title a:hover, a:focus {
	text-decoration: none;
	color: #CF4900;
}

.sidenav .panel .panel-heading .panel-title a {
	text-decoration: none;
	color: #008285;
	font-weight: normal;
}

.sidenav .panel-body {
	border: none;
	border-radius: 0px;
	background-color: transparent;

}

.sidenav .panel-group {
	border-radius: 0px;
	border: none;

}
.sidenav .panel-body ul > li a {
	list-style-type: none;
	color: #008285;
	font-size: 15px;
	margin-left: -30px;
	text-align: left;
  text-decoration: none;
}

.sidenav .panel-body ul > li a:hover, li a:focus {
	font-size: 15px;
	color: #CF4900;
  	text-decoration: none;
}

.sidenav .panel-body li {
	list-style-type: none;
}

.sidenav .panel-body  a {
	color: #008285;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
}

.sidenav .panel-body  a:hover {
	color: #CF4900;
	font-size: 15px;
	text-decoration: none;
}

.sidenavbutton {
	text-align: center;
	margin: 0px auto 20px auto;
	display: block;
	
}

@media (min-width:994px) {
	.sidebuttons {
		padding-right: 40px;
		}

	.contact {
		padding-right: 40px;
	}

	.relatednews {
		padding-right: 40px;
	}
}
/* end sidenav style */


/* Search Modal */
#SearchModal .modal-content {
    position: relative;
    background-color: #008285;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    border: none;
    text-align: center;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

#SearchModal .close {
  float: right;
  margin-left: 10px;
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  color: white;
  text-shadow: none;
  filter: none;
  opacity: 1;
}

#SearchModal .close:hover, #SearchModal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

#SearchModal .input-group-lg {
	border: 1px solid white;
	border-radius: 0px;
}

#SearchModal .input-group-addon {
	background-color: transparent;
	color: white;
	border-radius: 0px;
	border-top: none;
	border-right: 1px solid white;
	border-bottom: none;
	border-left: 1px solid white;
}

#submit {
    padding: 0px; 
    background: transparent;
	color: #008285;
    border: 0px none;
    cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
}

#modal-submit {
    padding: 0px; 
    background: transparent;
	color: white;
    border: 0px none;
    cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
}

#m-modal-submit {
    padding: 0px; 
    background: transparent;
	color: white;
    border: 0px none;
    cursor:pointer;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
}


#SearchModal a {
	color: white;
}

#SearchModal a:hover, #SearchModal a:focus {
	color: #111;
	text-decoration: none;
}

#SearchModal .form-control {
	background-color: transparent;
	color: white;
	border: none;
	font-family: 'Roboto Slab', serif;
	border-radius: 0px;
}

#SearchModal .form-control::-moz-placeholder {
  color: white;
  opacity: 1;
}
#SearchModal.form-control:-ms-input-placeholder {
  color: white;
}
#SearchModal .form-control::-webkit-input-placeholder {
  color: white;
}

#SearchModal .btn {
	border: 1px solid #111;
	color: #111;
	background-color: transparent;
}

	/* MOBILE Search modal */

	#SearchModal-mobile .modal-content {
		position: relative;
		background-color: #008285;
		-webkit-background-clip: padding-box;
			  background-clip: padding-box;
		border-radius: 0px;
		border: none;
		text-align: center;
		outline: 0;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
			  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	}

	#SearchModal-mobile .close {
	  float: right;
	  margin-left: 10px;
	  font-size: 50px;
	  font-weight: bold;
	  line-height: 1;
	  color: white;
	  text-shadow: none;
	  filter: none;
	  opacity: 1;
	}

	#SearchModal-mobile .close:hover, #SearchModal-mobile .close:focus {
	  color: #000;
	  text-decoration: none;
	  cursor: pointer;
	  filter: alpha(opacity=50);
	  opacity: .5;
	}

	#SearchModal-mobile .input-group-lg {
		border: 1px solid white;
		border-radius: 0px;
	}

	#SearchModal-mobile .input-group-addon {
		background-color: transparent;
		color: white;
		border-radius: 0px;
		border-top: none;
		border-right: 1px solid white;
		border-bottom: none;
		border-left: 1px solid white;
	}

	#SearchModal-mobile a {
		color: white;
	}

	#SearchModal-mobile a:hover, #SearchModal-mobile a:focus {
		color: #111;
		text-decoration: none;
	}

	#SearchModal-mobile .form-control {
		background-color: transparent;
		color: white;
		border: none;
		font-family: 'Roboto Slab', serif;
		border-radius: 0px;
	}

	#SearchModal-mobile .form-control::-moz-placeholder {
	  color: white;
	  opacity: 1;
	}
	#SearchModal-mobile .form-control:-ms-input-placeholder {
	  color: white;
	}
	#SearchModal-mobile .form-control::-webkit-input-placeholder {
	  color: white;
	}

	#SearchModal-mobile .btn {
		border: 1px solid #111;
		color: #111;
		background-color: transparent;
	}

	/* END MOBILE Search modal */

.input-group-addon btn {
	border-radius: 0px;
}

/* End Search modal */

/* Footer */
.footer {
	margin-top: 50px;
	background-color: #000000;
	padding: 30px 0px 30px 0px;
}

.footer p {
	color: white;
}

.footer-socialmedia img {
	width: 22px;
	height: 22px;
}

.footer .footer-socialmedia a:link, .footer .footer-socialmedia a:visited {
	font-size: 30px;
	color: white;
}

.footer .footer-socialmedia a:hover, .footer .footer-socialmedia a:focus, .footer .footer-socialmedia a:visited:hover, .footer .footer-socialmedia a:visited:focus{
	font-size: 30px;
	color: #CF4817;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
	color: white;
}

.footer a:hover, .footer a:focus, .footer a:visited:hover, .footer a:visited:focus{
	text-decoration: none;
	color: #008285;
}

.footer .links {
	line-height: 175%;
}

.logo {
	max-width: 300px;
	width: 100%;
	height: auto;
}

.SUNYlogo {
		max-width: 200px;
}
/* End Footer */

/* Scroll to Top Button - need to insert this code directly into the page you want to use. see example on Chancellor's Themes page with script & HTML. */

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #CF4817;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

#topBtn:hover {
  background-color: #008080;
}


/* Homepage Styles */
.home-intro {
	background-color: #008285;
}

.callstoaction {
	padding-top: 40px;
	padding-bottom: 80px;
}
.cta {
	padding-bottom: 30px;
}

.cta h2 {
	color: #CF4817;
}

.cta img {
	display: block;
	margin: 20px auto;
}

@media screen and (max-width: 767px) {
.cta {
	text-align: center;
}

}

.explore {
	background-color: #CF4817;
	padding-top: 60px;
	padding-bottom: 40px;
	text-align: center;
	}

.explore .btn {
	margin: 10px auto;
}

.explore .h2, .explore .h3  {
	color: white;
	margin-bottom: 30px!important;
}
.explore .col-xs-12 {
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
.newed {
	border-right: 1px solid white;
}
}

.spotlight {
	background-color: white;
	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top: 30px;
	padding-bottom: 60px;
	min-height: 460px;
	color: white;
	width: 100%;
}

.spotlight .h4, .xs-spotlight .h4 {
	line-height: 150%;
}

#spotlight-text {
	background-color: rgba(0,0,0,0.60);
	padding: 20px;
	margin-bottom: 20px;
	text-align: right;
}

.xs-spotlight {
	background-color: #333;
	color: white;
	text-align: right;
}

.home-happening {
	margin-top: 40px;
	margin-bottom: 40px;
}

.home-happening h2 {
	margin-bottom: 30px;
	text-align: center;
	color: #CF4817;
}

.events a:link, .events a:visited {
	color: #008285;
	text-decoration: none;
}

.events a:hover, .events a:focus, .events a:visited:hover, .events a:visited:focus {
	color: #CF4817;
	text-decoration: none;
}

.calendar-box {
	border: 1px solid #008285;
	padding: 2px;
	height: 65px;
	width: 65px;
	text-align: center;
}

.cal-day {
	font-size: 30px;
	font-family: 'Roboto Slab';
	color: #008285;
	margin-bottom: -8px;
	text-align: center;
}

.cal-month {
	font-size: large;
	font-family: 'Roboto Slab';
	color: #008285;
	margin-top: 0px;
	text-align: center;
}

.home-happening .media-heading {
	color: #008285;
}

.home-happening .btn {
	margin: 20px auto;
	clear: both;
}

.home-happening .stories {
	margin-bottom: 30px;
}

.home-happening .stories a:link, .home-happening .stories a:visited {
	color: #111;
	text-decoration: none;
}

.home-happening .stories a:hover, .home-happening .stories a:focus, .home-happening .stories a:visited:hover, .home-happening .stories a:visited:focus {
	color: #008285;
	text-decoration: none;
}

.home-happening .feature a:link, .home-happening .feature a:visited{
	text-decoration: none;
	color: #CF4900;
}

.home-happening .feature a:hover, .home-happening .feature a:focus, .home-happening .feature a:visited:hover, .home-happening .feature a:visited:focus {
	text-decoration: none;
	color: #008285;
}

.program {
	background-color: white;
	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top: 30px;
	padding-bottom: 60px;
	min-height: 460px;
	max-height: 460px;
	color: white;
	width: 100%;
}

.program-details {
	margin-top: 250px;
}

#program-text {
	background-color: rgba(0,0,0,0.60);
	padding: 1px 20px 20px 20px;
	margin-bottom: 20px;
	color: white;
}

.program .h3, .xs-program .h3 {
	color: white;
	font-family: 'Roboto Slab';
	margin-bottom: 0px;
}

.program a:link, .xs-program a:link, .program a:visited, .xs-program a:visited {
	text-decoration: none;
	color: white;
}

.program a:hover, .program a:focus, .program a:visited:hover, .program a:visited:focus, .xs-program a:hover, .xs-program a:focus, .xs-program a:visited:hover, .xs-program a:visited:focus{
	text-decoration: none;
	color: #008285;
}

.xs-program {
	background-color: #333;
	padding-bottom: 40px;
}

.social {
	background-color: #9DC3E3;
	min-height: 300px;
	height: 300px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.social .h2 {
	margin-top: 30px;
}

.content-jump a:link, .content-jump a:visited {
	text-decoration: none;
	color: white;
}


/* Home Carousel */
html,
body,
.view {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;

}

.carousel-inner {
    height: 100%;
}

.homeslider .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 25%;
  left: 15%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
  color: white;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0,0,0,0.30);
}

@media (min-width: 668px) {
.homeslider .carousel-caption .h2 {
	font-size: 45px;
	padding: 8px 0px 0px 8px;
	
}

.homeslider .carousel-caption .h3 {
	font-size: 30px;
	padding-left: 8px;
}
}

#homeCarousel .jump {
	z-index: 20;
	position: absolute;
	top: 88%;
	color: #CF4817;
	left: 0;
	right: 0;
}

#homeCarousel .jump .btn-jump {
	position: relative;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	border: 3px solid white;
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	background: none;
	cursor: grab;
}

#homeCarousel .jump .btn-jump .glyphicon-chevron-down {
	margin-top: 6px;
}

#homeCarousel .jump .btn-jump:hover, #homeCarousel .jump btn-jump:focus {
	background:none;
	border: 2px solid #CF4817;
	color: #CF4817;
}

.fixedcaption {
	width: 100%;
	text-align: center;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  top: 80%;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #CF4817;
  border-radius: 50%;
}

.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: #CF4817;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 20%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 20%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* end Home Carousel  */

/* Faculty/Staff & Student Landing Page */

.launchlist {
	padding-bottom: 40px;
}

.quickicon {
	padding-top: 25px;
	padding-bottom: 8px;
}

.quickicon a:link > .cobycon, .quickicon a:visited > .cobycon, .quickicon a:link > .glyphicon, .quickicon a:visited > .glyphicon {
	font-size: 65px;
	color: #111;
}

.quickicon a:hover > .cobycon, .quickicon a:focus > .cobycon, .quickicon a:visited:hover > .cobycon, .quickicon a:visited:focus > .cobycon,  .quickicon a:hover > .glyphicon, .quickicon a:focus > .glyphicon, .quickicon a:visited:hover > .glyphicon, .quickicon a:visited:focus > .glyphicon {
	font-size: 65px;
	color: #008285;
}

.needto {
	border: 1px solid #CF4817;
	padding: 0px 1px 10px 20px;
}

.needto a:link, .needto a:visited {
	text-decoration: none;
	color: #111;
}

.needto a:hover, .needto a:focus, .needto a:visited:hover, .needto a:visited:focus {
	text-decoration: none;
	color: #CF4817;
}

.resourcelist {
	margin-bottom: 40px;
}

.quickies li {
	list-style-type: none;
	margin-left: -40px;
	line-height: 175%;
}

.resourcelist a:link, .resourcelist a:visited {
	text-decoration: none;
	color: #111;
}

.resourcelist a:hover, .resourcelist a:focus, .resourcelist a:visited:hover, .resourcelist a:visited:focus{
	text-decoration: none;
	color: #CF4900;
	font-weight: bold;
}

.xs-resources .quickies li {
	font-size: 16px;
	line-height: 200%;
}

.happeningheader {
	background-color: #008285;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.news a:link, .news a:visited {
	color: #111;
	text-decoration: none;
}

.news a:hover, .news a:focus, .news a:visited:hover, .news a:visited:focus {
	color: #008285;
	text-decoration: none;
}

.news .feature a:link, .news .feature a:visited {
	color: #CF4817;
	text-decoration: none;
	font-size: 20px; font-family: 'Roboto Slab', serif;
}

.news .feature a:hover, .news .feature a:focus, .news .feature a:visited:hover, .news .feature a:visited:focus {
	color: #008285;
	text-decoration: none;
}

.news .btn {
	margin: 20px auto;
	clear: both;
}

p.media-heading {
	font-size: 18px;
	margin-bottom: 0px;
	font-family: 'Roboto Slab', serif; 
	
}
.event-cal {
	padding-left: 40px;
}

.event-cal .btn, .academic-cal .btn {
	margin: 20px auto;
	clear: both;
}

.event-cal a:link, .event-cal a:visited {
	color: #008285;
	text-decoration: none;
}

.event-cal a:hover, .event-cal a:focus, .event-cal a:visited:hover, .event-cal a:visited:focus {
	color: #CF4900;
	text-decoration: none;
}

.academic-cal .calendar-box {
	border: 1px solid #8267BC ;
	padding: 2px;
	height: 65px;
	width: 65px;
	text-align: center;
}

.academic-cal .cal-day {
	font-size: 30px;
	font-family: 'Roboto Slab';
	color: #8267BC ;
	margin-bottom: -8px;
	text-align: center;
}

.academic-cal .cal-month {
	font-size: large;
	font-family: 'Roboto Slab';
	color: #8267BC ;
	margin-top: 0px;
	text-align: center;
}

.academic-cal a:link, .academic-cal a:visited {
	color: #8267BC ;
	text-decoration: none;
}

.academic-cal a:hover, .academic-cal a:focus, .academic-cal a:visited:hover, .academic-cal a:visited:focus {
	color: #CF4817;
	text-decoration: none;
}

.social-internal {
	margin-top: 60px;
	margin-bottom: 30px;
}

.social-icon {
	max-width: 40px;
	max-height: 40px;
}

.social-internal .fbfeed {
	margin-bottom: 30px;
}

.social-internal .instafeed {
	margin-bottom: 30px;
}

.insta-choice {
	margin-top: 20px;
	margin-bottom: 10px;
}

.insta-username {
		color: #CF4817;
		font-family: 'Roboto Slab', serif;
		font-size: 14px;	
}

.insta-caption {
	
}

/* insta panel */

.instafeed .panel {
  	background-color: white;
	color: #111;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.instafeed .panel-default .panel-heading {
  background-color: white;
  color: #365722;
  border: none;
  border-radius: 0px;
	box-shadow: none;
}

.instafeed .panel .panel-collapse .collapse {
	background-color: white;
	color: #111;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.instafeed .panel div.panel-body {
	background-color: white;
	color: #111;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.instafeed .panel-title {
	background-color: white;
	color: #111;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.social-internal .tfeed {
	margin-bottom: 30px;
}
/* end faculty/staff/student landing pages */

/* Admissions */

.adm-launch {
	padding-bottom: 40px;
}

.adm-info-sq {
	margin-bottom: 20px;
}

.adm-info-sq img {
	max-width: 215px;
	margin: 0px auto;
	display: block;
}

.adm-apply-homepage {
	background-color: #CF4817;
	color: #111;
	padding-top: 30px;
	padding-bottom: 30px;
}

.adm-apply {
	background-color: #CF4817;
	color: #111;
	padding-top: 30px;
	padding-bottom: 30px;
}

.adm-apply a:link, .adm-apply a:visited{
	color: white;
	text-decoration: none;
}

.adm-apply a:hover, .adm-apply a:focus, .adm-apply a:visited:hover, .adm-apply a:visited:focus{
	color: #111;
	text-decoration: underline;
}

.adm-apply > .container {
	margin-top: 20px;
}

.adm-moreinfo {
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
}

.adm-moreinfo .btn {
	font-size: 33px;
	padding: 20px 40px;
}

.adm-moreinfo a:link > .cobycon, .adm-more-info a:visited > .cobycon {
	
	font-size: 45px;
	
}
.adm-visit {
	padding-top: 30px;
	background-image: url(http://placehold.it/1500x400?text=placeholder);
	background-position: center;
}

.adm-visitchoice {
	padding-bottom: 20px;
}

.adm-financial {
	padding-top: 40px;
	padding-bottom: 40px;
}

.adm-info {
	overflow: hidden;
}

@media (max-width: 481px) {
   .adm-info img {
	overflow: hidden;
	width: 100px;
	height: auto;
	}

	.aidicon > h3 {
		font-size: 14px;
	}
}

@media (min-width: 668px) {
   .adm-visit {
	height: 350px;
	}

	.adm-visitchoice {
	padding-top: 100px;
	}

	.adm-tour {
	height: 350px;
	}
}

.aidicon {
	padding-top: 25px;
	padding-bottom: 8px;
}

a:link > .aidicon .cobycon, a:visited > .aidicon .cobycon {
	font-size: 100px;
	color: #111;
}

a:hover > .aidicon .cobycon, a:focus > .aidicon .cobycon, a:visited:hover > .aidicon .cobycon, a:visited:focus > .aidicon .cobycon {
	color: #008285;
}

.adm-explore {
	background-color: #008285;
	padding-top: 30px;
	padding-bottom: 10px;
}

.adm-explore .col-xs-12 {
	margin-bottom: 20px;
}

.adm-tour {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 350px;
	background-image: url(http://placehold.it/1500x400?text=placeholder);
	background-position: center;
}

.adm-tour h3 {
	padding-top: 100px;
}

.adm-quickfacts {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #CF4817;
}

.adm-fact {
	padding-top: 10px;
	padding-bottom: 10px;
}

.adm-fact .h4 {
	font-size: 55px;
	color: white;
	font-weight: 300;
}

.adm-fact p {
	font-size: 16px;
	color: white;
}

.adm-fact .adm-h5 {
	font-size: 20px;
	padding-top: 30px;
}

.adm-fact a:link, .adm-fact a:visited {
	color: #111;
}

.adm-fact a:hover, a:focus, .adm-fact a:visited:hover, .adm-fact a:visited:focus {
	color: white;
}

.adm-team {
	padding-top: 30px;
	background-image: url(http://placehold.it/1500x400?text=placeholder);
	background-position: center;
	height: 350px;
	max-height: 350px;
}

.adm-team-text {
	padding-top: 100px;
}

.adm-team-text .btn {
	margin-bottom: 30px;
}

.adm-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
}

.adm-bottom .btn {
	margin: 20px 0px;
}

.adm-contact, .adm-social, .adm-social {
	margin-bottom: 20px;
	margin-top: 20px;
}
/* end Admissions page */

/* CAS */

.cas-intro {
	padding-bottom: 40px;
	padding-top: 30px;
}

.casicon {
	padding-top: 25px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.casicon > .glyphicon {
	font-size: 80px;
}

.cas-quick {
	background-color: #008285;
	padding-top: 30px;
	padding-bottom: 30px;
}

.cas-quick p {
	color: white;
}

.cas-quick a:link, .cas-quick a:visited {
	color: #111;
}

.cas-quick a:focus, .cas-quick a:hover, .cas-quick a:visited:hover, .cas-quick a:visited:focus {
	color: white;
}

.cas-social .glyphicon {
	font-size: 40px;
	color: white;
}

.cas-social .col-sm-6, .cas-social .col-xs-12 {
	margin-bottom: 30px;
}

.cas-social h4 {
	font-size: 24px;
	color: white;
}

@media (min-width: 668px) {
   .cas-social {
	height: 350px;
	padding-top: 100px;
	}

}

.cas-social {
	padding-top: 30px;
	background-image: url(http://placehold.it/1500x400?text=placeholder);
	background-position: center;
}

.cas-contact {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cas-logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cas-overview {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*end CAS page */

/* Inside Pages */

.orange-top {
	background: #CF4817; /* Old browsers */
background: -moz-linear-gradient(top, #cf4817 0%, #cf4817 76%, #cf4817 76%, white 76%, white 76%, white 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cf4817 0%,#cf4817 76%,#cf4817 76%,white 76%,white 76%,white 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cf4817 0%,#cf4817 76%,#cf4817 76%,white 76%,white 76%,white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4817', endColorstr='white',GradientType=0 ); /* IE6-9 */
	margin-top: 0px;
	margin-bottom: 20px;
	}

.orange-top img {
	width: 100%;
	max-height: 450px;
}

/* Internal Carousel */

.internal-carousel {
	max-height: 450px;
}

.internal-carousel .carousel-caption  {
	position: absolute;
	right: 10%;
	bottom: 15%;
	left: 10%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: white;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	
}

.internal-carousel .carousel-caption .h3 {
	font-size: 32px;
}

.internal-carousel .carousel-caption p {
	font-size: 18px;
}

.internal-carousel .carousel-indicators {
  position: absolute;
  bottom: 10%;
  top: 85%;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.internal-carousel .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid white;
  border-radius: 50%;
}

.internal-carousel .carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: white;
}

.internal-carousel .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 20%;
}

.internal-carousel .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 20%;
}

.internal-carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* mobile internal carousel */

.visible-xs .carousel {
	width: 100%;
	max-width: 100%;
}

.internal-carousel-mobile .carousel-inner {
	background-color: #CF4817;
}

.internal-carousel-mobile .carousel-control .icon-prev, .internal-carousel-mobile.carousel-control .glyphicon-chevron-left {
	left: 40%;
}

.internal-carousel-mobile .carousel-control .icon-next, .internal-carousel-mobile .carousel-control .glyphicon-chevron-right {
	right: 40%;
}

.internal-carousel-mobile .carousel-caption  {
	position: relative;
	right: 0%;
	bottom: 0px;
	left: 0%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 40px;
	color: white;
	text-align: center;
	background-color: #CF4817;
}

.internal-carousel-mobile .carousel-caption .h3 {
	font-size: 20px;
}

.internal-carousel-mobile .carousel-caption p {
	font-size: 14px;
}

.internal-carousel-mobile .carousel-indicators {
  position: absolute;
  bottom: 15%;
  top: 85%;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.internal-carousel-mobile .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background: none;
  border: 2px solid white;
  border-radius: 50%;
}

.internal-carousel-mobile .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  margin: 1px;
  background-color: white;
}
/* end Internal Mobile Carousel */

/* end Internal Carousel, continuation of Inside pages */


.highlights {
	margin-top: 0px;
}

.minors {
	
}

/* School/Dept Page */
.overview {
	margin-bottom: 30px;
}

.relatednews a:link, .relatednews a:visited {
	color: #111;
	text-decoration: none;
}

.relatednews a:hover, .relatednews a:focus, .relatednews a:visited:hover, .relatednews a:visited:focus {
	color: #008285;
	text-decoration: none;
}
.sq-program {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sq-program img {
	margin: 0px auto;
}

@media (max-width: 991px) {
	  .sq-program h3 {
		font-size: 20px;
		}
}

/* End School/Dept Page */

/* Programs of Study Page - Teal to Orange Links ~ add grow class in code for extra pizazz */
.programslist a:link, .programslist a:visited {
	color: #008285;
}

.programslist a:hover, .programslist a:focus, .programslist a:visited:hover, .programslist a:visited:focus {
	color: #CF4900;
}

/* end of Programs of Study Page */

/* Office Page */

.officeresources a:link, .officeresources a:visited {
	color: #111;
}

.officeresources a:hover, .officeresources a:focus, .officeresources a:visited:hover, .officeresources a:visited:focus {
	color: #CF4900;
}

.officedates p {
	font-size: 18px;
	line-height: 170%;
}

/* End Office Page */


/* End Inside Pages */

/* Global Elements */
a:link, a:visited {
	text-decoration: none;
	color: #CF4900;
}

a:hover, a:focus, a:active, a:visited:hover, a:visited:focus, a:active {
	text-decoration: none;
	color: #008285;
}

.whitelink a:link, .whitelink a:visited {
	color: #fff;
	text-decoration: none;
}

.whitelink a:hover, .whitelink a:focus, .whitelink a:visited:hover, .whitelink a:visited:focus {
	color: #000;
	text-decoration: none;
}

#pagetitle {
	margin-bottom: 30px;
}

/* Breadcrumb */
.breadcrumb {
	background-color: transparent;
	color: #595959;
}

.breadcrumb a:link > .cobycon {
	font-size: 20px;
	margin-right: -10px;
}

.breadcrumb a {
	color: #111;
}

.breadcrumb a:hover, .breadcrumb a:focus {
	color: #008285;
	text-decoration: none;
	font-weight: bold;
}

.breadcrumb .active {
	background-color: transparent;
	color: #008285;
}

@media (max-width: 481px) {
	.breadcrumb {
		display: none;
	}
	#breadcrumb {
		display: none;
	}
}

/*Program (Orange-Outline) Accordion */

#program-accordion {
	margin-top: 20px;
}

#program-accordion .panel {
	border: none;
  background: none;
  box-shadow: 0px;
}

#program-accordion .panel-default {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0px;
}

#program-accordion .panel-default .panel-heading {
  background-color: white;
  color: #111;
  border: 1px solid #CF4817;
  border-radius: 0px;
}

#program-accordion .panel-default div.panel-body {
  background: white;
  border-top: none!important;
}

#program-accordion .panel-default .panel-title a {
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: 400;
}

#program-accordion .panel-default .panel-heading:hover, .panel-default .panel-heading:focus {
	border: 1px solid #CF4817;
	border-radius: 0px;
	background-color: #CF4817;
	color: white;
	-webkit-box-shadow: none;
          box-shadow: none;
 }

 #program-accordion .panel-heading .accordion-toggle p {
	 color: #111;
 }

#program-accordion .panel-heading .accordion-toggle p:after {
    /* symbol for "opening" panels */
    font-family: 'Roboto';
    content: "-";
    float: left;
	margin-right: 8px;
    color: #111;
    overflow: no-display;
	font-weight: normal;

}
#program-accordion .panel-heading .accordion-toggle.collapsed p:after {
    /* symbol for "collapsed" panels */
    content: "+";
}
#program-accordion a.accordion-toggle{
    text-decoration: none;
}
/* end orange outline accordion */

/* Teal Accordion */

.teal-accordion .panel {
	  border: none;
    border-radius: 0px;
  	background: none;
  	box-shadow: 0px;
}

.teal-accordion .panel-default .panel-heading {
  background-color: #008285;
  color: white;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

.instafeed .panel .panel-collapse .collapse {
	background-color: white;
	color: #111;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.teal-accordion .panel-default div.panel-body {
  background-color: white;
  color: #111;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

.teal-accordion .panel-default .panel-title a {
  /* display: block; */
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.teal-accordion .panel-heading .accordion-toggle p {
	 color: white;
 }

.teal-accordion .panel-heading .accordion-toggle p:after {
    /* symbol for "opening" panels */
    font-family: 'Roboto Slab';
	font-size: 18px;
	font-weight: 500px;
    content: "-";   
    float: left;
	margin-right: 10px;
    color: white;
}

.teal-accordion .panel-heading .accordion-toggle.collapsed p:after {
    /* symbol for "collapsed" panels */
    content: "+";    /* adjust as needed, taken from bootstrap.css */
}

.teal-accordion a.accordion-toggle{
    text-decoration: none;
}
/* end teal accordion */

/* BUTTONS! */
.btn {
	border-radius: 0px;
}
/*
@media (min-width:351px) {
	.btn {
		max-width: 60%;
	} */

.center-block {
  margin: 0px auto;
  display: block;
}

/*Orange Outline to Orange Fill Button */
.btn-primary {
  color: #CF4900;
  background: none;
  border-color: #CF4900;
  border-radius: 0px;
  padding: 10px 25px;
  
}

a:link.btn-primary, a:visited.btn-primary {
  color: #CF4900;
  text-decoration: none;
}

a:hover.btn-primary, a:focus.btn-primary, a:visited:hover.btn-primary, a:visited:focus.btn-primary {
  color: white;
  text-decoration: none;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #CF4900;
  border-color: #CF4900;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #CF4900;
  border-color: #CF4900;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #CF4900;
  border-color: #CF4900;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: white;
  border-color: #CF4900;
}

.btn-primary .badge {
  color: #CF4900;
  background-color: white;
}

/*White Outline to Charcoal Button */
.btn-white {
  color: white;
  background-color: transparent;
  border-color: white;
	padding: 10px 25px;
}

a:link.btn-white, a:visited.btn-white {
  color: white;
  text-decoration: none;
}

a:hover.btn-white, a:focus.btn-white, a:visited:hover.btn-white, a:visited:focus.btn-white {
  color: #ffffff;
  text-decoration: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: transparent;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: white;
  border-color: white;
}

.btn-white .badge {
  color: white;
  background-color: white;
}

/*White Outline to Orange Button */
.btn-wo {
  color: white;
  background-color: transparent;
  border-color: white;
	padding: 10px 25px;
}

a:link.btn-wo, a:visited.btn-wo {
  color: white;
  text-decoration: none;
}

a:hover.btn-wo, a:focus.btn-wo, a:visited:hover.btn-wo, a:visited:focus.btn-wo {
  color: #CF4817;
  text-decoration: none;
}

.btn-wo:hover,
.btn-wo:focus,
.btn-wo:active,
.btn-wo.active,
.open .dropdown-toggle.btn-wo {
  	border: 1px solid #CF4817;
	color: #CF4817;
	background-color: transparent;
}

.btn-wo:active,
.btn-wo.active,
.open .dropdown-toggle.btn-wo {
  background-image: none;
}

.btn-wo.disabled,
.btn-wo[disabled],
fieldset[disabled] .btn-wo,
.btn-wo.disabled:hover,
.btn-wo[disabled]:hover,
fieldset[disabled] .btn-wo:hover,
.btn-wo.disabled:focus,
.btn-wo[disabled]:focus,
fieldset[disabled] .btn-wo:focus,
.btn-wo.disabled:active,
.btn-wo[disabled]:active,
fieldset[disabled] .btn-wo:active,
.btn-wo.disabled.active,
.btn-wo[disabled].active,
fieldset[disabled] .btn-wo.active {
  background-color: white;
  border-color: white;
}

.btn-wo .badge {
  color: white;
  background-color: white;
}

/*Orange Fill Button */
.btn-orange {
  color: white;
  background-color: #CF4900;
  border: none;
  padding: 10px 25px;
}

a:link.btn-orange, a:visited.btn-orange {
  color: white;
  text-decoration: none;
}

a:hover.btn-orange, a:focus.btn-orange, a:visited:hover.btn-orange, a:visited:focus.btn-orange {
  color: white;
  text-decoration: none;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: white;
  background-color: #008285;
  border: none;
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #CF4900;
  border: none;
}

.btn-orange .badge {
  color: #CF4900;
  background-color: white;
}

/*Teal OUtline to Fill Button */

.btn-teal {
  color: #008285;
  background-color: white;
  border-color: #008285;
  padding: 10px 25px;
}

a:link.btn-teal, a:visited.btn-teal {
  color: #008285;
  text-decoration: none;
}

a:hover.btn-teal, a:focus.btn-teal, a:visited:hover.btn-teal, a:visited:focus.btn-teal {
  color: white;
  text-decoration: none;
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active,
.btn-teal.active,
.open .dropdown-toggle.btn-teal {
  color: white;
  background-color: #008285;
  border-color: #008285;
}

.btn-teal:active,
.btn-teal.active,
.open .dropdown-toggle.btn-teal {
  background-image: none;
}

.btn-teal.disabled,
.btn-teal[disabled],
fieldset[disabled] .btn-teal,
.btn-teal.disabled:hover,
.btn-teal[disabled]:hover,
fieldset[disabled] .btn-teal:hover,
.btn-teal.disabled:focus,
.btn-teal[disabled]:focus,
fieldset[disabled] .btn-teal:focus,
.btn-teal.disabled:active,
.btn-teal[disabled]:active,
fieldset[disabled] .btn-teal:active,
.btn-teal.disabled.active,
.btn-teal[disabled].active,
fieldset[disabled] .btn-teal.active {
  background-color: white;
  border-color: #008285;
}

.btn-teal .badge {
  color: white;
  background-color: #008285;
}

/* Charcoal Button */
.btn-charcoal {
  color: #111111;
  background-color: transparent;
  border-color: #111111;
  padding: 10px 25px;
}

a:link.btn-charcoal, a:visited.btn-charcoal {
  color: #111111;
  text-decoration: none;
}

a:hover.btn-charcoal, a:focus.btn-charcoal, a:visited:hover.btn-charcoal, a:visited:focus.btn-charcoal {
  color: white;
  text-decoration: none;
}

.btn-charcoal:hover,
.btn-charcoal:focus,
.btn-charcoal:active,
.btn-charcoal.active,
.open .dropdown-toggle.btn-charcoal {
  color: white;
  background-color: #111;
  border-color: #111111;
}

.btn-charcoal:active,
.btn-charcoal.active,
.open .dropdown-toggle.btn-charcoal {
  background-image: none;
}

.btn-charcoal.disabled,
.btn-charcoal[disabled],
fieldset[disabled] .btn-charcoal,
.btn-charcoal.disabled:hover,
.btn-charcoal[disabled]:hover,
fieldset[disabled] .btn-charcoal:hover,
.btn-charcoal.disabled:focus,
.btn-charcoal[disabled]:focus,
fieldset[disabled] .btn-charcoal:focus,
.btn-charcoal.disabled:active,
.btn-charcoal[disabled]:active,
fieldset[disabled] .btn-charcoal:active,
.btn-charcoal.disabled.active,
.btn-charcoal[disabled].active,
fieldset[disabled] .btn-charcoal.active {
  background-color: white;
  border-color: #111111;
}

.btn-charcoal .badge {
  color: white;
  background-color: #111111;
}

/* purple button */
.btn-purple {
  color: #8267BC ;
  background-color: white;
  border-color: #8267BC ;
  padding: 10px 25px;
}

a:link.btn-purple, a:visited.btn-purple {
  color: #8267BC ;
  text-decoration: none;
}

a:hover.btn-purple, a:focus.btn-purple, a:visited:hover.btn-purple, a:visited:focus.btn-purple {
  color: white;
  text-decoration: none;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: white;
  background-color: #8267BC ;
  border-color: #8267BC ;
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: white;
  border-color: #8267BC ;
}

.btn-purple .badge {
  color: white;
  background-color: #8267BC ;
}


/* mobile nav menu button */
.mobile-nav-btn {
  color: white;
  background-color: transparent;
  border-color: white;

}

.mobile-nav-btn:hover,
.mobile-nav-btn:focus,
.mobile-nav-btn:active,
.mobile-nav-btn.active,
.open .dropdown-toggle.mobile-nav-btn {
  	border: 1px solid #111;
	color: #111;
	background-color: transparent;
}

.mobile-nav-btn:active,
.mobile-nav-btn.active,
.open .dropdown-toggle.mobile-nav-btn {
  background-image: none;
}

.mobile-nav-btn.disabled,
.mobile-nav-btn[disabled],
fieldset[disabled] .mobile-nav-btn,
.mobile-nav-btn.disabled:hover,
.mobile-nav-btn[disabled]:hover,
fieldset[disabled] .mobile-nav-btn:hover,
.mobile-nav-btn.disabled:focus,
.mobile-nav-btn[disabled]:focus,
fieldset[disabled] .mobile-nav-btn:focus,
.mobile-nav-btn.disabled:active,
.mobile-nav-btn[disabled]:active,
fieldset[disabled] .mobile-nav-btn:active,
.mobile-nav-btn.disabled.active,
.mobile-nav-btn[disabled].active,
fieldset[disabled] .mobile-nav-btn.active {
  background-color: white;
  border-color: white;
}

.mobile-nav-btn .badge {
  color: white;
  background-color: white;
}

/* END BUTTONS */

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Slab';
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

.orange {
	color: #CF4817!important;
}

.teal {
	color: #008285!important;
}

.charcoal {
	color: #111!important;
}

.white {
	color: white!important;
}

.purple {
	color: #8267BC!important;
}

.kingfisher {
	color: #117BA2!important;
}

.blockquote {
	border-left: 5px solid #CF4817;
}

.blockquote-reverse {
	border-right: 5px solid #CF4817;
}

/* More Global Stuff */

.hr-orange {
	border-top: 1px solid #CF4817;
}

.hr-black {
	border-top: 1px solid #555;
}

.col-center {
    float: none;
    margin: 0 auto;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom30 {
	margin-bottom: 30px;
}

.top20 {
	margin-top: 20px;
}

.top30 {
	margin-top: 30px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

ul.no_bullet {
list-style-type: none;
padding-left: 20px;
}

li.teal-list {
background: url('https://www.cobleskill.edu/_resources/images/tealbullet.png') no-repeat left 7px;
padding-left: 12px;
display: block;
margin-bottom: 10px;
}

li.orange-list {
background: url('https://www.cobleskill.edu/_resources/images/orangebullet.png') no-repeat left 7px;
padding-left: 12px;
display: block;
margin-bottom: 10px;
}

li.purple-list {
background: url('https://www.cobleskill.edu/_resources/images/purplebullet.png') no-repeat left 7px;
padding-left: 12px;
display: block;
margin-bottom: 10px;	
}

li.black-list {
background: url('https://www.cobleskill.edu/_resources/images/blackbullet.png') no-repeat left 7px;
padding-left: 12px;
display: block;
margin-bottom: 10px;	
}

ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

ol li {
	margin-bottom: 10px;
	
	padding-left: 12px;
}

.sidebar {
	padding: 10px;
}

.sidebar-purple {
	padding: 10px;
	background-color: #8267BC ;
}

.sidebar-outline {
	border: 1px solid #CF4817;
	padding: 10px;

}

.sidebar-teal {
	background-color: #008285;
	padding: 10px;
}

.sidebar-orange {
	background-color: #CF4817;
	padding: 10px;
}

.fourohfour {
	padding-top: 40px;
	padding-bottom: 40px;
}

.grow { 
	transition: all .2s ease-in-out; }
.grow:hover { 
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.progress {
  height: 40px;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  position: relative;
  width: 0;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #CF4817;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}

.progress-sp {
  height: 40px;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #333;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar-sp {
  float: left;
  position: relative;
  width: 0;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  text-align: center;
  background-color: #CF4817;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}



/* General iframe responsive onehundred oct 14 2021 -  */
.iframe-containeronehundred {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}

.iframe-containeronehundred iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}



/* Video Players - Responsive iFrames */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* change this based on aspect ratio of video -height is what percentage of width- */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Calendar Embeds - Responsive iFrames */
.responsiveCal { 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
}
 
.responsiveCal iframe {
position: absolute; top:0; left: 0; width: 100%; height: 100%; 
}

/* Flickr Gallery Embeds - Responsive iFrames */

.flickr-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.flickr-iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	
}


/* Youtube embed */
.videocontainer {
  background: #e3e3e3;
  margin-bottom: 20px;
  padding-bottom: 50px;
}



/* Icons */
@font-face {
  font-family: 'cobycon';
  src:  url('icons/cobycon.eot?5s2l4z');
  src:  url('icons/cobycon.eot?5s2l4z#iefix') format('embedded-opentype'),
    url('icons/cobycon.woff2?5s2l4z') format('woff2'),
    url('icons/cobycon.ttf?5s2l4z') format('truetype'),
    url('icons/cobycon.woff?5s2l4z') format('woff'),
    url('icons/cobycon.svg?5s2l4z#cobycon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.bigicon {
	padding-top: 25px;
	padding-bottom: 8px;
}

.bigicon a:link > .cobycon, .bigicon a:visited > .cobycon, .bigicon a:link > .glyphicon, .quickicon a:visited > .glyphicon {
	font-size: 100px;
	color: #111;
}

.bigicon a:hover > .cobycon, .bigicon a:focus > .cobycon, .bigicon a:visited:hover > .cobycon, .bigicon a:visited:focus > .cobycon,  .bigicon a:hover > .glyphicon, .bigicon a:focus > .glyphicon, .bigicon a:visited:hover > .glyphicon, .bigicon a:visited:focus > .glyphicon {
	font-size: 100px;
	color: #008285;
}

.cobycon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cobycon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-search2:before {
  content: "\e901";
}
.icon-mortarboard2:before {
  content: "\e902";
}
.icon-mortarboard3:before {
  content: "\e903";
}
.icon-mortarboard4:before {
  content: "\e904";
}
.icon-mailbox:before {
  content: "\e905";
}
.icon-mortarboard:before {
  content: "\e906";
}
.icon-attendance:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e908";
}
.icon-bandaid:before {
  content: "\e909";
}
.icon-pencil:before {
  content: "\e90a";
}
.icon-twohands-heart:before {
  content: "\e90b";
}
.icon-snapchat:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e90d";
}
.icon-instagram:before {
  content: "\e90e";
}
.icon-linkedin:before {
  content: "\e90f";
}
.icon-twitter:before {
  content: "\e910";
}
.icon-plane:before {
  content: "\e911";
}
.icon-bed:before {
  content: "\e912";
}
.icon-dresser:before {
  content: "\e913";
}
.icon-sneaker2:before {
  content: "\e914";
}
.icon-stand:before {
  content: "\e915";
}
.icon-envelope:before {
  content: "\e916";
}
.icon-pin:before {
  content: "\e917";
}
.icon-cons-93:before {
  content: "\e918";
}
.icon-document3:before {
  content: "\e919";
}
.icon-gift:before {
  content: "\e91a";
}
.icon-hand-gift:before {
  content: "\e91b";
}
.icon-hand-grow:before {
  content: "\e91c";
}
.icon-mouse:before {
  content: "\e91d";
}
.icon-sneaker:before {
  content: "\e91e";
}
.icon-tissues:before {
  content: "\e91f";
}
.icon-car:before {
  content: "\e920";
}
.icon-delete:before {
  content: "\e921";
}
.icon-lifering:before {
  content: "\e922";
}
.icon-mail3:before {
  content: "\e923";
}
.icon-wintersession:before {
  content: "\e924";
}
.icon-chatbubbles:before {
  content: "\e925";
}
.icon-community2:before {
  content: "\e926";
}
.icon-summersession:before {
  content: "\e927";
}
.icon-summersession2:before {
  content: "\e928";
}
.icon-sva:before {
  content: "\e929";
}
.icon-bullhorn:before {
  content: "\e92a";
}
.icon-cart:before {
  content: "\e92b";
}
.icon-cellphone:before {
  content: "\e92c";
}
.icon-document:before {
  content: "\e92d";
}
.icon-mail2:before {
  content: "\e92e";
}
.icon-medal:before {
  content: "\e92f";
}
.icon-phone:before {
  content: "\e930";
}
.icon-tv:before {
  content: "\e931";
}
.icon-tv2:before {
  content: "\e932";
}
.icon-award:before {
  content: "\e933";
}
.icon-board:before {
  content: "\e934";
}
.icon-family:before {
  content: "\e935";
}
.icon-lightbulb:before {
  content: "\e936";
}
.icon-lightbulb2:before {
  content: "\e937";
}
.icon-presentation:before {
  content: "\e938";
}
.icon-gear:before {
  content: "\e939";
}
.icon-gears:before {
  content: "\e93a";
}
.icon-news2:before {
  content: "\e93b";
}
.icon-tickets:before {
  content: "\e93c";
}
.icon-tickets2:before {
  content: "\e93d";
}
.icon-trophy:before {
  content: "\e93e";
}
.icon-book2:before {
  content: "\e93f";
}
.icon-diploma2:before {
  content: "\e940";
}
.icon-dollar:before {
  content: "\e941";
}
.icon-hand-give:before {
  content: "\e942";
}
.icon-meeting:before {
  content: "\e943";
}
.icon-paw:before {
  content: "\e944";
}
.icon-hail:before {
  content: "\e945";
}
.icon-news:before {
  content: "\e946";
}
.icon-postcard:before {
  content: "\e947";
}
.icon-snowshowers:before {
  content: "\e948";
}
.icon-thunderstorm:before {
  content: "\e949";
}
.icon-tornado:before {
  content: "\e94a";
}
.icon-cloudy:before {
  content: "\e94b";
}
.icon-overcast:before {
  content: "\e94c";
}
.icon-overcast2:before {
  content: "\e94d";
}
.icon-rain:before {
  content: "\e94e";
}
.icon-snow:before {
  content: "\e94f";
}
.icon-snow2:before {
  content: "\e950";
}
.icon-snow3:before {
  content: "\e951";
}
.icon-sun:before {
  content: "\e952";
}
.icon-sun2:before {
  content: "\e953";
}
.icon-windy:before {
  content: "\e954";
}
.icon-briefcase:before {
  content: "\e955";
}
.icon-chatbubble:before {
  content: "\e956";
}
.icon-upd:before {
  content: "\e957";
}
.icon-book:before {
  content: "\e958";
}
.icon-hand-heart:before {
  content: "\e959";
}
.icon-map:before {
  content: "\e95a";
}
.icon-pencilwrite:before {
  content: "\e95b";
}
.icon-search:before {
  content: "\e95c";
}
.icon-warning:before {
  content: "\e95d";
}
.icon-cord:before {
  content: "\e95e";
}
.icon-document2:before {
  content: "\e95f";
}
.icon-dorm:before {
  content: "\e960";
}
.icon-hr:before {
  content: "\e961";
}
.icon-calendar:before {
  content: "\e962";
}
.icon-calendar2:before {
  content: "\e963";
}
.icon-computer:before {
  content: "\e964";
}
.icon-diploma:before {
  content: "\e965";
}
.icon-pushpin:before {
  content: "\e966";
}
.icon-calculator:before {
  content: "\e967";
}
.icon-camera:before {
  content: "\e968";
}
.icon-clock:before {
  content: "\e969";
}
.icon-community:before {
  content: "\e96a";
}
.icon-hand-bulb:before {
  content: "\e96b";
}
.icon-location:before {
  content: "\e96c";
}
.icon-certificate:before {
  content: "\e96d";
}
.icon-money:before {
  content: "\e96e";
}
.icon-piggybank:before {
  content: "\e96f";
}
.icon-card:before {
  content: "\e970";
}
.icon-card2:before {
  content: "\e971";
}
.icon-laundry:before {
  content: "\e972";
}
.icon-silverware:before {
  content: "\e973";
}
.icon-bentc:before {
  content: "\e974";
}

.feature-container{
  
  border: 1px solid black;
  padding: 30px;
}

/* New Homepage 2023 */
.full-screen {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.jumbotron h1 {
  color: green;
  font-size: 48px;
  text-align: center;
  margin-top: 250px;
}

