/*-------------------------------------

Author:		Hugo M.
Date:		2014/06/17
Web Site:	Gantry Department Template for Rutgers SAS
File: 		sas_red.css

----

Table of Contents

. 	Debug
. 	HTML Elements
. 	Bootstrap overrides
. 	Lists and Tables
. 	Editor Styles
. 	Sidebar and Content Buttons
. 	ReadMore Button
. 	ReadMore Button - simpleReadMore
. 	Top-Menu
. 	Search
. 	RT-Header
. 	RT - Menu / Maintop
. 	Breadcrumbs
. 	Showcase
. 	RT-Feature
. 	RT-Transistion
. 	RT-Main
. 	RT-Sidebar A + B
. 	RT-Extension
. 	RT-Bottom
. 	RT-Footer
. 	RT-Copyright
. 	To Top Button
. 	JEvents
. 	News & Announcements, and Research Blog Pages
. 	tbl_people
. 	Titles and Headings
. 	Modules
. 	RU Events Module
. 	Caption and Figcaption
. 	Sliders Plugin
. 	Community Builder
. 	JOOMLA CUSTOM FIELDS
-------------------------------------*/

/* EMERGENCY ALERT "TICKER" CSS */
@import url("https://www.sas.rutgers.edu/cms/_assets/_ticker/ticker.css");

/* Custom CSS */
@import url("../../custom.css");
@import url("styles.css");


/* =Debug
-----------------------------*/
.rt-container {
	/* border: 0px solid #0000FF; */
	border: none !important;
}
.pagination ul li span {
    color: #333;
}



/* =HTML Elements
-----------------------------*/
body {
	background-color: #FFFFFF;
	/* color: #6e6e6e;  changed 20170410 - see Redmine 19476*/
	color: #4e4e4e;
}
h1 {
	color: #cc0033;
}
h2, h3, h4, h5, h6, title {
	color:  #4e4e4e;
}


a, ul.menu li .separator {
    color: #cc0033;
}

legend {
    line-height: 140%;
    margin-bottom: 2px;
    padding: 0px 0px 8px 0px;
    font-size: 18px;
    color: #CC0033;
}

a:focus,
ul li a:focus,
ul.menu li a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    /*background: none repeat scroll 0 0 #444;*/
    /*border-color: #555555;*/
}

/* =Bootstrap overrides
-----------------------------*/
.label-info, .badge-info {
    background-color: #999;
}
.label {
    padding: 2px 4px;
}
.badge {
    padding: 3px 9px 2px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #333;
    opacity: 1;
}
.pagination ul li .pagenav {
	color:  #333;
}
.pagination ul li a.pagenav {
	color:  #cc0033;
}

/* =Titles and Headings
--------------------------*/
.title, .component-content h2 {
    border-bottom: 0px solid #d1d1d1;
    box-shadow: none;
    color: #4e4e4e;
    text-shadow: none;
}

p a, #rt-mainbody ul li a {
	font-weight: bold;
}


/* =HTML Elements -Add elements 1/21/2016 by HM
-----------------------------*/

/* Blockquotes */
blockquote {
  background: #f9f9f9;
  border-left: 2px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  border: none !important;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* =Bootstrap overrides
-----------------------------*/
.nav-tabs {
	border-bottom: 0 !important;
}
a:hover {
	text-decoration: underline;
}
/* =END Bootstrap overrides
-----------------------------*/


/* =Lists and Tables
-----------------------------*/
.striped-list {
	list-style-position: inside;
	line-height: 23px;
}
#rt-mainbody .striped-list ul li,
#rt-mainbody  ul.striped-list li {
	padding: 8px;
	margin-bottom: 0px;
}
#rt-mainbody .striped-list ul li p,
#rt-mainbody  ul.striped-list li p {
	padding: 8px;
}
.striped-list li:nth-child(odd) {
	background-color: #FFFFFF;
}
.striped-list li:nth-child(even) {
	background-color: #e8e8e8;
}
#rt-mainbody .striped-list-no-color ul li,
#rt-mainbody  ul.striped-list-no-color li {
}
#rt-mainbody ul.striped-list-no-color li:nth-child(odd) {
	list-style-type: none;
}
#rt-mainbody ul.striped-list-no-color li:nth-child(even) {
	list-style-type: none;
}


/* =list-fix Striped List
--------------------*/
#rt-mainbody .sas-list-striped ul li {
    line-height: 1.5em;
    padding: 8px;
}

#rt-mainbody .sas-list-striped li:nth-child(2n+1) {
    background-color: #f9f9f9;
}
#rt-mainbody .sas-list-striped  ul li ul li{
    background-color: none;
    margin-bottom: 0px;
    padding: 0 8px;
}

/* Bootstrap override - 01/21/2016 HM */
.table-striped tbody tr:nth-child(even) td, 
.table-striped tbody tr:nth-child(even) th {
    background-color: #ededed;
}
/* =END Lists and Tables
-----------------------------*/


/* =Editor styles - moved to styles.css
--------------------*/

/* =Sidebar and Content Buttons 
------------------------------------------------------------*/
.content-button{
	text-align: center;
	background-color: #E0E0E0;
	display: block;
}
.content-button a {
	padding: 24px;
	color: #cc0033;
	display: block;
	font-size: 22px;
}
.content-button a:hover, .content-button:hover {
	color: #FFFFFF;
	background-color: #00626D;
	display: block;
}

.button {
	text-align: center;
	background-color: #cc0033;
	display: inline-block;
}
.sidebar-button {
	text-align: center;
	background-color: #CC0033;
	display: block;
}
.sidebar-button a {
	padding: 42px 5%;
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 110%;
}
.sidebar-button:hover, .sidebar-button a:hover  {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}

.sidebar-teal-button{
	text-align: center;
	background-color: #00626D;
	display: block;
}
.sidebar-teal-button a {
	padding: 42px 5%;
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 110%;
}
.sidebar-teal-button:hover, .sidebar-teal-button a:hover  {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}
.sidebar-gray-button{
	text-align: center;
	background-color: #505050;
	display: block;
}
.sidebar-gray-button a {
	padding: 42px 5%;
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 110%;
}
.sidebar-gray-button:hover, .sidebar-gray-button a:hover  {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}
.sidebar-cream-button{
	text-align: center;
	background-color: #dfd2b3;
	display: block;
}
.sidebar-cream-button a {
	padding: 42px 5%;
	color: #363636;
	display: block;
	font-size: 24px;
	line-height: 110%;
}
.sidebar-cream-button:hover, .sidebar-cream-button a:hover {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}
.content-bottom-button {
	text-align: center;
	background-color: #CC0033;
	display: block;
	min-height: 150px; 
}
.content-bottom-button a {
	padding: 42px 5%;
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 110%;
}
.content-bottom-button:hover, .content-bottom-button a:hover  {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}

.content-bottom-teal-button{
	text-align: center;
	background-color: #00626D;
	display: block;
	min-height: 150px; 	
}
.content-bottom-teal-button a {
	padding: 42px 5%;
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 110%;
}
.content-bottom-teal-button:hover, .content-bottom-teal-button a:hover  {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}
.content-bottom-gray-button{
	text-align: center;
	background-color: #505050;
	display: block;
	min-height: 150px; 	
}
.content-bottom-gray-button a {
	padding: 42px 5%;
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 110%;
}
.content-bottom-gray-button:hover, .content-bottom-gray-button a:hover  {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}
.content-bottom-cream-button{
	text-align: center;
	background-color: #dfd2b3;
	display: block;
	min-height: 150px; 	
}
.content-bottom-cream-button a {
	padding: 42px 5%;
	color: #363636;
	display: block;
	font-size: 24px;
	line-height: 110%;
}
.content-bottom-cream-button:hover, .content-bottom-cream-button a:hover {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}

.gray-banner {
	background-color: #EBEBEB;
	color: #000000;
	text-align: center;
}
.gray-banner-phone {
	margin: 30px 0px 0px 0px;
	font-size: 14px;
}
.gray-banner-addr {
	margin: 20px 0px 0px 0px;
	font-size: 14px;
}
.gray-banner-button a {
	margin: 20px 0px 0px 0px;
	background-color: #cc0033;
	padding: 10px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
@media(min-width: 800px) {
	.gray-banner-button a {
	margin: 20px 30px 0px 0px;
	}
}
/* =END Sidebar and Content Buttons 
------------------------------------------------------------*/

/* =ReadMore Button
--------------------------*/
.button, .btn-primary, .readon, .readmore,  button.validate, #member-profile a, #member-registration a, .formelm-buttons button, #rt-mainbody .readmore a {
	background-color: #CC0033;
	color: #FFFFFF;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #670b0b;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}


.button:hover, .readon:hover, .readmore:hover, button.validate:hover, #member-profile a:hover, #member-registration a:hover, .formelm-buttons button:hover, .btn-primary:hover {
	background-color: #555555;
	color: ;
    background-image: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

#rt-mainbody .blog .readmore:hover {
	background-color: #cc0033;
}
/* =ReadMore Button - simpleReadMore
--------------------------*/
#rt-mainbody .blog.simpleReadMore .readmore {
	margin: 0;
	background-color: #ffffff;
	background: transparent;
	color: #c71233;
	font-weight: bold;
}
#rt-mainbody .blog.simpleReadMore .readmore a {
    color: #c71233;
    background: transparent;
}
#rt-mainbody .blog.simpleReadMore p.readmore {
    padding: 0;
}

/* =Badges
--------------------------*/
.list-hits .badge-info {
	background-color: #666;
}

/* =Top-Menu
-----------------------------*/
#rt-top, #rt-banner .rt-container{
	background-color: #333333;
}
#rt-top a {
	color: #F1F1F1;
	text-shadow: none;
}
#rt-top a:hover {
	background-color: #000000 !important;
	border: 1px solid #000000 !important;
	border-radius: 0px !important;
	color: #FFC910 !important;
	text-decoration: underline !important;
}
#rt-top ul.menu li {
    border-right: 0px solid white;
}
#rt-top .nav-tabs {
    border-bottom: none;
}
.menu_secondary {
	font-size: 10px;
}

/* =Search
----------------------------- */
#rt-top form.form-search {
     margin: 8px 0 2px 0;
}
#rt-top .form-search input[type="text"] {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #6e6e6e;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#rt-top .form-search input[type="search"] {
	color: #6e6e6e;
}

#rt-top .form-search input.search-query {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 0;

    text-shadow: none;
    width: 300px;
}

/* =RT-Header
-----------------------------*/
#rt-header {
	background-color: #CC0033;
}
#rt-top-surround {
	color: #555555;
	text-shadow: none;
	border-bottom: none;
	box-shadow: none;
}
#rt-header .center-name h2, #rt-header .site-slogan h4 {
	 color: #FFFFFF;
}
#rt-header .name-primary h2 a, #rt-header .name-secondary h4 a {
	 color: #FFFFFF;
}

/* =RT - Menu / Maintop
-----------------------------*/
#rt-maintop { 
/* Added to give space at the bottom of the menu */
	background: #FFFFFF !important;
    border-bottom: 0px solid #000000 !important;
    box-shadow: 0 0px 0 #FFFFFF, 0 0px 0px 0 rgba(0, 0, 0, 0.1) inset !important;
}
#rt-maintop .rt-container .gf-menu {
	background-color: #333333 !important;
}
#rt-maintop .rt-container .gf-menu .item {
    color: #F1F1F1 !important;
    cursor: pointer !important;
    display: block !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 11px !important;
    line-height: 24px !important;
    outline: 0 none !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
}
#rt-maintop .rt-container .gf-menu li:hover > .item {
	color: #FFC910 !important;
	text-shadow: none !important;
	background-color: #000000;
}
#rt-maintop .rt-container .gf-menu li:hover, #rt-maintop .rt-container .gf-menu li.active:hover {
	border-radius: 0px !important;
	border-style: none !important;
	border-width: 0px !important;
	box-shadow: none !important;
}
#rt-maintop .rt-container .gf-menu.l1 > li.active > .item {
	background: none repeat scroll 0 0 #000000 !important;
    color: #FFC910 !important;
    border: 0px solid #c4c4c4 !important;
    border-radius: 0px !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset, 0 0px 0 #ffffff !important;
   	
}
#rt-maintop .rt-container .gf-menu .dropdown ul li {
	border: 0px none;
	display: block;
}
#rt-maintop .rt-container .gf-menu .dropdown,
#rt-maintop .rt-container .gf-menu .dropdown ul li {
	background-color: #000000;
}
#rt-maintop .rt-container .gf-menu .dropdown,
#rt-maintop .rt-container .gf-menu .dropdown ul li .item {
	color: !important;
}
#rt-maintop .rt-container .gf-menu.l1 > li:hover > .item .border-fixer {
	background: none repeat scroll 0 0 #000000 !important;
	bottom: 0px !important;
	display: block;
}
#rt-maintop .rt-container .gf-menu li:hover, 
#rt-maintop .rt-container .gf-menu li.active:hover, 
#rt-maintop .rt-container .gf-menu li.parent:hover, 
#rt-maintop .rt-container .gf-menu li {
	background: none !important;
	border: none !important;
	box-shadow: none !important;

}
/*2/20/2017, LG, removed !important tag for this line */
#rt-maintop .rt-container ul.gf-menu li {
	background-color: #333333 ;
}
#rt-maintop .rt-container ul.gf-menu {
	width: 100%;
}
#rt-maintop .rt-container .gf-menu .dropdown {
	background-color: #000000 !important;
	border-radius: 0px;
	border-style: none;
	border-width: 0px;
	box-shadow: none !important;
}
#rt-maintop .rt-container .gf-menu .dropdown ul li:hover > .item {
	background-color: #555555 !important;
	border-radius: 0px !important;
	border-color: #555555 !important;
	border-width: 1px 1px 1px 1px !important;
	box-shadow: none !important;
	color: #FFC910;
	text-decoration: underline !important;
}
#rt-maintop .rt-container .gf-menu .dropdown ul li.active > .item {
	background-color: #555555 !important;
	color: #FFC910 !important;
}
.gf-menu li.parent > .item::after { /* Down arrow icons after menu item */
    color: #FFFFFF !important;
}

#rt-top ul.menu li a:focus,
#rt-maintop ul.menu li a:focus {
    outline: -webkit-focus-ring-color auto 5px !importatnt;
    background: none repeat scroll 0 0 #444 !important;
    border-color: #555555 !important;
}

/* =Breadcrumbs
--------------------------*/
#rt-breadcrumbs .breadcrumb li, #rt-breadcrumbs  .breadcrumb li a {
    font-size: 11px;
}
#rt-breadcrumbs li:after {
    content: "";
    font-family: FontAwesome;
}
#rt-breadcrumbs a:after, #rt-breadcrumbs li:active {
    content: none;
}
#rt-breadcrumbs a:hover {
    text-decoration: underline;
}
#rt-breadcrumbs .icon-location:before {
    content: none;
}
.breadcrumb {
	background: none;
}

/* =Showcase
-----------------------------*/
#rt-showcase {
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    border-bottom: none !important;
    box-shadow: none;
    text-shadow: none;
    background-color: #FFFFFF;
}
#rt-showcase .rt-container {
	background-color: none !important;
}
.rt-showcase-pattern {
	background-image: none !important;
	background-size: none !important;
	background-position: none !important;
}

/* =RT-Feature
-----------------------------*/
#rt-feature .rt-container .title, 
#rt-feature .component-content h2 {
    border-bottom: medium none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}


/* =RT-Transition
-----------------------------*/
#rt-transition .component-content h2{
    color: #4e4e4e;
    background-color: none;
    text-shadow: none;
    box-shadow: none !important;
}

#rt-transition .component-content h3{
    line-height: 140%;
    margin: 15px 0 10px;
}

/* =RT-Main
-----------------------------*/
#rt-main .rt-container {
	background: #F0F0F0;
    background: #f9f9f9 none repeat scroll 0 0;
}
#rt-main .module-content {
	border-bottom: 0px solid #d1d1d1;
}

#rt-main ul.nav.menu li ul.nav-child  {
	list-style: disc;
}
#rt-main ul.nav.menu li ul.nav-child li a {
	font-weight: normal;
}



/* =RT-Mainbody
-----------------------------*/

#rt-mainbody ul li {
 color: inherit;
}

#rt-mainbody .component-content h2 {
	background: none !important;
}


/* =RT-Sidebar A + B
-----------------------------*/
#rt-sidebar-a .rt-block .title, 
#rt-sidebar-b .rt-block .title {
    font-size: 26px;
    color: #4e4e4e;
    background-color: none;
    text-shadow: none;
    box-shadow: none !important;
	border-bottom: 1px solid #D1D1D1;
}
#rt-sidebar-a .rt-block .module-content ul.menu li a:hover, 
#rt-sidebar-b .rt-block .module-content ul.menu li a:hover {
	color: #FFFFFF;
	background-color: #cc0033;
	text-decoration: underline;
}
#rt-sidebar-b ul.menu li.active.current > a {
    color: #565656;
}


#rt-sidebar-b .right-white {
    background: #fff;
    margin: 10px;
}

#rt-transition #rt-sidebar-b .white-bg {
    background: #ffffff;
    padding: 10px;
}


#rt-sidebar-b ul li a,
#rt-sidebar-b ul.menu li a {
    color: #cc0033;
}
#rt-sidebar-b a.readmore {
    color: #fff;
}

#rt-sidebar-b .nav-header {
    color: #4e4e4e;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 15px 4px 0px;
    text-transform: none;
}
#rt-sidebar-b ul.menu li .separator {
    font-weight: normal;
}

#rt-sidebar-b .rt-block.bg-white {
	background: #fff;
}
#rt-sidebar-b .rt-block.bg-white .module-surround{
	padding: 20px;
}


/* =RT-Mainbottom
-----------------------------*/
#rt-mainbottom .rt-container .title, 
#rt-mainbottom .component-content h2 {
    border-bottom: medium none;
    box-shadow: none;
    color: #4e4e4e;
    text-shadow: none;
}




/* =RT-Extension
-----------------------------*/
#rt-extension {
	background: #FFFFFF;
}
#rt-extension .rt-container .title, 
#rt-extension .component-content h2 {
    border-bottom: none;
    box-shadow: none;
    color: #4e4e4e;
    text-shadow:none;
}
#rt-extension .rt-container h2.title {
    color: #4e4e4e;
}

/* =RT-Extension - bg-white (module class)
-----------------------------*/
#rt-extension .rt-block.bg-white .module-surround {
	background: #fff;
}
#rt-extension.rt-block.bg-white .module-surround {
	border-right: 8px solid #fff;
}
#rt-extension .rt-block.bg-white .title {
	padding: 10px;
}
#rt-extension .rt-block.bg-white .module-content {
	padding: 10px;	
}
#rt-extension .rt-container .bg-white .module-title {
    height: 65px;
}

/* =RT-Extension - bg-gray (module class)
-----------------------------*/
#rt-extension .rt-block.bg-gray .module-surround {
	background: #f9f9f9;
}
#rt-extension.rt-block.bg-gray .module-surround {
	border-right: 8px solid #fff;
}
#rt-extension .rt-block.bg-gray .title {
	padding: 10px;
}
#rt-extension .rt-block.bg-gray .module-content {
	padding: 10px;	
}
#rt-extension .rt-container .bg-gray .module-title {
    height: 65px;
}


@media only screen and (max-width: 959px) {
	/*
	#rt-extension .bg-gray.fixed-360 .module-content {
		height: auto;
	}
	*/
}
@media only screen and (max-width: 768px) {
	/*
	#rt-extension .rt-alpha .rt-block.bg-gray .module-surround {
    	padding: 0  0px 30px 0px;
    	border-right: 0px solid #fff;
    	border-bottom: 8px solid #fff;
	}
	#rt-extension .rt-omega .rt-block.bg-gray .module-surround {
    	padding: 0  0px 30px 0px;
    	border-left: 0px solid #fff;
    	border-top: 8px solid #fff;
	}
	*/
}


/* =RT-Bottom
-----------------------------*/
#rt-bottom {
	background-color: #555;
	font-size: 12px;
	color: #FFFFFF;
}
#rt-bottom .rt-container .bottom-title h2, #rt-bottom .rt-container h2.title {
	font-size: 13px;
	color: #ffc910;
	box-shadow: none;
	text-shadow: none;
	border-bottom: none;
	margin-top: 15px;
}
#rt-footer-surround {
	background-color: #000000;
}
#rt-bottom a, 
#rt-bottom ul li a {
    color: #FFFFFF;
}
#rt-bottom .rt-container .module-content a {
	color: #FFFFFF;
	display: inline-block;
	border-radius: 0px;
}
#rt-bottom .rt-container .module-content a:hover {
	color: #FFC913;
	display: inline-block;
	border-radius: 0px;
	background-color: #000000;
}


/* =RT-Footer
-----------------------------*/
#rt-footer {
	background: none no-repeat scroll 0 0 #333;
    border-top: none !important;
    box-shadow: none !important;
    color: #333333 !important;
}
#rt-footer .rt-container .rt-block .nav > li > a:hover {
	background-color: #cc0033 !important;
	text-decoration: underline !important;
}
#rt-footer .rt-container .rt-block .nav-tabs > li > a:hover {
	border-radius: 0px !important;
	border-color: #505050 !important;
}
#rt-footer .nav-tabs > li > a {
	border-radius: 0px !important;
	color: #fff;
	font-size: 1.2em;
}
#rt-footer .nav-tabs > li > a:hover {
	border-radius: 0px;
	background-color: #cc0033;
	color: #FFFFFF;
}
#rt-footer .nav-tabs > .active > a, #rt-footer .nav-tabs > .active > a:hover {
	background-color: #cc0033;
	border: 0;
	color: #FFFFFF;
}


/* =To Top Button
-----------------------------*/
#gantry-totop {
	color: #FFFFFF;
	background-color: #4e4e4e;
	border: 0;
    border-radius: 0px;
    display: inline-block;
    box-shadow: none;
}
#gantry-totop:hover {
	background-color: #cc0033;
	color: #FFFFFF;
}



/* =JEvents
--------------------------*/

#jevents .jevbootstrap h1 {
    font-size: 36px;
    line-height: 40px;
    color: #cc0033;
}
#jevents a.ev_link_row:link {
    color: #c41414 !important;
}
#jevents ul.ev_ul li.ev_td_li {
    border-width: 0;
}
#jevents_body {
    border: 0 solid #ddd;
}
#jevents_body #jev_maincal table.jev_row a {
	color: #333;
	font-weight: bold;
}

#rt-mainbody #jevents .btn:hover {
	background-position: 0;
}
#rt-transition td.mod_events_latest_first, 
#rt-transition td.mod_events_latest {
    border-width: 1px 0;
    line-height: 1.3em;
    border-color: #bbbbbb;
}
#rt-transition td.mod_events_latest_first, 
#rt-transition td.mod_events_latest {
    border-color: #bbbbbb !important;
}
#rt-transition .mod_events_latest_content a {
	font-weight: bold;
}

#rt-transition #jevents_body {
    border-radius: 0px;
}
#jevents #jev_maincal table.jev_row div.eventfull div {
    background-color: #ffc;
}

/* Fix for front end category selection dropdown */
#rt-mainbody #jevents .adminform ul.chzn-results li.active-result.highlighted {
	color: #fff !important;
}

/* Module - make bold link to full calendar */
.mod_events_latest_callink a {
	font-weight: bold;
}

#jev_maincal .saturday, #jev_maincal .sunday {
    color: #666;
}

/* =JEvents - fixes accessibility issue with linked field in "List of Events" menu/layout type
--------------------------*/
a.ev_link_cat:link {
    font-size: inherit;
    color: #cc0033;
}


/* =JEvents - customizes "Alternative" Layout
--------------------------*/
#rt-mainbody .jeventpage .cal_div .cal_div_currentmonth {
    background-color: #cc0033;
    color: #fff;
}
#rt-mainbody .cal_div_today > span {
    background-color: #cc0033;
}
#rt-mainbody .cal_div_today, #rt-mainbody  .cal_div_today a {
    color: #fff;
}
#rt-mainbody .cal_td_daysnames {
    background-color: #cc0033;
    color: #fff;
}
#rt-mainbody .ev_table {
    border-bottom: 0px solid #999;
    border-left: 0px solid #999;
    border-top: 0px solid #999;
    border-right: 0px solid #999;
}
#rt-mainbody .ev_td_right, #rt-mainbody  .ev_td_left {
    border-top: 0px solid #999;
}
#rt-mainbody .ev_td_left {
    background-color: inherit;
    font-size: inherit;
    color: inherit;
    vertical-align: inherit;
    border-right: 1px solid #ccc;
}
#rt-mainbody .cal_td_daysnames {
    border-bottom: 0px solid #999;
}
#rt-mainbody .iconic_td select {
	margin-bottom: 3px;
}
#rt-mainbody .ev_navigation div#ev_icon_daily_active, 
#rt-mainbody .ev_navigation div#ev_icon_monthly {
    background-image: none !important;
}
#rt-mainbody .ev_navigation td.iconic_td {
    width: 0px !important;
}
#rt-mainbody .ev_navigation div.nav_bar_cal {
    width: 0;
}
#rt-mainbody legend.ev_fieldset {
    margin-top: 8px;
}
#rt-mainbody .cal_div_weekrow .cal_div_today div,
#rt-mainbody .cal_div_weekrow .cal_div_daysnoevents div {
    border-left: 0px solid !important;
}
#rt-mainbody #jevents_body ul.ev_ul li.ev_td_li {
    margin-top: 4px;
    margin-bottom: 6px;
}
/* =JEvents - Flat Layout
--------------------------*/
#jevents_body table.cal_table tr td.cal_dayshasevents div.month_cell_st,
#jevents_body table.cal_table tr td.cal_today div.month_cell_st {
    border-left: 0px solid !important;
}
/* JEvents - details page headings - reset to red
--------------------------*/
.jevbootstrap h1, .jevbootstrap h2, .jevbootstrap h3, .jevbootstrap h4, .jevbootstrap h5, .jevbootstrap h6 {
     color: #4e4e4e;
}
/* =JEvents - Legend Module
--------------------------*/
.event_legend_container ul.event_legend_list li div {
	display: inline-block;
}
.event_legend_container ul.event_legend_list li div.event_legend_name {
	background-color: #f9f9f9 !important;
	font-weight: bold;
}
.event_legend_container ul.event_legend_list li .event_legend_name a {
	color: #cc0033 !important;
}
.event_legend_container ul.event_legend_list li .event_legend_desc {
	margin-left: 10px;
}
.event_legend_container ul.event_legend_list li .event_legend_desc p {
	margin: 0px;
}
/* =JEvents - Legend Module
--------------------------*/
.event_legend_container ul.event_legend_list li div.event_legend_name {
	background-color: #f9f9f9 !important;
}
.event_legend_container ul.event_legend_list li .event_legend_name a {
	color: #cc0033 !important;
}
.event_legend_container ul.event_legend_list li .event_legend_desc {
	margin-left: 20px;
}


/* CSS Fix for extplus jevents layout 2/20/2017  */
#rt-transition .component-content .jev_header h2 {
	font-size: inherit;
	padding: 8px 0;
}
/* Fix for front end category selection dropdown */
#rt-mainbody #jevents .adminform ul.chzn-results li.active-result.highlighted {
	color: #fff !important;
}

/* END - JEVENTS
--------------------------*/



/* =News & Announcements and Blog Pages
--------------------------*/
#rt-mainbody .component-content .news_announcements_blog h2, .research_blog h2{
	text-align: left;
}
#rt-mainbody .component-content .news_announcements_blog article, .research_blog article {
	border-radius: 0px !important;
}
#rt-mainbody .component-content .items-row{
	background: ;
	border-bottom: 1px solid #CCCCCC;
}
#rt-mainbody .component-content .blog .items-row article {
}

#rt-mainbody .blog .items-row:nth-child(2n+2) {
	background-color: #fff;
}
#rt-mainbody .blog .items-row:nth-child(2n+1) {
	background-color: #f9f9f9;
}


/* =tbl_people
--------------------------*/
#leftDiv, #rightDiv, #middleDiv {
    background: none repeat scroll 0 0 #efefef !important;
    display: inline-block;
}

/* =Modules
--------------------------*/
#rt-main .module-content ul li a {
    /*font-weight: normal;*/
}
#rt-main .module-content ul li.active {
    font-weight: bold;
}
ul.menu li.active.current > a, 
ul.menu li.active.current > .item, ul.menu li.active.current > .separator, 
ul.menu li#current.active > a, 
ul.menu li#current.active > .item, ul.menu li#current.active > .separator {
    color: #303030;
}

.white-bg div {
	background: #fff;
	margin: 0px;
}
.white-bg .rt-alpha {
	padding: 20px 0px 20px 20px;
}
.white-bg .rt-omega {
	padding: 20px 20px 20px 0px;
}

#rt-extension .rt-block.white-bg {
	background: #fff;
}
#rt-extension .rt-block.white-bg .module-surround {
	padding: 20px;
}

/* =Modules: RU Events Module
--------------------------*/
.ruEventsListClickable:hover {
    text-decoration: underline;
}

#rt-mainbody ul li .ruEventsListClickable,
#rt-content-bottom  ul li .ruEventsListClickable,
#rt-mainbottom ul li .ruEventsListClickable {
    /*color: #007fac;*/
    color: #cc0033;
}

#rt-sidebar-b ul li .ruEventsListClickable {
    color: #cc0033;
}


/* =Weblinks
--------------------------*/
ul.weblinks li {
	color: #6e6e6e;
}
ul.weblinks li a,
.weblink-category .list-title {
	font-weight: bold;
}


/* =Caption and Figcaption
-----------------------------*/
.img_caption {
	color: #818181;
}
p.img_caption {
	background-color: #f9f2e2;
    border: medium none;
    clear: both;
    color: #555555;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 80%;
    line-height: 1.4;
    text-transform: none;
}

/* =Sliders Plugin
-----------------------------*/
.nn_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    color: #cc0033;
}
.nn_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle:hover {
    color: #444;
    text-decoration: underline;
}
.nn_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
    color: #cc0033;
}
.nn_sliders.accordion > .accordion-group,
.nn_sliders.accordion > .accordion-group:active,
.nn_sliders.accordion > .accordion-group:hover {
    border: 1px solid #ccc;
}




/* =Community Builder
--------------------------*/
.cb_template a {
    color: #cc0033;
}
.cbProfile.cb_template .cbTabsContent.tab-content {
    border-top: #ccc solid 1px;
    background: #fff;
    border-right: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

.cbProfile.cb_template .format_name {
	font-weight: bold;
    font-size: 21px;
    color: #636363;
	font-weight: bold;
	font-size: 19px;
}
.cbProfile.cb_template .form-group {
    margin-bottom: 7px;
}
.cbProfile.cb_template  .control-label  {
    font-weight: bold;
    font-size: inherit;
}
.cbProfile.cb_template ul.nav-tabs li {
    border-bottom: #dedede solid 1px;
}
.cbProfile.cb_template ul.nav-tabs > li > a {
    background-color: #eee;
    color: #cc0033;
    font-weight: bold;
}
.cbProfile.cb_template ul.nav-tabs > li > a:hover {
    background-color: #dedede;
}
.cbProfile.cb_template ul.nav-tabs > li > a:focus {
    background-color: #fff;
}

.cbProfile.cb_template .portrait_image .cb_field {
    padding: 0px;
}
.cbProfile.cb_template .portrait_image .cb_field img {
    width: 100%;
    height: auto;
}
.cb_template.cbProfile .cbPosCanvasMainRight .officehourstop table tr td {
	padding: 3px;
}
.cb_template .panel {
    margin-bottom: 3px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.cb_template .panel-default .panel-heading {
    background-color: #fff;
    background-image: none;
    border-bottom: 0px solid transparent;
    font-weight: bold;
    font-size: 18px;
    color: #676767;
    padding: 15px 15px 2px;
    text-transform: uppercase;
}
.cb_template .panel-default > .panel-heading {
    background-color: none;
}
.cb_template .panel-body {
    padding: 10px 15px 15px 15px;
}
.cb_template.cbProfile .cbPosCanvasMainLeft.col-sm-3 {
    width: 20%;
}
.cb_template.cbProfile .cbPosCanvasMainMiddle.col-sm-6 {
    width: 45%;
}
.cb_template.cbProfile .cbPosCanvasMainRight.col-sm-3 {
    width: 35%;
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (max-width: 768px) {
        .cb_template.cbProfile .cbPosCanvasMainLeft.col-sm-3 {
            width: auto;
        }
        .cb_template.cbProfile .cbPosCanvasMainMiddle.col-sm-6 {
            width: auto;
        }
        .cb_template.cbProfile .cbPosCanvasMainRight.col-sm-3 {
            width: auto;
        }
        .cb_template.cbProfile .col-sm-3,
        .cb_template.cbProfile .col-sm-6,
        .cb_template.cbProfile .col-sm-9,
        .cb_template.cbProfile .col-sm-12 {
            padding-left: 0;
            padding-right: 0;
        }         
}
/* Hides number of users - remove when there is a workaround
---------------------------------*/
.cbUserListHead .cbUserListResultCount,
.cbUserListHead .cbUserListDescription {
	display: none;
}
.cbUserListHead .cbColumns .col-sm-9 {
	width: 0%;
}

/* Adds a top border to any element to help divide up information in CB
---------------------------------*/
.cbProfile  .topborder {
    border-top: #ccc solid 1px;
    padding-top: 10px;
}
@media only screen and (max-width: 768px) {
	@media only screen and (min-width: 360px) {
		.cbProfile.cb_template .portrait_image .cb_field img {
			width: 85%;
			height: auto;
		}
	}
}
/* =END Community Builder
--------------------------*/




/* JOOMLA CUSTOM FIELDS (additional css is in styles.css)
-------------------------------------*/
/* Custom Fields - top images 
--------------------------- */
.item .field-value img.intro-image-top-150 {
    float: left;
    margin: 0 8px 0 0;
    width: 150px;
}
.item-page .field-value img.intro-image-top-150, 
.blogPost  .field-value  img.intro-image-top-150 {
	float: left;
	margin:  0 10px 5px 0;
	height: auto;
}
.item-page .field-value img.intro-image-top-150 {
	width: 200px;
}
.intro-image-top-200 {
	float: left;
	margin: 0 10px 10px 0;
	width: 200px;
	height: auto;
}
@media screen and (max-width: 414px) {
	.field-entry.intro-image-top-200 {
  		float: none;
  		margin: 0 0 10px 0;
  	}
}
/* END Custom Fields
--------------------------- */

/* =SectionEx
----------------------------- */
#sectionex_wrapper table.setbl_fltr {
	color: #333;
}

/* =Visforms
----------------------------- */
#visformcontainer .vis_mandatory {
    color: #cc0033;
}
#visformcontainer form#visform3 div.required > label.visCSSlabel::after, 
#visformcontainer form#visform3 div.required > label.vflocationlabel::after {
    color: #cc0033 !important;
}
