html {
	height:100%;
	font-size:12px;
	width:100%;
	padding:0;
	margin:0;	
	}
body{
	height:100%;
	font-size:18px;
	background:#fff;
	padding-left:0;
	padding-right:0;
	width:100%;
	overflow-x: hidden; /* Bug 19891 Brandon Paris */
}
body.grad-home{
	background: white;
}
table {
	width:100%;
	margin:20px 0;	
}
tbody th{
	background:#C7DDDC;
	padding:4px;
}
tbody tr:nth-child(odd) {
   background-color: #F1F5FA;
}
td.subhead{
	background-color:#DFF7F6;
	font-weight:bold;
}
td {
	padding:4px;
}
#wrapper {
	min-height:100%;
}

.img1 {
margin:5px 20px;
}

.img2 {
margin-right:10px; 
border:1px solid orange
}

.img3 {
margin:5px 20px;
height:250px;
float:left;
}

.img4{
margin:5px 20px; float:left}

.hero-unit {
    border-radius: 0;
    padding: 0;
	height:auto;
	background:transparent;
	margin:0 auto 20px;
}
.bold-head {
    font-weight: bold;
    margin: 0;
}
#header {
    background: none repeat scroll 0 0 #fff;
    height: auto;
	padding:20px
}
#nav-background{
	height:40px;
	background:#003049;
	min-width:100%;
	position:absolute;
}
.yamm.navbar {
	clear:both;
}
#logo {
    float: left;
}

#experience-lasell {
    margin: 10px 0 0;
}
#experience-lasell a,
#experience-lasell p {
    font-size: 20px;
}

#experience-lasell p {
	color: #fff;
}
.orange {
	color:#fec746;
	font-weight:normal;
}
.category {
    border-bottom: 1px solid #CCCCCC;
    color: #1C4472;
    font-weight: bold;
    margin-left: 30px;
    width: 92%;
}

.categoryNoHeader {
    color: #1C4472;
    font-weight: bold;
    margin-left: 30px;
    width: 92%;
}

#header-links {
	float: right;
	font-size: 1.5em;
    font-weight: bold;
    margin-top: 10px;
}
#header-links > ul {
    list-style: none outside none;
    margin: 5px 0;
}
#header-links li {
	display:inline;
}
#header-links ul li:last-child {
	border:0;
	padding-right:0
}
#header-links a:hover {
	text-decoration:none;
}

#header-links a:active {
	text-decoration:none;
	color: #00F
}
#header-links ul li a {
    color: #002A42;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
}
#header-links ul li a:hover {
    color: #002A42;
}
#header-links ul li::after {
	content: "|";
	display:inline;
	padding-left: 3px;
	color: #fec746;
}
#header-links ul li:last-child::after {display: none;}

.span2.unstyled a:hover {
	text-decoration:none;
	color:#333;
}
.navbar .nav {margin: 0;}
.navbar .nav > li > a {
    color: #fff;
    float: none;
    padding: 10px;
    text-decoration: none;
	text-shadow:none;
	font-weight:bold;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	color:#fec746;
	}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret,
.navbar .nav li.dropdown > .dropdown-toggle .caret{
    border-bottom-color: #fec746;
    border-top-color: #fec746;
}
.footer-background {
	clear:both;
	background:url(../images/lasell-buildings.jpg) no-repeat bottom center #01304A ;
	color:#fff;
	text-align:center;
	height:auto;
	min-height:600px;
	position:relative;
	padding:0 20px;
	background-size: cover;
	}
.footer-content.span12 {
    bottom: 0;
    padding: 20px 0;
    position: absolute;
	left:0;
	width:100%;
	margin:0;
}
#footer a:visited, #footer a:focus, #footer a:active, #footer a:hover {color: #fec746;}
#footer .span4 >a {
    display: block;
    padding: 10px;
    text-align: center;
}
.footer-links {background: #01304A;margin-bottom: -2px;padding: 50px 0;}
.footer-links > .container-fluid {margin-bottom: 0;}
.footer-box {
background: none; /* Old browsers */
	color:#fff;
	font-size:24px;
	line-height: 18px;
	border-radius: 10px;
	margin:10px 0 0;    
	padding:10px 0;
	font-weight:normal;
	text-decoration: none;
	text-align: center;	
}
/*.footer-box.bg-1 {
	background:none;
}
.footer-box.bg-2 {
	background:none; ;
}
.footer-box.bg-3 {
	background:none; ;
}
.footer-box.bg-4 {
	background:none; ;
}
.footer-box.bg-5 {
	background:none; ;
}
.footer-box.bg-6 {
	background:none; ;
}
.footer-box.bg-7 {
	background:none; ;
}
.footer-box.bg-8 {
	background:none; ;
}*/
.footer-box.bg-1, 
.footer-box.bg-2, 
.footer-box.bg-3,
.footer-box.bg-4, 
.footer-box.bg-5, 
.footer-box.bg-6, 
.footer-box.bg-7,
.footer-box.bg-8{
	background-size:100%;
}
 
.footer-box a{
	position:relative;
    padding: 10px;
	color:#fff;
	font-size: 19px;
}

.footer-box a:hover{
	text-decoration:underline;
	color:#08c;
}

ul.span12 {
    width: 100%;
	margin:0;
}

.dropdown-menu {
	margin-top:0;
	background:#e5e5e5;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.dropdown-menu li a{
    margin-bottom: 5px;
	display:block;
	line-height:15px;
}

ul.unstyled {
    margin: 0 0 10px 10px;
}
.container { 
      min-width: 320px; 
	  width: 1150px;
}
.yamm {
		margin: 0;
}


.yamm .accordion, .yamm-nav,
.yamm table, .yamm form,
.yamm .thumbnails li {
      margin-bottom: 0;
}

.footer-content {
	float:left;
	width:100%;
}
.span12.footer-awards{
	margin-top:20px;
}
.span6.awards {
    float: right;
	text-align:right;
}
.span6.social {
		float:left;
	}
.span6.awards img {
	width:30px;
}
/* Container */
.container-fluid {
    background-color: transparent;
    margin: 0 auto 10px;
    padding: 0;
    max-width: 1150px;
}


.span2.unstyled.auto-width {
    padding-right: 25px;
    width: auto;
}

.course-descriptions {
	color:#666;
	font-style:italic;
}

.navbar .btn-navbar {
	float:none;
	margin-right:10px;
}
.footer-content ul li {
	display:inline-block;
	padding:0px;
}
.footer-content ul li::after {
	content: "|";
	display:inline-block;
	padding-left: 3px;
	color: #fec746;
}
.footer-content ul li:last-child {
	border:none;
}
.footer-content ul li:last-child::after {display: none;}
.footer-content ul li:first-child {
	padding-left:0;
}
.footer-content ul li a{
	text-decoration:none;
	color:#fff;
}
.footer-content ul li a:hover{
	cursor:text
}
.footer-content > ul li:first-child {
    margin-left: 10px;
}
.bannerImage img {
    width: 100%;
}
.main-image {
	width:960px;
}

.homepage-module-header {
	height:auto;
	background-color:#003049;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	text-align:center;
	color:#fff;
	font-size:.90em;
	font-weight:bold;
}
.homepage-module-content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #01304A;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	box-shadow:3px 3px 3px #ccc;
    height: auto;
    padding: 15px 20px 0;
}
p {
    line-height: 1.5em;
}
form{
	width:100%;
}
.news-subscription {
	margin-top:20px;
}
#box1, #box2, #box3 {
    padding: 10px 10px 10px;
	font-size:16px;
}
.wrapper {
    background: #fff;
    min-height: 500px;
	/*margin-top:-10px;*/
}	
/*label {
	font-weight:bold}*/

/* Drop-down Panel Styles*/

#drop-down {
	width: 100%;
	font: 73%/120% Arial, Helvetica, sans-serif;
	position:relative;
}
a:focus {
	outline: none;
	text-decoration:none;
	color:#fff;
}
#panel {
	background: #00aeef;
	height:auto;
	display: none;
	padding:0;
	color:#000;
	font-weight:bold;
	background: #fff;
	border-left:1px solid #F68720;
	border-right:1px solid #F68720;
}
#request-info-form {
	margin-top:20px;;
}

.fsRowBody.fsCell.fsFieldCell.fsFirst.fsLast.fsLabelVertical.fsSpan100 {
    /*background: none repeat scroll 0 0 #99ccff;*/
}
#panel p {
	padding:20px;
	margin:0;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #F68720;
	background:url(../../images/cab-btn-slide.gif)no-repeat center top;
	font-size:11px;
	font-weight:bold;
}
.btn-slide {
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 16px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.btn-slide:hover {
	text-decoration:none;
	color:#000;
}
.active {
	background-position: right 12px;
	color:#fff;
}
form {margin:0;}
.sitemap {
	padding:0 20px;
	text-align:left;
}
.sitemap > div{
	border-right:1px solid #666;
	padding:0 15px;
}
.sitemap > div:last-child {
	border:none;
}
h1 {
	font-size: 36px;
	margin: 20px;
}
h2 {
	font-size: 24px;
}
h5 {
	color:#ff9933;
	font-size:1em;
}
h3 {
	margin-left:0px;
	font-size:20px;
}
.hero-unit h1 {
	font-size: 36px;
	margin-left: 0px;
    margin-bottom: 20px;
}
.sitemap ul {
	margin-bottom:20px;
}
.sitemap ul li {
	color:#ff9933;
}
.sitemap ul li a{
	color:#fff;
	display:block;
}
.sitemap ul li a:hover{
	color:#79bde9;
	text-decoration:none;
}
/*END Drop-down Panel Styles */

.navbar-inner {
	border:none;
	background-color: #003049;
	background-image:none;
	padding-left:0;
	padding-right:0;
	border-radius:0;
	filter:none;
	
}
#lasell-pulse-top-line {
	background:url(../../images/pulse-top.png)no-repeat;
    height: 70px;
    left: 2px;
    position: relative;
    top: 25px;
    width: 100%;
	background-size:100%;
}
#lasell-pulse {
    min-height: 100px;
    margin-top: 0;
    width: 100%;
	border-right:2px solid #01304A;
	border-left:2px solid #01304A;
	border-bottom:2px solid #01304A;
	background:#fff;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow:3px 3px 3px #ccc;

}
#pulse-content-container{
	padding:30px 20px;
	font-size:16px;
}

.faculty-module {
    float: left;
    width: 100%;	
	margin-left:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	min-height:100px;
}

.faculty-module p{
	padding:0 10px;
	font-size:16px;
	line-height:1.25em;
}

.faculty-module img {
    border: 2px solid #99ccff;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-right: 10px;
    width: 90px;
}
.side-box{
	height:auto;
	background:#eee;
	border:1px solid #ccc;
	width:93%;
	font-size:.8em;
	padding:10px;
	line-height:1.25em;
	border-radius:10px;
	margin-bottom:25px;
}

.name {
	padding:10px 10px 10px 0;
	font-size:.9em;
	margin-top:20px;
	font-weight:bold;

	max-width:340px;

	}

.title {
	padding:10px;
	font-size:.75em;
	line-height: .2em;
	margin-top:20px;
	max-width:340px;
	font-style:italic;
	font-weight:regular;
}


.data {
	padding:10px;
	font-size:.65em;
	margin-top:20px;
	max-width:340px;
}

.bio {
	font-size: .9em;
}

.bio p {
	padding-left: 19px;
}

.info p{
	padding:10px 10px 10px 19px;
	font-size:16px;
	margin-top:20px;
	
}

.main-content p{
	padding: 0px 10px 0px 10px;
	font-size:18px;
}

#curriculum a:visited {
	color:purple;
}

/*This is the modal that opens up when the user clicks on a course #*/
.modal {
  display: none;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  -o-box-shadow: 0 0 5px #000;
  -ms-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  border:2px solid #f3861f;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.modal-title{
	font-weight:bold;
	color:red;
}
#nav-background{
	display:visible;
}

#random-image > img {
    border-bottom: 3px solid #F68720;
}
.fsBody .fsForm{
		border:none;
}

/*round 2 modification*/
.responsive-tabs h2 {font-size: 24px;}
a:visited,a:focus,a:active,a:hover {color: #005580;}
.navbar-inner-wrapper {font-size: 14px;}
/*Home components*/
.home-featured-wrap {border: 5px solid #001e3b;background-color:#d3dde9;padding: 15px;margin-bottom: 10px;clear: both;}
h1.home-featured-title {
    text-transform: uppercase;
    text-align: center;
    color: #0b406a;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
    word-break: break-word;
}
h1.home-featured-title a {color: #0b406a;}
h2.home-featured-subtitle {
    color: #548ac8;
    line-height: 1;
    margin-top: 0;
    font-size: 28px;
}
.home-featured-wrap p {font-size: 16px; line-height: 1;}
.home-featured-wrap .span6 img, .home-featured-wrap .span3 img {width: 100%;} 
.home-featured-wrap .span6 h3, .home-featured-wrap .span12 h3 {
    color: #0b406a;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
}
.home-featured-wrap .span6 p, .home-featured-wrap .span12 p{margin-top: 10px;}
.home-featured-wrap.news > .row-fluid {margin-bottom: 15PX;}
.home-featured-wrap.news .span9 h2.home-featured-subtitle {margin-bottom: 0;padding-top: 20px;padding-bottom: 20px;}
.home-featured-wrap .span6 h3, .home-featured-wrap .span12 h3 {
    color: #0b406a;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
}
.home-featured-wrap .span6 p, .home-featured-wrap .span12 p {margin-top: 10px;}
.home-threebox {border: 5px solid #001e3b;background-color: #018266;padding: 0px;margin-left: 15px;box-sizing: border-box; border-radius: 0;}
.home-threebox-wrap .home-threebox:first-of-type {margin-left: 0;}
.home-threebox-wrap {clear: both;margin: 25px 0;overflow: hidden;}
.home-threebox-wrap .homepage-module-content {box-shadow: none;}
.home-threebox-title {
    border-bottom: 5px solid #001e3b;
    padding: 3px 15px;
    min-height: 50px;
    background: #548ac8;
    overflow: hidden;
    display: flex;
    position: relative;
}
.home-threebox-title h3 {
    display: inline-block;
    text-transform: uppercase;
    color: #001f3b;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    line-height: 1;
    word-break: break-word;
    position: absolute;
    left:70px;
    top:0;
}
.home-threebox-title img {padding: 0 0;padding-top: 5px;} /* BParis to fix icon display height */
.home-threebox-content {
    padding: 30px;
    background: #018266;
    color: #fff;
    font-size: 16px;
}
.home-threebox-content a {color: #fec746;text-decoration: underline;}

/*mobile nav*/
.global-search-link {
	padding: 7px 5px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
}
#global-search-wrap {
    background: #0b406a;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
    /*position: relative;*/
}
#global-search-wrap input[type="text"] {
    background: #99cceb;
    border-radius: 0;
    width: 80%;
    font-size: 30px;
    color: #0b406a;
    font-weight: normal;
    height: 65px;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    border: none;
}
#global-search-wrap input[type="submit"] {
    font-size: 30px;
    background: #001f3b;
    color: #fff;
    border: none;
    height: 65px;
    padding: 10px;
    width: 19.5%;
}
#mobile-menu {
    float: right;
    display: inline-block;
    position: relative;
    top: -75px;
}
a.mobile-search-link {
    margin-left: 40px;
}

::-webkit-input-placeholder {
   color: #0b406a;
}

:-moz-placeholder { /* Firefox 18- */
   color: #0b406a;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #0b406a;  
}

:-ms-input-placeholder {  
   color: #0b406a;  
}
/*flexslider*/
main {overflow: hidden;width: 100%;}
.flexslider {max-width: 1150px; width: 1150px; margin: 0 auto;}
.flexslider .content {background: #f2f2f2; max-width: 500px; display: block; margin: 0 auto}
.flex-viewport {overflow: visible !important}
#home-hero-slider {margin-top: 25px; overflow: hidden;}
#home-hero-slider ul.slides > li {opacity: 0.5;}
#home-hero-slider ul.slides > li.flex-active-slide {opacity: 1;}

#home-hero-slider ul.slides > li .img-wrap.hero {position: relative;height: 300px;background-position: center center;background-size: cover;}
#home-hero-slider ul.slides > li .img-wrap.hero .hero-caption {
    padding: 15px;
    text-align: left;
    top: 0;
    width: 55%;
    box-sizing: border-box;
}
#home-hero-slider ul.slides > li .img-wrap.hero .hero-caption.center-align {text-align: center; margin-left: 21%; margin-right: 21%;}
#home-hero-slider ul.slides > li .img-wrap.hero .hero-caption.right-align {text-align: right;right: 0;float: right;}

#home-hero-slider ul.slides > li .hero-title {text-transform: uppercase;font-size: 36px;line-height: 1;font-weight: normal;}
#home-hero-slider ul.slides > li .hero-content {font-size: 16px;line-height: 1;margin-bottom: 0;}
#home-hero-slider ul.slides > li .hero-button-wrap {margin-top: 30px;}
#home-hero-slider ul.slides > li .hero-button {text-transform: uppercase;font-size: 24px;font-weight: bold;background: #001f3b;color: #fff;padding:15px 20px;display: inline-block;text-align: center;}
#home-hero-slider .hero-content-mobile {background:#fec746;padding: 15px;display: none;position: relative; overflow: hidden;clear: both;}
.flex-control-nav {z-index: 100;}


/*resuable*/
br.tablet-only, br.mobile-only {display: none;}
.nav-collapse ul.nav li.dropdown:first-of-type a.dropdown-toggle {margin-top: 0;}
/*MEDIA QUERY*/
/* Landscape phone to portrait tablet */
@media (max-width:960px){
#wrapper {margin-top: -30px;}
#nav-background {display: none;}
#nav {z-index: -1;}
#nav1 {background: #003049;}
#global-search-wrap {padding-top: 30px; padding-bottom: 30px;margin-top: -10px;}
#global-search-wrap input[type="text"] {height: 40px;font-size: 18px;padding: 5px 20px; width: 72%;}
#global-search-wrap input[type="submit"] {font-size: 18px;height: 40px;padding: 5px; min-width: 85px;width: 22%;}
#global-search-wrap form {padding: 0 20px;overflow: hidden;}
.tablet-hidden {display: none;}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
    border-radius: 0;
    border-top: 1px solid #666;
    color: #ccc;
    margin-top: 10px;
    padding: 10px 10px 0;
}
	
html {
	height:100%;
	/*overflow-x:hidden;*/
	width:100%;
	padding:0;
	margin:0;	
	}
#header {
    background: none repeat scroll 0 0 #fff;
	padding:4px;
}

#lasell-pulse-top-line {
    background-size: 100%;
}
	#logo {
		float:none;
		margin: 30px auto 20px;
		text-align:left;
	}
	#logo img {
		margin:auto;
	}
	#header-links {
		font-size: 1.2em;
		font-weight: bold;
		margin: 0 auto;
		text-align:center;
		padding-bottom: 40px;
    	padding-top: 40px;
    	float: none;
	}
	#header-links li {		
		margin:0;
	}
	.container {
		width:100%;
		overflow:hidden;
	}
.footer-background {
	clear:both;
	background:url(../images/lasell-buildings.jpg) 0 100% no-repeat #02314B;
	color:#fff;
	text-align:center;
	height:auto;
	min-height:600px;
	position:relative;
	}


	.footer-content ul li a{
		text-decoration:none;
	}
	.footer-content ul li a:hover{
		cursor:pointer;
		color:#005580;
	}	
	.footer-content ul li {
		display:inline;
		border:none;
		text-align:center;
	}
	.footer-content ul li:last-child {
		border:none;
	}
	.footer-content ul li:first-child {
		padding-left:0;
	}

	.footer-content ul li a:hover{
		cursor:text
	}
	.navbar-inner {
		background-color:transparent;
	}
	.span2.unstyled{
		clear:both;
		width:100%;
	}
	.category {
		margin:20px 0 0;
	}
	.course-descriptions {
		color:#666;
	}

	.navbar .nav > li > a, .navbar .nav > li > p {
    color: #fff;
	}	.span2.unstyled strong {
	color:#F68720;
	}
	.span2.unstyled a:hover {
		color:#ccc;
	}

.homepage-module-header, .homepage-module-content {
    border-radius:0;
}

.span6.awards, .span6.social {
	text-align:center;
	width:100%;
}

.span2.unstyled p {
	color:#fff;	
}	
	.category {
		margin:20px 0 0;
		color:#fff;
	}
.navbar-inner {
    margin:auto;
	width:100%;

}
#lasell-pulse-top-line {
    background: url("../../images/pulse-top.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    height: 70px;
    left: 2px;
    margin: auto;
    position: relative;
    top: 27px;
    width: 95%;
}

#lasell-pulse {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 2px solid #01304a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 2px solid #01304a;
    border-right: 2px solid #01304a;
    box-shadow: 3px 3px 3px #ccc;
    margin: auto;
    min-height: 100px;
    width: 95%;
}

.slide {
    background: url("../../images/cab-btn-slide.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
    border-top: 4px solid #f68720;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}
}

@media (max-width:1100px) and (min-width: 992px){
	.flexslider:hover .flex-direction-nav .flex-next {right: 0;}
	.flexslider:hover .flex-direction-nav .flex-prev {left: 0;}
}

@media (min-width: 768px) and (max-width: 991px){
	.home-threebox-title img {display: none;}
	.span4.home-threebox {width: 220px;}
	.home-threebox-title h3 {margin-left: 0;left: 0;}
	.home-threebox-content {padding-left: 10px;padding-right: 10px;}
	.home-featured-wrap.news .span9 h2.home-featured-subtitle {padding-top: 0;padding-bottom: 0;}
}
@media (max-width: 991px) {
#home-hero-slider ul.slides > li .img-wrap.hero .hero-caption .hero-content {display: none;}
#home-hero-slider .hero-content-mobile {display: block;margin-bottom: 25px;}
#home-hero-slider {max-width: none;width: 100%;}
#home-hero-slider .flex-direction-nav {display: none;}
#home-hero-slider .flex-control-nav {bottom: 90px;}
}


@media (min-width:961px){
	#mobile-menu {display: none;}
	.span12.footer-awards {margin:20px 20px 0 20px !important}
}
@media (min-width: 768px) {
.container-fluid {width: 690px;}
h1.home-featured-title {font-size: 49px;}
h2.home-featured-subtitle {font-size: 30px;}
.home-threebox-title {min-height: auto;height: 50px;}
}
@media (max-width:768px) and (min-width: 481px){
	.footer-content ul li.tablet-only::after {
    	display: block;
    	color: transparent;
    	height: 1px;
	}
}
@media (min-width:992px){
	.container-fluid {width: 1150px;}
	.home-threebox-wrap .home-threebox {width: 373px;}
	h1.home-featured-title {font-size: 60px;}
	h2.home-featured-subtitle {font-size: 24px;}
	#home-hero-slider ul.slides > li .hero-button {padding: 15px 60px;}
	body.grad-home {background-size: cover;}
}
@media (max-width:991px) and (min-width: 425px){
.home-threebox-title h3 {width: auto;}
.home-threebox-image {width: auto;}
}

@media (max-width: 767px) {
.container-fluid {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
h2.home-featured-subtitle {margin-top: 5px;margin-bottom: 0;}
.home-threebox-content {display: none;}
.home-threebox-title {border-bottom: 0;}
.home-threebox {margin-left: 0;margin-bottom: 15px;}
.home-threebox-title h3 {font-size: 20px;}
.home-featured-wrap.news .news-item {display: none;}
.home-featured-wrap.news .news-item:first-of-type {display: block;}
.home-featured-content {display: none;}
#home-hero-slider ul.slides > li .img-wrap.hero .hero-caption {width: 100%;}
#home-hero-slider ul.slides > li .img-wrap.hero .hero-caption.center-align {margin-left: auto;margin-right: auto;}
#home-hero-slider ul.slides > li .hero-content {font-size: 12px;}
#home-hero-slider .hero-content-mobile {padding: 5px 15px;}

}
/* Landscape phones and down */
@media (max-width:600px){
	#logo {width: 50%;margin: 30px 0;}
}
@media (max-width:480px){

body{
	/*overflow-x:hidden;*/
}

.homepage-module-header, .homepage-module-content {
    border-radius:0;
}
	.caption p  {
		display:none;
	}	
	.footer-content ul li {
		border:none;
		text-align:center;
	}
	.footer-content ul li:last-child {
		border:none;
	}

	.footer-content ul li:first-child {
		padding-left:0;
	}
	.footer-content ul li a{
		text-decoration:none;
	}
	.footer-content ul li a:hover{
		cursor:text
	}

	#header-links > ul {
    list-style: none outside none;
	margin-left:0;
	}
	#header-links li {
		display:inline;
		border-right:1px solid orange;
		padding:0 4px;
	}
	#header-links ul li:last-child {
		border:0;
	}

	#logo {
		margin:10px 0;
	}
	#logo img {
		margin:auto;
	}
	#header-links ul li::after {display: none;}
	#mobile-menu {top: -40px;}
	#mobile-menu img {width: 25px;}
	a.mobile-search-link {margin-left: 20px;}
	#header-links {
		font-size: .9em;
		font-weight: bold;
		margin: 0 auto;
		text-align:center;
		float: none;
	}
	#header-links li {		
		margin:0;
	}

	.span2.unstyled strong {
	color:#F68720;
	}
	.span2.unstyled a:hover {
		color:#ccc;
	}

.span6.awards {
	float:none;
	text-align:center;
}
.span6.social {
	float:none;
	text-align:center;
	}
	.category {
		margin:20px 0 0;
		color:#fff;
	}	
.span2.unstyled p {
	color:#fff;	
}
.navbar-inner {
    margin:auto;
	width:100%;

}
.navbar .btn-navbar {
float:none;
}
#lasell-pulse-top-line {
    top: 52px;
}
#nav-background{
	display:none;
}
br.mobile-only {display: block;}
.footer-content ul li.mobile-only::after {
    	display: block;
    	color: transparent;
    	height: 1px;
	}
.footer-background {min-height: 450px;}
.footer-links {padding: 20px 0;}
#global-search-wrap input[type="text"] {width: 60%;}
}

/*Lasell nav fix*/
.nav ul.dropdown-menu .category {
    margin-left: 20px;
}
.nav ul.dropdown-menu .yamm-content {
    padding: 20px 20px 10px;
}
.nav .global-search-link {position: absolute;right: 0;}
.hero-unit ul li, .hero-unit ol li {font-size: 18px;line-height: 25px;}

.responsive-tabs__list {overflow: hidden;padding-bottom: 0 !important;}
@media (max-width:991px) and (min-width:768px) {
	.responsive-tabs__list__item {
		font-size: 12px !important;
    	margin-right: 8px !important;
    	padding: 4px !important;
    	display: inline-block !important;
	}
}
@media (min-width:992px) {
	.responsive-tabs__list__item {
		font-size: 14px !important;
    	padding: 13px !important;
    	display: inline-block !important;
	}
}
.copy-area li{
	color: #333;
	font-size:18px !important;
	font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif !important;
	font-weight: 500 !important;
}

/* SKIP NAVIGATION */
#skip-links {
    position: absolute;
    left: -99em
}

#skip-links:focus {
    left: 0
}
#skip-links,.desktop-nav ul li a,.desktop-nav ul li ul,.submit-an-item {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}