/*  UCD CHARLES CUSTOM 2020

charles-custom.css 
21/05/2021 v1


T4 Media ID: 503821

T4 Media Library:
Institutes and Centres >  

*/





/*  UCD BASE  2018 */

.topbar {
    background: rgba(0, 126, 181, .7);
}



/*  Increase social media icon size */
.topbar-social ul li a span {
    font-size: 17px;
}


/*  Super Top Navigation: reduce padding */
.topbar-call ul li a {
    margin-right: 10px;
}





/*  Wide Background */
.Xpage-section-ptb {
    background: #008ac9!important;
}



/*  Site Title Logo */

/*  Hide this now 
.mega-menu .menu-logo, .page-title-name  {
   background-color: rgba(50, 50, 50, 0.5);
    padding: 0px 10px 0px 10px;
}
*/



.mega-menu > section.menu-list-items {
    background-color: rgba(50, 50, 50, 0.5);
    height: 150px !important;
}





.mega-menu .menu-logo img {
    height: 105px !important;
}




@media screen and (max-width: 991px) {
	.mega-menu .menu-logo > li > a {
		padding-top:  0px;
	}
	
}

@media screen and (max-width: 991px) {
	.mega-menu .menu-logo > li {
		margin-top: -25px;
	}
}





 /*  HOMEPAGE: Restrict the height of the slider on desktop       */



    .rev-slider {
        max-height: 600px !important;
    }









 /*  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: 65%; 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:  800px;
	background: rgba(0,0,0,.4);
	padding: 5px;
	
}


.caption-container .caption-heading h2 {
	color: white;
	padding: 15px 0px 0px 20px;
	font-weight: 600;
	font-size:  22px;
	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 h5 {
	margin-bottom: 0px !important;
    font-size: 18px;
}

.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;
}



/*  Team Profiles : Remove the Text Capitalisation */
.isotope-filters button {
    text-transform: inherit;

}

























/*  Main Navigation: Change colours */

.mega-menu .multilevel-linkul-0 li:hover > a {
    color: #ba893f;
}
	
.mega-menu.desktopTopFixed .menu-list-items {
	Xbackground: #84ba3f;
}

.mega-menu .menu-links > li > a {
	 Xcolor: #ff0000;
	Xcolor: inherit;
}
	

/*  Increase the spacing between top-level list items 
Increase font size

*/
.mega-menu .menu-links > li > a {
    padding: 0 14px;
    font-size: 1.3em;
}


.mega-menu .multilevel-linkul-0 a {
    
    font-size: 1em;
    
}





	
	
/*  Change links colours on sticky */
.mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
   Xcolor: #000;
}




@media (max-width: 991px) {
	.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 */
	}

}







/*  Home: Single row for news and events*/

.home-category {
   
	margin-bottom: 10px;
}

.home-category .tag {
    background: #fff;
    color: #000;
    padding: 2px 10px;
}






/*  Our People: Hover icons*/
.social-icons li {
    margin: 0 0px 0px 0 !important;
}









/*  Our People:  Filter list */
.list.dropdown  button {
    border: 0px solid #ccc !important;
}


.nice-select .list {
    min-width: 250px;

}










/*  Footer */

.footer.earthgreen-bg {
	background: #63685E;
}


.footer-widget {
    border-top: 1px solid #ccc;
}





/*  Footer */

.footer.ucdblue-bg {
	background: #00427a;
}


.footer-widget {
    border-top: 1px solid #ccc;
}










/*  Standard Blue Footer */
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;
    }
}















/* Custom Team*/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}




/* INDIVIDUAL PANEL :: */


/*  Icon Sizes */
.isotope .grid-item .people-icons img {
    width: 30px !important;
	height: 30px !important;
}

.isotope .grid-item .people-icons-large img {
    width: 35px !important;
	height: 35px !important;
}

.isotope .grid-item .people-icons-medium img {
    width: 35px !important;
	height: 35px !important;
	padding: 0px 4px 4px 0px;
	float: left;
	
}




/*  Text Content in each panel  */
.team .team-info span {
    font-size: 12px;
    text-transform: none;
}


.team .team-description {
    padding: 5px 5px 5px 5px;
    z-index: inherit !important;
    bottom: 0px !important;
}




/*  FIX the dropdown menus from being hidden underneath peoples names  */
.team { 
    z-index: 3000 !important;
}

.nice-select .list {
    z-index: 4000 !important;
}





/*  Make BUTTONS (required by isotope) look like ordinary links */
.remove_button_css { 
  outline: none !important;
  padding: 2px 2px 2px 2px !important; 
  border: 0px !important; 
  box-sizing: none !important; 
  background-color: transparent !important; 
	display: inline;
	text-align: left;
	
}

.remove_button_css:focus,
.remove_button_css:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}


.isotope-filters .remove_button_css {
	margin: 0px !important;
	font-size: 13px !important;
    z-index: 1000 !important;
    position: absolute !important;
}



/*  People Page: Top menu */
.nice-select {
    font-size: 17px;
}



.isotope-filters button.active, .isotope-filters button:hover {
    color: pink;
}
.research-areas .isotope-filters {
    margin: 0px 0px 5px 0px;
    text-align: center !important;
}


		/*  In panels, for Expertise keywords - reduce the font and add pipe */
		.small-button-text {
			font-size: 10px !important;	
		}

		.small-button-text::after { 
		  content: " |";
		  color: #e2e2e2;
		}

		.small-button-text:last-child:after { 
			content: ""; 
		}






/*  Modal */
.modal-content .modal-body img {
    width: 120px !important;
	height: 120px !important;
	margin-bottom: 30px !important;
}






/*  Subpages: reduce the amount of padding under the title text */
.page-title {
    padding-bottom: 25px;
}

.page-section-ptb {
    padding: 40px 0 !important;
}




/* Homepage Icons */

.homepage-icons fa-big {
    font-size: 3.5rem;
}





/* Overall Template shadings content bgd and wider bgd */

.page-section-ptb{
    background: #eee;
    padding-top: 0px !important;
}

.page-section-ptb .container, .page-section-ptb .container-fluid {
    background: white;
    padding: 20px 20px 20px 20px;
}



.page-section-ptb .card-header .container {
    background: rgba(0,0,0,.03);
    padding: 5px;
}


/* General : Tabs */

.tab {
    padding: 20px 0px 20px 0px;
}


/* General : Cards card-content */

.card-content {
    display: inline;
    float: left;
	min-height: 300px;
    
}


.clients-info p {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 10px;
}


.clients-info h5 {
    margin-left: 10px;
}

.clients-info h5 a {
    
    font-size: 15px !important;
    line-height: 0px !important;
    
}



/* General : links */

.page-content ol li a,
.page-content ol li a:link,
.page-content ol li a:visited,

.page-content ul li a,
.page-content ul li a:link,
.page-content ul li a:visited,
.page-content p a {
   color: #007db5;
    text-decoration: underline;
    text-decoration-color: #a2dffb;
}



.page-content ol li a:hover,
.page-content ul li a:hover,
.page-content p a:not(.button):not(.commentPreviewButton):not(.comment-reply-link):hover {
    background: -webkit-gradient(linear,left top,right top,from(#336699),to(#e52e71));
    background: linear-gradient(90deg,#336699,#e52e71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}





/* General : headings */


.page-content h3, .page-content h4 {
    margin-top: 30px;
    color: #ba893f;
}


/* General : list content */

.page-sidebar .page-content ul  {
    margin-left: 20px;
}

.page-sidebar .page-content ul li,
.page-sidebar .page-content ul li a {
    font-size: 18px; 
    line-height: 20px;
}


/* General : wysiwyg images */

.page-sidebar .page-content img  {
    padding: 20px;
}


/* General : Fonts */

.page-sidebar .page-content p,
.page-sidebar .page-content li

{
    font-family: Verdana,sans-serif;
    padding-bottom: 10px;
}





/*  General: Slick Slider */

.slider_wrapper .slick-dots {
    Xbottom: 155px;
    padding-bottom: 15px;
}


.slider_wrapper {
    
  max-width: 600px; 
    background:#3C3C3C;
}


.slider__item {
    border: 1px solid black;
}

.slick-dots ul {
    margin: 20px !important;
}

.slick-dots li {
    background:#3C3C3C;
    margin: 0px 0px 0px 0px !important;
   
}



.slider_wrapper img {
    margin-bottom: 0px !important;
   
}



.slick-prev:before, .slick-next:before {
    color: black !important;
}



  .slider_wrapper .slick-next {
    right: 10px; }
  .slider_wrapper .slick-prev {
    left: 10px;
    z-index: 11; }
  .slider_wrapper .slick-next,
  .slider_wrapper .slick-prev {
    overflow: hidden;
    width: 26px;
    height: 26px; }
    .slider_wrapper .slick-next:before,
    .slider_wrapper .slick-prev:before {
      font-size: 26px; }
  .slider_wrapper .slick-dots {
    bottom: 15px; }
    .slider_wrapper .slick-dots button:before {
      color: transparent;
      border: solid 1px #fff;
      border-radius: 50%;
      width: 15px;
      height: 15px; }
    .slider_wrapper .slick-dots .slick-active button:before {
      opacity: 1;
      color: #fff;
      background: #fff; }




/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slider_wrapper .slick-dots {
    Xbottom: 155px;
    padding-bottom: 15px;
}


.slider_wrapper {
    
  max-width: 600px; 
    background:#3C3C3C;
}


.slider__item {
    border: 1px solid black;
}

.slick-dots ul {
    margin: 20px !important;
}

.slick-dots li {
    background:#3C3C3C;
    margin: 0px 0px 0px 0px !important;
   
}



.slider_wrapper img {
    margin-bottom: 0px !important;
   
}



.slick-prev:before, .slick-next:before {
    color: black !important;
}



  .slider_wrapper .slick-next {
    right: 10px; }
  .slider_wrapper .slick-prev {
    left: 10px;
    z-index: 11; }
  .slider_wrapper .slick-next,
  .slider_wrapper .slick-prev {
    overflow: hidden;
    width: 26px;
    height: 26px; }
    .slider_wrapper .slick-next:before,
    .slider_wrapper .slick-prev:before {
      font-size: 26px; }
  .slider_wrapper .slick-dots {
    bottom: 15px; }
    .slider_wrapper .slick-dots button:before {
      color: transparent;
      border: solid 1px #fff;
      border-radius: 50%;
      width: 15px;
      height: 15px; }
    .slider_wrapper .slick-dots .slick-active button:before {
      opacity: 1;
      color: #fff;
      background: #fff; }




/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*  News and Events Section */

.featured-event-box {
    background: #f7f7f7;
    margin-bottom: 40px;
    border: 1px solid #e6e6e6;
    padding: 12px;
}


.featured-event-box span {
    font-size: 16px;
}


.featured-event-box h3 {
    margin-top: 0px;
    
}
.newseventgridbox h4 {
    margin-top: 0px;
}


.blog-info span.post-category a {
    font-size: 16px;
}



/*  Our People Grid : Fix Colour of icons on People Grid page */
.page-content .social-icons ul li a, 
.page-content .social-icons ul li a:link, 
.page-content .social-icons ul li a:visited,
.page-content .social-icons ul li a:hover,
.page-content .social-icons p a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #ffffff;
    height: 20px;
    width: 20px;
}





.page-content .social-icons ul li {
    line-height: 18px !important;
}






/* ----------------------------------------------------------------
	Accordion
-----------------------------------------------------------------*/
.accordion .ac-item {
  margin-bottom: 10px;
  padding: 12px 20px;
  border-radius: 0.3rem;
  border: 1px solid #e6e8eb; }
  .accordion .ac-item .ac-title {
    font-weight: 500;
    position: relative;
    padding-right: 10px;
    margin: 0;
    font-size: 1em;
    cursor: pointer;
    user-select: none; }
    .accordion .ac-item .ac-title:before {
      font-size: 18px;
      content: "\e9be";
      font-family: "inspiro-icons";
      right: 0;
      position: absolute; }
    .accordion .ac-item .ac-title > i {
      margin-right: 8px; }
  .accordion .ac-item .ac-content {
    padding-top: 12px; }
    .accordion .ac-item .ac-content > p:last-child {
      margin-bottom: 6px; }
  .accordion .ac-item.ac-active .ac-title:before {
    content: "\e9a1"; }
.accordion.accordion-shadow .ac-item {
  box-shadow: 0 0.375rem 2.375rem rgba(0, 0, 0, 0.05); }
.accordion.accordion-simple .ac-item {
  padding: 14px 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e6e8eb; }
  .accordion.accordion-simple .ac-item:last-child {
    border: 0; }
.accordion.accordion-flat .ac-item {
  padding: 10px 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 0; }
.accordion.accordion-theme .ac-item {
  background-color: #c89b32;
  border: 0; }
  .accordion.accordion-theme .ac-item .ac-title {
    color: #ffffff; }
  .accordion.accordion-theme .ac-item .ac-content,
  .accordion.accordion-theme .ac-item .ac-content p {
    color: #ffffff; }
.accordion.dark .ac-item {
  background-color: #181818;
  border: 0; }
  .accordion.dark .ac-item .ac-title {
    color: #ffffff; }
  .accordion.dark .ac-item .ac-content,
  .accordion.dark .ac-item .ac-content p {
    color: #ffffff; }

