Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/*
Theme Name: HRI
Author: UConn WebDev - Brian Dunnigan
Author URI: http://webdev.uconn.edu/
Description: This theme uses the new UConn web template, and is mobile responsive. It's built with the Twitter Bootstrap library, and supports traditional site layouts or blogs.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hri
*/
@import url(http://fonts.googleapis.com/css?family=Inika:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@font-face {
font-family: 'Proxima Nova';
src: url('fonts/proximanova_bold/ProximaNova-Bold-webfont.eot');
src: url('fonts/proximanova_bold/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova_bold/ProximaNova-Bold-webfont.svg#proxima_nova_ltsemibold') format('svg'),
url('fonts/proximanova_bold/ProximaNova-Bold-webfont.woff') format('woff'),
url('fonts/proximanova_bold/ProximaNova-Bold-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('fonts/proximanova_bolditalic/ProximaNova-BoldIt-webfont.eot');
src: url('fonts/proximanova_bolditalic/ProximaNova-BoldIt-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova_bolditalic/ProximaNova-BoldIt-webfont.svg#proxima_novabold_italic') format('svg'),
url('fonts/proximanova_bolditalic/ProximaNova-BoldIt-webfont.woff') format('woff'),
url('fonts/proximanova_bolditalic/ProximaNova-BoldIt-webfont.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Proxima Nova';
src: url('fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot');
src: url('fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova_semibold/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold') format('svg'),
url('fonts/proximanova_semibold/ProximaNova-Sbold-webfont.woff') format('woff'),
url('fonts/proximanova_semibold/ProximaNova-Sbold-webfont.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('fonts/proximanova_regular/ProximaNova-Reg-webfont.eot');
src: url('fonts/proximanova_regular/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova_regular/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg'),
url('fonts/proximanova_regular/ProximaNova-Reg-webfont.woff') format('woff'),
url('fonts/proximanova_regular/ProximaNova-Reg-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('fonts/proximanova_italic/ProximaNova-RegIt-webfont.eot');
src: url('fonts/proximanova_italic/ProximaNova-RegIt-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova_italic/ProximaNova-RegIt-webfont.svg#proxima_novaregular_italic') format('svg'),
url('fonts/proximanova_italic/ProximaNova-RegIt-webfont.woff') format('woff'),
url('fonts/proximanova_italic/ProximaNova-RegIt-webfont.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
.clear{
width:100%;
clear:both!important;
display:inline-block
}
.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden
}
.span3 {
width:212px;
}
/* =============================== Global CSS =============================== */
body {
margin:0px;
padding:0px;
background-color:white;
font-size:13px;
font-family: 'Droid Sans', arial, helvetica, sans-serif;
letter-spacing:0.4px;
color:#525559;
}
.twelve-px {
font-size:12px;
}
.container {
width:913px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
position:relative;
}
.container-nav {
width:913px;
margin-left:auto;
margin-right:auto;
position:relative;
}
.row {
margin-left:0px;
}
li {
list-style-type:none;
}
.entry ul li {
list-style-type:disc;
}
.ie7 ul, .ie7 li {
margin:0 ;
padding:0;
}
strong {
font-weight:bold;
}
a {
color:#2a9a8f;
}
a:hover {
color:#70bbb4;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
/* ...and now for the proper property */
transition:.3s;
text-decoration:none;
}
#uc-footer a:hover {
color:white;
}
p {
color:#525559;
}
#body-container p {
line-height:22px;
}
h3 {
font-size:14px !important;
color:#525559;
}
h4 {
color:#ae9f81;
text-transform:uppercase;
padding-bottom:8px;
}
h5 {
font-family: 'Inika', arial, helvetica, sans-serif;
font-weight:normal;
font-size:16px;
line-height:1.7em;
margin-bottom:20px;
margin-top:20px;
border-left:4px solid #6bb1ab;
padding-bottom:0;
padding-left:15px;
}
h6 {
font-family: 'Inika', arial, helvetica, sans-serif;
font-weight:normal;
font-size:16px;
line-height:1.7em;
padding-bottom:10px;
margin-top:20px;
}
ol li {
list-style-type:decimal;
}
p.wp-caption-text {
font-size:9px;
margin-top:3px;
border-bottom:1px dotted #d2d3d5;
font-weight:700;
line-height: 13px !important;
padding-bottom:7px;
}
td {
padding-right:40px;
padding-bottom:10px;
vertical-align: top;
}
.text-gold {color:#ae9f81;}
.text-light-grey {color:#b8babb;}
.text-med-grey {color: rgba(82,85,89,0.8);}
.text-serif{font-family: 'Inika', arial, helvetica, sans-serif;}
.no-marg-left {
margin-left:0;
}
#body-container .span8 {
width:641px;
margin-bottom:40px;
}
#body-container .span8 img {
}
.wp-caption {
max-width:100%;
}
hr {
border-bottom-color: #d2d3d5;
border-top-color:white;
margin:30px 0px;
}
.tight-line-height {
line-height:20px;
}
ul.sub-menu {
display:none;
}
/* =============================== Site Title Bar =============================== */
#uc-titlebar {
background-color: white;
}
#uc-site-title {
font-size:17px;
font-family: "Proxima Nova", helvetica, arial, sans-serif;
}
#uc-site-title a {
color:red;
font-weight:bold;
}
#uc-site-title a:hover {
color:#ffbc39;
}
#uc-site-header {
margin-bottom:-14px;
margin-top:5px;
}
.title-and-search {
padding:0px;
display:block;
}
#uc-site-title {
float:left;
}
h1#uc-site-title {
margin-bottom:0;
}
.site-title-buttons {
float:right;
margin-top:29px;
}
.site-title-buttons img {
margin-left:10px;
}
.ie8 .site-title-buttons {
width:157px;
}
ie8 .site-title-buttons a {
float:right;
margin-top:20px;
}
h1.site-title {
color:#3D3D3D;
font-size:24px;
font-weight:500;
padding-top:0x;
margin-top:-5px;
}
h1.site-title:hover {
color:black;
text-decoration:underline;
}
.secondary-site-title-wrapper {
margin-top:17px;
padding-bottom:0px;
margin-bottom:0px;
}
a.secondary-site-title {
font-weight:normal !important;
font-size:11px;
color:#333 !important;
}
.secondary-site-title:hover {
text-decoration:underline;
}
#uc-main {
position:relative;
z-index:1;
}
#home-interior {
background-color:#F9F9F9;
padding:10px 30px;
}
.ie7 #home-interior {
padding-left:10px;
}
.navbar {
margin-bottom:0;
border-top:2px solid #5D6064;
border-bottom:2px solid #5D6064;
font-family: 'Inika', arial, helvetica, sans-serif;
height:43px;
position: relative;
z-index: 1;
}
.ie8 .navbar {
/* padding-top:25px; */
}
.ie7 .navbar {
height:35px;
}
.navbar-inner {
background-color: transparent;
background-image:none;
border: 0px;
border-radius: 0px;
box-shadow:none;
min-height: 0px;
padding-left: 0px;
padding-right: 20px;
}
.lte9 .navbar-inner {
background-color:transparent;
filter:none;
}
.ie7 .navbar-inner {
margin-bottom:25px;
}
.navbar .nav > li > a {
color: #52555a;
font-size:11px ;
font-weight:500;
line-height:20px;
margin-bottom:-10px;/*value links to last value of padding */
padding:13px 14.5px 10px; /*last value links to margin-bottom */
position:relative;
text-shadow:none;
text-transform:uppercase;
}
.ie7 .navbar .nav > li > a {
margin-bottom:-25px;
}
.ie7 .navbar .nav > li {
margin-top:-5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari only override */
::i-block-chrome,.navbar .nav > li > a {
padding:13px 14.5px 13px !important; /*last value links to margin-bottom */
}
}
.navbar .nav > li > a:hover {
color:#45484e;
text-shadow:none;
background-color:transparent !important;
}
.navbar .nav > li.nav-white > a {
color:white;
text-shadow:none;
}
.navbar .nav > li.nav-white > a:hover {
color:#ffbc39;
text-shadow:none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color:transparent;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
color:#ffbc39;
}
.dropdown-menu {
background-color:#3A85AD;
background-clip: padding-box;
border:none;
border-radius:0px;
box-shadow:none;
margin: 4px 0 0;
}
.ie7 .navbar {
position:relative;
z-index:200;
}
.ie7 ul.dropdown-menu {
margin-top:10px !important;
position:absolute;
z-index:10000;
}
.navbar .nav > li > .dropdown-menu:before {
border-bottom:none;
}
.navbar .nav > li > .dropdown-menu:after {
border-bottom: 6px solid #3A85AD;
border-left: 6px solid rgba(76, 149, 190, 0);
border-right: 6px solid rgba(76, 149, 190, 0);
}
.dropdown-menu > li > a {
color:white;
font-size:13px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
background-color: #367EA5;
background-image: none;
color:#ffbc39;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color:#30759B;-o-transition:.3s;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
border-top-color:#ffbc39;-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
/* ...and now for the proper property */
transition:.3s;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
display:none;
}
.dropdown-submenu > .dropdown-menu {
border:0;
border-radius:0;
margin-top:-5px;
}
.nav-drop-about-us, .nav-drop-academics, .nav-drop-research-programs, .nav-drop-events, .nav-drop-resources, .nav-drop-awards-and-fellowships, .nav-drop-collaborations {
background-color:#5d6064;
width:100%;
height:174px;
display:none;
position:absolute;
z-index:9999;
}
.ie7 .nav-drop-about-us, .ie7 .nav-drop-academics, .ie7 .nav-drop-research-programs, .ie7 .nav-drop-events, .ie7 .nav-drop-resources, .ie7 .nav-drop-awards-and-fellowships, .ie7 .nav-drop-collaborations {
position:relative;
}
.nav > li > a:hover, .nav > li > a:focus {
background-color:transparent;
}
ul#menu-about-us, ul#menu-academics, ul#menu-events, ul#menu-research-programs {
margin-left:15px;
padding-top:27px;
width:162px;
float: left;
}
ul#menu-about-us {
padding-top: 17px;
}
ul#menu-about-us li, ul#menu-academics li, ul#menu-events li, ul#menu-research-programs li {
font-size:11px;
border-bottom:1px solid #898c8f;
width:162px;
padding-bottom:5px;
margin-bottom:5px;
}
ul#menu-about-us li a, ul#menu-academics li a, ul#menu-events li a, ul#menu-research-programs li a, ul#menu-resources li a, ul#menu-awards-and-fellowships li a, .nav-drop-collaborations li a {
color:#aeb2b5;
line-height:1.4em;
padding: 2px 0;
}
ul#menu-about-us li a:hover, ul#menu-academics li a:hover, ul#menu-events li a:hover, ul#menu-research-programs li a:hover, ul#menu-resources li a:hover, ul#menu-awards-and-fellowships li a:hover, .nav-drop-collaborations li a:hover {
color:#ae9f81;
}
ul#menu-resources {
margin-left:15px;
padding-top:27px;
width:668px;
float: left;
}
ul#menu-resources li {
font-size:11px;
border-bottom:1px solid #898c8f;
width: 175px;
margin-right:35px;
padding-bottom:5px;
margin-bottom:5px;
float:left;
}
ul#menu-awards-and-fellowships {
margin-left:15px;
padding-top:27px;
width:500px;
float: left;
}
ul#menu-awards-and-fellowships li {
font-size:11px;
border-bottom:1px solid #898c8f;
width: 175px;
margin-right:35px;
padding-bottom:5px;
margin-bottom:5px;
float:left;
}
ul#menu-collaborations {
margin-left:15px;
padding-top:27px;
width:668px;
float: left;
}
ul#menu-collaborations li {
font-size:11px;
border-bottom:1px solid #898c8f;
width: 175px;
margin-right:35px;
padding-bottom:5px;
margin-bottom:5px;
float:left;
}
.about-us-menu-text {
float:left;
width:175px;
padding-left:35px;
color:#aeb2b5;
margin-top:27px;
}
.academics-menu-text {
float:left;
width:177px;
padding-left:20px;
color:#aeb2b5;
margin-top:36px;
}
.research-programs-menu-text {
float:left;
width:185px;
padding-left:20px;
color:#aeb2b5;
margin-top:26px;
}
.awards-menu-text {
float:left;
width:175px;
padding-left:20px;
color:#aeb2b5;
margin-top:26px;
}
.event-menu-text {
float:left;
width:175px;
padding-left:20px;
color:#aeb2b5;
margin-top:36px;
}
.resource-menu-text {
float:left;
width:175px;
padding-left:20px;
color:#aeb2b5;
margin-top:36px;
border-left: 1px solid #818387 !important;
}
.collaboration-menu-text {
float:left;
width:175px;
padding-left:20px;
color:#aeb2b5;
margin-top:36px;
border-left: 1px solid #818387 !important;
}
.menu-img-4-less{
float:left;
margin-left:50px;
}
.menu-circle-4-less{
float:left;
margin-left:0px;
}
.navbar .nav > li > a:hover {
background-color:#5d6064 !important;
color:white !important;
box-shadow:none !important;
}
.active a, .active a:focus, active a:active, active a:hover {
background-color:#5d6064 !important;
color:white !important;
box-shadow:none !important;
}
/* =============================== MOBILE NAV =============================== */
.btn-navbar {
display:none;
}
.btn:hover, .btn:focus {
background-position:center;
color:#ffbc39;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
/* ...and now for the proper property */
transition:.3s;
}
.btn:active,{
background-color:#30759B !important;
background-image:none;
}
.nav-collapse .dropdown-menu {
background-color:#3A85AD;
margin-left:0;
padding-left:0;
width:100%;
}
.nav-collapse .dropdown-menu a {
color:white;
font-weight:500;
}
/* END MOBILE NAV */
/* =============================== Slideshow =============================== */
.theme-light.slider-wrapper {
background:none !important;
padding:0 !important;
}
.nivo-caption {
top:24px !important;
bottom:auto !important;
width:30% !important;
padding:10px 10px 10px 20px !important;
}
/* =============================== Footer =============================== */
#uc-footer {
background-color:#5C6063;
padding:20px 10px 30px;
font-size:11px;
color:#b8babb;
margin-top:20px;
}
#uc-footer .span3 {
border-right: 1px solid #828587;
margin-left: 0;
margin-top: 9px;
padding-right: 15px;
width: 189px;
}
#uc-footer .span3 img {
margin-left:30px;
margin-bottom:20px;
margin-top:5px;
}
#uc-footer ul {
margin-left:0px;
margin-bottom:0;
}
#uc-footer ul li {
margin-bottom:-3px;
}
#uc-footer ul li p {
line-height:16px;
color:#b8babb;
margin-bottom:-5px;
}
.pad-left {
padding-left:30px;
}
.footer-login {
padding-left:34px;
padding-bottom:8px;
}
.footer-right {
padding-left:30px;
border:0 !important;
}
/* =============================== Home =============================== */
#home #row1 {
background:url(img/home/home-top-copy-area.png);
background-repeat:no-repeat;
height:132px;
margin-left:0;
margin-top:12px;
margin-bottom:20px;
position: relative;
z-index: -1;
}
#home1.span3 p {
margin-left: 13px;
margin-top: 40px;
border-left:2px solid #b8babb;
padding-left:13px;
font-size:12px;
line-height:1.5em;
}
#row1 .span6 {
margin-top:25px;
width:430px;
}
#home #row2 {
margin-bottom:10px;
background-image:url(img/loading-gif.gif);
background-repeat:no-repeat;
}
#row2 .span9 {
margin-left:0;
width:709px;
}
#row2 .span9-customized {
margin-left:0;
width:773px;
}
#row2 .span9-customized .home-excerpt-img {
height:348px;
overflow:hidden;
}
.row .section-title {
margin-top:20px;
}
#row2 .span3 {
margin-left:0;
width:204px;
}
.span3.home-slideshow-title {
position:absolute;
right:0;
}
.triangle-top-left {
position: absolute;
z-index:10000;
}
.triangle-bottom-right {
position: absolute;
z-index:10000;
right:47px;
bottom:109px;
}
.triangle-bottom-right-nav {
position: absolute;
z-index:10000;
right:0px;
bottom:0px;
}
.ie7 .triangle-bottom-right {
position: absolute;
z-index:10000;
right:47px;
bottom:103px;
}
.home-slideshow-title ul {
margin-left:0;
position:relative;
margin-top:-20px;
}
.ie7 .home-slideshow-title ul {
margin-top:-450px;
}
li.ui-tabs-active:before {
content: ' ';
height: 0;
position: relative;
margin-left:-38px;
margin-top:12px;
float:left;
border: 10px solid transparent;
border-right-color: #AE9F82;
}
li.ui-tabs-active:nth-child(4):before {
border-right-color: #70BBB4;
}
.home-slideshow-title li {
background-color:#AE9F82;
padding:23px 20px 0px;
height:63px;
font-size:16px;
font-family: 'Inika', helvetica, arial, sans-serif;
border-top:1px solid #d5cebd;
letter-spacing: 0.64px;
}
.home-slideshow-title li:focus {
outline-color: transparent;
outline-style: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Targets Safari ONLY */
.home-slideshow-title li {
letter-spacing:1px;
padding:23px 16px 0px 18px;
}
}
.home-slideshow-title li:nth-child(4) {
background-color:#70bbb4;
}
.home-slideshow-title li a {
color:white;
}
.home-slideshow-title li a:focus {
outline-color: transparent;
outline-style: none;
}
.home-slideshow-title li a:hover {
color:#f1ede7;
}
.bird-triangle {
position:relative;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background:inherit;
border:none;
color:inherit;
font-weight:normal;
background-color:#AE9F82;
padding:23px 18px 0px;
height:63px;
font-size:16px;
font-family: 'Inika', helvetica, arial, sans-serif;
border-top:1px solid #d5cebd
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
padding:23px 16px 0px 18px;
}
}
.ui-widget-header {
background:none;
border:0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius:0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius: 0px;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color:inherit;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color:white;
}
.ui-widget-content {
background:none;
border:none;
color:inherit;
}
.excerpt-home-slideshow {
}
.read-more {
padding:2px 4px;
background-color:#70BBB4;
font-size:7px;
color:white;
font-weight:700;
text-decoration:none;
white-space: nowrap;
}
.home-bottom-news a.read-more {
display:none;
}
.excerpt-home-slideshow .span10 {
margin-top:2px;
}
.home-excerpt p {
width:100%;
overflow:hidden;
margin-top:30px;
margin-bottom:0px;
height:58px;
font-size:13px;
font-family: 'Droid Sans', arial, helvetica, sans-serif;
letter-spacing:0.4px;
}
a:hover.read-more {
color:white;
background-color:#70bbb4;
}
#home-bottom-half-container {
background-color:#EFF0EB;
width:100%;
padding-top:17px;
border-top:1px solid #e5e5e6;
}
#home-bottom-half-container .row {
width:913px;
margin-left:auto;
margin-right:auto;
padding-left:0;
}
#home-bottom-half-container .row .span9 {
margin-left:0px;
width:675px;
margin-right:25px;
}
#home-bottom-half-container .row .span9 .row .span3 {
margin-left:0px;
width:210px;
}
#home-bottom-half-container .row .span9 .row .span3.home-recent-pub {
margin-left:0px;
width:205px;
}
.ie7 #home-bottom-half-container .row .span9 .row .span3.home-recent-pub {
margin-bottom:-200px;
}
#home-bottom-half-container .row .span9 .row .span6 {
margin-left:0px;
width:446px;
margin-right:25px;
}
.span6.latest-news {
/* border-bottom:1px solid #525559; */
margin-bottom:20px
}
.span3.recent-publications{
/* border-bottom:1px solid #525559; */
margin-bottom:20px;
width:205px !important;
}
#home-bottom-half-container .row .span3 {
margin-left:0px;
}
#home-bottom-half-container h3 {
margin-bottom:0;
}
#home-bottom-half-container hr {
border-top:2px solid #525559;
border-bottom:none;
margin-top:-3px;
}
.uc-cal {
padding:0px 0px 15px !important;
}
ul.uc-cal-list {
margin-left:2px !important;
}
.uc-listcal .uc-cal-event {
padding-left:0 !important;
}
a:hover.uc-cal-event em {
color:#70BBB4 !important;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
/* ...and now for the proper property */
transition:.3s;
}
.uc-listcal .uc-cal-event-date {
width:210px !important;
position:relative !important;
float:left;
margin-bottom:5px;
text-transform:uppercase;
font-weight:700;
color:#525559 !important;
}
.uc-listcal .uc-cal-event-title {
line-height:1.4em;
}
.uc-listcal .uc-cal-event-title {
color:#525559;
}
.uc-listcal .uc-cal-event-title {
font-style:normal;
}
li.uc-cal-item {
padding:7px 0px 16px;
margin-bottom:8px;
}
.lte8 li.uc-cal-item {
border-bottom:1px solid #dbdbd7;
}
li.uc-cal-item:nth-child(-n+4) {
border-bottom:1px solid #dbdbd7;
}
.home-opportunities {
width:675px;
background-color:#D7D1C5;
height:139px;
}
.home-opportunities p {
width:175px;
float:left;
padding-left:23px;
padding-right:20px;
margin-top:21px;
border-right:1px solid #525559;
margin-right:14px;
}
.home-opportunities img {
padding:17px 13px;
}
hr.opportunities-hr {
margin-top:7px !important;
border-top:1px solid #DBDBD7 !important;
margin-bottom:8px;
}
.home-bottom-hr {
margin-bottom:10px;
}
.home-bottom-image {
width:205px;
height:211px;
overflow:hidden;
margin-bottom:20px;
}
.home-bottom-image img {
min-height: 211px;
}
.home-bottom-news {
width:210px;
padding-left:25px;
}
.home-bottom-news h4 {
font-weight:400;
margin-top:0;
font-size:17px;
margin-bottom:2px;
}
.home-bottom-news h4 a {
color:#525559;
text-transform:none;
line-height:24px;
}
.home-bottom-news h4 a:hover {
color:#70bbb4;
}
.home-bottom-news .date {
font-size:9.5px;
margin-top:-4px;
margin-bottom:8px;
}
.home-recent-pub {
width:205px;
height:211px;
overflow:hidden;
margin-bottom:20px;
position:relative;
}
.home-recent-pub img {
max-width:100%;
}
a.home-recent-pub-title {
position:absolute;
bottom:0;
color:white;
padding:18px 13px;
background-color:#70bbb4;
font-family:'Inika', arial, hevletica, sans-serif;
font-size:15px;
left:0;
width:179px;
}
a:hover.home-recent-pub-title {
color:#F1EDE7;
}
.ie7 a.home-recent-pub-title {
position:absolute;
bottom:0;
color:white;
padding:18px 16px;
font-family:'Inika', arial, hevletica, sans-serif;
font-size:15px;
left:0;
width:210px;
}
a.home-recent-pub-title:before {
content: ' ';
height: 0;
position: absolute;
width: 0;
left:92px;
top:-20px;
border: 10px solid transparent;
border-bottom-color:#70bbb4;
z-index:1000;
}
hr.lower-hr {
margin-top:262px !important;
border-top: 1px solid #525559 !important;
margin-bottom:4px;
}
hr.lower-hr-events {
border-top: 1px solid #525559 !important;
margin-bottom:4px;
}
a.see-all {
color:#525559;
font-size:9px;
font-weight:700;
padding-top:3px;
}
a.see-all-latest-news {
color:#525559;
font-size:9px;
font-weight:700;
padding-top:3px;
margin-left:237px;
}
a:hover.see-all-latest-news,a:hover.see-all {
color:#70bbb4;
}
/* ul.sub-menu li a {
display:none;
} ************ Hides the home link */
/* =============================== Page w/Sidebar =============================== */
.sidebar {
width: 221px;
float:left;
margin-left:51px;
padding:0px;
margin-top:9px;
}
#sidebar-widgets {
margin-left:0;
}
.custom-span8 {
width:641px;
margin-left:0px;
}
.page-title {
color:#AD9E7F;
font-size:25px;
text-transform:uppercase;
margin-top:-1px;
line-height:31px;
letter-spacing: 1px;
}
.ie7 .page-title {
margin-left:-1px;
}
.page-title-3col {
color:#AD9E7F;
font-size:25px;
text-transform:uppercase;
}
hr.title-hr {
margin-top:10px;
margin-bottom:15px;
border-bottom-color: #d2d3d5;
border-top-color:white;
}
.widget {
margin-bottom:20px;
}
.widget ul {
margin-left:0;
}
.widget ul.sub-menu {
display:block;
}
.widget-title {
font-size:13px;
text-transform:uppercase;
font-family:'Inika', arial, helvetica, sans-serif;
color:#ae9f81;
border-bottom: 2px solid #ae9f81;
margin-bottom:13px;
}
.widget .menu li {
line-height:1.6em;
padding-top:1px;
}
.widget .menu li a {
/* border-bottom:1px solid red;
width:100%;*/
color:#525559;
}
.sidebar #sidebar-widgets ul.menu {
}
.sidebar #sidebar-widgets ul.menu li {
border-bottom:1px solid #D2D3D5;
}
.sidebar #sidebar-widgets ul.menu li:nth-last-child(1) {
border-bottom:none;
}
.sidebar #sidebar-widgets ul.menu li ul.sub-menu {
border:none;
}
.sidebar #sidebar-widgets ul.menu li ul.sub-menu li {
border-top:1px solid #D2D3D5;
border-bottom:none;
padding-left:30px
}
.sidebar #sidebar-widgets ul.menu li ul.sub-menu li ul.sub-menu li {
padding-left:60px;
margin-left:-30px;
}
.sidebar li.current-menu-item a {
font-weight:700;
background-color:white !important;
color:#525559 !important;
}
.sidebar li.current-menu-item a:hover {
color:#70bbb4;
}
.sidebar li.current-menu-item .menu-item a {
font-weight:400;
}
.sidebar li.current-menu-item .menu-item a:hover {
color:#70bbb4;
}
.sidebar ul.sub-menu li.current_page_parent a{
font-weight:700;
}
.sidebar #sidebar-widgets ul.menu li a:hover {
color:#70bbb4;
}
.sidebar #sidebar-widgets ul.menu li ul.sub-menu li ul.sub-menu li a {
font-weight:400;
}
.sidebar #sidebar-widgets ul.menu li ul.sub-menu li ul.sub-menu li.current-menu-item a {
font-weight:bold;
}
.widget .uc-cal {
padding:0px 0px 0px !important;
margin-top:-15px;
margin-bottom:-15px;
}
#sidebar-widgets .widget .uc-cal {
margin-top:0;
}
#sidebar-widgets .widget h3 {
font-size:13px;
text-transform:uppercase;
font-family:'Inika', arial, helvetica, sans-serif;
color:#ae9f81;
border-bottom: 2px solid #ae9f81;
}
#sidebar-widgets .widget li.uc-cal-item:nth-child(3) {
border-bottom:none;
}
#sidebar-widgets .widget hr {
display: none;
}
.small-col {
width:200px;
float:left;
}
.med-col {
width:420px;
float:left;
margin-left:20px;
}
.faculty-name {
color:red;
font-size:16px;
font-weight:700;
color:#ae9f81;
text-transform:uppercase;
margin-bottom:5px;
}
.faculty-email-container {
margin-top:-8px;
}
a.email-button {
border:2px solid #ae9f81;
font-size:8px;
font-weight:bold;
padding:3px 3px 2px;
margin-top:-3px;
color:#ae9f81;
}
a:hover.email-button {
color:#7BCCC4;
border:2px solid #7BCCC4;
text-decoration:none;
}
.section-title {
text-transform:uppercase;
margin-top:30px;
}
.blog-article-meta {
margin-bottom:10px;
}
.faculty-staff-container {
margin-left:-17px;
margin-top:14px;
}
.faculty-staff {
width:308px;
height:150px;
border:2px solid #AEB1B6;
float:left;
margin-left:17px;
margin-bottom:25px;
position:relative;
}
.ie7 .faculty-staff {
margin-left:7px;
}
.faculty-staff-img-crop {
width:128px;
overflow:hidden;
float:left;
margin-right:10px;
}
.faculty-staff-img-container {
float:left;
width:auto;
height:152px;
overflow:hidden;
}
.faculty-staff-img-container img {
max-width:none;
}
.faculty-staff img{
/* width:auto;
margin-left:-11px; THESE ARE FOR THUMBNAIL SETTING*/
margin-top:-10px;
width:129px;
}
.faculty-staff ul{
margin-left:0;
}
li.faculty-staff-name {
float:left;
color:#ae9f81;
font-size:14px;
width:160px;
text-transform:uppercase;
font-weight:bold;
border-bottom:1px solid #ae9f81;
padding-bottom:2px;
margin-top:10px;
}
li.faculty-staff-title {
float:left;
font-size:11px;
width:160px;
margin-top:7px;
line-height:18px;
}
li.faculty-staff-email {
float:left;
}
.faculty-staff-email a {
position:absolute;
border:2px solid #ae9f81;
font-size:8px;
font-weight:bold;
padding:3px 5px 2px;
color:#ae9f81;
text-transform:uppercase;
right:130px;
bottom:12px;
line-height:normal;
}
.faculty-staff-email a:hover {
color:#7BCCC4;
border:2px solid #7BCCC4;
text-decoration:none;
}
li.faculty-staff-link {
float:left;
}
.faculty-staff-link a {
position:absolute;
border:2px solid #ae9f81;
font-size:8px;
font-weight:bold;
padding:3px 5px 2px;
color:#ae9f81;
text-transform:uppercase;
right:70px;
bottom:12px;
line-height:normal;
}
.faculty-staff-link a:hover {
color:#7BCCC4;
border:2px solid #7BCCC4;
text-decoration:none;
}
.contact-thumb-crop {
width:220px;
overflow:hidden;
float:left;
}
.contact-thumb {
width:auto;
height:220px;
overflow:hidden;
}
.contact-body {
margin-left:0px;
}
.contact-bottom {
margin-top:30px;
}
.dotted {
border-bottom: 1px dotted #D2D3D5;
}
.sidebar li.categories {
color: #ae9f81;
font-family: 'Inika',arial,helvetica,sans-serif;
font-size: 13px;
margin-bottom: 13px;
text-transform: uppercase;
font-weight:700;
}
.sidebar li.categories ul {
margin:0;
border-top: 2px solid #ae9f81;
padding-top:10px;
margin-top:8px;
}
.ie7 .sidebar li.categories ul {
border-top:none;
}
.sidebar li.categories ul li {
text-transform:capitalize;
font-size:13px;
font-family: 'Droid Sans', arial, helvetica, sans-serif;
font-weight:normal;
border-bottom:1px solid #D2D3D5;
padding:4px 0px 3px;
}
.sidebar li.categories ul li a:hover {
color:#70bbb4;
}
.sidebar li.categories ul li:nth-last-child(1) {
border-bottom:none;
}
.sidebar li.categories ul li a {
color:#525559;
}
.sidebar li.categories ul li.current-cat {
font-weight:700;
}
.sidebar ul.archive-list {
margin:0px;
}
.sidebar ul.archive-list li ul {
margin-left:0px;
}
.sidebar ul.archive-list li p {
margin-bottom:0px;
border-bottom:1px solid #D2D3D5;
padding:3px 0px;
}
.sidebar ul.archive-list li ul li, .sidebar ul.archive-list li {
margin-left:0px;
padding-left:0px;
text-transform:capitalize;
font-size:13px;
font-family: 'Droid Sans', arial, helvetica, sans-serif;
font-weight:normal;
border-bottom:1px solid #D2D3D5;
padding:3px 0px 2px;
}
.sidebar ul.archive-list li ul li a, .sidebar ul.archive-list li a {
color:#525559;
padding-left:37px;
}
.sidebar ul.archive-list li ul li a:hover, .sidebar ul.archive-list li a:hover {
color:#70bbb4;
}
.sidebar p.panel-title {
border-bottom:1px solid #D2D3D5;
padding:3px 0px;
width:100%;
}
.sidebar p.panel-title a {
color:#525559;
}
.sidebar p.panel-title a:hover {
color:#70bbb4;
}
.sidebar select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
box-shadow:none;
border-radius:0px;
background-color:#F1F2F4;
border:none;
height:15px;
font-size:12px;
margin-bottom:0px;
width:191px;
padding-right:0;
}
.sidebar input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
color:white;
background-color:#D0D1D5;
border:0;
height:23px;
font-size:17px;
padding-top:0px;
margin-left:-2px;
}
.ie7 .sidebar input[type="file"],.ie7 input[type="image"],.ie7 input[type="submit"],.ie7 input[type="reset"],.ie7 input[type="button"],.ie7 input[type="radio"],.ie7 input[type="checkbox"] {
width:20px;
}
.search-form {
display: block;
margin-top: 30px;
}
.featured-archive {
margin-bottom:26px;
margin-top:10px;
}
.featured-archive h3 {
line-height:1.5em;
padding-top:10px;
}
.featured-archive h4 {
font-size:9.5px;
color:white;
font-weight:normal;
padding-bottom:0;
}
.featured-archive h3 a {
color:white;
font-size:16.5px;
font-weight:normal;
}
.featured-archive h3 a:hover {
color:#F1EDE7;
}
.featured-archive ul {
margin:0;
}
.featured-archive li {
float:left;
font-size:10px;
padding-right:10px;
line-height:16px;
width:100%;
}
.featured-archive li a{
color:#525559;
}
.featured-archive li a:hover {
color:#F1EDE7;
}
.featured-archive .dotted {
border-bottom: 1px dotted #525559;
border-top:none;
margin-top:0;
margin-bottom:10px;
}
.featured-archive .dotted-bottom {
border-bottom: 1px dotted #525559;
border-top:none;
margin-top:-10px;
margin-bottom:10px;
}
.featured-archive p {
font-size:11.5px;
line-height:18px !important;
}
.featured-archive p.archive-date {
font-size:10px;
margin-bottom:0;
}
.featured-archive .read-more {
background-color:#A28F64;
}
.featured-archive-image-container {
width:320px;
float:left;
overflow:hidden;
}
.featured-archive-image {
height:321px;
float:left;
}
.featured-archive-image img {
max-width:none;
}
.featured-archive-content {
width:275px;
height:306px;
float:left;
background-color:#70bbb4;
padding:0px 23px 15px;
}
.blog-story-image-container {
width:308px;
overflow:hidden;
}
.blog-story-image {
height:309px;
float:left;
}
.blog-story-image img {
max-width:none;
}
.blog-story-preview {
position:relative;
margin-bottom:23px;
float:left;
margin-left:23px;
}
.ie7 .blog-story-preview {
margin-left:0;
margin-right:12px;
}
.blog-story-preview h3 {
margin-top:0;
line-height:1.5em;
margin-bottom:0;
}
.blog-story-preview h3 a {
color: #52555a;
font-size: 16.5px;
font-weight: normal;
font-family:'Inika', arial, helvetica, sans-serif;
}
.blog-story-preview h3 a:hover {
color:#70bbb4;
}
.blog-story-preview .dotted-bottom {
border-bottom: 1px dotted #525559;
border-top:none;
margin-top:-5px;
margin-bottom:5px;
}
.blog-story-preview h4 {
font-size:9.5px;
color: #52555a;
font-weight:normal;
padding-bottom:0;
margin-top:0;
}
.blog-story-preview p.archive-date {
font-size: 10px;
margin-bottom: 0;
}
.blog-story-preview ul {
margin:0;
}
.blog-story-preview li {
float:left;
font-size:10px;
padding-right:10px;
line-height:16px;
}
.blog-story-preview li a{
color:#525559;
}
.blog-story-preview li a:hover {
color:#70bbb4;
}
.blog-story-preview-content {
position:absolute;
bottom:0;
background-color:#edede9;
width:278px;
height:auto;
padding:15px;
padding-top:13px;
height: 114px;
}
/* .lte8 .blog-story-preview-content {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2edede9', endColorstr='#F2edede9');
}*/
.blog-pagination {
float:left;
}
.blog-squares-wrapper {
margin-left:-23px;
}
.page-numbers {
padding:0px 8px;
font-size:11px;
font-weight:700;
}
.blog-pagination a {
color:#525559;
text-transform:uppercase;
}
.page-numbers.current{
color: white;
padding:3px 7px;
background-color:#ae9f81;
}
.blog-h4 {
font-size:9.5px;
color: #52555a;
font-weight:normal;
padding-bottom:0;
margin-top:4px;
}
.blog-article-title {
font-size:20px !important;
line-height:28px;
font-family:'Inika', arial, helvtica, sans-serif;
font-weight:normal;
margin-bottom:0px;
}
.blog-article-meta ul {
margin-left: 0;
}
.blog-article-meta li {
float:left;
font-size:10px;
padding-right:10px;
line-height:16px;
}
.blog-article-meta li a{
color:#525559;
}
.alignleft {
float:left;
padding-right:12px;
padding-top:10px;
padding-bottom:5px;
}
.alignright {
float:right;
padding-left:15px;
padding-top:10px;
padding-bottom:5px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption-text {
padding:5px;
padding-bottom:0px;
}
.top-shim {
margin-top:7px;
}
.blog-related-posts {
margin-left:0;
margin-left: -15px;
}
.blog-related-posts li {
width:190px;
float:left;
border-left: 1px solid #D2D3D5;
padding-left:15px;
padding-right:10px;
}
.ie7 .blog-related-posts li {
width:175px;
}
.blog-related-posts p.title{
font-family: 'Inika', arial, helvetica, sans-serif;
font-weight:700;
margin:0;
line-height:18px !important;
margin-bottom:2px;
}
.blog-related-posts p.date {
font-size: 10px;
line-height: 16px;
margin-bottom:0;
}
.blog-related-posts p.date img {
padding-right:5px;
}
.related-title {
font-size:13px;
text-transform:uppercase;
font-family:'Inika', arial, helvetica, sans-serif;
color:#ae9f81;
}
.recent-posts-blog {
border-bottom:1px solid #D2D3D5;
padding-bottom:7px;
margin-bottom:16px;
}
.recent-posts-blog ul {
margin-left:0;
display:block;
}
.recent-posts-blog .title {
font-family: 'Inika', arial, helvetica, sans-serif;
font-weight:700;
}
.recent-posts-blog .date {
font-size: 10px;
line-height: 16px;
margin-top:5px;
}
.recent-posts-blog .date img {
padding-right:5px;
}
.social-media-single-story {
border-top:1px dotted #d2d3d5;
border-bottom:1px dotted #d2d3d5;
padding-bottom: 7px;
padding-top: 15px;
margin-top:10px;
}
.social-media-single-story ul {
margin-left:0;
}
.social-media-single-story li {
float:left;
margin-right:12px;
}
.social-media-single-story li h4 {
font-size:11px;
color:#525559;
margin:0;
margin-top:2px;
}
.recent-shim {
padding-top:5px;
}
.panel-title {
margin-bottom:0;
}
.result {
margin-bottom:20px;
padding-bottom:10px;
border-bottom:1px solid #EAEAEA;
}
h4.result-header {
font-family: 'Inika',arial,helvtica,sans-serif;
font-size: 16px !important;
font-weight: normal;
line-height: 22px;
margin-bottom: 0;
color: #7BCCC4;
}
.search-header {
margin-bottom:20px;
padding-bottom:6px;
border-bottom:2px solid #525559;
color:#444;
margin-top:12px;
font-family: 'Inika',arial,helvtica,sans-serif;
}
.search-results-header {
margin-bottom:20px;
padding-bottom:6px;
border-bottom:2px solid #525559;
color: #525559;
margin-top:30px;
font-family: 'Inika',arial,helvtica,sans-serif;
}
em.readmore {
font-size:11px;
}
.search-br {
margin-bottom:14px;
}
.sidebar-search {
width: 221px;
float:left;
margin-right:51px;
padding:0px;
margin-top:18px;
}
#accordian-inline {
margin:20px 0px;
border-bottom:1px solid #D2D3D5;
padding-bottom:5px;
}
#accordian-inline h4 {
font-size:13px;
text-transform:none;
margin:0;
padding:0;
border-top:1px solid #D2D3D5;
margin-top:5px;
margin-bottom:-1px;
padding-top:6px;
font-weight:normal;
}
#accordian-inline h4 a{
color:#525559;
}
#accordian-inline h4 a:hover{
text-decoration:none;
}
#accordian-inline h4 a:visited{
color:red;
}
.page-content-accordian .panel-body {
line-height: 22px;
margin: 15px 0 15px 25px;
}
#accordian-inline .panel-collapse .in .collapse {
border-bottom:none;
}
#accordian-inline .panel {
position:relative;
}
.minus.collapsed:before {
content:"+ ";
display:inline;
padding:0px 1px 0px 4px;
background-color:#DDDDDD;
margin-right:8px;
font-weight:700;
}
.minus:before {
content:"– ";
display:inline;
padding:0px 0px 0px 5px;
background-color:#DDDDDD;
margin-right:9px;
font-weight:700;
}
a.minus.collapsed {
color:#525559 !important;
font-weight:400;
}
a.minus {
color:#ae9f81 !important;
}
.span9-customized.slide-ready {
visibility:visible;
overflow:visible;
}
.span9-customized.slide-unready {
visibility:hidden;
height:426px;
}
.span9-customized.slide-unready {
background-image:url(img/loading-gif.gif);
background-repeat:no-repeat;
}
.slideshow-credit {
float:right;
margin-top:5px;
font-size: 9px;
padding-bottom: 5px;
}
.home-sub-human-hr {
border-bottom:2px solid #5d6064;
margin:0;
margin-top:10px;
}
ul.category-blog li a:nth-child(-n+2):after {
display:none;
}
.panel-collapse ul li {
list-style:circle;
}
.home-slider-wrapper .caption-wrap {
position:relative !important;
margin-top:15px !important;
background-color:transparent !important;
opacity:1 !important;
}
.home-slider-wrapper .caption-wrap .caption {
color:#525559;
}
.home-slider-wrapper .metaslider .flexslider {
margin:0 0 20px;
}
.home-slider-wrapper .caption-wrap .caption a {
background-color: #70bbb4;
color: white;
font-size: 9px;
font-weight: 700;
padding: 2px 4px;
text-decoration: none;
text-transform:uppercase;
white-space: nowrap;
}
.home-slider-wrapper .caption-wrap .caption a:hover {
background-color:#5EA8A0;
}
.home-slider-wrapper .flex-direction-nav a {
top:43% !important;
}
/* Brian synced 3/28/16 */
/* Start Shemona Code */
/* color change - brown */
.page-title {
color:#6b5f46;
}
.page-title-3col {
color:#6b5f46;
}
/* color change - blue */
a {
color:#2c968c;
}
.textwidget a {
color:#2c968c;
}
/* default menu color */
.sidebar .uc-hri-rss {
background-color: #e3e2dc;
padding: 1em;
padding-top: 0;
}
.sidebar .widget_text{
background-color: #e3e2dc;
padding: 1em;
padding-top: 0;
}
.sidebar .widget_rcpt{
background-color: #e3e2dc;
padding: 1em;
padding-top: 0;
}
/* sidebar menu widget */
.widget_nav_menu {
background-color: #f2f2f2;
padding: 1em;
padding-top: 0;
}
.sidebar li.current-menu-item a{
background-color:#f2f2f2 !important;
color:#525559 !important;
}
.widget-title {
color:#6b5f46;
border-bottom:2px solid #6b5f46;
}
#sidebar-widgets .widget h3 {
color:#6b5f46;
border-bottom:2px solid #6b5f46;
}
/* other changes */
h2, h4 {
color:#6b5f46;
}
/* blue color changes */
a:hover {
color:#2d9187;
}
li.ui-tabs-active:nth-child(4):before {
border-right-color: #2c968c;
}
.home-slideshow-title li:nth-child(4) {
background-color:#2c968c;
}
.read-more {
background-color:#2c968c;
}
a:hover.read-more {
background-color:#2d9187;
}
a:hover.uc-cal-event em {
color:#2d9187 !important;
}
.home-bottom-news h4 a:hover {
color:#2d9187;
}
a.home-recent-pub-title {
background-color:#2c968c;
}
a.home-recent-pub-title:before {
border-bottom-color:#2c968c;
}
a:hover.see-all-latest-news,a:hover.see-all {
color:#2d9187;
}
.sidebar li.current-menu-item a:hover {
color:#2d9187;
}
.sidebar li.current-menu-item .menu-item a:hover {
color:#2d9187;
}
.sidebar #sidebar-widgets ul.menu li a:hover {
color:#2d9187;
}
.sidebar li.categories ul li a:hover {
color:#2d9187;
}
.sidebar ul.archive-list li ul li a:hover, .sidebar ul.archive-list li a:hover {
color:#2d9187;
}
.sidebar p.panel-title a:hover {
color:#2d9187;
}
.featured-archive-content {
background-color:#2c968c;
}
.blog-story-preview h3 a:hover {
color:#2d9187;
}
.blog-story-preview li a:hover {
color:#2d9187;
}
.home-slider-wrapper .caption-wrap .caption a {
background-color: #2c968c;
}
.text-serif a:hover {
color:#2c968c
}