/**
 * @file
 * Subtheme specific CSS.
 */
 

h1,h2,h3 {
    padding-bottom: 1.2rem;
}
h4,h5,h6 {
    margin-bottom: 0.8rem;
}

label{
    padding-top:15px;
    font-weight:bold;
}


.media-body{
    margin-left:20px;
}

.page-header{
	height: 280px;
	margin-bottom:20px;
	width: -moz-calc(100% + 30px);
	width: -webkit-calc(100% + 30px);
	width: -o-calc(100% + 30px);
	width: calc(100% + 30px);
	text-align: center;
	background-image: linear-gradient(0deg, rgba(31, 31, 31, 0.45), rgba(31, 31, 31, 0.45)), url('/sites/default/files/2024-07/Professorial%20Lecture-20.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: -15px;
}
.page-header h1{
	color: white;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

 
 
 html,body{
  overflow-x: hidden;
  overflow-y: auto;
}



.navbar-brand>img{
    height:100px;
}


.navbar-toggler{
    background-color: #386251na;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size:20px;
    line-height:20px;
    //text-transform: uppercase;
	margin: 0 10px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fdb713;


}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,0.6);
}


.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
        color: #fdb713;


}
.content{
    margin-left: -15px;
    margin-right: -15px;
}

.double-padding {
    padding-top: 300px;
    padding-bottom: 300px;
}

h1{
    font-family: 'Oswald';
    font-size:60px;
}
@media only screen and (max-width:768px){
    h1{
        font-size:40px;
    }
    .double-padding{
        padding-top:250px;
        padding-bottom:250px;
    }
    .bg-text{
        padding: 10px 20px;
        font-size:30px;
    }
}
h2{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-size:44px;
}
h1.sub-title,h2.sub-title,h3.sub-title,h4.sub-title{
    color: #154734;
    margin: 0 0 60px 0;
    font-size:20px;
    letter-spacing:0.5px;
    line-height:1.2;
}
.slogan {
    margin: 0 0 80px;
}
.bg-text {
    padding: 10px 40px;
    color: #000;
    display: inline-block;
    background: rgba(255,253,208,0.5);
}
.color-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    background: rgba(39, 38, 37, 0.54);
}

.roboto {
    font-family: 'Roboto';
    font-weight: 700;
}

.view-sites{
    padding-top:70px !important;
    padding-bottom:100px !important;
}
.view-sites>.view-content>.col-md-4{
    margin-top:30px !important;
}

#map-half{
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}
.grey-bg {
    background-color: #F7F7F7;
}

.section-block{
    padding-top:70px;
    padding-bottom:70px;
}

ul.data-list{
    list-style:none;
}

.data-list li{
    padding-left: 45px;
    padding-bottom: 30px;
    position: relative;
}
.data-list li>i{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.item-list-left {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item-list-left h3{
    font-size:26px;
}

.item-list-left li {
    padding: 0 45px 0px 75px;
    text-align: left;
    position: relative;
}

.item-list-left li .fas {
    font-size: 48px;
    position: absolute;
    display: inline-block;
    top: 0;
    color: #154734;
    left: 0;
}



/*FOOTER*/
.static-footer {
    min-height:250px;
    padding-top:80px;
    padding-bottom:40px;
    background-color:#386251;
    margin-bottom:-10px;
    color: #ffffff;
    
}

.static-footer h4{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 800;
    line-height:1.2;
}
.static-footer ul{
    padding:0;
}
.static-footer li{
    text-decoration:none;
    list-style:none;
    line-height:2;
}
.static-footer li a{
    color: #ffffff;
}




.site-footer{
    margin-top:30px;
}


/*css for 2 column block*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #090606;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
t

.site-footer{
    padding: 0 0 30px;
}op: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
/*	background: #42b078;*/
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

figure.effect-sarah


a:hover, a:focus {
	color: #528cb3;
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
	font-size: 1.5em;
}



.faq {
    margin: 30px;
}

	.photoborder{
		background-color: #1d84c3;
		margin: 10px;
		padding: 5px;
		color: #f5f5f5;
		font-weight:bold;
	}

.field-content-new{
    padding-top:20px;
}

/*book page templates*/

.book-navigation .book-pager{
    display:none;
}



#block-bootstrap-barrio-subtheme-booknavigation{
    color: white;
    background-color: #386251;
    padding: 10px;
}

#block-bootstrap-barrio-subtheme-booknavigation a{
    color: white;
    text-decoration: none;
}



#block-booknavigationcollapsible{
    color: white;
    background-color: #386251;
    padding: 10px;
}

#block-booknavigationcollapsible a{
    color: white;

}


/* text bubble */


.boxx2 {
 /* width: 500px; */
  margin: 35px auto;
  border: 4px solid #1d84c3;
  padding: 20px;
  text-align: justify;
  color: #000;
  position: relative;
}




/* speech bubble 11 */



.sb11:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #1d84c3;
  right: 90%;
  top: -23px;
}

.sb11:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  right: 90%;
  top: -20px;
}



/*vision mission card*/
.card{
    
    border: 1px solid #1d84c3;
    margin-bottom:10px;
}



 /*front page image */
 
 .homescreen1{
    height: 65vh;
    background-position: center center;
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: calc(100% + 30px);
    display: flex;
    align-items: center;
   /* justify-content: center;*/
    background-image: url('/sites/default/files/2024-07/Professorial%20Lecture-2.jpg'), linear-gradient(rgba(0, 0, 0,0.7),rgba(0, 0, 0,0.7));
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;
    margin-left: -15px;
}


.showcase h2 {
  margin-top: 100px;
  font-size: 3em;
  margin-left:40px;
 position: relative;
  color: white;
  text-align: left;
}

.showcase p {
  margin-top: 8px;
  font-size: 1.2em;
  margin-left:40px;
 position: relative;
  color: white;
  text-align: left;
}


.showcase2 p {
  color: white;
}

.showcase2 h1{
    color:#FFF;
    font-size:3.14rem;
}

.btn-white {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}



.slogan {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}


.slogan {
    margin: 0 0 40px 0;
}


.pt-100-lg {
    padding-top: 80px !important;
}


 .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    border-color: #fdfe00 !important; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn {
    padding: 22px 35px;
    font-size: 20px;
    border-radius: 5px;
}







/*research training*/

.bbwidget{
	height: 100%;
	display: flex;
	place-items: center;
	justify-content: space-evenly;
	background-color: whitesmoke;
}

.widget {
  text-align:center;
  width:355px;
  padding:10px;
  border-radius:10px;
  box-shadow:0px 0px 5px #999;
  transition:box-shadow 0.5s ease;
  margin-bottom:10px;
}
.widget-image { height:20vh; }
.widget-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.widget:hover { box-shadow:0px 0px 20px #fdb713; 
    
}


/*photo album*/

.field--type-image a {
    border-bottom: none;
    float: left;
    margin: 0 15px 15px 0;
    padding: 5px;
}


/* news blog block*/

.blog-2-grid .item .btn-primary {
    margin-top: 18px;
}
.blog-2-grid .item .item-content {
    padding: 38px 40px;
}
.blog-2-grid .item .item-content span {
    margin-bottom: 12px;
}

.view-display-id-style_2 .btn-primary, .view-notice-board .btn-primary {
    font-size: 20px;
    padding: 15px 20px;
}



.blog-style-2 h4 {
    font-weight: 400;
    margin-bottom: 0px;
}

.blog-style-2 a {
    text-decoration:none;
}

.blog-style-2 .blog-lists .list {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0000002E;
}
.blog-style-2 .blog-lists .list:first-of-type {
    padding-top: 0px;
}
.blog-style-2 .blog-lists .list:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
}
.blog-style-2 .date {
    margin-bottom: 21px;
}
.blog-style-2 .image {
    display: block;
    margin-bottom: 25px;
}
.blog-style-2 .image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}


    .blog-style-2 .grid-blog {
        margin-bottom: 50px;
    }
    .blog-style-2 .grid-blog .item {
        margin-bottom: 50px;
    }
    .blog-style-2 .grid-blog .row>div:last-of-type .item {
        margin-bottom: 0px;
    }

    
    .blog-style-2 .row {
        margin-left: -15px;
        margin-right: -15px;
    }


.blog-style-2 .row>div {
        padding-left: 15px;
        padding-right: 15px;
    }
    
[class*="blog-style-"] .date {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--bs-primary-font);
    color: var(--bs-secondary-gray-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0.16px;
}


[class*="blog-style-"] .date-style-1 svg {
    width: 16px;
    height: 18px;
    margin-right: 10px;
}


[class*="blog-style-"] .date-style-1 svg path {
    fill: var(--bs-secondary-gray-color);
}



[class*="blog-style-"] .date-style-1 svg {
        width: 18px;
        height: 18px;
    }
    



/*newsletter page*/    
    
.blog-3-grid .image img {
        height: 270px;
        width: 100%;
        object-fit: cover;
    }
    
    .blog-3-grid .image .date-style-2 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.14px;
        padding: 5px 11px;
        top: 30px;
        right: 30px;
    }
    .blog-3-grid .item {
        margin-bottom: 40px;
    }
    .blog-3-grid .item .item-content {
        padding: 20px;
    }
    .blog-3-grid .item .item-content span {
        margin-bottom: 8px;
    }
    .blog-3-grid .item .item-content h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .blog-3-grid .item .item-content .btn-primary {
        margin-top: 10px;
    }
    .blog-3-grid .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .blog-3-grid .row>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    
    
.blog-style-4 .image {
    display: block;
    position: relative;
    margin-bottom: 10px;
}    


@media (min-width: 992px){
.blog-3-grid .image .date-style-2 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
    padding: 5px 11px;
    top: 30px;
    right: 30px;
}
}

[class*="blog-style-"] .date-style-2 {
    position: absolute;
    text-align: center;
    background-color: #FFF;
    padding: 5px 12.5px;
    font-weight: 600;
    font-family: var(--bs-primary-font);
    letter-spacing: 0.16px;
}


.blog-style-4 .item .item-content {
    background-color: #F7F7F7;
    margin-bottom: 26px;
}

.blog-style-4 .item .item-content h3 {
    font-weight: 600;
    margin-bottom: 0px;
}





[class *= 'btn-style-'] {
    font-family: var(--bs-primary-font);
    width: max-content;
    z-index: 1;
    transition: all .5s ease-in-out;
}



.btn-style-5 svg {
    width: 12px;
    height: 12px;
    stroke-width: 1px;
    margin-left: 6px;
    overflow: visible;
    transition: all .2s ease-in-out;
}

.news-details-content .single-latest-text {
    padding: 75px 72px 0;
}

.single-latest-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 2px solid #154734;
    overflow: hidden;
    padding: 75px 72px 70px;
    margin-top: -20px;

}

.single-latest-text img {
    width:100%;
}









.left-heading{
  font-weight:700;
  color:#273342;
  font-size: 3.75rem;
  line-height: 1;
}
.left-paragraph{
  color:gray;
  padding-left:10px;
  margin-top:20px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.left-column{
  background-color:#fff;
  float: left;
  width: 50%;
  padding: 25px;
  align-items:center;
  vertical-align:center;
  height: 100%; /* Should be removed. Only for demonstration */
  padding-top: 15%;
}


/* Create two equal columns that floats next to each other */
.right-column {
  background-image:url('/sites/default/files/2023-09/bynoe.jpg');
  object-fit:cover;
  background-position:50% 50%;
  float: left;
  width: 50%;
  padding: 10px;
  align-items:center;
  vertical-align:center;
  height: 100%; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */

.success {
  background-color: rgb(79 70 229);
  color: white; 
  box-shadow: 2px 4px 6px 8px rgb(79 70 229/0.10);
  margin-right:20px;
}

.info {background-color: #fff;color: rgb(79 70 229);box-shadow: 2px 4px 6px 8px #dddddd40;}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .left-column{
    width: 100%;
    height:auto;
  }
  .right-column {
    width:97%;
    margin:0 20px 0 10px;
    border-radius:20px;
  }
  .success {
  background-color: rgb(79 70 229);
  color: white; 
  box-shadow: 2px 4px 6px 8px rgb(79 70 229/0.10);
  margin-right:2px;
}

}







.article-msg{
  width:100%;
  padding:12px;
  background:#efefef;
  border-radius:5px;
}
.image-msg{
    background: #386251;
    height: 500px;
    width:auto;
    border-radius: 3px;
    padding: 5px;
    color: #efefef;
    font-size: 8rem;
    box-sizing: border-box;
    margin-top: 20px;

  &.right{
    float:right;
    margin-left:20px;
  }
  &.left{
    float:left;
    margin-right:30px;
  }
}
.content-msg{
  padding: 0 20px;
  color:#444;

}


.group-msg{
  &:before,
  &:after {
    content: "";
    display: table;
  } 
  &:after {
    clear: both;
  }
}




.white-text{
    color:#FFF;
}


.white-text a{
    color:#FFF;
}


/*faq*/
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 110%;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #386251;
    background: #386251!important;
    font-weight: normal;
    color: #ffffff;
}


table tr th, table tr th a, table tr th a:hover, table tr th a:focus{
    
    color:#000000;
}





.mar-lef{
    margin-left:150px;
}



.mp-wh{
    width:600px;
    height:450px;
}


