html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  /* 	font: inherit;
  vertical-align: baseline; */
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

ol, ul {

}
blockquote, q {
  quotes: none;
  border-left: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, input, textarea, a:active, a:focus {
  outline:0;
  text-decoration: none;
}

body {
  font-family:"Myriad Pro", 'PT Sans', Helvetica, Arial, sans-serif;
  font-weight:400;
}


i.fa-2{
  font-size: 20px;
}
i.fa-3{
  font-size: 30px;
}
h1 {
  color:  #0d6b56;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
}
.h2, h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
  color: #848484;
  font-weight: normal;
}

a {
  color: #cc0000;
}
a:hover, a:focus {
  color: #cc0000;
}
hr {
  border-top: 1px solid #ccc;
}

/* pre-header */
header {
  border-top: 23px solid #231f20;
}

/* logo */
.logo {
  display: inline-block;
  padding-top: 8px;
}
.logo p {
  margin-bottom: 5px;
}

.container .header {
  position:relative;
}

/* header-logo */
.logo img {
  height: 91px !important;
  width: auto !important;
/*   max-width: 155px; */
}
.header-logo {
  top: 0;
  position: absolute;
  right: 0;
}


.header-logo img {
  display: block;
  line-height: 0;
}
.uofguelphLogo img {
  position: absolute;
  right: 15px;
  z-index: 100;
}

.btn {
    border-radius: 0;
}
.btn-primary {
  background: #B91D29;
  border-color: #B91D29;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #A73039;
  border-color: #A73039;
}

input.form-control {
    border-radius: 0;
}
.login-block {
    margin: 0 auto;
    max-width: 380px;
    padding: 10px 30px 30px;
    border: 1px solid #ddd;  
}



/* navigation */
.navbar {
  border: 0;
  margin-bottom: 0;
}
.nav-wrapper {
  background: #0d6b56;
}

.nav-wrapper .container {
  height: 52px;
}

.navbar-nav>li>a {
  color: #ffffff;
  display: block;
  line-height: 52px;
  text-transform: uppercase;
  padding: 0px 14px;
  font-size: 14px;
}
.nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}



.nav>li>a {
  color: #ffffff;
  display: block;
  font-size: 15px;
  line-height: 17px;
  padding: 18px 17px 17px;
  text-transform: uppercase;
}

/* .nav>li.cara-tab>a {
  color: #555 ;
}

.nav>li.cara-tab:not(.active)>a:hover {
  color: #fff ;
} */
.tab-pane{
  padding:25px;
}


.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus, .nav>li>a.active {
  color:#fff;
  background:#8c1720 ;
  text-decoration:none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #8c1720 ;
  border-color: transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #8c1720 ;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 14px;
  clear: both;
  line-height: 15px;
  color: #FFF;
  white-space: nowrap;
  font-weight: lighter;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  /*   background-color: #cc0000; */
  background-color: #8c1720;
}
.dropdown-menu ul.dropdown-menu {
  left: 180px;
  top: 0;
  background-color: #8c1720 ;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cc0000;
  outline: 0;
}
.navbar-toggle {
  /*   background-color: rgb(0, 39, 113); */
  background-color: rgb(185, 29, 41);
  float: left;
  margin-right: 0;
  margin-left: 15px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}

.memberDropdown {
  padding: 14px 12px;
    font-size: 16px;
    background: transparent;
    border: 0px;
    color: #fff;
}


/* srch-icon */
.headerLinks{
  padding-left: 63%;
}
.dropdown-menu.navbar-search-form {
  left: initial;
  padding: 10px;
  right: 0;
  width: 300px;
}
li.dropdown.search-form-toggle a {
  background-color: transparent;
  padding: 10px 20px 11px 20px;
}
.navbar-search-form .form-group {
  margin-bottom: 0;
}
.navbar-search-form legend {
    color: #fff;
}


/* .search {
margin-top: 10px;
line-height: 0;
text-align: right;
}

.search input {
background:none;
border: medium none;
box-sizing: border-box;
color: #ffffff;
height: 30px;
line-height: 30px;
padding-right: 45px;
}
.search img {
position: absolute;
right:13%;
top: 0%;
cursor:pointer;
} */

/* main */
.homeContent{
  margin-bottom:39px;
}

.contentInner {
  padding-bottom: 20px;
}


/* linklist */
marquee {
  margin-bottom: 15px;
}


main p, main li {
  color: #333333;
  font-size: 15px;
  line-height: 21.7px;
}
main p {
  margin-bottom:25px;
}

.welcome-content-pics {
  padding: 16px 0 0;
  text-align: right;
}

.welcome-content-pics li {
  border: 1px solid #dddddd;
  display: inline-block;
  line-height: 0;
  margin: 0 15px 11px 0;
  padding: 2px;
  width: 200px;
  height: 200px;
}

/* partners-section */
.partners-section {
  padding-top:34px;
}

.research {
  position: relative;
  overflow: hidden;
}

.research > img {
  float: left;
  width: 100%;
}

.research-bar-1 {
  background-color: rgba(51, 51, 51, 0.8);
  bottom: 0px;
  box-sizing: border-box;
  color: #FFF;
  position: absolute;
  right: 30px;
  left: 30px;
}

.research-bar {
  background: url("?ft=img/srch-icon.png") no-repeat scroll 17px 10px;
  padding: 13px 0 17px 22px;
}

.research-bar-1:hover .research-bar {
  background:url(?ft=img/srch-icon.png) #cc0000 no-repeat scroll 17px 10px;
  cursor: pointer;
}

.application-bar {
  background: url("?ft=img/application-icon.png") no-repeat scroll 17px 10px;
  padding: 13px 0 17px 22px;
}

.research-bar-1:hover .application-bar {
  background:url(?ft=img/application-icon.png) #cc0000 no-repeat scroll 17px 10px;
  cursor: pointer;
}

.partner-bar {
  background: url(?ft=img/partners-icon.png) no-repeat scroll 17px 10px;
  padding: 13px 0 17px 22px;
}

.research-bar-1:hover .partner-bar {
  background:url(?ft=img/partners-icon.png) #cc0000 no-repeat scroll 17px 10px;
  cursor: pointer;
}

.research-bar > p, .application-bar p, .partner-bar p {
  float: left;
  font-size: 16px;
  letter-spacing: 2.5px;
  line-height: 24px;
  margin: 9px 0 0 9px;
  padding-left: 42px;
  text-transform: uppercase;
  color: #fff;
}

.research-bar-1:hover .learn-more {
  display: block;
}

.learn-more {
  background: #8c1720 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 15px;
  height: 62px;
  line-height: 15px;
  padding-top: 17px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.32px;
}

/* pre-footer-wrapper */

.pre-footer-wrapper {
  background:#0d6b56;
  color:#fffeff;
  padding-bottom: 25px;
}

.pre-footer-content {
  padding: 20px 0 10px;
}


.pre-footer-content h1 {
  font-size: 22px;
  letter-spacing: 3.41px;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
}

.pre-footer-content .contact-us h1 {
  text-align: left;
}
.pre-footer-content .contact-us p {
  padding-bottom: 15px;
  font-size: 15px;
}
.pre-footer-content .contact-us a {
  color: #ffffff;
}
#rightBlock a {
  color: #fff;
  font-size: 17px;
}
#rightBlock {
  text-align: justify;
}

/* research */
.activities-ct {
  border: 1px solid #d8d8d8;
  padding: 13px;

}

.activities-ct .widget {
  background: rgba(0, 0, 0, 0) url("?ft=img/bg-research.png") no-repeat scroll 97% 53%;
  font-size: 15px;
  margin: 0;
}

.activities-content {
  padding: 0;
}
.widget .meta-title {
  font-size: 12px;
  margin-top: 5px;
  margin-left: 25px;
}

.widget .meta-title a {
  color: #333333;
  font-weight: lighter;
  font-size: 15px;
  line-height: 21px;
}
.widget .meta-title a:hover {
  color: #a3a3a3;
  text-decoration: none;
}
.widget .newsReadMore {
  display: none;
}
.widget .meta-date {
  /*   text-align: center;
  border: 1px solid #004AD1;
  padding: 0px;
  margin-right: 15px;
  box-sizing: border-box;
  width: 48px;
  float: left; */
  color: #cc0000;
  font-size: 13px;
}

.widget li {
  margin-bottom: 20px;
  overflow: hidden;
}

.activities-ct .widget .newsReadMore {
  display: block;
}
.activities-ct .widget .meta-date {
  border: 0;
  background: #000;
  margin-right: 35px;
  min-width: 48px;
  height: 50px;
}

.activities-ct .meta-title {
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
}
.activities-ct .widget li {
  display: inline-flex;
  display: -webkit-inline-flex;
  float: left;
  margin-bottom: 0;
}
.activities-ct .widget .moreNews{
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #CBCBCB;
  margin-left: 10px;
  margin-top: 13px;
}
.activities-ct .widget ul{
  min-height: 50px;
  margin-bottom: 0;
}

/* ----------footer content -------------- */
.footer-content {
  text-align:center;
  color: #cccccc;
}

.footer-content img {
  margin-bottom:10px;
}

.footer-content  a {
  color:#004ad1;
  font-size:12.73px;
}

.footer-content cite {
  font-size:12.73px;
  color: #666666;
}

.footer-content blockquote {
  font-size: 14px;
  line-height: 21.7px;
  margin-bottom:30px;
  font-style: italic;
  padding: 0px 55px;
}

.footer-content #testimonials ul {
  font-size: 14px;
  line-height: 21.7px;
  font-style: italic;
  padding: 0px 15px;
  text-align: center;
  color: #cccccc;
}
.footer-content #testimonials ul li {
  list-style: none;
}

#testimonials .author {
  margin-top: 30px;
  font-size: 12.73px;
  font-weight: bolder;
  font-style: normal;
  text-transform: uppercase;
}


.footer-content  a:hover {
  color:#004ad1;
  text-decoration:none;
}


/* footer-wrapper */

.footer-wrapper {
  background:#000000;
}

.container.footer {
  background:#000 url("?ft=img/footer-logo.png") no-repeat scroll 0 20px;
  font-size: 15px;
  padding: 20px 0 20px;
  text-align: center;
  text-transform: uppercase;
  color:#676767;
}

.container.footer p {
  margin-top: 20px;
  float: left;
  margin-left: 200px;
}
.container.footer p a {
  text-decoration: none;
  color: #676767;
}

.footer-content .galleryAlbum li {
  display: inline-block;
  width: 46% !important;
  height: 95px !important;
  margin: 0 11px 10px 0 !important;
}
.footer-content .headingTab h1 {
  margin-bottom: 10px;
  text-align: left;
}


.btn-top {
  color: #ffffff;
  float: right;
  font-size: 10px;
  background: url("?ft=img/up-arrow-red.png") no-repeat top center;
  padding-top: 30px;
  margin-right: 10px;
}

.btn-top img {
  color: #004ad1;
  display: block;
  margin-bottom: 10px;
  margin-left: 15px;
}

.btn-top:hover {
  text-decoration: none;
  color:#fff;
}
.btn-top:focus,  .btn-top:hover {
  color: #fff;
}


/* -------------------------jpages -----------------------*/
/* .paging a {
padding: 5px 10px;
text-decoration: none;
margin-right:3px;
cursor: pointer;
background: #000;
color: #fff;
}

.paging a.jp-next, .paging a.jp-previous {
background: #000;
color: #fff;
padding-left: 0;
padding-right: 0;
}
.paging a.jp-previous:hover, .paging a.jp-next:hover {
color: #fff;
background: #89B836;;
}
.paging a.jp-disabled {
color: #fff;
text-decoration: none;
cursor: default;
background: #ddd;
}
.paging a.jp-disabled:hover {
color: #fff;
background: #ddd;
}
.paging a.jp-current {
color: #000;
background: #fff;
border: 1px solid #000;
cursor: default;
text-decoration: none;
}
.paging a.jp-current:hover {
color: #fff;
background: #000;
}
*/

/* -------------------------gallery -----------------------*/
#gallery {
  list-style: none;
  margin: 0px;
  padding-left: 0;
}
a.image-link {
  text-decoration: none;
}
#gallery p {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
}
.thumbnailImage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.galleryAlbum li {
  padding: 0px;
  margin: 0 20px 10px 0 !important;
  width: 250px !important;
  height: 200px !Important;
  /*   width: 140px !important;
  height: 100px !Important; */
  overflow: hidden;
  border: 1px double #CCC;
}
.galleryAlbum .thumbnailImage img {
  max-width: none;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto !important;
}
/* .pagination {
margin: 20px 0;
}
*/

.pagination {
  display: block;
}
.blog_list_selector, .news_list_selector {
  float: right;
}
.blog_list_selector a, .news_list_selector a {
  margin: 0 5px;
  /* min-width: 17px; */
}

.pagination a {
  padding: 6px 10px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  /*   color: #004AD1; */
  color: #B91D29;
}
.jp-disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.jp-previous{
  visibility: visible;
  word-spacing:-999px;
  letter-spacing: -999px; 
  font-size:0px;
}

.jp-previous:after {
  content: " < ";
  visibility: visible;
  word-spacing:normal;
  letter-spacing:normal; 
  color: #FFF;
  text-decoration: none;
  /*     background: #004AD1; */
  background: #B91D29;
  font-weight: bold;
  padding: 7px 8px 7px 8px;
  font-size: 14px;
}

.jp-next {
  visibility: visible;
  word-spacing:-999px;
  letter-spacing: -999px; 
  font-size:0px;
}
.jp-next:after {
  content: " > ";
  visibility: visible;
  word-spacing: normal;
  letter-spacing: normal;
  color: #FFF;
  text-decoration: none;
  /*     background: #004AD1; */
  background: #B91D29;
  font-weight: bold;
  padding: 7px 8px 7px 8px;
  font-size: 14px;
}
.jp-next:hover, .jp-previous:hover{
  text-decoration:none;
  background: none;
}
.jp-current {
  font-weight: bold;
  border: 1px solid;
}



/* .pagination a {
margin: 8px;
cursor: pointer;
}
*/


/* -------------------------- stafflist ----------------------  */
.staffItem {
  padding-bottom: 20px;
}
.staff-name {
  font-weight: bold;
  color: #B61F2A;
}



/* ------------newslist---------- */
.news-filters ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
.news-filters ul ul > li a {
  padding-left: 20px;
}
.news-by-year li, .news-by-category li, .news-by-tag li {
  margin: 0px;
}
.news-filters ul.news-by-year a, .news-filters ul.news-by-category a{
  display: block;
  border-bottom: 1px solid #eaeaea;
  color: inherit;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 21px;
  text-decoration: none;
  display: block;
  width: auto;
}
.news-filters ul.news-by-year a:hover, .news-filters ul.news-by-category a:hover{
  color: #337AC6;
}
.news-filters .title {
  color: #D3114A;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
}
.news-filters:first-of-type .title {
  margin-top: 20px;
}
.news-filters .count {
  margin-left: 5px;
  font-style: italic;
}
/* .news-by-year, .news-by-category, .news-by-tag {
padding: 0 10px;
margin-top: 10px;
list-style: none;
}
.news-by-year li, .news-by-category li, .news-by-tag li {
margin: 10px 10px;
} */
/* .news-by-year li a, .news-by-category li a, .news-by-tag li a {
display: block;
width: auto;
} */
/* .news-by-tag li {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-bottom: 5px;
padding: 4px 10px;
background-color: #406da4;
color: #fff;
border: 1px solid transparent;
} */
.news-by-tag li {
  border-radius: 2px;
  margin-bottom: 4px;
  padding: 4px 5px 2px 5px;
  font-size: 14px;
  background-color: #D3114A;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  margin-right: 4px;
}
.news-by-tag li a {
  color: #fff;
  text-decoration: none;
}
.news-by-tag li:hover {
  background-color: #fff;
  border: 1px solid #D3114A;
}
.news-by-tag li:hover a {
  color: #D3114A;
}
.meta-tags i {
  margin-right: 5px;
}

.news-by-year li:hover, .news-by-category li:hover, .news-by-tag li:hover {
  cursor: pointer;
}
.pagination button.page.prev, .pagination button.page.next {
  color: #FFF;
  text-decoration: none;
  /*     background: #004AD1; */
  background: #B91D29;
  font-weight: bold;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  border-radius: 0;
  margin-right: 5px;
}
button.page.btn {
  /*     color: #004AD1; */
  color: #B91D29;
  text-decoration: none;
  background: transparent;
  font-weight: bold;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  border-radius: 0;
  margin-right: 5px;
  box-shadow: none;
}
button.page.btn.active {
  border: 1px solid;
}

.meta-category ul {
  display: inline;
  padding-left: 0;
  margin-left:5px;
}
.meta-category {
  font-size: 15px;
}

article {
  padding-bottom: 30px;
}
.news-image {
  text-align: center;
}
.newsList li {
  padding-bottom: 15px;
  border-bottom-width: 0px !important;
}
.newsList .meta-title {
  margin-bottom: 10px;
  margin-top: 0px;
  border-bottom: 0px;
}
.events {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.events a {
  text-decoration: none;
}
.events h1 {
  margin-top: 0;
  padding: 20px 15px;
  background-color:  #0d6b56;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
}
.events .widget {
  padding: 15px;
}
.green {
  background: #9ED1C6;
  padding: 15px;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  color: #0D6B56;
  border-radius: 0;
  border: 1px solid #0D6B56;
  margin-top: 15px;
}
/* .home-sideBar h2.meta-title {
font-size: 15px;
font-weight: bold;
line-height: 18px;
margin-bottom: 12px;
border-bottom: 0px;
padding-bottom: 0;
margin-top: 0;
color: #89B836;
}
#bddc-news img {
max-width: 500px;
text-align: center;
} */
/* .home-sideBar a:hover {
color: #7AA22F;
}

.home-sideBar .meta-title a {
color: #333;
font-weight: lighter;
}


.home-sideBar p {
color: #fff;
}
.home-sideBar h2 {
color: #FFFFFF;
margin-bottom: 10px;
margin-top: 0px;
}
.home-sideBar .meta.meta-date {
color: #FFF;
font-size: 13px;
}

.home-sideBar .btn-primary {
background: #3E4E1E;
border: none;
}
.home-sideBar .btn-primary:hover {
color: #fff;
background: #526923;
} */



/* --------------- inner page -------------------- */
.textBanner {
  /*   background-color: #231F20; */
  background-color: #373435;
  color: #fff;
  min-height: 65px;
  padding-bottom: 15px;
  padding-top: 15px;
}




/* ------------ inner text slider ---------------------- */
.inner-text-slider-button .default.btn {
  padding: 20px 12px 17px;
  min-width: 210px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: lighter;
  /*   background-color: #373435; */
  background-color: #B91D29;
  border-radius: 0;
  /*   border: 1px solid #4F4F4F; */
  border: 1px solid #B91D29;
  margin-bottom: 5px;
  margin-right: 5px;
  letter-spacing: 3px;
  line-height: 17px;
}

.textBanner .inner-text-slider-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 25px;
}
.textBanner .inner-text-slider-content p {
  color: #B2B2B2;
  font-weight: 100;
}

.flexslider {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  min-height: 0;
}
.inner-slider-content {
  position: absolute;
  top: 0;
  background: rgba(55, 52, 53, 0.5);
  height: 100%;
}
.inner-slider-content p {
  color: #fff;
}
.inner-slider-content h1 {
  color: #fff;
}
.innerSlider .flexslider {
  background-color: #fff;
/*   border: 4px double #d8d8d8; */
/*   margin-top: -20px; */
}
.fa-5 {
  font-size: 40px;
}
.inner-slider-contentContainer .fa{
  color: rgba(221, 221, 221, 0.5);
}
.inner-slider-contentContainer {
  padding: 45px 0px 20px;
  position: relative;
  bottom: 0;
  height: 100%;
}




/* carousel */
#home_carousel {
  margin: 33px 0 15px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}

#home_carousel .carousel-indicators {
  text-align: right;
  left: 70%;
}

#home_carousel .carousel-indicators li {
  border: 1px solid #d8d8d8;
}

#home_carousel .carousel-indicators .active {
  background: #000;
  border: 1px solid #000;
}

#home_carousel .carousel-control {
  top: 50%;
  text-shadow: none;
  opacity: 10;
  margin-top: -27.5px;
  width: 55px;
  height: 55px;
}

#home_carousel .container { position: relative;}
.carousel-control.right, .carousel-control.left {
  background: none;
}

.carousel-control.left {
  left: -15px;
}

.carousel-control.right {
  right: -15px;
}

.direction_arrow {
  margin: 80px 0;
}

.carousel_image {
  margin: 55px 0;
}

.carousel_image img {
  width: 100%;
  max-width: 372px;
}

.text_caption_image img {
  width: 100%;
  max-width: 484px;
}

img.img-responsive.owl-image {
  width: auto !important;
  max-width: 90%;
}

.img-responsive.owl-image {
  height: auto !important;
  max-height: 100%;
}




/* ----------- sidebar ------------ */
.topLevel-side-bar {
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
  padding: 0;
}
.side-menu.nav>li>a {
/*   color: #949293; */
  color: #565455;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.side-menu.nav>li>a:hover, .side-menu.nav>li>a:active, .side-menu.nav>li>a:focus, .side-menu.nav>li>a.active {
  color: #004ad1;
  background: #FFFFFF;
  text-decoration: none;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.sidebarTitle {
  padding: 15px 20px 10px;
  background-color: #CC0000;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 3px;
  text-transform: uppercase;
}
ul.nav.side-menu .active>a {
  color: #CC0000;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
ul.nav.side-menu ul li a {
  display: block;
  font-size: 15px;
  line-height: 17px;
  padding: 18px 40px 16px;
  text-transform: uppercase;
  color: #949293;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.side-menu.nav>li>a:hover, .side-menu.nav>li>a:active, .side-menu.nav>li>a:focus, .side-menu.nav>li>a.active,
.side-menu.nav ul li a:hover, .side-menu.nav ul li a:active, .side-menu.nav ul li a:focus, .side-menu.nav ul li a.active {
  color: #CC0000;
  background: #FFFFFF;
  text-decoration: none;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 768px)  {

  .row.textBanner {
    margin-left: -25px;
  }
  .inner-text-slider-content {
    padding-left: 25px;
  }
  .content {
    padding-left: 25px;
  }
  /*   .topLevel-side-bar {
  border-top:0px;
} */

  .contentInner {
    padding-bottom: 150px;
  }


}
@media only screen and  (max-width: 1199px) {
  nav.col-md-9 {
    padding: 0;
  }

  nav ul li a {
    padding: 0px 14px;
    font-size: 14px;
  }

  .search img {
    right: 17%;
  }

  .col-md-5.welcome-content-pics {
    text-align: center;
  }


  .carousel-control.left {
    left: -35px;
  }

  .carousel-control.right {
    right: -35px;
  }

  .container.footer span {
    float: none;
    display: block;
    margin-right: 120px;
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
  }


}

@media (min-width:992px) and (max-width: 1199px){
  .headerLinks {
    padding-left: 31%;
  }
  .headerLinks li.dropdown.search-form-toggle a {
    background-color: transparent;
    padding: 10px 10px 11px 10px;
  }

}


@media (max-width:991px){
  .search input {
    padding-right: 8px;
    float: left;
  }
  .footer-content {
    margin: 40px 0;
  }

  .research {
    margin-bottom: 20px;
  }

  .direction_arrow {
    display: none;
  }

  .primary_nav {
    display: none;
  }

  .slicknav_menu {
    display: inline-block;
  }

  .search img {
    position: static;
  }

  .activities-content p {
    padding-top: 13px;
  }

  .container.footer p {
    margin-left: 0px;
    float: none;
    margin-top: 60px;
  }

  .container.footer span {
    float: none;
    margin-right: 0px;
    margin-top: 0;
  }
  .container.footer span p {
    margin-top: 0;
  }
  .inner-slider-content {
    position: relative;
    background: rgba(35, 31, 32, 0.75);
  }

}

@media (max-width:767px) {
  .logo {
    display: inline-block;
    padding: 8px 0 0px;
  }
  .uofguelphLogo {
    padding-right: 0;
  }
  .uofguelphLogo img {
    right: 0px;
  }

  .navbar-collapse.in {
    /*     background: #002771; */
    background: #B91D29;
    position: absolute;
    z-index: 30;
    width: 100%;
    max-height: 308px;
  }
  #navigation.navbar-nav {
    width: 100%;
  }
  .navbar-nav {
    margin: 0;
  }
  .nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus, .nav>li>a.active {
    color: #fff;
    /*     background: #004AD1; */
    background: #8c1720;
    text-decoration: none;
  }

  .dropdown-menu {
    min-width: 100%;
    background-color: #231F20;
    position: relative;
  }
  .dropdown-menu ul.dropdown-menu {
    left: 0;
    display: block !important;
    background-color: #231F20;
  }
  .dropdown-menu ul.dropdown-menu li a {
    padding-left: 40px;
  }
  .collapse.in .dropdown-menu {
    left: 0;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }

  .headerLinks {
    padding-right: 130px;
    text-align: right;
    padding-left: 0;
/*     padding-top: 9px; */
  }
  .headerLinks .dropdown {
    display: inline-block;
}
  .headerLinks .dropdown-menu {
    position: absolute;
  }

  .headerLinks a {
    padding: 24px 15px 13px;
    color: #fff;
  }

  .dropdown-menu.navbar-search-form {
    left: initial;
    padding: 10px;
    right: 0;
    width: 100%;
    background-color: #8c1720;
    position: absolute;
    margin-top: 0;
  }

  .container .header {
    margin: 0;
  }

  .search {
    position: absolute;
    right: 114px;
  }

  .activities-content p {
    padding-top: 5px;
  }
  .activities-ct .meta-title {
    margin-top: 0px;
  }
  .activities-ct .widget .moreNews{
    margin-top: 0px;
    border: 0;
    margin: 0;
    display: block;
    float: right;
  }

  .slicknav_menu {
    width: 11%;
    padding: 5.3px;
  }

  .carousel-control.left {
    left: 5px;
  }

  .carousel-control.right {
    right: 5px;
  }

  .footer-content #testimonials ul {
    padding: 0px;
  }

  .container.footer p {
    margin-left: 0px;
    float: none;
    overflow: hidden;
    width: 99%;
  }

  .container.footer span {
    margin-right: 0;
    display: block;
    float: none;
    margin-top: 5px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .nav>li>a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 18px 9px 16px;
    text-transform: uppercase;
  }
  .headerLinks{
    padding-left:0px;
  }
  li.dropdown.search-form-toggle a {
    background-color: transparent;
    padding: 10px 5px 11px 5px;
  }
}

/* pre-footer-wrapper1 */

.pre-footer-wrapper1 {
  background:#9ed1c6;
  color:#fffeff;
}

.pre-footer-content1 {
  padding: 20px 0 10px;
  color: #000;
}


.pre-footer-content1 h1 {
  font-size: 22px;
  /*   letter-spacing: 3.41px; */
  /*   margin-bottom: 35px; */
  /*   text-align: center; */
  text-transform: uppercase;
  color: #0d6b56;
  margin-top: 10px;
}

.pre-footer-content1 h2 {
  /*   font-size: 22px; */
  /*   letter-spacing: 3.41px; */
  margin-bottom: 0px;
  /*   text-align: center; */
  /*   text-transform: uppercase; */
  color: #b91d29;
  margin-top: 0px;
  font-weight: bold;
}

.pre-footer-content1 .contact-us1 h1 {
  text-align: left;
}

.pre-footer-content1 .contact-us1 p {
  padding-bottom: 15px;
  font-size: 15px;
}
/* .pre-footer-content1 .contact-us1 a {
color: #ffffff;
} */

.footer-content1 #newsWidget_home {
  list-style: none;
  padding: 0;
}
.footer-content1 #newsWidget_home .meta-date {
  text-align: center;
  background: #595959;
  margin-right: 15px;
  box-sizing: border-box;
  width: 60px;
  float: left;
  color: #cc0000;
  font-size: 13px;
  padding: 5px 4px;
}

.footer-content1 #newsWidget_home li {
  margin-bottom: 20px;
  overflow: hidden;
}

.footer-content1 #newsWidget_home .meta-date .month {
  color: #ffffff;
  display: block;
  font-size: 13px;
  line-height: 25px;
  height: 25px;
  text-transform: uppercase;
}
.footer-content1 #newsWidget_home .meta-date .day {
  color: #ffffff;
  display: block;
  font-family: Arial;
  font-size: 30px;
  line-height: 25px;
  height: 25px;
  text-align: center;
}

.verticalText {
  float: left;
  position: relative;
  width: 200px;
  top: 68px;
  left: -75px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.memberLoginForm {
  position: relative;
  left: 30px;
  top: -60px;

}
.memberLoginForm .form-group {
  margin-bottom: 25px;
}
.memberLoginForm .btn-danger {
  color: #fff;
  background-color: #b91d29;
  border-color: #b91d29;
  border-radius: 0;
  padding: 10px 50px;
  text-transform: capitalize;
  margin-left: 26%;
}
.memberLoginForm .form-control {
  border-radius: 0;
  background: #9ED1C6;
  border: 1px solid #9ed1c6;
/*   color: #5D5D5D; */
  color: #373737;
  width: 90%;
  display: -moz-box;
}

.no-margin td > p {
  margin: 0;
}

