/**
 * Merced Community College Core Styles
 * Author: [JT] jeribai.com
 * Date: 05/13/2015
 * Version: v1.0
 
 * Hex Color Palette:
   - white: #fff;
   - silver: #ccc;
   - gold: #e8b538; rgb 232,181,56
   - blue: #16458d; rgb 22,69,141
   - navy: #092146; rgb 9,33,70
   - tan: #b19377;
   - brown: #6e4d34;
   - taupe: #706762;
   - espresso: #342e29; rbg 52,46,41
test
**/

/* HTML + Customs
========================================================================== */
   
body { color: #777; font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300 !important;
}

.white { color: #fff !important; }
.silver { color: #ccc; }
.gold { color: #e8b538; }
.blue { color: #16458d; }
.navy { color: #092146; }
.tan { color: #b09377; }
.brown { color: #6f4e35; }
.taupe { color: #706762; }
.espresso { color: #342e29; }
.highlight { background-color: #f8f3a9; }

/* - - - HTML FORM - - - */

.form-submit {
	padding: 10px 20px;
	color: #fff;
	background: #16458d;
	border: none;
}

textarea { min-height: 150px; }
figure {float: right;}
figcaption {font-style: italic; font-size: 90%;}
input[type="checkbox"],
input[type="radio"] {margin: 0 7px 1rem 10px;}
label.control-label {font-weight: bold;}
fieldset legend {
	background: none;
	font-size: 1.3em;
	font-weight: normal;
}

/*override foundation styles for error msg on form required fields*/
.label-important {
    background-color: #f8f3a9;
    color: #000;
    font-size: 0.75rem;
}

/* Structure
========================================================================== */
   
/* Emergency Alert
-------------------------------------------------------------------------- */
#emergency-alert {
	padding: 15px 20px;
	color: #342e29;
	background: #e8b538;
}
	#emergency-alert button { right: 10px; padding: 0 !important; }
	
	.alert-box {
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}
	.alert-box strong {
		display: block;
		font-size: 24px;
		text-align: center;
	}
	.alert-box p {
		width: 60%;
		padding: 0 20px;
	}

    #emergency-minimal {
        background-color: #e8b538;
        display: flow-root;
        color: black;
        text-align: center;
    }
    
    #emergency-minimal p {
        margin: auto;
        padding: 8px;
    }
	

/* Masthead
-------------------------------------------------------------------------- */
#top-nav {
	min-height: 40px;
	background: #092146;
}
	#top-nav a {
		display: block;
		padding: 0 20px;
		line-height: 40px;
		color: #999;
		font-size: 15px;
		transition: color 0.3s ease;
	}
		#top-nav a:hover { color: #fff; text-decoration: underline}
		#top-nav a:first-of-type { padding-left: 0; }
	
	#user-nav {
		float: left;
		margin-left: 20px;
	}

/* top action buttons */
.apply-button {
	margin: 5px 0 0 10px !important;
	background-color: #e8b538;
	color: #000 !important;
	border: none;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px; 
	padding-bottom: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.apply-button:hover {
	background-color: #ffffff;
}

.giving-button {
	margin: 5px 0 0 10px;
	background-color: #aaaaaa;
	color: #000 !important;
	border: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px; 
	padding-bottom: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.giving-button:hover {
	background-color: #ffffff;
}

/* google search bar */
        .search-wrapper {
			margin: 0px;
            background: rgba(22, 69, 141, .8);
            width: 100%;
            padding: 15px;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
        }
        
        .search-wrapper input {
			margin:0px;
            width: 88%;
			height: auto;
            padding: 15px 20px;
            border: none;
            border-radius: 5px;
        }
        
        .search-wrapper button {
			margin:0px;
            background: none;
            border: none;
            width: 10%;
            position: relative;
            cursor: pointer;
        }

		#search-2 {
			float: right;
			width: 180px;
			height: 30px;
			margin: 5px 0 0 10px;
			padding-left: 40px;
		    color: #91A7C8;
		    font-family: 'FontAwesome', 'Lato', sans-serif;
		    background: #16458d; 			
			border: 0 none;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			transition: all 0.5s ease;
		}
		#search-2:focus, #search-2:focus + input {
		    width: 300px;
		    height: 40px;
		    margin: 0 0 0 10px;
		    color: #333;
		    background: #f1f1f1;
		    border-radius: 0px;
		    -moz-border-radius: 0px;
		    -webkit-border-radius: 0px;
		}
		}

		.search-box {
		  	position: relative;	
		}

		.search-box i {
			  position: relative;
			  left: 40px;
			  top: 10px;
			  color: #91A7C8;
		}

/* Top-Nav Search
------------------------- */

	#top-search {
		float: right;
		margin-right: 20px;
	}
		#top-search label {
			float: left;
			color: #999;
			font-style: italic;
			line-height: 40px;
		}
		#search {
			float: right;
			width: 200px;
			height: 30px;
			margin: 5px 0 0 10px;
		    color: #91A7C8;
		    font-family: 'FontAwesome', 'Lato', sans-serif;
		    background: #16458d; 			
			border: 0 none;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			transition: all 0.5s ease;
		}
		#search:focus, #search:focus + input {
		    width: 300px;
		    height: 40px;
		    margin: 0 0 0 10px;
		    color: #333;
		    background: #f1f1f1;
		    border-radius: 0px;
		    -moz-border-radius: 0px;
		    -webkit-border-radius: 0px;
		}
		
		input .search { 
			padding-left: 10px;
		}

		.askmc-me-2 {
    		color: #e8b538;
    		font-weight: bold;
		}

@media screen and (min-width: 80px) and (max-width: 340px) {
	#search {
		width: 150px;
	}
}

/* Google Search Results (override Google styles)
------------------------- */

#google-results .gsc-above-wrapper-area-container, #google-results table  {
		border: 0px solid #ffffff;
	}

#google-results .gsc-selected-option-container {
		min-width: 100px;
	}
	
#google-results .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
		border-bottom: 1px #cccccc solid;
	}
	
#google-results .gsc-thumbnail-inside {
		line-height: 1.5em;
	}


/* Online Chat - Counselor
------------------------- */

button.counselor-chat, .button.counselor-chat {
    background-color: #f6f7f8;
    border-color: #16458d;
	border-width: 2px; 
    color: #fafafa; }
    button.counselor-chat:hover, button.counselor-chat:focus, .button.counselor-chat:hover, .button.counselor-chat:focus {
      background-color: #B8C7DC; }
    button.counselor-chat:hover, button.counselor-chat:focus, .button.counselor-chat:hover, .button.counselor-chat:focus {
      color: #FFFFFF; }



/* Branding
-------------------------------------------------------------------------- */
#branding {
	height: 115px;
	background: #16458d;
}
	#logo {
		float: left;
		height: 60px;
		margin: 27px 0 0 20px;
		line-height: 60px;
		color: #fff;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 10px;
	}
		#logo img { margin: -6px 16px 0 0; }	
		
		#logo a,
		#logo a:hover,
		#logo a:visited {
			display: block;
			color: #fff;
			text-decoration: none;
		}		
	
	/* QuickNav
	------------------------- */
	#quick-nav {
		float: right;
		width: 500px;
		margin: 5px 20px 0 0;
		text-align: right;
	}
		#quick-nav a {
			display: inline-block;
			width: 25%;
			margin: 20px 0 0 -4px;
			padding: 10px 0;
			text-align: center;
			color: #e8b538;
			border-left: 1px solid #456aa4;
			transition: all 0.3s ease;
			text-decoration: none;
		}
			#quick-nav a:hover { color: #fff; }
			#quick-nav a:last-of-type{
				border-right: 1px solid #456aa4;
			}
		#quick-nav i {
			display: block;
			font-size: 18px;
			line-height: 21px;
			transition: all 0.3s ease;
		}
		#quick-nav label {
			font-size: 16px;
			color: #e8b538;
			transition: all 0.3s ease;
		}
			#quick-nav a:hover i { font-size: 20px; }

/* MainNav
-------------------------------------------------------------------------- */		
#home #main-nav,
#page #main-nav {
	position: absolute;
	width: 100%;
	height: 60px;
	background: rgba(22,69,141, .8);
	z-index: 9999;
}
#page-min #main-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: rgba(22,69,141, .8);
	z-index: 9999;
}	
	#main-nav ul { position: relative; }
	#main-nav li {
		display: block;
		float: left;
		/*
			width: 16.66%; 
		*/
		width: 20%; 
	}	
	#main-nav li > a {
		display: block;
		position: relative;
		text-align: center;
		line-height: 60px;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		text-shadow: 0px 1px 1px #0a3371;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		transition: background 0.3s ease .15s;
	}
		#main-nav li:hover > a {
			color: #fff;
			text-shadow: none;
			background: #092146;
		}
		
	#main-nav li .megamenu {
	    position: absolute;
	    top: 60px;
	    left: 0;
	    width: 100%;
	    padding: 50px 0;
	    text-align: center;
	    color: #777;
	    opacity: 0;
	    visibility: hidden;
	    overflow: hidden;
	    background: rgba(255,255,255, .95);
	    border-bottom: 4px solid #16458d;
	    transition: all .3s ease .15s;
	    -o-transition: all .3s ease .15s;
	    -ms-transition: all .3s ease .15s;
	    -moz-transition: all .3s ease .15s;
	    -webkit-transition: all .3s ease .15s;
	 	z-index: 9999999;
	}
	#main-nav li:hover .megamenu {
	    display: block;
	    opacity: 1;
	    visibility: visible;
	    overflow: visible;
	    z-index: 9999999;
	}
	#main-nav li li:hover > a:after { display: none; }
	
	.nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.nav li { display: inline-block; }
	
/* MegaMenu
------------------------- */
#main-nav .megamenu .row {
	position: relative;
	margin: 0 auto;
}	
	#main-nav .megamenu .columns { text-align: left; }
	#main-nav .megamenu ul {
		margin: 0;
		padding-top: 15px;
	}
	#main-nav .megamenu li {
		display: block;
		float: none;
		width: 100%;
	}
	#main-nav .megamenu p { padding-top: 15px; }
	
	#main-nav .megamenu strong {
		color: #16458d;
		font-size: 16px;
		font-weight: 700;
		line-height: 100%;
	}
	#main-nav .megamenu li a {
		display: block;
		position: relative;
		padding: 8px 0;
		line-height: 100%;
		text-align: left;
		text-transform: none;
		color: #777;
		font-size: 16px;
		font-weight: 400;
		background: none;
		text-shadow: none;
	}
		#main-nav .megamenu a:hover { color: #16458d; }
	
	#main-nav .megamenu .end { text-align: right; }
	
	#main-nav .megamenu-column-img-right {
		float: right;
		width: 50%;
		height: auto;
		margin: 0 0 10px 15px;
	}
	#main-nav .megamenu-column-img-left {
		float: left;
		width: 50%;
		height: auto;
		margin: 0 15px 10px 0;
	}
	
/* Mobile Nav
------------------------- */
#navicon {
	display: none;
	float: left;
	height: 32px;
	margin: 8px 0 0 20px;
}

#mobile-nav {
	display: none;
	margin: 0;
	padding: 20px;
	border-top: 1px solid #16458d;
	clear: both;
}	
	#mobile-nav ul,
	#mobile-nav li {
		margin: 0;
		list-style: none;
	}
	/* Main Nav */
	.mobile-nav-main-menu {
		float: left;
		width: 50%;
	}
	.mobile-nav-main-menu li {
		margin-bottom: 1px !important;
		padding: 0;
	}
	.mobile-nav-main-menu a {
		padding-left: 25px !important;
		color: #fff !important;
		font-size: 18px !important;
		line-height: 50px !important;
		text-transform: uppercase;
		text-shadow: 0px 1px 1px #0a3371;
		background: #0b2c5e;
		transition: all .3s;
	}
		.mobile-nav-main-menu a:hover {
			background: #16458d;
		}

    /* apply button */
	.mobile-apply {
		display: block;
		margin-left: 20px;
		float: left;
		width: 50%;
	}
	.mobile-apply li {
		margin-bottom: 1px !important;
		padding: 0;
	}
	.mobile-apply a {
		padding-left: 25px !important;
		color: #000000 !important;
		font-size: 18px !important;
		line-height: 50px !important;
		text-transform: uppercase;
		text-shadow: 0px 1px 1px #0a3371;
		background: #e8b538;
		transition: all .3s;
	}
		.mobile-apply a:hover {
			background: #FFF;
		}
		
	/* Mobile Top Nav */
	.mobile-nav-top-nav {
		float: left;
		width: 25%;
		padding-left: 30px;
	}
	.mobile-nav-top-nav a {
		font-size: 16px !important;
	}
	.mobile-nav-top-nav li {
		padding: 0px;
	}
	
	/* Mobile Quick Nav */
	.mobile-nav-quick-nav {
		float: right;
		width: 25%;
	}
	.mobile-nav-quick-nav a {
		font-size: 16px !important;
	}
	.mobile-nav-quick-nav li { padding: 0px 20px; }
	.mobile-nav-quick-nav i {
		width: 15px;
		margin-right: 5px;
		text-align: center;
	}
	

/* Royal Slider 
-------------------------------------------------------------------------- */
#slider { overflow: hidden; }


/* Feature Blocks 
-------------------------------------------------------------------------- */
#featured {
	position: relative;
	margin-top: -200px !important;
	margin-bottom: 40px;
	z-index: 999;
}	
	.featured-bg {
		padding: 40px 20px;
		background-color: rgba(9,33,70, .8);
		background-image: url(/_resources/_images/backgrounds/vert-lines-texture-bg.png);
	}
		

/* Content - Home 
-------------------------------------------------------------------------- */
main { background: #fff; }
	main section h2 {
		margin-bottom: 20px;
		color: #16458d;
		text-align: center;
	}
	main a { color: #16458d ; text-decoration: underline; }
	main a:hover { color: #092146 ; }
	
	main section {
		margin-bottom: 40px;
	}
	
/* News / Events
------------------------- */
	.news-events .row { padding: 0 20px 30px !important; }
		
		.news-events .columns {
			margin: 0;
			padding: 0;
			font-size: 15px;
		}
		.news-events ul,
		.news-events li {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		.news-events a {
			padding-top: 5px;
		}
			.news-events a:hover{
				text-decoration: underline;
			}
		.news-events h6 {
			margin-bottom: 20px;
			padding-top: 7px;
			color: #16458d;
			font-size: 15px;
			font-weight: 400 !important;
			line-height: 12px;
		}
			.news-events .fa-caret-right {
				padding-left: 5px;
				color: #e8b538;
				font-size: 18px;
				vertical-align: text-bottom;
			}
			
		a.read-more { color: #336699; }
		
/* News & Articles
------------------------- */		
	.news-articles { padding-right: 30px !important; }
		
		.news-articles h3 {
			padding-bottom: 10px;
			color: #16458d;
			font-size: 20px;
			font-weight: 400 !important;
			text-transform: uppercase;
			border-bottom: 1px solid #f1f1f1;
		}
			.news-articles h3 i { color: #ca981c; }
			
		.news-articles img {
			float: left;
			margin-right: 20px;
		}
		.news-articles li {
			padding: 20px 0;
			line-height: 18px;
			border-bottom: 1px solid #f1f1f1;
		}
			.news-articles li:first-of-type { padding-top: 10px; }
			.news-articles li:last-of-type  { padding-bottom: 20px; }
			
		.news-articles strong {
			color: #342e29;
			font-size: 16px;
			font-weight: 400 !important;
			margin-bottom: -10px !important;
		}
		
/* Upcoming Events
------------------------- */
	.upcoming-events { padding-left: 25px !important; }
		.upcoming-events .columns:first-of-type { padding-right: 25px !important; }
		.upcoming-events .columns:last-of-type { padding-left: 25px !important; }
		
		.upcoming-events h3 {
			color: #16458d;
			font-size: 20px;
			font-weight: 400 !important;
			text-transform: uppercase;
		}
			.upcoming-events h3 i { color: #ca981c; }
			
		.upcoming-events h4 {
			height: 35px;
			margin: 0;
			padding: 0 0 0 10px;
			line-height: 35px;
			color: #777;
			font-size: 14px;
			font-weight: 700 !important;
			background: #e9e7e1;
		}
		.upcoming-events li {
			padding: 20px 0 20px 10px;
			line-height: 18px;
			border-bottom: 1px solid #f1f1f1;
		}
		.upcoming-events strong {
			color: #342e29;
			font-size: 16px;
			font-weight: 400 !important;
			margin-bottom: -10px !important;
		}
	
/* Campus Locations (added 10/7/15 -AN)
------------------------- */
	.campus-locations {
		margin-bottom: 0px;
		padding: 50px 0 80px;
		background: #949494 url(../_images/background/merced-county-bg.jpg) no-repeat center center fixed;
	}
		.campus-locations h3 {
			margin-bottom: 40px;
			text-align: center;
			color: #fff;
			font-size: 36px;
			font-weight: 700 !important;
		}
		.campus {
			position: relative;
			background: #fff;;
		}
		.campus h3 {
			margin-bottom: 5px;
			padding: 20px 0 0 30px;
			color: #706762;
			text-align: left;
			line-height: 100%;
			font-size: 26px;
			font-weight: 300 !important;
			background: #fff;
		}
		.campus p {
			padding: 0 20px 20px 30px;
			background: #fff;
		}
	
		.campus-info {
			position: absolute;
			top: 300px;
			right: 30px;
			float: right;
			color: #929292;
			font-size: 44px;
			text-align: right;
			z-index: 999;
		}
			.campus-info i {
				margin-left: 15px;
			}

.row-pad { padding: 40px 0; }
.btm-pad { padding-bottom: 40px; }

/* Success Stories
------------------------- */
	.success-stories {
		margin-bottom: 0px;
		padding: 60px 0 80px;
		background: #e9e7e1;
	}
		.success-stories .row { padding: 0 20px; }

		.success-stories h3 {
			margin-bottom: 60px;
			text-align: center;
			line-height: 95% !important;
			color: #706762;
			font-size: 36px;
			font-weight: 700 !important;
		}
		.success-stories .orbit-slides-container img {
			float: left;
			margin-right: 30x;
			margin-bottom: 15px;
		}
		a.success-story-more {
			margin-top: 15px;
			padding: 10px 15px;
			border: 1px solid #16458d;
			text-decoration: none;
			transition: background .3s
		}
			a:hover.success-story-more {
				background: #c2bfb6;
			}

.row-pad { padding: 40px 0; }
.btm-pad { padding-bottom: 40px; }



/* Content - SubPage
-------------------------------------------------------------------------- */
#page-header {
	width: 100%;
	height: 400px;
	margin: 0 auto -115px;
	text-align: center;
	background-color: #eee;
	background-image: url(/_resources/_images/backgrounds/subpage-header-placeholder-img.jpg);
	background-position: center center;
}
#page-content {
	position: relative;
	margin: 0;
	padding: 0 0 30px 0;
	background-color: rgba(249,249,249, .85);
	z-index: 999;
}

#page-content .content a {color: #16458d; font-weight: bold;}
	#page-content .content a:hover {color: #133561; text-decoration: underline;}
	#page-content  .content a:focus {color: #16458d;}

	#page-content ul ul,
	#page-content ul ul ul { margin-bottom: 0px; }
	
	.content-header {
		position: relative;
		min-height: 115px; /*updated by OU - #29648*/
		margin-bottom: 30px;
		padding-top: 22px;
		z-index: 999;
	}
		.min { margin-bottom: 20px !important; border-bottom: 1px solid #e3e3e3; }
		
	h1.page-title {
		margin: 5px 0 3px;
		font-size: 36px;
		font-weight: 400 !important;
		color: #16458d;
		line-height: 110%;
		letter-spacing: -1px;
	}
	/*.sub-page-title {
		display: inline-block;
		color: #16458d !important;
		font-size: 2.125rem !important;
		font-weight: 300;
	}*/

.sub-page-title {
  display: inline-block;
  color: #16458d !important;
  font-size: 1.4em !important;
}
	.breadcrumbs {
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}
	.breadcrumbs li { display: inline; }
	.breadcrumbs a { color: #092146; }
	.breadcrumbs .current a { color: #555; text-decoration: none; }

/* Content - Subpage - Specific Styles - AN
-------------------------------------------------------------------------- */	

.paddingtop-relatedlinks {padding-top: 10px;}

table tbody td p {font-size: 1em; }
table tbody td ul  {font-size: 1em; }

/* override Foundation's default style */
button.tiny, .button.tiny { background: #e8b538; color: #333; font-size: .8em; font-weight:bold; }

/* override Foundation's default style */
button.tiny-chrome, .button.tiny-chrome { background: #151515; color: #fff !important; padding: 9px; font-size: .9em; }
button.tiny-chrome:hover, .button.tiny-chrome:hover { background: #666666 !important; }
button.tiny-chrome:a, .button.tiny-chrome:a { }

/* Content - iframe container for responsive videos - MF
--------------------------------------------------------------------------*/
.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Content - Clean Accordian - Image Accorian - MF
-------------------------------------------------------------------------- */	
.accordion-clean {
    background-color: #f9f9f9 !important;
    color: #444 !important;
    cursor: pointer;
    padding: 18px;
	margin-bottom: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
	font-weight: bold;
    transition: .04s;
}

.active, .accordion-clean:hover {
    color: #16458d !important;
}

.accordion-panel {
    padding: 0 18px;
    margin-bottom: 2px !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-image {
    color: #fff !important;
    cursor: pointer;
    width: 678px;
    height: 172px;
	margin: 0px;
	padding-left: 6px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    transition: .04s;
}


.active .accordion-image:hover {
    color: #fac932 !important;
}

.accordion-image-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.rotate.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.plus-rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.plus-rotate.down {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Content - Apply Now Accordian - AN
-------------------------------------------------------------------------- */	

.accordion .accordion-navigation > a {
	background: #092146 none repeat scroll 0 0; 
	color: #fff !important; 
	font-size: 1.4em; 
	margin-bottom: 2px; 
	margin-top: 2px;
}

.accordion .accordion-navigation > a:hover {
	background: #16458D none repeat scroll 0 0 !important; 
}

.accordion .accordion-navigation.active > a {
    background: #16458D none repeat scroll 0 0 !important;
}

.button-group-apply {
	text-align: center;
	}

.button-group-apply li > a {
	background: #fafafa;
	border: thin solid #16458D !important;
	}

.button-group-apply a:hover {
	background: #E8B538;
	}

.button-group-apply a:focus {
	background: #fafafa;
	}

/* Content - Hover tiles - depts/offices page - AN
-------------------------------------------------------------------------- */	

.box {
  font-size: 1.2em;
  padding: 3.2em 2em 2em;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 200px;
  float: left;
  margin: -1px 0 0 -1px;
  color: black;
  background: linear-gradient(
     white, white 50%, #C7C1BC 50%, #C7C1BC
  );
  background-size: 100% 202%;
  transition: all 0.2s ease;
  animation: down-bump 0.4s ease;
}
.box h2 {
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.2;
}
.box h3 {
  font: 0.8em "Lucida Grande", serif;
}

.box:hover {
  background-position: 100% 100%;
  animation: up-bump 0.4s ease;
}
.box:hover h2 {
  color: #48ad26;
}
.box:hover h2 span {
  color: white;
}
.box:hover h3 {
  color: #999;
}

@keyframes up-bump {
  0% { padding-top: 2em; }
  50% { padding-top: 1.5em; }
  100% { padding-top: 2em; }
}
@keyframes down-bump {
  0% { padding-top: 2em; }
  50% { padding-top: 2.5em; }
  100% { padding-top: 2em; }
}
/* Content - info-card MF
-------------------------------------------------------------------------- */	
.info-card {
    background-color: #092146;
    color: #ffffff !important;
    padding: 12px;
	margin-bottom: 12px;
	border: 1px solid white;
}

.info-card-button {
    background-color: #16458d;
    color: white !important;
    border-style: none;
    font-size: 16px;
    padding: 12px;
	margin-bottom: 12px !important;
}

.info-card-button a {
	color: white !important;	
}

.info-card-link {
	color: #e8b538 !important;
}

.info-card a i {
	color: #e8b538;
}

.info-card a i:hover {
	color: white;
}

.info-card-button:focus {
    background-color: #16458d;
    color: white;
}
.info-card-button:active {
    background-color: #16458d;
    color: white;
}

.info-card-button:hover {
    background-color: #e8b538;
    color: #16458d;
}

.info-card-link:hover {
    color: white;
}


.info-card h4{
	color: #ffffff !important;
	font-weight: bold !important;
}

.info-card h5{
	color: #ffffff !important;
	font-weight: bold !important;
}

/* Content - info-card-light MF
-------------------------------------------------------------------------- */	
.info-card-light {
    background-color: #ffffff;
    color: #16458d !important;
    padding: 12px;
	border: 1px solid #16458d;
	margin-bottom: 12px;
}

.info-card-light-button {
    background-color: #092146;
    color: #ffffff;
    border-style: none;
    font-size: 16px;
    padding: 12px;
}

.info-card-light-button a {
	color: white !important;	
}

.info-card-light-button:focus {
    background-color: #092146;
    color: #ffffff;
}
.info-card-light-button:active {
    background-color: #092146;
    color: #ffffff;
}

.info-card-light-button:hover {
    background-color: #16458d;
    color: #ffffff;
}

.info-card-light h4{
	color: #16458d !important;
	font-weight: bold !important;
}

/* Content - graphic-card-light MF
-------------------------------------------------------------------------- */	
.graphic-card-light {
    background-color: #ffffff;
    color: #16458d !important;
    padding: 12px;
	border: 1px solid #16458d;
	margin-bottom: 12px;
	position: relative;
	text-align: center;
}
.graphic-card-light-col {
	padding-left: .5rem;
	padding-right: .5rem;
}

.graphic-card-light-button {
    background-color: #092146;
    color: #ffffff;
    border-style: none;
    font-size: 16px;
    padding: 12px;
	margin-bottom: 0px;
}

.graphic-card-light i {
	color: #092146;
}

.graphic-card-light i:hover {
	color: #16458d;
}

.graphic-card-light-button:focus {
    background-color: #092146;
    color: #ffffff;
}
.graphic-card-light-button:active {
    background-color: #092146;
    color: #ffffff;
}
.graphic-card-light-button:hover {
    background-color: #16458d;
    color: #ffffff;
	
}
.graphic-card-light h3{
	color: #092146 !important;
	font-weight: bold !important;
}

/* Content - graphic-card-dark MF
-------------------------------------------------------------------------- */	
.graphic-card-dark {
    background-color: #092146;
    color: #ffffff !important;
    padding: 12px;
	margin-bottom: 12px;
	border: 1px solid white;
	position: relative;
	text-align: center;
}
.graphic-card-dark-col {
	padding-left: .5rem;
	padding-right: .5rem;
}

.graphic-card-dark-button {
    background-color: #16458d;
    color: white;
    border-style: none;
    font-size: 16px;
    padding: 12px;
	margin-bottom: 0px;
}

.graphic-card-dark i {
	color: #e8b538;

}

.graphic-card-dark i:hover {
    color: #16458d;
}

.graphic-card-dark a {
	color: #e8b538 !important;
}

.graphic-card-dark-button:focus {
    background-color: #16458d;
    color: white;
}
.graphic-card-dark-button:active {
    background-color: #16458d;
    color: white;
}
.graphic-card-dark-button:hover {
    background-color: #ffffff;
    color: #16458d;
	
}
.graphic-card-dark h3{
	color: #ffffff !important;
	font-weight: bold !important;
}


/* Content - image-card-light MF
-------------------------------------------------------------------------- */	
.image-card-container {
	position: relative;
	text-align: center;
	color: #092146;
}
.image-card-bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-weight: bold !important;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-card {
    background-color: #ffffff;
    color: #16458d !important;
    padding: 0px;
	border: 1px solid #16458d;
	margin-bottom: 12px;
	position: relative;
	text-align: center;
}
.image-card-col {
	padding-left: .5rem;
	padding-right: .5rem;
}
.image-card-bottom-left {
	color: #ffffff !important;
	font-weight: bold !important;
}


/* Content - Card-Fancy MF
-------------------------------------------------------------------------- */	
.card-fancy-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-fancy {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.overlay-color a{
  position: absolute; 
  bottom: 0; 
  background: rgb(9, 33, 70);
  background: rgba(9, 33, 70, 0.7); /* blue see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
}

.overlay-text a{
  position: absolute; 
  bottom: 0px; 
  left: 0px;
  padding: 10px;
  color: #f1f1f1 !important; 
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 1.9vw;
  font-weight: bold;
  text-align: left;
}

.overlay-text-center a {
    position: absolute;
	top: 75%;
    left: 0px;
    padding: 10px;
    color: #f1f1f1 !important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 100%;
}

.overlay-text-top a {
  position: absolute; 
  top: 0px; 
  left: 0px;
  padding: 10px;
  color: #f1f1f1 !important; 
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 1.9vw;
  font-weight: bold;
  text-align: left;
}

.overlay-text-mid a {
  position: absolute; 
  top: 30%; 
  left: 0px;
  padding: 10px;
  color: #f1f1f1 !important; 
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 1.9vw;
  font-weight: bold;
  text-align: center;
}

.overlay-text p {
  position: absolute; 
  bottom: 0px; 
  left: 0px;
  padding: 10px;
  color: #f1f1f1 !important; 
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 1vw;
  text-align: left;
}

.overlay-icon-center i {
    position: absolute;
    top: 25%;
    left: 0px;
    text-align: center;
    color: #f1f1f1;
    width: 100%;
    height: 100%;
}

.overlay-text-center i {
    position: absolute;
    top: 25%;
    left: 0px;
    text-align: center;
    color: #f1f1f1;
    width: 100%;
    height: 100%;
}

.card-fancy:hover{
    border: solid;
    border: white;
    cursor: pointer;
}

.card-fancy:hover .overlay-text a{
    transition: transform .5s ease;
    color: rgb(232, 181, 56) !important;
}

.card-fancy:hover .overlay-text-top a{
    transition: transform .5s ease;
    color: rgb(232, 181, 56) !important;
}
.card-fancy:hover .overlay-text-mid a{
    transition: transform .5s ease;
    color: rgb(232, 181, 56) !important;
}

.card-hover-zoom img{
  transition: transform .5s;
}

.card-fancy:hover img{
    transition: transform .5s ease;
    transform: scale(1.25);
}

.card-hover-zoom i {
    transition: transform .5s;
}
        
.card-fancy:hover i {
    transition: transform .5s ease;
    transform: scale(1.25);
}
@media only screen and (max-width: 640px){
	.overlay-text-center a {
		font-size: 25px;
	}
}
@media only screen and (max-width: 1196px){
	.overlay-text a {
		font-size: 18px;
	}
	.overlay-text p {
		font-size: 18px;
	}
	.overlay-text-top a {
		font-size: 30px;
	}
	.overlay-text-mid a {
		font-size: 30px;
	}
}
@media only screen and (min-width: 1570px){
	.overlay-text a {
		font-size: 30px;
	}
	.overlay-text-top a {
		font-size: 30px;
	}
	.overlay-text-mid a {
		font-size: 30px;
	}
	.overlay-text-center a {
		font-size: 20px;
	}
}
/* Content - blue-table MF
-------------------------------------------------------------------------- */	
#blue-table button {
			vertical-align: middle;
		}
		
		#blue-table {
		  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		  border-collapse: collapse;
		  width: 100%;
		  color: #ffffff !important;
			
		}
		
		#blue-table a {
			text-decoration: underline;
		}
		

		#blue-table td, #blue-table th {
		  padding: 6px;
		  border: 1px solid #ddd;
		}

		#blue-table th {
		  padding-top: 12px;
		  padding-bottom: 12px;
		  text-align: left;
		  font-size: 18px !important;
		  background-color: #092146;
		  color: white;
		}

		#blue-table i {
			color: #e8b538;
		}

/* Content - News-Card
-------------------------------------------------------------------------- */	
        .card-news-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .card-news {
            position: relative;
            padding: 0;
            overflow: hidden;
        }
        
        .news-text-box {
            position: relative;
            padding: 10px;
            overflow: hidden;
            text-align: center;
            z-index: 2;
        }
        
        .news-text a {
            color: #f1f1f1 !important;
            text-transform: uppercase;
            font-family: 'Lato', sans-serif;
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            text-decoration: underline;
        }

		.news-text h2 {
			color: #f1f1f1 !important;
            text-transform: uppercase;
            font-family: 'Lato', sans-serif;
            font-size: 24px;
            font-weight: bold !important;
		}
        
        .card-news:hover {
            border: solid;
            border: white;
        }
        
        .news-text a:hover {
            transition: transform .5s ease;
            color: rgb(232, 181, 56) !important;
        }
        
        .card-hover-zoom img {
            transition: transform .5s;
        }
        
        .card-news:hover img {
            transition: transform .5s ease;
            transform: scale(1.15);
        }

        
        @media only screen and (max-width: 650px) {
            #fullscreen {
                display: none;
            }
        }
        
        @media only screen and (min-width: 650px) {
            #smallScreen {
                display: none;
            }
        }


/* Content - Card-Basic using Foundation's equalizer
-------------------------------------------------------------------------- */	

.card-basic {
  background: #ffffff;
	padding: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
 }

#card-basic a span  { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
}

#card-basic-link {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
}

#card-basic-link:hover {
	background-color: #fafafa;  
}

#card-basic-link:active {
	background-color: #fafafa;
}


/* Content - Card-Basic customized for LFM's Journey Project 
-------------------------------------------------------------------------- */	

.card-basic-j {
  background: #ffffff;
	padding: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
	text-align: center;
 }

.card-basic-j-button {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

#card-basic-jlink a span { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
}

#card-basic-jlink {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
	text-align: center;
}

#card-basic-jlink:hover {
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0; 
}

#card-basic-jlink:active {
	background-color: #fafafa;
}

#card-basic-jlink i {
	color: #16458D; /*#E46C0A;*/
}



/* Content - College Profile/Fun Facts -AN
-------------------------------------------------------------------------- */

.funfacts-globe-text { margin-top: .3em; }
.funfacts-file-text { margin-top: .2em; }

.funfacts-fa-stack { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.funfacts-stacked-icons {
  margin-top: 20px;
  text-align: center; 
  font-size: 1.5em; /*controls size of icons and text while keeping elements aligned nicely */
}
.funfacts-fa-stack + .fa-stack { margin-left: .3em;}
.funfacts-fa-stack { margin-bottom: 20px; }


/* Content - Post-It Note Call-out -AN
-------------------------------------------------------------------------- */ 
.post-it {
background:#fefabc; 
padding:15px; 
font-family: 'Gloria Hallelujah', cursive; 
font-size:15px; 
color: #000; 
width:200px; 

-moz-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-o-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);

box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

}

/* Content - ISS Custom Styles - AN
-------------------------------------------------------------------------- */	

.iss-button-menu-container{}
	
.iss-button-menu {
	float: right;
}

.iss-button-menu a{
background: #DEE1DC;
}

.iss-button-menu a:hover {
background: #f5f5f5;
}


/* Content - Article Category / Single
-------------------------------------------------------------------------- */
.page-category article {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}
	.page-category article:last-of-type { margin-bottom: 0px; }
	.page-category article img {
		float: left;
		width: 250px;
		height: auto;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.page-category article h3 { font-weight: 400 !important; line-height: 110%; }
	.page-category article .article-date { color: #16458d; }
	
.page-single article img {
	float: right;
	width: 40%;
	height: auto;
	margin-left: 30px;
	margin-bottom: 20px;
}




	.page-single article .article-date { color: #777777; margin-bottom: 10px; font-weight: bold; }
	

/* Content - Faculty
-------------------------------------------------------------------------- */
.faculty-staff img {
	width: 100%;
	height: auto;
	margin-bottom: 5px; }

.faculty-staff a {
	text-decoration: none;
}
	.faculty-staff a:hover {
		text-decoration: underline;
	}
	
.faculty-header {
	margin-bottom: 30px;
	background: #706762;
}
	.faculty-header img {
		float: left;
		width: 40%;
		height: auto;
	}
	.faculty-info {
		float: right;
		width: 60%;
		padding: 25px 25px 0 30px;
		color: #fff;
	}
		.faculty-info h4 {
			color: #fff;
			line-height: 110%;
		}
	.faculty-phone,
	.faculty-email {
		line-height: 28px;
	}

	.faculty-phone a,
		.faculty-email a {
			color: #E9E7E1 !important;
		}
		.faculty-info i {
			margin: 2px 5px 0 0;
			color: #e9e7e1;
			font-size: 24px;
		}
		.faculty-info a {
			display: inline-block;
			color: #fff;
			font-size: 16px;
		}
			.faculty-info a:hover { text-decoration: underline;}
			

/* Content - Board
-------------------------------------------------------------------------- */
.board .row { margin-bottom: 10px; }
.board h3 { color: #6d4d34; }

.board-member { margin-bottom: 30px; }

	.board-division {
		margin: 0 20px 20px 20px;
		padding-bottom: 5px;
		border-bottom: 1px solid #e3e3e3;
	}
	h4.board-division,
	h5.board-division {
		color: #6d4d34 !important;
		font-weight: 400 !important;
	}
	.board-member img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	
	.board-member a { text-decoration: none; }
	
		.board-member a:hover { text-decoration: underline; }
		
		.board-info h4 {
			margin-bottom: 3px;
			line-height: 110%;
			font-size: 22px;
		}
		.board-info p {
			margin-bottom: 15px;
			line-height: 105%;
			color: #6d4d34;
		}
		.callout {
			padding: 15px 20px;
			border-left: 5px solid #b19377;
			background: #f1f1f1;
		}

		.callout-alt {
			padding: 15px 20px;
			border-left: 5px solid #b8c7dc;
			background: #f1f3f5;
		}
	
	.board-area {
		display: block;
		font-weight: 300;
	}
		
	.board-phone,
	.board-email {
		line-height: 25px;
	}
		.board-member .board-info i {
			margin-right: 5px;
			color: #b19377;
			font-size: 17px;
		}
		.board-info a {
			display: inline-block;
			color: #16458d;
		}	
			.board-info a:hover { 
				color: #6d4d34;
				text-decoration: underline;
			}
	
	.board-term {
		margin-top: 10px;
		font-size: 12px;
		color: #b19377;
	}
	.board-intro {
		margin-bottom: 20px !important;
		padding-bottom: 10px;
		border-bottom: 1px solid #e3e3e3;
	}

/* Headshots / Profile Shots added AN 2/14/2019
------------------------- */

.headshots img {
	max-width: 160px; 
	width: 100%; 
	height: auto; 
	border: 1px solid #e3e3e3; 
	padding: 4px;
}	

/* SubPage Sidebar
------------------------- */
[id*='sidebar-'] {
	display: block;
	position: relative;
	padding-top: 35px;
	z-index: 999;
}
	#sidebar-left { display: block; }
	
	aside.alt { padding-top: 0px !important; }

.sidebar section {
	margin: 0 0 0px; /* changed from margin: 0 0 30px; because it created extra top padding */
	border-bottom: 0px solid #e3e3e3; /* make border 0 to get rid of extra border in sections */
}
	.sidebar section:first-of-type { padding-top: 0px !important; }
	
	.sidebar section h3,
	.sidebar section h4,
	.sidebar section h5 {
		margin: 0 0 10px 0;
		padding-bottom: 5px;
		padding-top: 5px;
		line-height: 90% !important;
		color: #555;
		font-weight: 300;
		letter-spacing: 0px;
		border-bottom: 1px solid #e3e3e3;
	}

	.sidebar h4 {
		border-bottom: 1px solid #e3e3e3; /* added by AN*/		
	}
	.sidebar section ul { margin: 0; padding: 0 0 5px; }
	.sidebar section li {
		margin: 0;
		list-style: none;
	}
	.sidebar section li a {
		display: block;
		margin: 0;
		padding: 5px 0 5px 20px;
		color: #16458d !important;
		text-decoration: none;
		transition: all .3s;
	}
		.sidebar section li a:hover {
			color: #16458d !important;
			text-decoration: underline;
			background: #f3f3f3;
		}
	
	.sidebar i {
		margin-right: 4px;
		color: #e8b538;
	}
	.sidebar .email {
		margin-bottom: 15px;
	}
	
	
/* SubPage Nav
------------------------- */	
	.sub-nav {
		margin-bottom: 30px;
		padding: 0 !important;
		background: #f9f9f9;
		border: 1px solid #e3e3e3;
	}
		.sub-nav ul {
			margin: 0;
			padding: 0;	
		}
		.sub-nav li {
			width: 100%;
			margin: 0;
			padding: 0;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #e3e3e3;
		}
			.sub-nav li:first-of-type { border-top: none; }
			.sub-nav li:last-of-type { border-bottom: none; }
			
		.sub-nav li a {
			display: block;
			width: 100%;
			padding: 12px 0 12px 15px;
			color: #555;
			border-left: 5px solid #3862a1;
			transition: all .3s;	
		}
			.sub-nav li a:hover {
				color: #092146;
				background: #e9e9e9;
				border-left: 10px solid #3862a1;	
			}
			
		.sub-nav .dropicon {
			color: #a3a3a3;
			float: right;
			font-size: 22px;
			margin-left: -15px;
			margin-right: 15px;			
			transform: translate(10px);
		}
			
		ul.sub-nav-dropdown {
			margin-top: 1px;
		}
		ul.sub-nav-dropdown li {
			border-top: none;
			border-bottom: 1px solid #fff;
		}
		ul.sub-nav-dropdown li a {
			padding-left: 20px;
			color: #555;
			background: #e9e9e9;
			border-left: 5px solid #a3a3a3;
		}
			ul.sub-nav-dropdown li a:hover {
				padding-left: 25px;
				background: #e1e1e1;
				border-left: 5px solid #a3a3a3;
			}
		ul.sub-nav-dropdown i {
			margin-right: 10px;
			color: #555;
		}	
		
	
/* Mobile Sub Page Menu
------------------------- */
	#sub-navicon {
		display: none;
		margin: 15px 20px;
		padding: 0;
		border-bottom: 1px solid #e3e3e3;
	}
		#sub-navicon a { text-decoration: none; }
		
		
/* Footer
-------------------------------------------------------------------------- */
footer {
	color: #bcb2a9;
	font-family: 'Lato', sans-serif;
}
	footer h5 {
		color: #fff;
		font-weight: 700;
	}
	footer a { color: #b8c7dc; text-decoration: none; }
	footer a:hover { color: #fff; text-decoration: underline; }
	
	footer ul,
	footer li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.mc-footer-bg {
		height: 120px;
		color: #fff;
		background: url(/_resources/_images/backgrounds/footer-bg.jpg) repeat-x center center;
	}
	
/* Footer - Get Connected
------------------------- */
.get-connected {
	padding-top: 50px;
	color: #5879ae; 
	background: #d8dde3; 
}
	.get-connected h3 {
		margin-bottom: 40px;
		text-align: center;
		color: #456aa4;
		font-size: 36px;
		font-weight: 700 !important;
	}
	.get-connected h5 {
		margin-bottom: 20px;
		color: #456aa4;
		font-size: 26px;
		font-weight: 300 !important;
	}
	.get-connected a {
		color: #456aa4;
		font-size: 16px;
		font-weight: 700 !important;
	}
		.get-connected a:hover {
			color: #163e71;
		}
	.get-connected .footer-apply {
		line-height: 100%;
	}	
	.get-connected .footer-apply h6 {
		padding-bottom: 8px;
		color: #5879ae !important;
		font-size: 18px;
		font-weight: 700 !important;
	}
	.get-connected .footer-apply img {
		margin: 5px 20px 20px 0;
	}

/* Footer - Links
------------------------- */
.footer-links { background: #16458d;  
	color: #b8c7dc !important; /*added 9-14-15 AN*/}
	
	.footer-links h5 { font-weight: 400 !important; }
	
	.footer-links img { margin-bottom: 20px !important; }
	.footer-links img:first-of-type { margin-left: -14px !important; }
	
	.footer-logo {
		margin-bottom: 15px;
		color: #fff;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 10px;
	}
	a.social-icon {
		display: inline-block;
		width: 60px;
		margin: 0 8px 5px 0;
		color: #fff;
		line-height: 60px;
		text-align: center;
		font-size: 30px;
		background: #5879ae;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		transition: 0.5s ease;
	}
		a:hover.social-icon {
			color: #fff;
			background: #163e71;
		}
		
		.social-feedback p{
			line-height: 110% !important;
		}
		.social-feedback a{
			color: #ccc;
			text-decoration: underline !important;
		}
		
/* Footer - Bottom
------------------------- */	
.footer-btm {
	position: relative;
	padding: 20px 0;
	color: #88a0c6; /*#b19377*/
	font-size: 15px;
	font-weight: 300 !important;
	background: #092146; /*#342e29*/
}
	.footer-btm .row {
	}
	.footer-btm ul { text-align: right; }
	
	.footer-btm a {
		display: inline-block;
		color: #88a0c6;
		font-size: 15px;
		font-weight: 300 !important;
		transition: color 0.5s ease;
	}
		.footer-btm a:hover.back-to-top { color: #fff; }
		
	.footer-btm li {
		display: inline-block;
		padding: 0 12px 0 8px;
		line-height: 15px;
		border-right: 2px solid #88a0c6;
	}
		.footer-btm li:last-of-type {
			padding-right: 0;
			border: none;
		}
		
	.back-to-top i {
		margin-left: 5px !important;
		font-size: 18px;
	}
		
	
	
/* Responsive
========================================================================== */

/* Desktop HD
-------------------------------------------------------------------------- */
@media screen and (min-width: 1200px) and (max-width: 2560px){

	.row { max-width: 75em; transition: all .5s }
	#mobile-nav { display: none !important; }	
}

/* Desktop
-------------------------------------------------------------------------- */
@media screen and (min-width: 850px) and (max-width: 1199px){
	
	.row { max-width: 60em; transition: all .5s }
	
	#top-nav a {
		padding: 0 10px;
		font-size: 90%;
	}
	
	#logo {
		font-size: 25px;
		letter-spacing: 8px;
	}
	
	#quick-nav {
		float: right;
		width: 390px;
		margin: 5px 20px 0 0;
	}
		#quick-nav a {
			display: inline-block;
			width: 25%;
			margin: 20px 0 0 -4px;
			padding: 10px 0;
			text-align: center;
			color: #e8b538;
			border-left: 1px solid #456aa4;
			transition: all 0.3s ease;
		}

	#main-nav li > a {
		padding: 0;
		font-size: 15px;
	}
	#mobile-nav { display: none !important; }
	#sidebar-left { display: block !important; }
	
	/* Content - Faculty
	--------------------- */
	.faculty-header img {
		float: left;
		width: 50%;
		height: auto;
	}
	.faculty-info {
		float: right;
		width: 50%;
		padding: 25px 25px 0 30px;
		color: #fff;
	}
	
	/* Content - Board
	--------------------- */
	.large-3 .board-phone,
	.large-3 .board-email {
		font-size: 14px;
		line-height: 20px;
	}
		.large-3 .board-member .board-info i {
			margin-right: 4px;
		}
}

/* Desktop - Fixes
-------------------------------------------------------------------------- */
@media screen and (min-width: 850px) and (max-width: 1024px){

	/* Content - Board
	--------------------- */
	.medium-6 .board-phone,
	.medium-6 .board-email {
		font-size: 16px;
		line-height: 25px;
	}
		.medium-6 .board-member .board-info i {
			margin-right: 5px;
		}
}

/* Desktop - Tablet Fixes
-------------------------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 849px){
	
	#top-nav a {
		padding: 0 10px;
		font-size: 85%;
	}
	#top-search label { display: none; }
	
	#logo {
		float: none;
		margin: 27px auto;
		text-align: center;
	}
	#user-nav,
	#quick-nav,
	#main-nav { display: none; }
	
	/* Mobile Nav
	--------------------- */
	#navicon { display: block; }
	#sidebar-left { display: block !important; }
	
	.success-stories img {
		width: 50% !important;
		height: auto;
	}
	
	/* Content - SubPage
	--------------------- */
	#page-header { height: 350px; margin: 0 auto; background-size: cover; }
	
	/* Content - Category
	--------------------- */
	.page-category article img {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	
	/* Content - Faculty
	--------------------- */
	.faculty-header img {
		float: none;
		width: 100%;
		height: auto;
	}
	.faculty-info {
		float: none;
		width: 100%;
		padding: 25px 25px 25px 30px;
	}
}

/* Tablet
-------------------------------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 768px){
	
	#top-nav a {
		padding: 0 10px;
		font-size: 85%;
	}
	#top-search label { display: none; }
	
	#logo {
		float: none;
		margin: 27px auto;
		text-align: center;
	}
	#user-nav,
	#quick-nav,
	#main-nav { display: none; }
	.apply-button {
		display: none;
	}
	
	/* Mobile Nav
	--------------------- */
	#navicon { display: block; }
	
	/* Slider
	--------------------- */
	.rsMinW .rsArrowLeft { top: 7px !important; }
	.rsMinW .rsArrowRight { top: 7px !important; }
	.rsMinW .rsBullets { top: 10px !important; }
		
	/* Content - Home
	--------------------- */
	#featured { margin-top: 0px !important; }
	
	.featured-bg .columns {
		padding-left: 10px;
		padding-right: 10px;	
	}
		.featured-bg {
			padding: 20px 10px;
		}
		
	.success-stories img {
		width: 50% !important;
		height: auto;
	}
		
	.news-articles li:first-of-type { padding-top: 10px; }
	.news-articles li:last-of-type  { padding-bottom: 20px; }

	.upcoming-events { padding-left: 0px !important; }
	.upcoming-events .columns:first-of-type { padding-right: 15px !important; }
	.upcoming-events .columns:last-of-type { padding-left: 15px !important; }
	
	.row-pad { padding: 20px 0 20px; }
	.btm-pad { padding-bottom: 20px; }
	
	/* Content - SubPage
	--------------------- */
	#page-header { height: 250px; margin: 0 auto; background-size: cover; }
	#sidebar-left { display: block !important; }
	
	/* Content - Category
	--------------------- */
	.page-category article img {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
		.content-header {
			height: auto;
			padding: 20px 0;
		}
		
	/* Content - Faculty
	--------------------- */
	.faculty-header img {
		float: none;
		width: 100%;
		height: auto;
	}
	.faculty-info {
		float: none;
		width: 100%;
		padding: 25px 25px 25px 30px;
	}
	
	
	/* Footer
	--------------------- */
	.get-connected .columns {
		margin-bottom: 20px;
	}
	.footer-links .columns {
		margin-bottom: 30px !important;
	}
		.footer-links .columns:first-of-type { width: 100%; }
		.footer-links .columns { width: 50%; }
	
	.footer-btm { text-align: center; }
		
		.footer-btm .left,
		.footer-btm .right {
			float: none !important;
		}
	.footer-btm ul {
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}
}

/* Smartphones
-------------------------------------------------------------------------- */
@media screen and (min-width: 80px) and (max-width: 640px){	
	#top-nav a {
		padding: 0 10px;
		font-size: 85%;
	}
	#top-search label { display: none; }
	
	#search input[type="text"] { width: 180px; }
	#search input[type="text"]:focus { width: 180px; margin: 0; }
	
	#branding { height: 80px; }
	#logo {
		float: none;
		margin: 0;
		text-align: center;
		line-height: 80px;
		font-size: 18px;
		letter-spacing: 5px;
	}
		#logo img {
			/* delete 'width: 40px' for new logo */
			height: auto;
		}
	#user-nav,
	#quick-nav,
	#main-nav {
		display: none;
	}
	.apply-button {
		display: none;
	}
	
	/* Mobile Nav
	--------------------- */
	#navicon { display: block; }
	#sub-navicon { display: block; }
	#sidebar-left { display: none; padding-top: 10px; }
	
	/* Main Nav */
	.mobile-nav-main-menu {
		float: none;
		width: 100%;
		margin-bottom: 20px !important;
	}
	/* apply button */
	.mobile-apply {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 20px !important;
	}
	/* Mobile Top Nav */
	.mobile-nav-top-nav {
		float: left;
		width: 50%;
		padding-left: 25px;
	}
	.mobile-nav-top-nav a {
		font-size: 14px !important;
	}
	/* Mobile Quick Nav */
	.mobile-nav-quick-nav {
		float: right;
		width: 50%;
	}
	.mobile-nav-quick-nav a {
		font-size: 14px !important;
	}
	
	/* Slider
	--------------------- */
	.rsMinW .rsArrowLeft { top: 7px !important; }
	.rsMinW .rsArrowRight { top: 7px !important; }
	.rsMinW .rsBullets { top: 10px !important; }
			
	/* Content - Home
	--------------------- */
	#featured { margin-top: 0px !important; }
	#featured img { margin-bottom: 20px !important; }
	
	.featured-bg .columns {
		width: 50%;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;	
	}
	
	.news-articles { padding-right: 0px !important; }
	
	.upcoming-events { padding-left: 0px !important; }
	.upcoming-events .columns:first-of-type { padding-right: 0px !important; }
	.upcoming-events .columns:last-of-type { padding-left: 0px !important; }
	
	/* Content - SubPage
	--------------------- */
	#page-header { height: 150px; margin: 0 auto; background-size: cover; }
	.content-header { display: none; }
	
	/* Content - Category
	--------------------- */
	.page-category .content-header,
	.page-single .content-header { display: block !important; }
	
		.content-header {
			height: auto;
			padding: 20px 0;
		}

	.page-category article img,
	.page-single article img {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	/* Content - Faculty
	--------------------- */
	.faculty-header img {
		float: none;
		width: 100%;
		height: auto;
	}
	.faculty-info {
		float: none;
		width: 100%;
		padding: 20px;
	}
		.faculty-info h4 { font-size: 24px !important; }
	
	/* Footer
	--------------------- */
	.get-connected .columns {
		margin-bottom: 20px;
	}
	.footer-links .columns {
		margin-bottom: 30px !important;
	}
		.footer-links .columns:first-of-type { width: 100%; }
		.footer-links .columns { width: 50%; }
	
	.footer-btm { text-align: center; }
	
		.footer-btm .left,
		.footer-btm .right {
			float: none !important;
		}
	.footer-btm ul {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.copyright {
		margin: 10px 20px;
		padding-top: 10px;
		border-top: 1px solid #6d4d34;
	}
	.footer-btm .nav ul {
		margin-top: 10px;
		line-height: 150%;
		text-align: center;
	}
	.back-to-top i {
		float: none;		
		margin: -7px 0 0 5px !important;
		font-size: 18px;
	}
	
	.row-pad { padding: 20px 0 20px; }
	.btm-pad { padding-bottom: 20px; }
}

/* Smartphones - Extras
-------------------------------------------------------------------------- */
@media screen and (min-width: 80px) and (max-width: 440px){	
	
	.featured-bg { padding: 20px 20px 10px; }
	.featured-bg .columns {
		width: 100%;
		margin: 0 auto;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;	
	}
	.featured-bg .columns img {
		width: 100%;
		height: auto;	
	}
}


/* Transformicons
-------------------------------------------------------------------------- */
/*.navicon .lines { top: -5px; }*/
.navicon .lines,
.navicon .lines:before,
.navicon .lines:after {
	font-size: 15px !important;
	background: #ccc;
}
.navicon button { color: #ccc !important; }
.navicon button:hover { color: #fff !important; background: #fff; }

.sub-navicon .lines { top: -7px; margin-right: 5px; }
.sub-navicon .lines,
.sub-navicon .lines:before,
.sub-navicon .lines:after {
	background: #16458d;
}
	.sub-navicon button { color: #ccc !important; }
	.sub-navicon button:hover { color: #fff !important; background: #fff; }

/* Line Styles
--------------------- */
button.lines-button,
button.lines-button:hover {
	margin: 0;
	padding: 0;
	background: none !important;
}
.lines-button {
	padding: 0px 5px 0 0px;
	cursor: pointer;
	user-select: none;
	transition: .3s;
}
.lines-button:hover { opacity: 1; }
.lines-button:active { transition: 0; }

.lines {
	display: inline-block;
	position: relative;
	width: 1.5em;
	height: 2px;
	background: #ccc;
	border-radius: 2px;
	transition: 0.3s;
}
.lines:before,
.lines:after {
	display: inline-block;
	position: absolute;
	left: 0;
	content: '';
	width: 1.5em;
	height: 2px;
	background: #ccc;
	border-radius: 2px;
	transition: 0.3s;
	transform-origin: 0.28571rem center;
	-webkit-transform-origin: 0.28571rem center;
}
.lines:before { top: 6px; }
.lines:after { top: -6px; }

.lines-button:hover .lines:before { top: 7px; }
.lines-button:hover .lines:after { top: -7px; }

.lines-button.close {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
}
/* Arrow Close - - - */
.lines-button.arrow.close .lines:before,
.lines-button.arrow.close .lines:after {
	top: 0;
	width: 1.5em;
}
.lines-button.arrow.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}
.lines-button.arrow-up.close {
	-webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
	transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}
/* Minus Close - - - */
.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
	-webkit-transform: none;
	transform: none;
	top: 0;
	width: 1.5em;
}
.lines-button.x.close .lines { background: transparent; }
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 1.5em;
}
/* X Close - - - */
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
	transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
	transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
	transition: background 0.3s 0s ease;
	background: transparent;
}
.lines-button.x2.close .lines:before,
.lines-button.x2.close .lines:after {
	transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
	transition: top 0.3s ease, transform 0.3s 0.5s ease;
	top: 0;
	width: 1.5em;
}
.lines-button.x2.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/* Accessibility 
-------------------------------------------------------------------------- */
.skip {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
} 
a.skip:active, 
a.skip:focus, 
a.skip:hover {
    left: 0; 
    top: 0;
    width: auto; 
    height: auto; 
    overflow: visible; 
}

.sr-only {
	display: none;
}


/* schools of page styles 
-------------------------------------------------------------------------- */
.school-of {
	background: #D1D1D1 !important;
	padding-left: 10px;
}

/* Styles for Display Message if in IE is in compatibility view
-------------------------------------------------------------------------- */

.hide_element { display:none; visibility:hidden; }

.ie_compatibility_mode .display_compatibility_mode { visibility:visible; display:block; color:#000000; background: #fdf2ab; font-family: Arial, Helvetica, sans-serif; color: #000; font-size: 12px; padding: 2px 2px 2px 2px; }


