/*
 * TABLE OF CONTENTS
 * =========================================================
 * 
 *	#General Site Styles
 *	#Fonts & Typography
 *	#Header
 *	#Slider
 *	#Banner 
 *	#Main Container
 *	#Tabs (Library)
 *	#Footer
 *	#Intro Pages
 *	#Directory
 *	#Offices
 *	#Contact Form
 *	#AZ Index Web Part
 *	#Majors
 *	#Overwrite Sharepoint Inheritted
 *	#IE 7 Fixes
 *	#404 Page
 *	#Social Media Web Part
 *	#Home Page Calendar
 *	@media print
 *	#Emergency Notifications
 *	#Base 960 Grid - Updated for 2014 UI Refresh
 *  #Super (1920px+ width displays)
 *	#Tablet (Portrait)
 *	#Mobile (Portrait)
 *	#Mobile (Landscape)
 *  Contain floats / Clearfix
 */
 
@media screen,print
{
    #edit-ribbon-panel, #ribbonBox{background: white;z-index: 10000;}
    .ms-webpart-chrome-vertical, .ms-webpart-cell-vertical { display: block;}

/* #General Site Styles
================================================== */
.clear {
	clear: both;
	height: 0px;
	width: 0px;
}
a {text-decoration: none;}
img, a img {border: none;}
body.v4master{background:#1a1a1a url(/_layouts/15/images/bg-2014.png) repeat-x;}
/* #Fonts & Typography
================================================== */
body, h1, h2, h3, h4, h5, h6, .ms-rtestate-field h1, .ms-rtestate-field h2, .ms-rtestate-field h3, .ms-rtestate-field h4, .ms-rtestate-field h5, .ms-rtestate-field h6, p, .ms-rtestate-field p, span, div, a, td, th, nav, footer, address, .ms-rteThemeFontFace-2{font-family:"myriad-pro", sans-serif;}
body{color:#000;font-size:18px;font-weight:300;line-height: 25px;}
h1, .ms-rtestate-field h1, h1 div, h1 div p, h1 p{color:#000;font-family: "museo-slab", sans-serif;font-size:36px;font-weight:500;line-height:44px;margin:0 0 28px;text-transform:none;}
h1 .directory-header div {color: #fff;}
h2, .ms-rtestate-field h2{color:#333;font-weight:600;font-size:24px;line-height:25px;margin: 0;}
h3, .ms-rtestate-field h3, .footer-column h4{color: #E6E6E6; font-size: 18px; font-weight: 600; line-height: 20px; text-transform: uppercase;}
h3.uf-markup-dropdownElement-H3{color: #4D4D4D;}
h4, .ms-rtestate-field h4{color: #000; font-size: 17px; font-weight: 600; line-height: 17px; margin: 0;}
h5, .h5, .ms-rtestate-field h5{color: #B3B3B3; font-size: 11px; font-weight: normal; letter-spacing: 2px; line-height: 20px; margin: 0; text-transform: uppercase;}
.ms-rtestate-field p, p.ms-rteElement-P {line-height: inherit;}
/* #Header
================================================== */
#header, #header.sticky #main-nav {
    width:100%;
    background: #ff8300;
}
#header .container{
	height: 144px;
	position: relative;
	z-index: 100;
} 
#site-title {
	margin: 0;
	overflow: hidden;
	text-indent: -1000px;
}
#site-title a {
	background-image: url('/Institutions/University-of-Findlay/images/logo.png');
	background-repeat: no-repeat;
	float: left;
	height: 73px;
	margin-top: 13px;
	width: 451px;
	color: #000;
}

/* search box */
#SRSB {display: block;}
#search-form input[type="text"], .mobile-search-box input[type="text"] {
	background: #FFF;
	border: #bfbfbf solid 1px !important;
	color: #BFBFBF;
	font-family: "myriad-pro", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight:300;
	height: 34px;
	padding: 2px 0 2px 6px;
	margin: -2px 7px 0 0;
	width: 280px !important;
}
#search-form a, .mobile-search-box a {background:#f17a21;padding: 16px 14px 0;}

/*Clutch:Display Template for Search Result*/
    .ms-srch-item-path {        
        padding: 0;
        color:gray;
        margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        display:inline-block;
    }

    .ms-WPBody a:visited {
        color:#ff8300;
    }

    .ms-srch-item-icon {        
        display:none;
    }

    .ms-srch-item {                
        width: 100%;
    }
    .ms-srch-hover-outerContainer {
        display:none !important;
    }

/* Header Drawer nav button */
#drawer-toggle, #mobile-search-toggle{display:none;}

#drawer-toggle-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:40px;
    height:40px;
    margin-bottom: -50px;
    top:-45px;
    right:70px;
    position:relative;
    float:right;
    z-index: 150;
}
#drawer-toggle-label:before {/* adds our "hamburger" menu icon */
    content: '';
    display: block;
    height: 4px;
    margin-bottom: -4px;
    width: 30px;
    background: white;
    box-shadow: 0 10px 0 white, 0 20px 0 white;
} 
#drawer-toggle:checked ~ #drawer-main-nav, #mobile-search-toggle:checked ~ .mobile-search-box
{
    transition: 1s;
}
/* main nav */
#main-nav 
{
	padding:15px 0 0;
	position:relative;
	z-index:99;
}
#drawer-menu, #mobile-search-nav{display:none;}
#drawer-main-nav, .mobile-search-box
{
    transition:1s;
	margin-top: 0;      
	padding:16px 0;	      
	width:0;
	right:0;    
    position: absolute;
	overflow:hidden;
	z-index:149;
    background:#1a1a1a;
}
#main-nav .orange-bar{box-shadow: 0 21px 15px -15px #2d2d2d;}
#main-nav .orange-bar .nav{height: 33px;padding-bottom:6px;}
#main-nav .black-bar .nav{height: auto;}
ul.dropdown {
    margin: 0;
    padding:0;
    position:relative;
    /*the properties below used to override coverv15 properties and show TopNav*/ /*Clutch*/
    top:0px;
    left:0px;
    background-color:transparent;
    white-space:nowrap;
    border:none;
    box-shadow:none;
}
#main-navul.dropdown.dynamic {margin-left:-8px;height:35px;}
li.top-level {
	display: inline; 
	margin: 0 14px 0 0;
	padding: 3px 0 16px 0;
	text-transform: uppercase;
}
#drawer-main-nav li.top-level {display:block;padding: 4px 0;margin:0;}
.orange-bar .static li.top-level {
	margin: 0;
	padding: 0;
}
li.top-level > a {
	color: #FFF;
	font-family: "museo-slab", sans-serif;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 3px 8px 13px;
	z-index: 100;
    text-decoration: none; /*Clutch*/
}
#drawer-main-nav li.top-level > a {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	padding: 3px 8px 13px;
	z-index: 100;
}
.icon li.top-level > a{padding: 0 5px;display:inline-block;}

li.top-level:last-child{
	margin-right: 0;
}
li.top-level .nav-open {
	background: url(/_layouts/15/images/nav-hover.png) bottom center no-repeat;
	color: #000;
}
#drawer-main-nav li.top-level .nav-open {
	background: none;
}
.static.icon li.top-level.right-icon-nav{display:none;}
.static.icon li.top-level img{max-width:45px;}
.static.icon li.top-level .nav-open {background: #F2F2F2;}

/*styles for elements that do not have a sub nav*/
li.top-level.empty .nav-open {background: url(/_layouts/15/images/nav-hover-no-arrow.png) bottom center no-repeat;}
#drawer-main-nav li.top-level.empty .nav-open {background: none;}

/* sub nav */
.sub-nav {
	background:#F2F2F2;
	display: none;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 39px;
	z-index: 100;
	border-radius:10px;
	box-shadow: 0px 12px 12px -4px #2d2d2d;
}
#drawer-main-nav .sub-nav {
	background:none;
	border-radius:0;
	box-shadow: none;
	position: static;
}
ul.static.icon .sub-nav{border-radius:0;top:49px;right:31px;left:auto;}
    .sub-nav.special-nav-links .top-row {
        margin: 50px 0 40px;
        white-space: nowrap; /*Clutch*/
    }
    
.sub-nav.special-nav-links {font-size:16px;font-weight:500;text-transform:none;margin:0 0 15px 48px;max-width: 700px;}
.sub-nav.special-nav-links h5 {color: #000; font-size: 16px; font-weight: 500; line-height: 25px;text-transform: none;letter-spacing: 0;}
.sub-nav.special-nav-links ul li a {color:#f17a21;font-size:15px;font-weight:600;}
#main-nav #search-form.sub-nav{width:360px;padding:22px 25px;margin:0;overflow:visible;}

#drawer-main-nav .dropdown ul {list-style-type:none;padding:0 0 0 20px;}
#drawer-main-nav ul.sub-nav li > a{color:#BBBDC0;background:none;border-radius:0;font-size:14px;font-weight:500;}
#drawer-main-nav ul.sub-nav li ul li > a {color:#BBBDC0;font-size:14px;font-weight:400;text-transform:none;}
#drawer-main-nav .top-level.bottom-section.break, #drawer-main-nav .bottom-section.icon-nav-items.first {margin-top:10px;padding-top:10px;border-top:1px solid #D1D2D4;}
#drawer-main-nav .top-level.bottom-section > a{color:#D1D2D4;font-size:16px;font-weight:300;}
#drawer-main-nav .top-level.bottom-section ul li > a {color:#D1D2D4;font-size:14px;font-weight:400;text-transform:none;}

.sub-nav-column {
	float: left;
	margin: 14px 0;
	overflow: hidden;
	position: relative;
	width: 25%;
}
.sub-nav.special-nav-links .sub-nav-column {
	width: 33%;
}
.sub-nav-column h5, .sub-nav-column .h5 {
	letter-spacing: 0.1em;
	margin: 8px 0 5px 15px;
}
.sub-nav-column h5,
.sub-nav-column .h5,
.sub-nav-column h5 a {
	color: #ff8300;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
    height:25px;
}
.sub-nav-column h5 a:hover {color: #4D4D4D;}
.sub-nav-column > ul, .sub-nav.special-nav-links ul {
	color: #000;
	display: block;
	line-height: 23px;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
	text-transform: none;
}
.sub-nav-column a, .sub-nav.special-nav-links a {
	color: #000;
	font-weight: normal;
}
    .sub-nav-column a:hover, .sub-nav.special-nav-links a:hover {
        color: #999;
        text-decoration: none; /*Clutch*/
    }
.nav-info {
	background: url(/_layouts/15/images/nav-column-divider.png) right center no-repeat;
	margin: 0;
	width: auto;
}
.nav-info a {
	display: block;
	float: left;
	margin-bottom: -4px;
}
.button {
	border: 2px solid #ff8300;
	color: #fff;
	cursor: pointer;
	display: inline;
	font-size: 19px;
	font-weight: 600;
	line-height: 35px;
	padding: 0 8px;
	text-align: center;
	
	background: #ff8300; /*Old browsers*/
	background: -moz-linear-gradient(top, #f8ae79 0%, #ff8300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ae79), color-stop(100%,#ff8300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8ae79 0%,#ff8300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8ae79 0%,#ff8300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8ae79 0%,#ff8300 100%); /* IE10+ */
	background: linear-gradient(#f8ae79 0%,#ff8300 100%); /* W3C */
}
.button:hover {
	background: #f8ae79; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8300 0%, #f8ae79 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8300), color-stop(100%,#f8ae79)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff8300 0%,#f8ae79 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff8300 0%,#f8ae79 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff8300 0%,#f8ae79 100%); /* IE10+ */
	background: linear-gradient(#ff8300 0%,#f8ae79 100%); /* W3C */
}

/* Black Nav */
#main-nav .black-bar{background:#1a1a1a;position:absolute;width:100%;opacity:0.75;z-index:2;}
#main-nav .black-bar ul{list-style-type:none;padding:5px 0;margin:0;}
#main-nav .black-bar ul.text-links{float:left;padding:5px 0;}
#main-nav .black-bar ul.social-icon-links{float:right;padding:7px 0 3px;}
#main-nav .black-bar li{display:inline;}
#main-nav .black-bar .text-links li{padding:0 10px 0 0;}
#main-nav .black-bar .social-icon-links li{padding:0 0 0 9px;}
#main-nav .black-bar a, #main-nav .black-bar a:hover{color:#b1b1b1; text-transform:uppercase;font-size:14px;font-weight:normal;}

/* Stick Header */
#header.sticky #site-title, #header.sticky #main-nav .black-bar{display:none;} 
#header.sticky {height:53px;} 
#header.sticky #main-nav {position:fixed;width:100%;transition:1s;top: 0;}

/* Breadcrumb */
#breadcrumb{padding: 0 0 5px;}
#breadcrumb, #breadcrumb a, #breadcrumb a:hover{color:#646464;font-size: 13px;font-weight: normal;}
#breadcrumb .current{color:#9e9e9e;}

/* #Slider
================================================== */
#banner-placeholder{z-index:1;}
#HomePageFlexslider{margin-top:50px;}
#slider .container{margin: auto;}
.flex-control-nav {z-index: 2;}
.flex-control-nav li a {
	border-right: 1px solid #FFF;
	width: 100%;
}
#slider-control {
	background: #F2F2F2;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
}
#slider-control .container {overflow: hidden;}
.control-container {
	float: left;
	width: 20%;
}
.control-container img {width: 100%;}
#slider-control img {
	margin: 0;
	padding: 0;
}
.flexslider .slides img {width:100%;}
#slider-control .control-container{height:auto;}
.flex-container .flex-control-nav {bottom: auto;}

/* #Main Container
================================================== */
#main-content {background: #FFF;border-radius:10px;box-shadow: 0px 5px 15px;float:left;}
.editable-content a, .ms-WPBody a:link {
	color: #ff8300;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	text-decoration: none;
}
.editable-content a:hover {
	color: #4D4D4D !important;
	text-decoration: none;
}
.left-column h3 {font-weight: 600;}
h3#calNews, h2#calNews {padding: 0;}
h3.section, h2.section {
	display: inline;
	padding: 0 20px 0 0;
    color: #333; /*Clutch*/
}
h3.section a, h3.section a:visited, h2.section a, h2.section a:visited {
	background: url(/_layouts/15/images/h3-arrow.png) right no-repeat;
	color: #000 !important;
	display: inline;
	font-size: 22px !important;
	padding: 0 20px 0 0;
	text-decoration: none !important;
}
h3.section a:hover, h2.section a:hover {
	background: url(/_layouts/15/images/h3-arrow-hover.png) right no-repeat;
	color: #ff8300 !important;
	display: inline;
	font-size: 22px !important;
	padding: 0 20px 0 0;
	text-decoration: none !important;
}
.left-column p {
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 17px 0;
}
#calendar {margin: 13px 0 22px 0;}
h3.date {
	color: #ff8300;
	display: block;
	margin: 7px 0 5px 0;
}
.left-column h5 {margin-bottom: 2px;}
h3.no-arrow {background: none !important;}

/* Set up list items */
.editable-content li {display: list-item;}

/* Set margin for images */
.post img {
	height: auto !important;
	position: relative;
}

/* media player icon image */
.post img.media-player-play {
	bottom: 0 !important;
	left: 0 !important;
	margin: auto !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 30% !important;
}
iframe#sb-player { max-width: none;}

/* Set up ul so that they reset the list-item counter */
.editable-content ol, .editable-content ul {
	counter-reset: list-item;
	padding: 2px 0 2px 36px;
}

/* Default list style types for ordered lists up to 5 deep */
.post ol {list-style-type: decimal;}
.post ol ol {list-style-type: lower-alpha;}
.post ol ol ol {list-style-type: upper-alpha;}
.post ol ol ol ol {list-style-type: lower-roman;}
.post ol ol ol ol ol {list-style-type: upper-roman;}

/* Default list style types for unordered lists up to 3 deep */
.post ul {list-style-type: disc;}
.post ul ul {list-style-type: circle;}
.post ul ul ul{ list-style-type: square;}

#article1, #article2, #article3 {
	margin-bottom: 5px;
	padding: 0 0 12px 0;
}

.calendar-webpart .content, .news-webpart, .spotlight-webpart .content {margin-bottom: 5px;padding: 12px 0;}
.spotlight-webpart .image {float:left; padding-right:15px;}
.spotlight-webpart .text .header {padding-bottom:5px;}
.spotlight-webpart .text .post {font-size:16px;font-weight:normal;}
.calendar-webpart .header {padding-bottom:2px;}
.calendar-webpart .calendar {margin:0 15px 12px 0;}
.calendar-webpart .event { padding-bottom: 5px;}
.calendar-webpart .event .date { line-height: 0.7;}
.calendar-webpart .event .date a{font-size:18px;font-weight:bold;color:#ff8300}
.calendar-webpart .event .time {float:none;width: auto;line-height: 0.8;}
.calendar-webpart .event .time a{font-size:11px;color:#b3b3b3}
.calendar-webpart .event h3.link{margin:0;padding:0 0 5px 0;}
.calendar-webpart .event h3.link a{font-size:17px;color:#000000;text-transform:none;}
.news-webpart .post {padding:0 0 10px 0;}
.news-webpart .news .news-item{padding: 10px 0;}
.news-webpart .news .title a{color: #ff8300;font-size:18px;font-weight:600;padding:0;margin:0;}
.news-webpart .news .title{padding:0;margin:0;}
.news-webpart .news .time{float:none;height:auto;width:auto;}
.news-webpart .news .time a{color:#000000;font-size:14px;font-weight:300;padding: 7px 0;margin:0;}
.featured-photo-webpart .post, .featured-video-webpart .post {margin: 8px 0;}


#article1 {padding-top: 12px;}
#article3 {background: none;}
.editable-content header, .post {display: block;}
#article1 .column1, #article2 .column1, #article3 .column1 {
	display: block;
	float: left;
}
#article1 .column1 img, #article2 .column1 img, #article3 .column1 img {
	display: block;
	float: none;
	margin-top: 8px;
}
#article1 .column2, #article2 .column2, #article3 .column2 {
	display: block;
	float: right;
}
#article1 .column2 img, #article2 .column2 img, #article3 .column2 img {
	display: block;
	float: none;
	margin-top: 8px;
}
#ctl00_PlaceHolderMain_ctl00__ControlWrapper_RichImageField {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}

/* Level 2 Page Styles */
.level2 .left-column {
	padding: 27px 0 0 18px;
	width: 254px;
}
.level2 .editable-content {width: 675px;}

/* Accordian w/ Drawer nav button */
#accordian-drawer-menu{z-index:98;}
#accordian-drawer-toggle{display:none;}
#accordian-drawer-toggle-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(/_layouts/15/images/accordian-drawer-icon.png) no-repeat;
    width: 40px;
    height:40px;
    margin-bottom: -50px;
    display: none;
    top:-40px;
    right:5px;
    position:relative;
    float:right;
    z-index: 99;
}
#accordian-drawer-toggle:checked ~ #accordian-nav 
{
    transition: 1s;
    right: 0;
}
#accordian-nav 
{
    transition: 1s;
}
#accordian, #accordian li ul, ul.social-media-nav-full-width{list-style:none;margin:0;padding:0;}
#accordian a {
	color: #4D4D4D;
	font-family: "myriad-pro", sans-serif;
	font-size: 22px;
	font-weight: 100;
	line-height: 28px;
	text-transform: none;
}
#accordian .active {
    font-weight:bold;
}
#accordian .closed {
	background: url(/_layouts/15/images/accordian-closed.png) right no-repeat;
	padding-right: 24px;
}
#accordian .opened {
	background: url(/_layouts/15/images/accordian-opened.png) right no-repeat;
	padding-right: 25px;
}

#accordian .hover {color: #B3B3B3;}
#accordian li ul a {
	color: #ff8300;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	text-transform: none;
	margin: 0;
	padding: 0;
}

#accordian li ul a:hover {color: #B3B3B3;}

/*Other Majors Box */
.other-majors-box{background-color: #333333;border-radius: 10px;padding: 15px;width: 200px;}
.other-majors-box h2{color: white;font-size: 18px;font-weight: bold;margin: 0;}
.other-majors-box p{margin-bottom: 0px; color: white; font-size: 18px;}
.other-majors-box a, .other-majors-box a:hover, .other-majors-box a:visited{color: white; font-size: 18px;font-weight:normal;}

/* Right Icon Nav Styling */
#right-icon-nav {background:#ff8300;width:140px;padding:0 0 0 80px;margin-left:-100px;float:right;border-radius:10px;text-align:center;overflow:hidden;}
#right-icon-nav ul{padding:0;margin:0;list-style-type:none;}
#right-icon-nav ul li {margin-bottom:-28px;}
#right-icon-nav ul li:last-child{padding-bottom:9px;margin-bottom:0;}
#right-icon-nav ul li .box:hover{background-color:#F6944D;}
#right-icon-nav img{width:80px;margin-bottom: -15px;}
#right-icon-nav a{color:#000; text-transform:uppercase;font-weight:400;font-size:16px;padding:0 20px;}

/* Social Media Hub Styling */
.social-media-nav-full-width a:link, .social-media-nav-full-width a:visited {
    display:block;
    color: #4D4D4D;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    white-space: nowrap;
}
.social-media-nav-mobile-width {
    display:none;
}
.social-media-tab-nav{height:55px;background: url(/_layouts/15/images/social-media-tab-bg.jpg) top repeat-x;}
.social-media-tab-nav ul {
	font-size: 18px;
	font-weight: 700;
	padding: 7px 0 25px;
}
.social-media-tab-nav ul li {
	display:inline;
}
.social-media-tab-nav ul .active {
	background-color: White;
	border: 1px solid #999999;
	border-bottom: none;
}
.social-media-tab-nav ul li a{
	padding: 7px 12px;
	color: #4D4D4D !important;
}
.social-media-pages.social-media-tab h1 {padding-left:182px;}
.social-media-pages .editable-content .post-column-1{
    float:left; 
    width:160px;
    padding-right:22px;
}
.social-media-pages .editable-content .post-column-2{
    float:left;
}

/* Level 3 Locked Right Side Bar */
#portamento_container {
	float: left;
	position: relative;
}
#portamento_container #floatMenu {
	float: none; 
	position: absolute;
}
#portamento_container #floatMenu.fixed {position: fixed;}


/* Level 3 50/50 Top Split*/
.FiftyFiftyTS .column1 {
	width: 301px;
	float: left;
	margin-right: 18px;
}
.FiftyFiftyTS .column2 {
	width: 301px;
	float: left;
}
.FiftyFiftyTS .column3 {
	margin-top: 12px;
	float: left;
}

/* Level 3 50/50 Bottom Split */

.FiftyFiftyBS .column1 {
	float: left;
}
.FiftyFiftyBS .column2 {
	margin-top: 12px;
	width: 301px;
	float: left;
	margin-right: 18px;
}
.FiftyFiftyBS .column3 {
	margin-top: 12px;
	width: 301px;
	float: left;
}

/* Level 3 67/33 Split Generic */
.SixtySevenSG .column1 {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.SixtySevenSG .column1 img {
	height: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}
.SixtySevenSG .column2 {
	float: left;
	width: 220px;
}
.SixtySevenSG .column3 {
	margin-top: 12px;
	width: 100%;
	float: left;
}

/* Level 3 67/33 Generic Template w/ Calendar Web Part */
.SixtySevenGC .column1 {
	width: 380px;
	float: left;
	margin-right: 20px;
}
.SixtySevenGC .column1 img {
	height: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}
.SixtySevenGC .column1 .media-player-play {
	bottom: 0 !important;
	left: 0 !important;
	margin: auto !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 130px !important;
}
.SixtySevenGC .column2 {
	float: left;
	margin: 10px 0;
	width: 220px;
}
.SixtySevenGC .column3 {
	margin-top: 12px;
	width: 100%;
	float: left;
}

/* Level 3 3-Zone Generic Template */
.ThreeZG .column2, .ThreeZG .column3 {margin-top: 12px;}

/*Level 3 

/* #Tabs (Library)
================================================== */

#tab-container {
	background: #C8C8C8;
	display: block;
	height: auto;
	margin: 12px 0 17px 0;
	padding: 18px 0;
	width: 602px;
}
ul.tabs {
	display: block;
	margin: 0 18px;
	overflow: hidden;
	padding: 0;
}
ul.tabs:before,
ul.tabs:after {
	content: '\0020';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
 }
ul.tabs:after {clear: both;}
ul.tabs li {
	display: block;
	float: left;
	height: 48px;
	margin-bottom: 0;
	padding: 0;
	width: auto;
}
ul.tabs li a {
	color: #000 !important;
	display: block;
	font-size: 19px;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
ul.tabs li a:hover {color: #4D4D4D;}
ul.tabs li a.active {
	background: url(/_layouts/15/images/tab-arrow.png) bottom no-repeat #FFF;
	color: #ff8300 !important;
	cursor: default;
	height: 32px;
	padding-bottom: 15px;
	position: relative;
}
ul.tabs li:first-child a.active {margin-left: 0;}
ul.tabs-content{
	background: #FFF;
	display: block;
	height: auto;
	margin: -12px 18px 0 18px;
	padding: 6px 18px 13px 18px;
}
ul.tabs-content > li {display: none;}
ul.tabs-content > li.active {display: block !important;}
.tabs-content strong {font-weight: 700;}
.tabs-content p {
	margin: 17px 0 10px 0;
}
.advanced-search {
	float: right;
	margin: 0;
	text-align: left;
}
.advanced-search a {
	color: #ff8300;
	font-size: 14px;
	font-weight: normal;
}
.srch-AutoCompContainer {top:60px;}
.advanced-search a:hover {color: #4D4D4D;}
.additional-resources {
	background: url(/_layouts/15/images/tab-separator.png) top no-repeat;
	background-size: 100%;
	margin-top: 24px;
	position: relative;
}
.additional-resources h3 {
	color: #4D4D4D;
	font-size: 22px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 6px;
	padding-top: 18px;
}
.additional-resources .column1,
.additional-resources .column2 {
	float: left;
	margin-right: 18px;
	width: 33%;
}
.additional-resources a {
	color: #ff8300;
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 6px;
}
.additional-resources a:hover {color: #4D4D4D;}
.tab-banner {
	background: url(/_layouts/15/images/tab-banner.png) no-repeat;
	bottom: 0;
	height: 62px;
	position: absolute;
	right: -56px;
	width: 189px;
}
.tab-banner p {
	margin: 13px 0 0 10px;
	padding: 0 18px 0 0;
}
.tab-banner a {
	color: #FFF !important;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 21px;
	margin: 0;
	padding: 3px 5px 0 15px;
}
.tab-banner a:hover {color: #4D4D4D !important;}

#article_search {height:30px;}
#book_search {height:110px;}
#journal_search {height:65px;}

#article_search iframe,
#book_search iframe,
#journal_search iframe {
	height: auto !important;
	margin: 0;
	max-height: 116px;
	padding: 0;
	width: 100%;
}

/* iframe styles (need to be added to those pages) */
#article_search input[type="text"],
#book_search input[type="text"],
#journal_search input[type="text"] {
	border: 1px solid #C8C8C8;
	-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	float: left;
	font-size: 20px;
	font-weight: normal;
	height: 34px;
	line-height: 34px;
	margin: 1px 0 10px 0;
	padding: 0 5px;
	vertical-align: middle;
	width: 415px;
}
#article_search input[type="submit"],
#book_search input[type="submit"],
#journal_search input[type="submit"] {
	background: #ff8300;
	border: none;
	color: #FFF;
	float: right;
	font-size: 17px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100px;
}
#article_search input[type="submit"]:hover,
#book_search input[type="submit"]:hover,
#journal_search input[type="submit"]:hover {
	background: #4D4D4D;
	color: #FFF;
	cursor: pointer;
}
#book_search div, #journal_search div{
	float: left;
	position: relative;
	width: 137px;
} 
select.select{
	font-size: 16px;
	height: 36px !important;
	line-height: 36px;
	position: relative;
	width: 137px;
	z-index: 10;
}
span.select{
	background: url(/_layouts/15/images/bg-select.png) no-repeat top right;
	color: #4D4D4D;
	cursor: default;
	float: left;
	font-size: 17px;
	font-weight: 700;
	height: 36px;
	left: 0;
	line-height: 36px;
	padding-left: 5px;
	position: absolute;
	text-indent: 10px;
	text-transform: uppercase;
	top: 0;
	width: 133px;
	z-index: 1;
}
#journal_search span.select{
	background: url('/_layouts/15/images/bg-select2.png') no-repeat top right;
	width: 133px;
}

/* #Footer
================================================== */
footer{ }
#footer{padding: 30px 0 0 0;}
#footer address {padding-bottom:30px;text-align:center;}
#footer address, #footer address a, #footer address a:visited{font-weight:400;font-size:17px;color:#fff;}
.footer-column {
	float: left;
	padding: 0 20px 20px 0;
	width: 140px;
}
.footer-column:first-child {
	padding-left: 0;	
}
.footer-column h4 {
	font-size: 20px;
	margin: 0 0 3px;
}
.footer-column h4:nth-child(n+2) {
	margin: 20px 0 3px;
}
.footer-column h4 a {
	background: url(/_layouts/15/images/footer-arrow.png) right no-repeat;
	color: #E6E6E6;
	padding-right: 18px;
}
.footer-column h4 a:hover {
	background: url(/_layouts/15/images/footerarrow_ro.png) right no-repeat;
	color: #f57920;
}
.footer-column ul {
	margin: 0;
	padding: 0;
}
.footer-column li {
	line-height: 21px;
	list-style: none;
}
.footer-column li a {
	color: #E6E6E6;
	font-size: 14px;
	font-weight: normal;
}
.footer-column li a.all-offices {
	font-weight: bold;
}
.footer-column li a:hover {color: #f57920;}

/* #Intro Pages
================================================== */
.college-intro-slider #banner-content {width: 804px; right: -2px;}
.college-intro-slider #banner-content h1 {font-size: 56px; margin-top: 10px; margin-right: 21px;}
.college-intro-slider #banner-background, .program-intro-2-slider #banner-background {height: auto;}
.program-intro-1-slider #banner-background {height: auto;}
.college-intro-slider #button-box {margin-top: 42px;}
.college-intro-slider .banner-button {margin-left: 13px;}
.program-intro-2-slider #banner-content, .program-intro-1-slider #banner-content {width: 815px; right: -14px;}
.program-intro-2-slider #banner-content h1, .program-intro-1-slider #banner-content h1 {
	float: right;
	text-align: right;
	width: 700px;
	font-family: "myriad-pro", sans-serif;
	font-weight: 900;
	font-size: 56px;
	margin-top: 20px;
	margin-right: 30px;
	line-height: 61px;
}
.program-intro-2-slider #button-box, .program-intro-1-slider #button-box {margin-top: 44px;}
.program-intro-2-slider .banner-button, .program-intro-1-slider .banner-button {margin-left: 13px;}

/* Right Column */
.right-column {
	width: 180px;
	float: right;
	margin: 23px 16px 30px 0;
}
.right-column h3, .right-column h2 {
	margin: 0;
	padding: 0 17px 0 0;
	display: inline;
	line-height: 27px;
}
.right-column h3.more a, h3.more a:visited, .right-column h2.more a, h2.more a:visited {
  background: url(/_layouts/15/images/h3-arrow.png) right no-repeat;
	padding: 0 20px 0 0;
  color: #000000 !important;
}
.right-column h3.more a:hover, .right-column h2.more a:hover {
	background: url(/_layouts/15/images/h3-arrow-hover.png) right no-repeat;
	color: #ff8300 !important;
	font-size: 22px !important;
	text-decoration: none !important;
	display: inline;
}
.right-column p a, .right-column p a:visited {
  color: #ff8300 !important;
}
.right-column p a:hover {
  color: #000000 !important;
}
.right-column p {
  margin: 0;
  padding: 0 0 10px 0;
}
p.headline {
	font-size: 16px;
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	line-height: 20px;
	color: #ff8300;
}
#majors a {
	font-size: 16px;
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	line-height: 20px;
	color: #ff8300;
}
#majors a:hover {
  color: #4d4d4d;
  text-decoration: none !important;
}
p.time {
	font-size: 14px;
	font-family: "myriad-pro", sans-serif;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 22px;
}
ul#majors {margin: 6px 0 25px 0;}
ul#majors li {
	margin-bottom: 9px;
	line-height: 21px;
}
ul#majors a {
	font-size: 17px;
	color: #ff8300;
}
ul#majors a:hover {color: #4d4d4d;}

#follow {
	bottom: -25%;
	position: absolute;
	right: 30px;
}
#follow h3, #follow h2 {
	color: #666;
	float: left;
	line-height: 35px;
}
#follow img {
	float: left;
	margin-left: 12px;
}
/* #Directory
================================================== */
div.directory {padding-left: 11px;}
.directory h1, .directory h2 {
	font-size: 44px;
	font-weight: normal;
	color: #ff8300;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 28px;
	line-height: 44px;
}
.ie7 .directory h1, .ie7 .directory h2 {padding-top: 10px;}
.directory p {
	line-height: 24px;
	padding-left: 2px;
	margin-top: 24px;	
}
.directory h3 {
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
	font-size: 30px;
	text-transform: none;
	color: #000;
	margin-top: 15px;
}
.small-orange {float: left;}
.orange-select {
	float: right;
	margin-top: 3px;
}

ol#letter-nav {
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 12px;
	margin-bottom: 7px;
	padding: 0;
}
#letter-nav li {display: inline;}
#letter-nav li a {
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	color: #F47D30;
}
#letter-nav li a:hover {color: #989898;}
#letter-nav li a.selected {font-weight: 600;}

.directory-header {
	background: #F57920;
	color: #fff;
    margin:0 0 10px;
    padding: 6px 13px;
}
.directory-header h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.directory-header .address, .directory-header .phone, .directory-header .header-email {
	font-weight: normal;
	font-size: 14px;
    line-height:16px;
    margin:0;
}
.directory-header .address {
	margin: 1px 0 15px ;
    line-height:12px;
}
.directory-header .header-email a, .directory-header .header-email a:visited {
	font-size: 14px;
	color: #fff !important;
}
.directory-header .header-email a:hover {
	font-size: 14px;
}

.directory-record {
	background: #F0F0F0;
	margin-top: 6px;
	padding: 0 13px 9px 0;
	overflow: hidden;
}
.directory-record img, .meet-staff-record img {
	margin: 13px 12px 13px 13px;
	float: left;	
}
.directory-record .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 9px;
}
.directory-record .name a, .directory-record .name a:visited {
    color: #ff8300 !important;
    text-decoration: none;
}
.directory-record .title {
    margin: 1px 0 7px;
}
.directory-record .title, .directory-record .phone-number, .directory-record .email {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    padding-left: 90px;
}
.meet-staff-record {
	background: #F0F0F0;
    float:left;
	width:357px;
    border: 10px solid #fff;
    margin: 0;
}
.meet-staff-record img {
	margin: 13px 12px 13px 13px;
	float: left;	
}
.meet-staff-record .name {
	font-weight: 600;
	font-size: 20px;
	margin: 9px 0 0;
	line-height: 20px;
}
.meet-staff-record .title, .meet-staff-record .phone-number, .meet-staff-record .email {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
    margin: 0 0 0 90px;
}
.meet-staff-record .title {margin: 0 0 11px;}
.meet-staff-record .title, .meet-staff-record .phone-number{color:#000}
.meet-staff-record .name a, .meet-staff-record .name a:visited {
  color: #ff8300 !important;
  text-decoration: none;
}
.meet-staff-record .name img {padding-right: 10px;}
.meet-staff-record .email a, .meet-staff-record .email a:visited {
  color: #ff8300 !important;
  text-decoration: none;
}
.directory-nav {
	overflow: hidden;
	margin-top: -8px;
}
.nav-arrow {float: left;}
.directory-nav ol {
	padding: 0 5px;
	float: left;
	margin: -1px 0 0 0;
}
.directory-nav li {
	display: inline;
	margin: 0 7px;
}
.directory-nav a {
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #999999;
}
.directory-nav a.selected {color: #F47D30;}
.directory-nav a:hover {color: #CCC;}

.office-contact {
	width: 100%;
	clear: both;
}

.office-contact div {font-size: 20px;}
.directory-record h4, .meet-staff-record h4 {
	width: 95%;
	color: #4D4D4D;
	margin: 8px 0 0 15px;
}
.three-column {
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 15px;
	width: 30%;
}
.three-column a, .two-column a {color: #000 !important;}
.three-column a:hover, .two-column a:hover {color: #F57920 !important;}
.two-column {
	width: 47%;
	float: left;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0 0 14px;
	padding-bottom: 9px;
}
.two-column ul ul {padding-left: 19px;}
span.emphasis {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}

#faculty-image {
	float: left;
	display: block;
	margin: 0 8px 8px 0;
}
#faculty-details {
	float: left;
	margin: 0 0 25px 0;
}
#faculty-details div {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}
#faculty-details #faculty-name {
	font-weight: 600;
	font-size: 36px;
	color: #F47D30;
	margin: 0 0 8px 0;
}
#faculty-details #faculty-title {
	font-size: 22px;
	color: #F47D30;
}
#faculty-start {color: #4d4d4d;}
#faculty-details .faculty-section{
	font-weight: 600;
	font-size: 22px;
	color: #4D4D4D;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 22px;
}
#faculty-details span.emphasis {
	font-weight: 600;
	font-size: 18px;	
}

.directory #tab-container {
	background: url(/_layouts/15/images/directory-tabs-bg.png) top no-repeat;
	width:auto;
	padding:0;
	margin:0;
}
.directory #tab-container ul {
	padding:0;
	margin:0;
}
.directory ul.tabs {padding-bottom: 20px;margin-left:-16px;}
.directory ul.tabs li a {
	background-color: transparent !important;
	background-image: none !important;
	padding: 5px 16px 20px;
	color: #979797 !important;
	font-weight: 600;
}

.directory ul.tabs li a.active {
	background-color: #fff;
	background-image: none;
	padding: 5px 16px 0;
	border-left: solid 1px #f6f6f6;
	border-right: solid 1px #f6f6f6;
	border-top: solid 1px #f6f6f6;
	color: #4D4D4D !important;
	z-index: 0;
	position: relative;
		
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	
	-moz-box-shadow: 0px 0px 23px #c6c6c6;
	-webkit-box-shadow: 0px 0px 23px #c6c6c6;
	box-shadow: 0px 0px 23px #c6c6c6;
}
.ie7 .directory ul.tabs li a.active, .ie8 .directory ul.tabs li a.active {border-color: #e6e6e6;}

.directory .tabs-content {
	margin: 0;
	padding: 0;
	z-index: 100;
	position: relative;
	width: auto;
	background: url(/_layouts/15/images/tab-content-bg.png) top repeat-x;	
}
.ie7 .directory .tabs-content, .ie8 .directory .tabs-content {background: #fff;}
.directory .tabs-content p 
{
    padding:0;
	margin-top: 0;
	margin-bottom: 25px;
}
.directory .tabs-content h3 {
	color: #ff8300;
	font-size: 24px;
	padding-left: 11px;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 3px;
}
ul.fs-directory-az-menu {
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 12px;
	margin-bottom: 7px;
	padding: 0;
}
.fs-directory-az-menu li {display: inline;}
.fs-directory-az-menu li a {
	color: #F47D30;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
}
.fs-directory-az-menu li a:hover {
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	color: #989898;
}
.fs-directory-az-menu li a.selected {font-weight: 600;}

/* #AZ Index Web Part
================================================== */
.azindex {padding-left: 0px !important;width: 680px !important;padding-top: 0px}
.azindex ul {padding-left: 13px !important; padding-right: 13px !important; padding-top: 0px !important}
.azindex ol#letter-nav {margin-top: 12px !important; margin-bottom: 7px !important; padding-top: 0px !important; padding-left: 0px !important}
.azindex .majors-list {text-indent: 0px !important;}
.az-links-list {padding-left: 0px; padding-right: 0px; padding-top: 0px; width:410px;}
.az-links-list ul { list-style-type:none; margin-left:0px; padding-left: 5px;}
.az-links-list .az-links-left-column {width:50%; float:left;}
.az-links-list .az-links-right-column {width:50%; float:left;}
.az-links-list #letter-header {background-color:#ff8300; color:#FFFFFF; font-weight:bold; padding-left:10px; font-size:16px;}
.az-links-list .letter-navigation a {padding-right:2px; font-weight:normal;}
.az-links-list .letter-navigation p { font-size:24px; padding-bottom:10px; color:#ff8300;}
/* #Offices
================================================== */
.offices .banner-button {
	background: url(/_layouts/15/images/offices-banner.png) center no-repeat;
	background-size: 100%;
	float: right;
	height: 50px;
	margin-right: 13px;
	margin-top: 30px;
	width: 221px;
}
.offices .banner-button p {
	font-size: 24px;
	padding-right: 13px;
}

/* #Contact Form 
================================================== */
#contact-info {
	margin-bottom: 7px;
	width: 100%;
}
#contact-info p{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#contact-info p.emphasis {
	color: #ff8300;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
	margin: 10px 0 5px 0;
}
.jqTransformInputWrapper {margin-bottom: 5px;}
#first-name .jqTransformInputWrapper,
#last-name .jqTransformInputWrapper,
#email .jqTransformInputWrapper {width: 365px !important;}
#first-name, #last-name, #email, #subject {font-size: 16px;}
#subject .jqTransformInputWrapper {width: 428px !important;}
#google-maps {
	height: 330px;
	margin-bottom: 17px;
	width: 454px;
}

/* #Majors
================================================== */
.majors-content {position: relative;}
.majors-content h2 {
	color: #ff8300;
	font-family: "museo-slab", sans-serif;
	font-size: 36px;
	font-weight: 500;
	margin: 11px 0 28px 0;
	text-transform: uppercase;
}
.ie7 .majors-content h2 {margin-top: 30px}
.majors-content .orange-select {
	float: none;
	height:25px;
}
.majors-list {
	font-size: 18px;
	margin: 0 4% 0 0;
	padding: 0;
	width: 29%;
}
.majors-content .two-column {width: 312px;}
.majors-list h3 {
	color: #ff8300;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 20px;
	margin: 25px 0 8px 0;
	text-transform: none;
}
.majors-list li {
	line-height: 18px;
	margin-bottom: 12px;
}
.majors-list a,
.majors-list a:hover {font-weight: normal;}

/* #Overwrite Sharepoint Inheritted
================================================== */

/* Body inheritted */
#s4-bodyContainer {min-width: 300px !important;overflow-x: hidden;padding-bottom:0;}
.ms-rte-wpbox {/*display: inline-block;*/}
body.v4master{overflow:auto !important;}
.s4-tn {
	height: 15px;
	visibility: hidden;
}
.menu-horizontal {visibility: hidden;}
.ms-pageinformation table td,
.ms-createpageinformation table td,
table.ms-pageinformation,
table.ms-createpageinformation,
.ms-linksection-level1 ul li a {font-size: 10pt;}
td.ms-sbgo img {
	border: none !important;
	padding: 3px;
}

/* Search inheritted */
#ctl00_PlaceHolderMain_ctl02__ControlWrapper_RichHtmlField {display: block !important;}
.srch-Title2 a:link,
.srch-Title2 a:visited,
.srch-Title2 a:hover {
	color: #ff8300 !important;
	font-size: 16px !important;
	text-decoration: none !important;
}
.srch-Description2,
.srch-BB-Description2 {
	color: #000 !important;
	font-family: "myriad-pro", sans-serif !important;
	font-size: 16px !important;
	font-weight: normal !important;
}
.srch-URL2,
span.srch-BB-URL2 {
	color: #4D4D4D !important;
	display: inline-block !important;
	font-family: "myriad-pro", sans-serif !important;
	font-size: 12px !important;
	font-style: italic !important;
	font-weight: normal !important;
	margin-left: 24px;
}
span.srch-BB-URL2 {margin-left: 0px;}
.srch-urllink {
	color: #000 !important;
	font-size: 16px !important;
	font-weight: normal !important;
}
span.srch-urllink a:link,
span.srch-urllink a:visited {
	color: #ff8300 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	text-decoration: none !important;
}
.srch-BBTitle a:link,
.srch-BBTitle a:visited,
.srch-BBTitle a:hover {
	color: #ff8300 !important;
	text-decoration: none !important;
	font-family: "myriad-pro", sans-serif !important;
	font-size: 16px !important;
}
div.srch-BB-Result {
	background-color: lightgray;
	padding-left: 0;
	padding-top: 20px;
	width: 660px;
}
.srch-Page {
	padding-bottom: 30px;
	padding-left: 24px;
}
.srch-results {padding-left: 0;}
.srch-BBTitle {padding-left: 4px !important;}
.srch-Title img {padding-left: 4px;}

/* tables */
.uf-markup-dropdownTable-default {}

/* #IE 7 Fixes
================================================== */
.ie7 li.top-level {padding: 2px 0 8px 0;}
.ie7 li.top-level > a {padding: 4px 8px 18px 8px;}
.ie7 .sub-nav {top: 44px;}
.ie7 #book_search input[type="text"] {margin-top: -1px;}
.ie7 select.select {margin-top: 11px;}
.ie7 #calendar-links p {margin-right: 19px;}
.ie7 #calendar-page .calendar-content h2 {margin-bottom: 10px;}
.ie7 #follow {
	bottom: -10px;
	right: 30px;
}
.ie7 advanced-search {margin-top: 0;}

/* #404 Page
=================================================== */
#four-o-four {width: 100%;}
#four-o-four .container {
	background: url(/_layouts/15/images/404.png) top center no-repeat;
	background-size: 100%;
	height: 679px;
}
#four-o-four-back a{
	font-weight: 400;
	font-size: 27px;
	padding-left: 15px;
	line-height: 32px;
	color: #F47D30;
	background: url(/_layouts/15/images/404-back.png) left no-repeat;
}
#four-o-four-back a:hover {color: #4d4d4d;}
#four-o-four p {
	font-size: 22px;
	font-weight: normal;
}

/* #Home Page Calendar
================================================== */
.eventLink a {color: #000;}
.eventLink a:hover {color: #ff8300;}
.HomeCalendar {
	background-color: #FFF;
	border-color: #ff8300;
	font-family: "myriad-pro", sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	width: 220px !important;
}
.HomeCalendarDayStyle, .HomeCalendarDayHeader, .HomeCalendarOtherMonthDayStyle { padding: 0; }
.HomeCalendar tr:first-child td {background-color: #ff8300 !important;}
.HomeCalendarTitle {
	background-color: #ff8300;
	color: #FFF;
	text-transform: uppercase;
}
.HomeCalendarDayHeader {
	background-color: #FFF;
	color: #505050 !important;
	font-weight: 400;
}
.HomeCalendarNextPrevStyle,
.HomeCalendarNextPrevStyle a {
	color: #FFF !important;
	font-size: 18px;
	font-weight: 600;
}
.HomeCalendarOtherMonthDayStyle td,
.HomeCalendarOtherMonthDayStyle a {
	background-color: #FFF !important;
	color: #b0b0b0 !important;
}
.HomeCalendarSelectedDay,
.HomeCalendarSelectedDay a,
.HomeCalendarTodayDay {
	background-color: #FFF !important;
	color: #ff8300 !important;
}
}

/* #Emergency Notifications
================================================== */
#EmergencyNotifications .EmergencyNotification {
	color: #E6E6E6;
	margin: auto;
	min-height: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 980px;
}
#EmergencyNotifications .EmergencyNotification img {vertical-align: middle;}
#EmergencyNotifications a .EmergencyDescription {
	background: url(/_layouts/15/images/footer-arrow.png) right no-repeat;
	color: #E6E6E6;
	padding-right: 20px;
}
#EmergencyNotifications a:hover .EmergencyDescription {
	background: url(/_layouts/15/images/footerarrow_ro.png) right no-repeat;
	padding-right: 20px;
}
#EmergencyNotifications a:hover div {color: #f57920;}
#EmergencyNotifications .Safety {background-color: red;}
#EmergencyNotifications .Weather {background-color: blue;}
#EmergencyNotifications .EmergencyTitle {
	display: inline;
	font-weight: 600;
}
#EmergencyNotifications .EmergencyDescription {
	display: inline;
	padding-left: 8px;
}

/* Controller Tracker */
.controller-tracker {font-size: 12px;}
.controller-tracker legend {font-size: 14px;font-weight:bold;}

/* Countdown Timer*/
.countdown-timer {text-transform: uppercase;padding: 20px;background-color: #333333;text-align: center;display: inline-block;}
.countdown-timer .title {font-size: 28px;font-weight: 400; color:white;padding: 0;}
.countdown-timer .box {float:left;padding:0 10px;}
.countdown-timer .box .number {font-size: 73px; font-weight: 400;color:white;}
.countdown-timer .box .text {font-size: 18px;font-weight: 600;color:#979797;}

/* Email Signature Tool */
#academic-email-signature-tool {font-size:16px;}
/* areas of the form that need to be hidden until the user enters the proper information */
#academic-email-signature-tool .academic-email-signature-results {display:none;}
.academic-email-signature-results #sig-with-logo, .academic-email-signature-results #sig-no-logo { padding-top: 30px;}
#academic-email-signature-tool span.error {
	color: red;
	padding: 0 0 0 10px;
	text-align: right;
}
#academic-email-signature-tool-error-warning{color: red;padding: 0 0 10px;text-align: center;}

#academic-email-signature-tool p {margin:2px 0 2px;}
#academic-email-signature-tool #results {width: 690px;}
#academic-email-signature-tool fieldset div.left, #academic-email-signature-tool .left, #academic-email-signature-tool .left-column{clear:none;float: left;}
#academic-email-signature-tool fieldset div.right, #academic-email-signature-tool .right, #academic-email-signature-tool .right-column {clear:none;float:right;}
#academic-email-signature-tool .academic-email-signature-results h3 { padding: 25px 0 10px;color: black;}

#academic-email-signature-tool fieldset {
    border: 1px solid #DDDDDD;
    padding: 0 8px 8px;
	margin: 0 10px 20px;
}
#academic-email-signature-tool .academic-email-signature-info-fieldset { width: 670px; }/*max total is 690px on main site*/

#academic-email-signature-tool fieldset div {
    clear: both;
    margin: 10px 0;
}
#academic-email-signature-tool label {
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 250px;
}
#academic-email-signature-tool input {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    /*font: bold 0.95em arial,sans-serif;*/
    padding: 2px 5px;
    width: 150px;
}
#academic-email-signature-tool input.watermark { color: #999; }

#academic-email-signature-tool input:hover, #academic-email-signature-tool input:focus {
    background: none repeat scroll 0 0 #F6F6F6;
    border-color: #C5C5C5;
}
#academic-email-signature-tool input.default {
    color: #BBBBBB;
}
#academic-email-signature-tool input.submit { 
	float: left;
	margin: 0 30px 0 253px; 
	background: #ff8300; /*Old browsers*/
	background: -moz-linear-gradient(top, #f8ae79 0%, #ff8300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ae79), color-stop(100%,#ff8300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8ae79 0%,#ff8300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8ae79 0%,#ff8300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8ae79 0%,#ff8300 100%); /* IE10+ */
	background: linear-gradient(top, #f8ae79 0%,#ff8300 100%); /* W3C */
    border: 2px solid #ff8300;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 31px;
    line-height: 23px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 180px;
}

/* Updated in 2014 UI Refresh
================================================== */

/* page header */
#main-nav .orange-bar .dynamic {width:1000px;}
#main-nav .orange-bar .static {left:1031px;top:-37px;width:250px;}
ul.static.icon .sub-nav{right:31px;}
ul.static.icon .search-nav{right:19px;}
#main-nav .sub-nav {width: 1250px;}

/* main page containers */
#main.wrap{z-index:2;}
#main.wrap, #header #site-title, #main-nav .orange-bar .nav, #main-nav .black-bar .nav, #slider .container, #slider-control, #footer{
	width: 1250px;
	margin:auto;
}
#main.wrap{margin-top:60px;position:relative;}
#main-content {width:1110px;min-height:700px;overflow:hidden;}
#footer address {}
#main.home-page #main-content{width: 1060px;float: left;padding:25px;}
#main-content .left-column{width: 240px;float:left;background:#e4e4e4;padding: 65px 13px 99999px 25px;margin-bottom:-99999px;border-right: 2px solid #868686;border-radius:10px 0 0 10px;position:relative;z-index:98;}
#main-content .editable-content {width:780px;float:left;padding: 28px 25px;}
#main-content .editable-content .column-1{min-width:525px;max-width:780px;display:table-cell;vertical-align:top;}
#main-content .editable-content .column-1 img{max-width:525px;}
#main-content .editable-content .column-2{max-width:230px;display:table-cell;padding-left:25px;}
#main-content .editable-content .column-2 img{max-width:230px;}

/* Intro Pages */
#banner-placeholder.home-page {min-height: 80px;margin-bottom: -70px;}
#intro-banner {margin-bottom: -370px;position:relative;overflow:hidden;}
#intro-banner .banner-image {min-height: 130px;}
#intro-banner .banner-image img{width:100%;}
#intro-banner .banner-mask-2500{width:100%;position:relative;bottom:240px;z-index:1;}
#intro-banner.zoom-banner .banner-mask-2500{bottom:235px;}
#intro-banner .banner-mask-1249{width:100%;position:relative;bottom:125px;z-index:1;display:none;}
#intro-banner.zoom-banner .banner-mask-1249{bottom:120px;}
#intro-banner .banner-mask-767{width:100%;position:relative;bottom:75px;z-index:1;display:none;}
#intro-banner.zoom-banner .banner-mask-767{bottom:70px;}
#intro-banner .banner-mask-479{width:100%;position:relative;bottom:63px;z-index:1;display:none;}
#intro-banner.zoom-banner .banner-mask-479{bottom:58px;}

/* Social Media */
.social-media-pages .editable-content .post-column-2{width:598px;}

/* flex slider */
/*.flex-control-nav {bottom: -68px;}
.control-container {height: 66px;}*/
.flex-container .flex-control-nav li {height: 89px;}

/* misc page body styles */
.editable-content .one-third,
.editable-content .two-third,
.editable-content .one-fourth,
.editable-content .one-half,
.editable-content .three-fourth {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
.editable-content .one-third {width: 33% !important;}
.editable-content .two-third {width: 67% !important;}
.editable-content .one-fourth {width: 25% !important;}
.editable-content .one-half {width: 50% !important;}
.editable-content .three-fourth {width: 75% !important;}

.editable-content .one-third img,
.editable-content .two-third img,
.editable-content .one-fourth img,
.editable-content .one-half img,
.editable-content .three-fourth img {
	height:auto;
	margin: 10px 0 !important;
	max-width:97% !important;
}

.editable-content .one-third a,
.editable-content .two-third a,
.editable-content .one-fourth a,
.editable-content .one-half a,
.editable-content .three-fourth a {font-size: 15px !important;}

/* Level 3 Variable Right Side Bar */
.VRSB .column1 {width: 450px;float: left;margin-right: 25px;}
.VRSB .column2 {width: 305px;float: left;}

/* Level 3 Locked Right Side Bar */
.LRSB .column1 {width: 450px;float: left;margin-right: 25px;}
#floatMenu {width: 305px;}

.calendar-feed-2014{padding: 36px 0;/*background-color:#E6E6E6;*/}
.calendar-feed-2014 .header .section{padding: 0 0 0 36px;font-size:36px;font-family: "museo-slab", sans-serif;font-weight:500;}
.calendar-feed-2014 .header a, .calendar-feed-2014 .header a:visited{float: right;padding:4px 35px 5px 10px;font-size:18px;background:#000 url("/_layouts/15/images/HPArrow.png") right no-repeat;color:#fff;text-transform:none;border-radius:5px 0 0 5px;}
.calendar-feed-2014 .header a:visited{text-decoration:none;}
.calendar-feed-2014 .content{padding: 20px 0 0 36px;}
.calendar-feed-2014 .content .image {float:left;padding:0 10px 0 0;}
.calendar-feed-2014 .content .events {float:left;padding:0 10px 0 0;}
.calendar-feed-2014 .content .image img, .calendar-feed-2014 .content .events, .calendar-feed-2014 .content .events a{width:514px;}
.calendar-feed-2014 .content .events a{margin:0 0 10px;float:left;background-color:#ff8300;}    
.calendar-feed-2014 .content .events a:last-child{margin-bottom:0;}
.calendar-feed-2014 .content .events:last-child{display:none;}
.calendar-feed-2014 .content .events .event {padding:0 10px;}
.calendar-feed-2014 .content .events .event .name{font-weight:300;font-size:20px;line-height:normal;color:black;margin:5px 0 0;overflow:hidden;float:left;height:32px;width:334px;}
.calendar-feed-2014 .content .events .event .time{font-weight:300;font-size:18px;color:#fff;float:right;margin:7px 0 0;}

.news-feed-2014{padding: 36px 0;}
.news-feed-2014 .header .section{padding: 0 0 0 36px;font-size:36px;font-family: "museo-slab", sans-serif;font-weight:500;}
.news-feed-2014 .header a, .news-feed-2014 .header a:visited{float: right;padding:4px 35px 5px 10px;font-size:18px;background:#000 url("/_layouts/15/images/HPArrow.png") right no-repeat;color:#fff;text-transform:none;border-radius:5px 0 0 5px;}
.news-feed-2014 .articles{padding: 20px 0 0 36px;}
.news-feed-2014 .articles .news-item{padding:0 20px 0 0;float:left;}
.news-feed-2014 .articles .news-item:last-child{display:none;}
.news-feed-2014 .articles .news-item, .news-feed-2014 .articles .news-item img{width: 330px;}
.news-feed-2014 .articles .news-item h3{padding:0;}
.news-feed-2014 .articles .news-item h3 a, .news-feed-2014 .articles .news-item h3 a:visited {font-size:21px;color:#ff8300;font-weight:400;text-transform: none;line-height:normal;}
.news-feed-2014 .articles .news-item p {font-size:18px;font-weight:300;margin:0 0 5px;font-family:"myriad-pro", sans-serif;}
.news-feed-2014 .articles .news-item .link a, .news-feed-2014 .articles .news-item .link a:visited{font-weight:600;font-size:18px;color:#ff8300;}    
.news-feed-2014 .articles .news-item h3 a:hover, .news-feed-2014 .articles .news-item .link a:hover {color:#414042;text-decoration: none;}

 /*  #Super (1920px+ width displays)
================================================== */
/* Note: Design for a width of 1920px */
@media only screen and (min-width: 1850px) {
    /* page header */
    #main-nav .orange-bar .dynamic {width:1370px;}
    #main-nav .orange-bar .static {left:1404px;}
    ul.static.icon .sub-nav{right:34px;}
    ul.static.icon .search-nav {right: 18px;}
    .sub-nav.special-nav-links .top-row ul li a{margin:0 0 0 104px;letter-spacing:4px;}
    .sub-nav.special-nav-links .top-row ul li:last-child a{margin-right:104px;}
    .sub-nav.special-nav-links .bottom-row {margin:0 0 15px 104px;}

    /* main page containers */
    #banner-placeholder.home-page {min-height: 110px;margin-bottom: -100px;}
    #main.wrap, #header #site-title, #main-nav .orange-bar .nav, #main-nav .black-bar .nav, #slider .container, #slider-control, #footer, #main-nav .sub-nav{width: 1620px;}
    #main-content {width: 1480px;}
	#main.home-page #main-content{width: 1430px;}
    #main-content .editable-content {width:1150px;}
    #main-content .editable-content .column-1{min-width:895px;max-width:1150px;}
    #main-content .editable-content .column-1 img{max-width:895px;}
    .social-media-pages .editable-content .post-column-2{width:968px;}
    .flex-container .flex-control-nav li {height: 115px;}

    /* Level 3 Variable Right Side Bar */
    .VRSB .column1 {width: 650px;margin-right: 25px;}
    .VRSB .column2 {width: 475px;}

    /* Level 3 Locked Right Side Bar */
    .LRSB .column1 {width:650px;margin-right: 25px;}
    #floatMenu {width: 475px;}

    
    .calendar-feed-2014 .content .events:last-child{display:block;}
    .calendar-feed-2014 .content .image img, .calendar-feed-2014 .content .events, .calendar-feed-2014 .content .events a{width:462px;}
    .calendar-feed-2014 .content .image img {height:178px;}
    .calendar-feed-2014 .content .events .event .name{width:280px;}
    
    .news-feed-2014 .articles .news-item, .news-feed-2014 .articles .news-item img{width: 337px;}
    .news-feed-2014 .articles .news-item:last-child{display:block;}

    .meet-staff-record {width:355px;}
}

/* #Normal Width
================================================== */
/* Note: Design for a width of 1250px */
@media only screen and (min-width: 1250px) and (max-width: 1849px) 
{    
    .calendar-feed-2014 .content .image img {height:178px;}
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 1249px) {

    /* page header */
    #header.sticky #main-nav {padding-top:10px;}
    #header.sticky #main-nav .orange-bar .nav{height:23px;}
    #header #main-nav .orange-bar .nav{height:auto;}
    #main-nav .orange-bar .dynamic {width:768px;}
    #main-nav .orange-bar .static {left:0;top:7px;width:auto;margin-left:-10px;}
    #main-nav .orange-bar .static li.top-level {display:inline-block;margin: 0 15px 0 0;}
    ul.static.icon .sub-nav{left:2px;top:50px;}
    .sub-nav.special-nav-links .top-row {margin: 30px 0;}
    .sub-nav.special-nav-links .top-row ul li a{margin:0 0 0 14px;letter-spacing:0;font-size:20px;}
    .sub-nav.special-nav-links .top-row ul li:last-child a{margin-right:14px;}
    .sub-nav.special-nav-links .bottom-row {margin:0 0 15px 14px;}
    #search-form.sub-nav{left:10px;}
    #right-icon-nav{display:none;}
    #intro-banner {margin-bottom: -280px;}
    #intro-banner .banner-image {min-height: 140px;}
    #banner-placeholder.home-page {min-height: 60px;margin-bottom: -50px;}
    #intro-banner .banner-mask-2500{display:none;}
    #intro-banner .banner-mask-1249{display:block;}
    
    /* main page containers */
    #main.wrap, #header #site-title, #main-nav .orange-bar .nav, #main-nav .black-bar .nav, #slider .container, #slider-control, #footer, #main-nav .sub-nav{width: 768px;}
    #main-content, #footer address {width: 768px;min-height:0;}
    #main.home-page #main-content{width: 718px;}
    #main-content .left-column {position: absolute;padding-top: 56px;}
    #main-content .editable-content{padding-left:104px;}
    #floatMenu{width:438px;}
    #main-content .editable-content .column-1, #main-content .editable-content .column-2, #main-content .editable-content, .social-media-pages .editable-content .post-column-2, .VRSB .column1, .VRSB .column2, .LRSB .column1, div.srch-BB-Result, .srch-results #floatMenu{width:638px;}
    #main-content .editable-content img{max-width:638px;}
    iframe{max-width:638px;overflow:scroll;}
	.srch-BB-URL3, .srch-BB-URL2 {width:408px;}
    #main-content .editable-content .column-1, #main-content .editable-content .column-2{min-width:0;display:block;}
    .flex-container .flex-control-nav li {height: 59px;} 
    
	/* main page containers */
	.editable-content .one-third,
	.editable-content .two-third,
	.editable-content .one-fourth,
	.editable-content .one-half,
	.editable-content .three-fourth {width: 100% !important;}
	
	/* Social Media Hub Styling */
    .social-media-nav-full-width {
        display:none;
    }
    .social-media-nav-mobile-width {
        display:block;
    }
    .social-media-pages.social-media-tab .editable-content{
        background: none;
    }
    .social-media-tab-nav {
	    display:none;
    }    
    .social-media-pages.social-media-tab h1 {padding-left:0;}
    .social-media-pages .editable-content .post-column-1{
        width:428px;
        padding:0 0 25px;
    }
    .social-media-pages .editable-content .post-column-2{
        width:428px;
        overflow:visible;
    }

	/* page header */
	#header.sticky #main-nav .orange-bar .icon{display:none;}
	li.top-level > a {
		font-size: 19px;
		letter-spacing: 0;
	}
	.sub-nav {top: 33px;margin-left:0;}
	.sub-nav-column {
		margin: 0;
		width: 25%;
	}
	.sub-nav.special-nav-links .sub-nav-column {
		width: 33%;
	}
	.nav-info {
		margin: 0;
		width: 25%;
	}
	.nav-info a img {width: 100%;}
	.sub-nav-column h5 {
		font-size: 16px;
		line-height: 16px;
		margin: 4px 0 4px 10px;
	}
	.sub-nav-column h5 a {
		font-size: 16px;
		line-height: 16px;
	}
	.sub-nav-column > ul {
		line-height: 14px;
		margin-left: 10px;
	}
	.sub-nav-column > ul li {
		font-size: 15px;
		margin-bottom: 5px;
	}
	
    /* Accordian Nav */
	#accordian-nav {display:none;}
    #accordian-drawer-toggle-label, #accordian-drawer-toggle:checked ~ #accordian-nav {display:block;}
    #accordian-drawer-toggle:checked ~ #accordian-nav {width:240px;}
    #main-content .left-column{width:auto;max-width: 240px;}
    

	/* portamento floating box */
	#portamento_container #floatMenu {
		float: left; 
		position: relative;
		top: 0 !important;
	}
	#portamento_container #floatMenu.fixed {position: relative;}

	/* flex slider */
	.flex-control-nav {bottom: -54px;}
	.flex-control-nav li {height: 52px;}
	.control-container {height: 52px;}

	/* page banner */

	/* banner footer (breadcrubs) */
	h6 {letter-spacing: 1px;}

	/* images */
	.post img {max-width: 428px;}

	/* library tabs */
	#tab-container {width: 411px;}
	.container .column1, .container .column2 {
		float: left;
		width: 100%;
	}
	ul.tabs li a {
		font-size: 15px;
		padding: 0px 8px;
	}

	/* Majors */
	.majors-list {font-size: 16px;}

	/* Tables */
	.uf-markup-dropdownTable-default tr,
	.uf-markup-dropdownTable-default td,
	.uf-markup-dropdownTable-default th,
	.uf-markup-dropdownTable-altColumns tr,
	.uf-markup-dropdownTable-altColumns td,
	.uf-markup-dropdownTable-altColumns th,
	.uf-markup-dropdownTable-altRows tr,
	.uf-markup-dropdownTable-altRows td,
	.uf-markup-dropdownTable-altRows th {font-size: 14px !important;}

	/* form elements */ 
	table.jqTransformTextarea td#jqTransformTextarea-mm textarea {width: 418px;}
	.orange-select {float: none; margin-top: 42px;}

	/* directory elements */
	div.phone {float: left; text-align: left;}
	.three-column {width: 90%;}
    .directory ul.tabs { margin-left: -11px;}
    .directory ul.tabs li a, .directory ul.tabs li a.active { padding: 5px 11px 20px;}

	/* page footer */    
	.container .footer-column {
		border-left: none;
		display: inline;
		float: left;
		height: 175px;
		margin: 10px 0 10px 60px;
		padding: 0;
		width: 189px;
	}

    /* Level 3 Variable Right Side Bar */
    .VRSB .column1 {margin-right: 0;}

    /* Level 3 Locked Right Side Bar */
    .LRSB .column1 {margin-right: 0;}

	/* 404 */
	#four-o-four .container {height: 295px;}
	#four-o-four-back {
		left: 85px;
		top: 35px;
	}
	#four-o-four p {
		font-size: 18px;
		left: 85px;
		line-height: 22px;
		top: 208px;
	}
    
    .calendar-feed-2014 .content .image img, .calendar-feed-2014 .content .events, .calendar-feed-2014 .content .events a{width:696px;}
    .calendar-feed-2014 .content .image {margin-bottom:10px;}
    .calendar-feed-2014 .content .events .event .name{width:488px;}
    
    .news-feed-2014 .articles .news-item, .news-feed-2014 .articles .news-item img{width: 338px;}
    .news-feed-2014 .articles .news-item:nth-child(n+3){display:none;}

    .meet-staff-record {width:618px;}
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {    
    
    /* page header */
    #main-nav .sub-nav{width:auto;}
    #right-icon-nav{display:none;}
    #banner-placeholder.home-page {min-height: 170px;margin-bottom: -160px;}
    #intro-banner {margin-bottom: -110px;}
    #intro-banner .banner-image {min-height: 0;}
    #intro-banner .banner-mask-2500{display:none;}
    #intro-banner .banner-mask-767{display:block;}
    
    /* main page containers */
    #main.wrap{margin-top:20px;}
    #main.wrap, #header #site-title, #main-nav .orange-bar .nav, #main-nav .black-bar .nav, #slider .container, #slider-control, #footer{width: 480px;}
    #main-content, #footer address {width: 480px;min-height:0;}
    #main.home-page #main-content{width: 480px;}
    #main-content .left-column, #main-content .editable-content, .VRSB .column1, .VRSB .column2, .LRSB .column1,  #floatMenu, .social-media-pages .editable-content .post-column-2, div.srch-BB-Result, .srch-results {width:430px;}
    iframe{max-width:430px;overflow:scroll;}
	.srch-BB-URL3, .srch-BB-URL2 {width:400px;}
    #main-content .left-column {float:none;margin:0;padding:20px 25px;border-right:none;border-bottom:2px solid #868686;border-radius:0;}
    #main-content .editable-content .column-1, #main-content .editable-content .column-2{width:430px;display:block;min-width:0;}
    #main-content .editable-content img{max-width:430px;}
    .flex-container .flex-control-nav li {height: 34px;}
    
	/* Social Media Hub Styling */
    .social-media-nav-full-width {
        display:none;
    }
    .social-media-nav-mobile-width {
        display:block;
    }
    .social-media-pages.social-media-tab .editable-content{
        background: none;
    }
    .social-media-tab-nav {
	    display:none;
    }
    .social-media-pages.social-media-tab h1 {padding-left:0;}
    .social-media-pages .editable-content .post-column-1{
        width:420px;
        padding:0 0 25px;
    }
    .social-media-pages .editable-content .post-column-2{
        width:420px;
        overflow:visible;
    }
    
	/* page header */
	#header .container {
		background-size: 100% auto;
		height: auto;
	}
	#header h1 {line-height: 35px;}
	#site-title {
		padding-left: 0;
		width: 45%;
	}
	#site-title a {
	    background-image: url('/Institutions/University-of-Findlay/images/logo-mobile.png');
	    width: 145px;
	    margin-bottom: 13px;
		height: 50px;
	}	
    #drawer-menu, #mobile-search-nav{display:block;}
    #drawer-main-nav .nav {width: 430px;}
    #drawer-toggle:checked ~ #drawer-main-nav, #mobile-search-toggle:checked ~ .mobile-search-box
    {
	    padding:16px 20px;	
        width: 430px;
    }  
	#main-nav 
	{
        display:none;
    }
    
    /* Accordian Nav */
	#accordian-nav 
	{
	    margin-top:35px;
	    padding:0 10px 20px 20px;	                
        position: absolute;
        right: -600px;
        width: 390px;
        background:#e4e4e4;
        border-bottom: 2px solid #868686;
        border-left: 2px solid #868686;
    }
    #accordian-drawer-toggle-label{display:block;top:-5px;}
    #main-content .left-column {min-height: 35px;}

	/* flex slider */
	.flex-control-nav {bottom: -31px;}
	.flex-control-nav li {height: 29px;}
	.control-container {height: 29px;}

	/* images */
	.directory .post img {max-width: 428px;}
	.post img {max-width: 428px;}

	/* library tabs */
	ul.tabs li a {
		font-size: 14px;
		padding: 0px 10px;
	}

	/* directory tabs */
    .directory ul.tabs { margin-left: -11px;}
    .directory ul.tabs li a, .directory ul.tabs li a.active { padding: 5px 11px 20px;}
    
    .meet-staff-record {width:410px;}

	/* form elements */
	#first-name .jqTransformInputWrapper,
	#last-name .jqTransformInputWrapper,
	#email .jqTransformInputWrapper,
	#subject .jqTransformInputWrapper {width: 420px !important;}
	table.jqTransformTextarea td#jqTransformTextarea-mm textarea {width: 410px !important;}
	#contact-info {width: 420px;}
	#contact-info + div img {max-width: 420px;}
	
    /* Level 3 Variable Right Side Bar */
    .VRSB .column1 {margin-right: 0;}

    /* Level 3 Locked Right Side Bar */
    .LRSB .column1 {margin-right: 0;}
    
	/* 404 */
	#four-o-four .container {height: 280px;}

    
    .calendar-feed-2014 .content .image img, .calendar-feed-2014 .content .events, .calendar-feed-2014 .content .events a{width:408px;}
    .calendar-feed-2014 .content .image {margin-bottom:10px;}
    .calendar-feed-2014 .content .events .event .name{width:218px;}
    .calendar-feed-2014 .content .events .event .time{margin:2px 0 0;}
    
    .news-feed-2014 .articles .news-item, .news-feed-2014 .articles .news-item img{width: 402px;}
    .news-feed-2014 .articles .news-item:first-child{margin-bottom:10px;}
    .news-feed-2014 .articles .news-item:nth-child(n+3){display:none;}
}

/* #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 479px) {    
	
    /* page header */
    #main-nav .sub-nav{width:auto;}
    #search-form input[type="text"], .mobile-search-box input[type="text"]{width: 190px !important;}
    #banner-placeholder.home-page {min-height: 160px;margin-bottom: -150px;}
    #intro-banner .banner-image {min-height: 0;}
    #intro-banner {margin-bottom: -100px;}
    #right-icon-nav, #intro-banner .banner-mask{display:none;}
    #intro-banner .banner-mask-2500{display:none;}
    #intro-banner .banner-mask-479{display:block;}

    /* main page containers */    
    #main.wrap{margin-top:20px;}
    #main.wrap, #header #site-title, #main-nav .orange-bar .nav, #main-nav .black-bar .nav, #slider .container, #slider-control, #footer{width: 320px;}
    #main-content, #footer address {width:320px;min-height:0;}
    #main.home-page #main-content, #search-form.sub-nav{width:270px;}
    #main-content .left-column, #main-content .editable-content .column-1, #main-content .editable-content .column-2, #main-content .editable-content, .VRSB .column1, .VRSB .column2, .LRSB .column1, #floatMenu, .social-media-pages .editable-content .post-column-2, div.srch-BB-Result, .srch-results {width:270px;}
    iframe{max-width:270px;overflow:scroll;}
    #main-content .editable-content img{max-width:270px;}
	.srch-BB-URL3, .srch-BB-URL2 {width:240px;}
    #main-content .left-column {float:none;margin:0;padding:20px 25px;border-right:none;border-bottom:2px solid #868686;border-radius:0;}
    #main-content .editable-content .column-1, #main-content .editable-content .column-2{display:block;min-width:0;}
    .flex-container .flex-control-nav li {height: 25px;}
    
    /* main page containers */
	.editable-content .one-third,
	.editable-content .two-third,
	.editable-content .one-fourth,
	.editable-content .one-half,
	.editable-content .three-fourth {width: 100% !important;}

	/* Social Media Hub Styling */
    .social-media-nav-full-width {
        display:none;
    }
    .social-media-nav-mobile-width {
        display:block;
    }
    .social-media-pages.social-media-tab .editable-content{
        background: none;
    }
    .social-media-tab-nav {
	    display:none;
    }
    .social-media-pages.social-media-tab h1 {padding-left:0;}
    .social-media-pages .editable-content .post-column-1{
        width:300px;
        padding:0 0 25px;
    }
    .social-media-pages .editable-content .post-column-2{
        width:300px;
        overflow:visible;
    }
	/* page header */
	#site-title a {
	    background-image: url('/_layouts/15/images/logo-mobile.png');
	    width: 145px;
	    margin-bottom: 13px;
		height: 50px;
	}    
    #drawer-menu, #mobile-search-nav{display:block;}
    #drawer-main-nav .nav {width: 270px;}
    #drawer-toggle:checked ~ #drawer-main-nav, #mobile-search-toggle:checked ~ .mobile-search-box
    {
	    padding:16px 20px;	
        width: 270px;
    }  
	#main-nav 
	{
        display:none;
    }
    #mobile-search-toggle-label {right:60px;}
    #drawer-toggle-label{right:15px;}
	/* accordian menu */
	#accordian {margin-bottom: 0;}
    #accordian-drawer-toggle-label{display:block;top:-5px;}
	#accordian-nav 
	{
	    margin-top:35px;
	    padding:0 10px 20px 20px;	                
        position: absolute;
        right: -420px;
        width: 260px;
        background:#e4e4e4;
        border-bottom: 2px solid #868686;
        border-left: 2px solid #868686;
    }
    #main-content .left-column {min-height: 35px;}

	/* portamento floating box */
	#portamento_container #floatMenu {
		float: left; 
		position: relative;
		top: 0 !important;
	}
	#portamento_container #floatMenu.fixed {position: relative;}

	/* flex slider */
	.flex-control-nav {bottom: -23px;}
	.flex-control-nav li {height: 21px;}
	.control-container {height: 21px;}

	/* images */
	.directory .post img, .post img {max-width: 280px;}

	/* misc page body styles */
	#ctl00_PlaceHolderMain_ctl00__ControlWrapper_RichImageField {float: none;}

	/* library tabs */
	#tab-container {width: 283px;}
	.container .column1, .container .column2 {
		float: left;
		width: 100%;
	}
	ul.tabs li a {
		font-size: 10px;
		padding: 0px 5px;
	}
	.column2 {margin-bottom: 60px;}

	/* directory tabs */
    .directory ul.tabs { margin-left: -5px;}
    .directory ul.tabs li a, .directory ul.tabs li a.active { padding: 5px 5px 20px;}	
	
	/* form elements */
	#first-name .jqTransformInputWrapper,
	#last-name .jqTransformInputWrapper,
	#email .jqTransformInputWrapper,
	#subject .jqTransformInputWrapper {width: 300px !important;}
	table.jqTransformTextarea td#jqTransformTextarea-mm textarea {width: 289px !important;}
	#contact-info {width: 300px;}
	#contact-info + div img {max-width: 300px;height: auto;}
	.orange-select {float: none; margin-top: 42px;}

	/* directory elements */
	div.phone {float: left; text-align: left;}
	.three-column {width: 90%;}
	ul.fs-directory-az-menu {overflow: hidden; width: 90%;}
	.fs-directory-az-menu li {float: left;}
    .meet-staff-record {float:left;width:358px;margin: 10px 0;border:none;width:270px;}

	/* Majors */
	.majors-list {
		width: 100%;
	}

	/* Tables */
	.uf-markup-dropdownTable-default tr,
	.uf-markup-dropdownTable-default th,
	.uf-markup-dropdownTable-default td,
	.uf-markup-dropdownTable-altColumns tr,
	.uf-markup-dropdownTable-altColumns th,
	.uf-markup-dropdownTable-altColumns td,
	.uf-markup-dropdownTable-altRows tr,
	.uf-markup-dropdownTable-altRows th,
	.uf-markup-dropdownTable-altRows td{
		font-size: 12px;
		padding: 6px 2px !important;
	}

	/* page footer */
	.container .footer-column {
		border-left: none;
		display: inline;
		float: left;
		margin: 0 0 10px 0;
		padding: 0;
		width: 150px;
	}
	
    /* Level 3 Variable Right Side Bar */
    .VRSB .column1 {margin-right: 0;}

    /* Level 3 Locked Right Side Bar */
    .LRSB .column1 {margin-right: 0;}
    
	/* 404 */
	#four-o-four .container {height: 200px;}
    
    .calendar-feed-2014 .content .image img, .calendar-feed-2014 .content .events, .calendar-feed-2014 .content .events a{width:248px;}
    .calendar-feed-2014 .header .section{line-height: normal;}
    .calendar-feed-2014 .content {padding-top:50px;}
    .calendar-feed-2014 .content .image {margin-bottom:10px;}
    .calendar-feed-2014 .content .events .event .name{width:230px;height:auto;}
    .calendar-feed-2014 .content .events .event .time{margin:0 0 2px;float:left;}

    .news-feed-2014 .articles .news-item, .news-feed-2014 .articles .news-item img{width: 248px;}
    .news-feed-2014 .articles .news-item:first-child{margin-bottom:10px;}
    .news-feed-2014 .articles .news-item:nth-child(n+3){display:none;}
}

@media print {
    #main-nav, #footer, #intro-banner, #right-icon-nav, .media-player-play, #banner-background img, #button-box, .left-column {display: none !important;}
    #main-content {
	    margin: 0 !important;
	    padding: 0 !important;
	    width: 700px !important;
	    border-radius:0px;
	    box-shadow: 0px 0px 0px;
    }
    .container .post p,
    .container .post ul {margin: 0 0 30px 0 !important}
    .post img {margin: 0 30px 30px 0 !important;}
    .editable-content, .right-column, .column-1, .column-2, .column1, .column2, .column3 {
	    margin: 0 !important;
	    padding: 0 !important;
	    width: 700px !important;
	    float:left !important;
    }
}

/* Contain floats. */
.cf:after {
  content: ' ';
  display: block;
  clear: both;
}

/* Contain floats *and margins*. */
.cfm:before,
.cfm:after {
  content: ' ';
  display: table;
}
.cfm:after {
  clear: both;
}

/* My Emma Modal*/
.emma-show{position:absolute !important;}
.emma-show form{top:35px !important;}

/* Charlie's custom landing pages*/
#fullpage-banner {background-repeat:no-repeat;background-size:cover;}
#fullpage-banner #main-content {background:none;box-shadow:none;float:none;margin:0 auto;}
#fullpage-banner .landing-button-with-image, #fullpage-banner .landing-button {text-align:center;}
#fullpage-banner .landing-button-with-image .box, #fullpage-banner .landing-button {background:white;float: left;margin: 0 5% 30px 0;width: 30%;opacity:0.85;padding: 10px 0;}
#fullpage-banner .landing-button.visit {background:#00a3d7;opacity:1;}
#fullpage-banner .landing-button.apply {background:#a72626;opacity:1;}
#fullpage-banner .landing-button.aid {background:#66903c;opacity:1;}
#fullpage-banner .landing-button-with-image:nth-child(3n) .box, #fullpage-banner .landing-button:nth-child(3n) {margin-right:0;}

/*font styling*/
#fullpage-banner h1, .charlie-header {font-family: "museo slab",sans-serif;font-weight: 500;padding: 50px 0 0;font-size: 63px;color: #ff8300;line-height: 60px;text-transform: none;text-align: center;}
.charlie-header {padding: 20px 0 30px;}
#fullpage-banner .landing-button-with-image .text {font-family: "museo slab",sans-serif;}
#fullpage-banner .landing-button-with-image, #fullpage-banner .landing-button {font-family: "museo slab",sans-serif;font-weight: 500;font-size: 35px;color:#000;line-height: 45px;}
#fullpage-banner .landing-button.visitday {font-size:27px;line-height: 25px;padding:17px 0;}
#fullpage-banner .landing-button.visitday .date{color: #4d4d4d;font-family: "myriad-pro", sans-serif;font-size: 21px;font-weight: 700;line-height: 0;}
#fullpage-banner .landing-button.visit, #fullpage-banner .landing-button.apply, #fullpage-banner .landing-button.aid {color:#fff;}
#fullpage-banner .landing-button:hover {text-decoration:  none;}


/* #Normal Width
================================================== */
/* Note: Design for a width of 1250px */
@media only screen and (min-width: 1250px) and (max-width: 1849px) 
{    
#fullpage-banner .landing-button-with-image, #fullpage-banner .landing-button {font-size: 30px;}
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 1249px) {
#fullpage-banner .landing-button-with-image:nth-child(3n) .box, #fullpage-banner .landing-button:nth-child(3n) {margin-right:5%;}
#fullpage-banner .landing-button-with-image:nth-child(2n) .box, #fullpage-banner .landing-button:nth-child(2n) {margin-right:0;}
#fullpage-banner .landing-button-with-image .box, #fullpage-banner .landing-button {width: 47.5%;}
}

/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {   
#fullpage-banner .landing-button-with-image:nth-child(3n) .box, #fullpage-banner .landing-button:nth-child(3n) {margin-right:5%;}
#fullpage-banner .landing-button-with-image:nth-child(2n) .box, #fullpage-banner .landing-button:nth-child(2n) {margin-right:0;}
#fullpage-banner .landing-button-with-image .box, #fullpage-banner .landing-button {width: 47.5%;font-size: 30px;}
}

/* #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 479px) {  
#fullpage-banner .landing-button-with-image .box, #fullpage-banner .landing-button {margin-right:0;}  
#fullpage-banner .landing-button-with-image .box, #fullpage-banner .landing-button {width: 100%;}
}