/* conway-2018.css  
med_id=414325
Updated 19/09/2018 to fix extra toplevel links.
*/





/*  UCD BASE  2018 */



/*  Super Top Navigation: reduce padding */
.topbar-call ul li a {
    margin-right: 0px;
}



/*  Site Title Logo */
.mega-menu .menu-logo img {
    height: 80px !important;
}





 /*social-big-magazine*/

.social-big-magazine ul li { display: inline-block; padding: 10px; width: 82px; margin-bottom: 3px; text-align: center;  background: rgba(255, 255, 255, 0.1); }

.social-big-magazine ul li.facebook { background: #5d82d1; }

.social-big-magazine ul li.pinterest { background: #e13138; }

.social-big-magazine ul li.linkedin { background: #238cc8; }

.social-big-magazine ul li.youtube { background: #ef4e41; }

.social-big-magazine ul li.twitter { background: #40bff5; }

.social-big-magazine ul li.dribbble { background: #f7659c; }

.social-big-magazine ul li i { color: #ffffff; display: block; width: 30px; height: 30px; line-height: 30px; background: rgba(0, 0, 0, 0.2); border-radius: 50%; margin: 0 auto;  }

.social-big-magazine ul li span { display: block; text-align: center; color: #ffffff; margin-top: 10px; font-size: 11px; }






 /*  HOMEPAGE: STYLING FOR CAROUSEL (ORIGINALLY IN BOOTSTRAP 3.3.7)        */
 #main-slider { overflow: hidden; -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; }
#main-slider .item img { width: 100%; }
#main-slider .item .slider-content { z-index: 0; opacity: 0; -webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -o-transition: opacity 500ms; -ms-transition: opacity 500ms; transition: opacity 500ms; }
#main-slider .item.active .slider-content { z-index: 0; opacity: 1; -webkit-transition: opacity 100ms; -ms-transition: opacity 100ms; -moz-transition: opacity 100ms; -o-transition: opacity 100ms; transition: opacity 100ms; }
#main-slider .slider-content{ display: inline-block; left: 0; position: absolute; text-align: center; top: 55%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); width: 100%; z-index: 2; }

#main-slider .carousel-indicators { bottom: 100px; }

.carousel-indicators li{ width: 14px !important; height: 14px !important;  border: 2px solid #fff !important; margin: 1px !important; }

#main-slider .slider-content h3 { font-size: 36px; margin: 20px 0px 0px; font-weight: 600; line-height: 60px; text-transform: uppercase;  }

#main-slider .slider-content h1 { font-size: 50px; color: #fff; margin: 10px 0px 0px 10px; font-weight: 700; line-height: 80px; background: #84ba3f; width: max-content; }

#main-slider .slider-content p { background:#8D8D8D; width: max-content; color: white; padding: 10px; font-size: 14px; margin: 0px 0px 0px 10px; }


#main-slider .slider-content span { font-size: 18px; line-height: 20px; letter-spacing: 2px; font-weight: 600; display: block; }
#main-slider .slider-content .post-by img { width: 50px; height: 50px; display: inline-block; border-radius: 50%; margin-right: 15px; }

#main-slider .slider-content .slider-left { width: 60%; float: left; }
#main-slider .slider-content .slider-right { float: right; width: 30%; vertical-align: top; }

#main-slider .carousel-control.left,
#main-slider .carousel-control.right { opacity: 1; filter: alpha(opacity=100); background-image: none; background-repeat: no-repeat; text-shadow: none; }
#main-slider .carousel-control.left span { padding: 15px; }
#main-slider .carousel-control.right span { padding: 15px; }
#main-slider .carousel-control .fa-angle-left, 
#main-slider .carousel-control .fa-angle-right { position: absolute; top: 50%;  transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); z-index: 5; display: inline-block; }
#main-slider .carousel-control .fa-angle-left { left: 0px; }
#main-slider .carousel-control .fa-angle-right { right: 0px; }
#main-slider .carousel-control i { color: #fff; line-height: 36px; font-size: 32px; padding: 15px 20px; }

/*-- Animation --*/
.carousel .item.active .animated1 { -webkit-animation: lightSpeedIn 1s ease-in 200ms both; -o-animation: lightSpeedIn 1s ease-in 200ms both; -ms-animation: lightSpeedIn 1s ease-in 200ms both; -moz-animation: lightSpeedIn 1s ease-in 200ms both; animation: lightSpeedIn 1s ease-in 200ms both; }
.carousel .item.active .animated2 { -webkit-animation: bounceInRight 1s ease-in-out 500ms both; -o-animation: bounceInRight 1s ease-in-out 500ms both; -ms-animation: bounceInRight 1s ease-in-out 500ms both; -moz-animation: bounceInRight 1s ease-in-out 500ms both; animation: bounceInRight 1s ease-in-out 500ms both; }
.carousel .item.active .animated3 { -webkit-animation: bounceInLeft 1s ease-in-out 500ms both; -o-animation: bounceInLeft 1s ease-in-out 500ms both; -ms-animation: bounceInLeft 1s ease-in-out 500ms both; -moz-animation: bounceInLeft 1s ease-in-out 500ms both; animation: bounceInLeft 1s ease-in-out 500ms both; }
.carousel .item.active .animated4 { -webkit-animation: flipInX 1s ease-in 500ms both; -o-animation: flipInX 1s ease-in 500ms both; -ms-animation: flipInX 1s ease-in 500ms both;  -moz-animation: flipInX 1s ease-in 500ms both; animation: flipInX 1s ease-in 500ms both;}
.carousel .item.active .animated5 { -webkit-animation: bounceInLeft 1s ease-in-out 100ms both; -o-animation: bounceInLeft 1s ease-in-out 100ms both; -ms-animation: bounceInLeft 1s ease-in-out 100ms both; -moz-animation: bounceInLeft 1s ease-in-out 100ms both; animation: bounceInLeft 1s ease-in-out 100ms both; }
.carousel .item.active .animated6 { -webkit-animation: bounceIn 1s ease-in 500ms both; -o-animation: bounceIn 1s ease-in 500ms both; -ms-animation: bounceIn 1s ease-in 500ms both;
  -moz-animation: bounceIn 1s ease-in 500ms both; animation: bounceIn 1s ease-in 500ms both;  }
.carousel .item.active .animated7 { -webkit-animation: fadeInDown 0.7s ease-in 1000ms both; -o-animation: fadeInDown 0.7s ease-in 1000ms both;  -moz-animation: fadeInDown 0.7s ease-in 1000ms both;  -ms-animation: fadeInDown 0.7s ease-in 1000ms both; animation: fadeInDown 0.7s ease-in 1000ms both; }
.carousel .item.active .animated8 { -webkit-animation: fadeInUp 0.7s ease-in 1000ms both; -o-animation: fadeInUp 0.7s ease-in 1000ms both;  -moz-animation: fadeInUp 0.7s ease-in 1000ms both;  -ms-animation: fadeInUp 0.7s ease-in 1000ms both; animation: fadeInUp 0.7s ease-in 1000ms both; } 

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}






/*  Homepage:  Carousel Captions */

.caption-container  {
	max-width:  500px;
	background: rgba(0,0,0,.4);
	padding: 10px;
	
}


.caption-container .caption-heading h2 {
	color: white;
	padding: 15px 0px 0px 20px;
	font-weight: 600;
	font-size:  30px;
	text-transform: uppercase;
  
	
}


.caption-container .caption-subheading p {
	color: white;
	width: inherit !important;
	background: inherit !important;
	padding: 5px 0px 15px 0;	
	
}


@media(max-width:991px) {
	
	
	
	.caption-container  {
	max-width: 600px;
	}
	
	.caption-container .caption-heading h2 {
		font-size:  20px;
	}
	
	.scroll-down, .carousel-indicators, .topbar {
		display: none;
	}
	
}





 /*  HOMEPAGE: Reduce the spacing between the headings on rows    */

.section-title {
    margin-bottom: 20px;
}



/*  HOMEPAGE: Featured Researcher   */
.testimonial.bottom_pos .author-info {
    margin-left: 85px;
}








/*  Team Profiles (this may move to a different css ) */

.isotope-filters.keywords {
    display: table;
    margin: 0 0px;
    text-align: center;
}

.isotope-filters.text-left {
    margin: 0px 0;
}


.team {
	border: 1px solid #DBDBDB;
}

.team .team-info .person-name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 10px 0;
    color: #84ba3f;
	text-transform: none;	
}


.team .team-info .school-name {
	Xcolor: red;
	display: block;
	text-transform: none;
}



.team .team-info .research-area,
.team .team-info .keywords

{
	Xcolor: red;
	display: block;
	text-transform: none;
}



















body, header .col-sm-5 h1 a span, header .col-sm-5 h1 a span:last-of-type {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}



.mega-menu .menu-links > li > a {	
   font-family: 'Roboto Slab', Helvetica, Arial, sans-serif !important;
	font-weight: 400;
    display: inline-block;
    padding: 0 14px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.25px;
    color: #fff;
	text-transform: none;
}


.mega-menu .menu-links > li > a:hover {	
	color: white;
	text-decoration: underline !important;
	
}




/*  Logo */

	
/*  Change links colours on sticky */
.mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
   color: #fff;
}


@media (max-width: 991px) {
	.mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
	   Xcolor: #ff0000;  /*  keeps the links visible on the mobile menu */
	}

	.header .mega-menu.mobileTopFixed .menu-list-items {
		background: #cccccc;
		min-height: 100px;  /*  keeps the black background fully behind the logo when scrolling */
	}
	
	.header.transparent {
		min-height: 100px;  /*  keeps the black background fully behind the logo when the page first loads */
	}
}




@media only screen and (min-width: 480px) and (max-width: 1110px) {
	.mega-menu .menu-logo img {
			height: 80px !important;
		}
}

@media(max-width:479px) { 
	
		.mega-menu .menu-logo img {
			height: 56px !important;
		}
	
}




@media(max-width:990px) { 
	
	.mega-menu .menu-links > li a {
	  color: black !important;	
	}
	
}






h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #363636;
    margin-top: 0px;
}


body .blog-detail {
	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}





#socialFeeds {
    background-color: #eee;
    padding-bottom: 45px;
    padding-top: 50px;
}



/*  Prevent home row of image panels having a hover effect */
.blog-overlay:hover .blog-image img {
	-webkit-transform: none; 
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;	
}


.blog-overlay h4 span {
   background: rgba(0,0,0,.4);
	padding: 2px ;
}


.blog-overlay h4 span a:hover {
    color: #eee !important;
}





/*  Footer */

.footer.ucdblue-bg {
	background: #00427a;
}


.footer-widget {
    border-top: 1px solid #ccc;
}











footer .col-sm-6 .col-sm-4 h4 {
    font-family: 'Roboto Slab', Helvetica, Arial, sans-serif
}


footer {
    clear: both;
    background-color: #00427a;
    padding: 30px 0;
    min-height: 350px;
    color: #fff;
}

footer .col-sm-6 img {
    margin: 30px 0 23px;
}

footer .col-sm-6 p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 20px;
}

footer .col-sm-6 .col-sm-4 {
    padding: 20px 15px;
}

footer .col-sm-6 .col-sm-4 h4 {
    font-weight: 300;
    margin: 0;
    font-size: 18px;
    line-height: 31px;
	color: white;
}

footer .col-sm-6 .col-sm-4 ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

footer .col-sm-6 .col-sm-4 ul li a {
    font-size: 13px;
    line-height: 32px;
    text-decoration: underline;
    color: #fff;
}

footer .col-sm-6 .col-sm-4 ul li a:active,
footer .col-sm-6 .col-sm-4 ul li a:focus,
footer .col-sm-6 .col-sm-4 ul li a:hover {
    text-decoration: none;
}

footer .col-sm-6.right {
    padding-left: 13px;
}



@media (min-width:768px) and (max-width:1199px) {

    footer {
        width: 1170px!important;
        overflow-x: hidden;
    }
}


/*  Homepage: Remove the Hover effect on the 3 doormat boxes, retains the existing non-hover shadow */
.blog-entry:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}








