/* 
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

#page_bg {
	background-image: url("images/wideload/cf_bg1.jpg") !important;
}

@media only screen and (max-width: 1024px) and (min-width: 300px) {
	#ribbon .nav-pills>li>a {
		padding: 10px 13px!important;
	}
	nav.navbar.navbar-static-top {
		min-height: 40px!important;
		margin: 10px 0px 0px;
	}
	.banner-som-text-sub {
		font-size: 16px!important;
	}
}

.news-events .newsfeed span.feed-link>a {
	font-size: 30px;
	font-family: 'montserrat', sans-serif;
	font-weight: normal;
}

.lg-gray-btn {
	position: relative;
}

.lg-gray-btn a {
	border: 3px solid #efefef;
	width: 92%;
	float: left;
	margin-right: 10px;
	padding: 21px 10px;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.lg-gray-btn a:hover {
	color: #ffffff;
	border: 3px solid #c4c4c4;
	background-color: #c4c4c4;
}

.profile-btn, .sm-gray-btn, .lg-gray-btn a:link, a:visited, a:visited.contentpagetitle, a:link.contentpagetitle, .item-page a span {
	text-decoration: none!important;
}

.sm-gray-btn {
	position: relative;
}

.sm-gray-btn a {
	border: 3px solid #efefef;
	min-width: 130px;
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px 4px 10px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	transition: color 0.7s;
	transition: background-color 0.7s;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 13px;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.sm-gray-btn a:hover {
	color: #ffffff;
	border: 3px solid #c4c4c4;
	background-color: #c4c4c4;
}


Faculty Profile Buttons 
.fac-profile-buttons {
	display: inline-block;
	width: 100%;
	padding: 3% 0 0 0;
}

.profile-btn {
	position: relative;
}

.profile-btn a {
	border: 3px solid #efefef;
	min-width: 130px;
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px 4px 10px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	transition: color 0.7s;
	transition: background-color 0.7s;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 13px;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}

.profile-btn a:hover {
	color: #ffffff;
	border: 3px solid #c4c4c4;
	background-color: #c4c4c4;
}

div.srfrContainer ul.srfrList li img.srfrImage {
	margin: 4px 20px 0 0;
	padding: 0;
	width: 35%;
	float: left;
	display: block;
}

.tag-body img {
	margin-bottom: 30px;
}

@media only screen and (max-width: 600px) and (min-width: 300px) {
	.tag-body img {
		margin-bottom: 0px!important;
	}
}


RSS Feed  
.middle2 div.srfrContainer ul.srfrList li a {
	padding: 2.25% 2% 2.25% 0;
	margin-left: 7%;
	width: 86%;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif!important;
	text-decoration: none;
	letter-spacing: 0.2px;
	line-height: 1.4;
	display: block;
}

div.srfrContainer ul.srfrList li {
	border-top: 0px solid #ccc;
}

#ribbon .nav-pills>li>span.separator {
	padding: 18px 13px;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 15px;
}

body.hd .uppers, body.hd .middles, body.hd .lowers, body.hd .lower1.full {
	margin: 0px 12px;
	width: 96%;
}

body.hd #footer .moduletable {
	padding: 0px 0 0em;
}

body.hd img {
	height: auto;
	max-width: 100%;
}

.uk-text-left {
	text-align: left!important;
	margin: 3% 0;
}

.uk-accordion-title {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 5px 20px;
	background: #eee;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
}


WidgetKit Tabs 
.uk-tab>li.uk-active>a {
	color: #006140;
}


Home Banner - Unit Name 
.unit-banner-text {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 400!important;
	font-size: 3.2vw;
	line-height: normal;
	width: 100%;
	color: #ffffff;
	text-align: center;
	position: absolute;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	top: 64%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


Unit Banner - Sub Pages 
.banner-som-sub {
	background-position: center;
	background-size: cover;
	position: relative;
	border-bottom: 1px solid #efefef;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 55px;
}

.banner-som-text-sub {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1280px;
	width: 100%;
	color: #1E6B52;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


Sidebar 
body.hd .sidebar {
	border-radius: 0px;
}

.home-header {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}

.home-header-news {
	border-bottom: 1px solid #efefef;
	width: 85%;
	padding-bottom: 10px;
	margin-left: 7%;
}

body.hd #content {
	margin: 4% auto 3%;
}

.inline-block-style {
	display: inline-block;
}

#leftcolumn ul.nav.menu a {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

.nav-pills .dropdown-menu {
	border-radius: 0px;
}


Quicklinks
#quicklinks .nav-pills>li {
	padding: 0 0px 0 15px;
	line-height: 1em;
}

body.hd #quicklinks .nav.menu.nav-pills {
	margin-right: 0.3em;
}

#quicklinks .nav .separator {
	border-radius: 0;
	color: #222222;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0;
	font-family: 'Open Sans', sans-serif!important;
}


Search button and search box
.btn-primary {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-image: none!important;
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
	border-image: none;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0px 0px 0px rgba(255, 255, 255, 0) inset, 0px 0px 2px rgba(0, 0, 0, 0);
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
}

#search input {
	border-radius: 15px 0 0 15px!important;
}

#search button, #search input[type="reset"], #search input[type="button"], #search input[type="submit"] {
	border-radius: 0 0px 0px 0;
	margin-left: -5px;
}

input[type="search"] {
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}


Horizontal Navigation
nav.navbar.navbar-static-top {
	margin: 22px 0px 0px;
	border-top: 1px solid #efefef;
	border-bottom: 6px solid #006140;
	min-height: 50px;
}

#ribbon .nav-pills>li>a, #ribbon .dropdown-menu>li>a {
	padding: 18px 13px;
}

body.hd #winston-whitebar {
	box-shadow: none;
	z-index: 0;
}

body.hd #ribbon .nav>li>a:hover, body.hd #ribbon .nav>li>a:focus, body.hd #ribbon .dropdown-menu>li>a:hover, body.hd #ribbon .dropdown-menu>li>a:focus, body.hd #ribbon .dropdown-submenu:hover>a, body.hd #ribbon .dropdown-submenu:focus>a, body.hd #ribbon .nav>li>span:hover, body.hd #ribbon .nav>li>span:focus, body.hd #ribbon .dropdown-menu>.active>a, body.hd #ribbon .dropdown-menu>.active>a:hover, body.hd #ribbon .dropdown-menu>.active>a:focus {
	background-color: #ffffff!important;	background-image: none;
	border-radius: 0px;
	color: #ffffff!important;
}

body.hd #whitebar {
	margin-top: 9px;
}

body.hd #tray.white #ribbon span, body.hd #tray.white #ribbon a:link, body.hd #tray.white #ribbon a:visited {
	font-family: 'Montserrat', sans-serif;
}


Full width banner  
.banner-som {
	background-color: #ffffff;
	background-position: center;
	background-size: cover!important;
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 27%;
}

.banner-som-text {
	font-family: 'Montserrat', sans-serif!important;
	font-weight: normal!important;
	font-size: 5.5vw;
	line-height: normal;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	width: 100%;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div[class*="upcomingevents"] {
	float: left;
	margin-bottom: 5%;
	width: 90%;
}

.gcal_div1 {
	background-color: #ffffff;
	height: 22px;
	line-height: normal;
	margin: 0;
	width: 100%;
}

.gcal_icon {
	background: none repeat scroll 0 0 #ffffff;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
	float: left;
	padding-right: 16px;
	border-right: 3px solid #006140;
	height: 50px;
	margin-right: 12px;
	width: 50px;
}

.upcoming_event_container {
	float: left;
	height: auto;
	margin: 10px 0 5px;
	width: 100%;
}

.gcal_day {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	text-align: right;
	width: 50px;
}

.gcal_month {
	color: #000000;
	font-size: 18px;
	text-align: right;
	height: 19px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: -21px;
	padding: 2px 2px 0;
	position: relative;
}

.upcoming_event_title a {
	color: #000000 !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

ul.jwts_tabbernav {
	margin: 7px 0 4px 8px!important;
}

ul.jwts_tabbernav li a, ul.jwts_tabbernav li a:link {
	font-size: 15px;
	padding: 6px 11px;
}

span.wf_caption {
	background-color: #ffffff;
	border: 8px solid #ffffff;
}

span.wf_caption span {
	background: #efefef!important;
	padding: 14px;
	max-width: 100%;
	margin: 0px auto 0;
}

.wf_caption>img {
	box-shadow: 0 0 0px;
}


ID STYLING 

Footer 
#footer ul.menu li {
	padding: 8px 10px;
}

body.hd.ribbonFullwidth #epilogue, body.ribbonFullwidth #epilogue.masonry {
	background: #efefef;
	max-width: 100%;
	padding: 35px 0;
	margin-top: 5%;
}


SITE WIDE CSS 

Dotted line underneath Article Heading H2 
.page-header {
	border-bottom: 0px solid #eee;
}

.home-headlines .newsfeed>li {
	border-top: 0px dotted #CCCCCC!important;
	width: 86%;
}

.home-headlines .newsfeed span.feed-link>a {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif!important;
}

.home-headlines .feed .newsfeed>li {
	padding-bottom: 7px;
	margin-left: 7%;
}

.home-headlines .newsfeed>li:last-of-type {
	border-bottom: 0px dotted #CCCCCC;
}


DIVISION HOMEPAGE 

LANDING PAGES 

NEWS & EVENTS 
.K2FeedIntroText {
	font-size: 1em;
	line-height: 1.9;
	color: #5b5b5b;
}

body.newsevents .newsfeed span.feed-link>a {
	font-size: 1.5em!important;
	line-height: 1.6;
	font-weight: 600;
}

body.newsevents .feed-item-description img {
	border-radius: 0px;
	padding: 5px 17px 0px 0px;
	height: auto;
	max-height: 150px;
	max-width: 166px!important;
	width: auto;
}

body.newsevents .upcomingevents271 {
	margin-top: 25px;
}

body.newsevents .feed ul.newsfeed .K2FeedImage {
	float: left;
	margin: 0 0px 0px 0;
}

body.newsevents .upcoming_event_title a {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 600;
	color: #1E6B52!important;
	font-family: 'Montserrat', sans-serif;
}

body.newsevents .gcal_icon {
	background: none repeat scroll 0 0 #efefef;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	float: left;
	height: 65px;
	margin-right: 22px;
	width: 65px;
}

body.newsevents .gcal_day {
	color: #555;
	font-size: 2.2em;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	width: 65px;
}

body.newsevents .gcal_month {
	color: #ffffff;
	font-size: 17px;
	FONT-FAMILY: 'Montserrat', sans-serif;
	height: 20px;
	margin-bottom: 0;
	margin-top: -23px;
	padding: 0px 2px 1px;
	position: relative;
	text-align: center;
}

body.newsevents .gcal_div1 {
	background-color: #1e6b52;
	height: 25px;
	line-height: normal;
	margin: 0;
	width: 100%;
}

body.newsevents .upcoming_event_container {
	float: left;
	height: auto;
	margin: 10px 0 15px;
	width: 100%;
}

body.newsevents .upcoming_event_title {
	display: block;
	line-height: 1;
	margin-left: 60px;
}


HOMEPAGE STYLING
.gray-border {
	border-left: 5px solid #9fa1a4;
}

.green-border {
	border-left: 5px solid #00704a;
}

.yellow-border {
	border-left: 5px solid #fdb913;
}

.lime-border {
	border-left: 5px solid #7ac143;
}

.blue-border {
	border-left: 5px solid #009ddc;
}


GRAY BUTTONS
.gray-button-container {
	float: left;
	position: relative;
	width: 85%;
}


MIDDLE CONTAINERS
.side-panel-buttons {
	margin-left: 7%;
	padding-bottom: 10px;
	width: 85%;
	display: inline-block;
}

.department-middle2 {
	margin-left: 7%!important;
	padding-bottom: 10px;
	width: 85%;
	display: inline-block;
}

.department-middle1 {
	border-right: 1px solid #e2e2e2;
	padding-right: 40px;
}

.middle1-container {
	padding-left: 30px;
	height: 100%;
	min-height: 160px;
	padding-bottom: 2%;
	margin-bottom: 35px;
}

.home-middle1-top {
	margin-top: 7%;
}


SLIDERS
div.jwts_toggleControlContainer a.jwts_toggleControl {
	font-size: 21px;
	font-family: 'Montserrat', sans-serif!important;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: #efefef;
	padding: 15px 15px 18px 15px;
}

div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
	line-height: normal;
	padding-left: 20px;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 16px;
	font-weight: 600;
}

div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
	line-height: normal;
	background: url(../images/arrows.png) no-repeat 0 4px;
	padding-left: 20px;
}

div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
	line-height: normal;
	background: url(../images/arrows.png) no-repeat 0 -146px;
	padding-left: 20px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;
	font-size: 16px;
}

@media only screen and (max-width: 1024px) and (min-width: 50px) {
	.gray-button-som {
		float: none!important;
	}
	.gray-button-container {
		float: none!important;
	}
	.middle1-container-home {
		padding-bottom: 3%!important;
		margin-bottom: 30px!important;
	}
	.department-middle1 {
		border-right: 0px solid #e2e2e2!important;
		padding-right: 0px!important;
		padding-top: 0px!important;
	}
}


EPILOGUE
@media only screen and (max-width: 1024px) and (min-width: 300px) {
	.epilogue-1 {
		width: 95%!important;
	}
	.epilogue-2 {
		width: 95%!important;
	}
	.epilogue-3 {
		width: 95%!important;
	}
}

.som-epilogue {
	clear: both;
	margin: 0 auto;
	min-height: 60px;
	overflow: hidden;
	position: relative;
	max-width: 1100px;
}

.epilogue-1 {
	border: medium none;
	clear: right;
	float: left;
	margin: 0 1%;
	padding: 0;
	width: 31%;
}

.epilogue-2 {
	border: medium none;
	clear: right;
	float: left;
	margin: 0 1%;
	padding: 0;
	width: 31%;
}

.epilogue-3 {
	border: medium none;
	clear: right;
	float: left;
	margin: 0 1%;
	padding: 1.8% 1% 1% 9%;
	width: 17%;
}

.epilogue-quicklinks-header {
	width: 36.875%;
	float: left;
	margin-right: 6.25%;
	font-family: 'Montserrat', sans-serif;
	text-align: right;
	border-right: 1px solid #adadad;
	padding: 1.95em 0;
	padding-right: 6.25%;
}

.epilogue-quicklinks {
	width: 46.875%;
	font-family: 'Montserrat', sans-serif;
	float: right;
	margin-right: 0;
	font-size: 13px;
	line-height: 2;
}

.tag-category h1 {
	display: block !important;
	font-size: 45px !important;
	line-height: 1.5em !important;
	margin-top: 0px!important;
}

.page-header h1 {
	display: block !important;
	font-size: 45px !important;
	line-height: 1.5em !important;
	margin-top: 0px!important;
}

ul.category.list-striped h3 {
	font-size: 20px!important;
	margin-top: 0px!important;
}

body.faculty h2, h2 a, h2 strong, h2 b, .contentheading {
	font-size: 14px!important;
	margin: 1.25em 0 0.25em;
	font-weight: bold!important;
	min-height: 46px;
	padding-right: 15px;
}

body.faculty .page-header {
	margin: 2px 0px -10px 0px!important;
}

body.faculty .items-row.row-fluid img {
	margin: 0px!important;
}

h1, h1 a, h1 strong, h1 b, .componentheading {
	color: #333;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 55px!important;
	font-weight: normal !important;
	line-height: normal !important;
	margin: 0.5em 0;
	padding: 0;
	text-align: left;
}

h2, h2 a, h2 strong, h2 b, .contentheading {
	color: #333;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 45px;
	font-weight: normal;
	line-height: normal !important;
	margin: 0.2em 0 0.25em!important;
	padding: 0;
	text-align: left;
}

h3, h3 a, h3 strong, h3 b {
	color: #444444;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 30px;
	font-weight: normal !important;
	line-height: normal !important;
	margin-top: 30px;
	padding: 0;
	text-align: left;
	text-shadow: none;
}

#leftcolumn h3 {
	font-size: 30px!important;
	margin: 1em 0;
}

.categories-list h3 a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 30px!important;
	text-shadow: none;
}

a.contentheading {
	color: #1e6b52;
	font-weight: bold !important;
}

h4, h4 a, h4 strong, h4 b, #whitebox h5.feed-link {
	color: #444444;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 24px!important;
	font-weight: normal !important;
	line-height: normal !important;
	margin: 5px 0;
	margin: 0.3em 0;
	padding: 0;
	text-align: left;
}

h5 {
	color: #333;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 18px!important;
	font-weight: bold;
	line-height: normal;
	margin: 5px 0;
	margin: 0.3em 0;
	padding: 0;
	text-align: left;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 33px;
	line-height: 46px;
	color: #333;
}

h7 {
	color: #333;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 40px;
	font-weight: normal;
	line-height: normal !important;
	margin: 0 0 0.25em!important;
	padding: 0;
	text-align: left;
}

body {
	font-family: 'Open Sans', sans-serif!important;
	font-size: 15px;
	color: #5b5b5b;
}

span {
	font-family: 'Open Sans', sans-serif!important;
	color: #5b5b5b;
}

p {
	font-family: 'Open Sans', sans-serif!important;
	font-size: 15px;
	color: #5b5b5b;
	line-height: 1.9;
}

@media only screen and (max-width: 1024px) and (min-width: 300px) {
	h1, h1 a, h1 strong, h1 b, .componentheading {
		font-size: 35px!important;
	}
	h2, h2 a, h2 strong, h2 b, .contentheading {
		font-size: 30px;
	}
	h3, h3 a, h3 strong, h3 b {
		font-size: 25px!important;
	}
	#leftcolumn h3 {
		font-size: 20px!important;
	}
	.categories-list h3 a {
		font-size: 20px!important;
	}
	h4, h4 a, h4 strong, h4 b, #whitebox h5.feed-link {
		font-size: 15px!important;
	}
	h5 {
		font-size: 10px!important;
	}
	.banner-som-text {
		font-size: 40px!important;
	}
 */