.page-not-elementor .site-main,
.page-with-wrapper .site-main {
	padding: 60px 0;
}

/* Tables */
table {
	border-collapse: collapse;
	line-height: 1.4;
}

td {
	border-top: 1px solid #E0E1E4;
	border-bottom: 1px solid #E0E1E4;
	padding: 24px 30px;
}

tr:nth-child(even) {
	background-color: rgba(70, 177, 236, 0.1);
}

tr:last-child td{
	border: 0px
}

tr:last-child td:first-child {
	border-radius: 0px 0px 0px 11px;
}

tr:last-child td:last-child {
	border-radius: 0px 0px 11px 0px;
}

th {
	background-color: #007DC2;
	padding: 24px 30px;
	color: #fff;
	font-size: 15px;
	text-align: left;
}

th:first-child {
	border-radius: 11px 0px 0 0;
	background-color: #007DC2;
}

th:last-child {
	border-radius: 0px 11px 0 0;
	background-color: #007DC2;
}

.table-style-1 th,
.table-style-1 td {
    border: 1px solid #E0E1E4;
}

/* Tabs */
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	border-right: none;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:last-child {
    border-right: 1px solid #E9ECEF;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    display: none;
}
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px solid #E9ECEF;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    border: none;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    background: #F8F9FA;
    border-color: #E9ECEF;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
    border-color: #E9ECEF;
    border-bottom: none;
}
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before, 
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border-color: #E9ECEF;
}


div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title:last-child,
div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title {
	border: none;
	border-bottom: 2px solid;
    border-color: #E9ECEF;
}
div .elementor-widget-tabs.tab-style-1 .elementor-tab-desktop-title.elementor-active {
    border-bottom: 2px solid #20A7D5!important;
    background: none;
}
.elementor-widget-tabs.tab-style-1 .elementor-tabs-content-wrapper {
    border: none;
}
.elementor-widget-tabs.tab-style-1 .elementor-tab-content {
    padding: 20px 0;
}



/* Item - post */
.item-post {
	width: 450px;
	max-width: 100%;
	margin-bottom: 30px;
	line-height: 1;
}
.item-post .image-tag {
    display: inline-block;
	position: absolute;
	top: 15px;
	left: 10px;
	pointer-events: none;
	z-index: 1;
	border-radius: 15px;
    background-color: #CBEDFF;
	color: #007DC2;
	font-size: 12px;
    font-weight: bold;
	line-height: 1.08em;
    text-align: center;
    text-transform: none;
    padding: 5px 12px;
}

.item-post .s1-wrapper{
	max-width: 450px;
	width: calc(100% - 30px);
    margin: 0 auto;
}

.item-post .s1{
	max-width: 420px;
    width: 100%;
    border-radius: 5px;
}

.item-post .s1 a img{
	height: 268px;
	transition: all 0.3s ease;
	object-fit: cover;
}


.item-post:hover .s1 a img{
	transform: scale(1.03)
}

.item-post .s2 {
    min-height: 124px;
	padding: 15px 15px 20px;
	line-height: 1.8;
	border-radius: 7px;
	background-color: #FFFFFF;
	box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
	height: 344px;
	display: flex;
    flex-direction: column;
    justify-content: end;
	margin-top: -150px;
}
.item-post .heading {
    font-weight: 700;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 8px;
	height: 42px;
	display: flex;
	align-items: center;
}
.item-post .heading a {
    text-decoration: none;
	font-family: 'Red Hat Display';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.28em;
}
.item-post .text {
    font-size: 14px;
    height: 57px;
    margin-bottom: 20px;
    color: #495056;
    line-height: 1.8em;
}
.item-post .more-link {
	font-size: 12px;
	font-weight: 700;
}
.item-post .more-link span{
	display:flex;
	width: 39px;
	height:39px;
	justify-content:center;
	background:#007DC2;
	color: #fff;
	align-items:center;
	border-radius:100%;
	box-shadow: 0 0 13px 0 rgba(2,6,19,0.12);
	position: relative;
	left: 0px;
	transition: all 0.3s ease;
}
.item-post .more-link:hover span{
	left: 5px;
}
.item-post .more-link:hover {
    text-decoration: none;
}
.hover-overlay {
    position: relative;
}
.hover-overlay:after {
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: #00000026;
    opacity: 0;
    transition: opacity .5s ease;
}
.hover-overlay:hover:after {
    opacity: 1;
}

/* Custom Classes */
.fullwidth-override {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
}

.elementor-toggle .elementor-tab-content a,
.elementor-accordion .elementor-tab-content a,
.elementor-text-editor a {
    text-decoration: underline;
    font-weight: 700;
}

/*Item Opportunities*/
.item-opportunity{
	border-radius: 11px;
	cursor: pointer;
}

.item-opportunity .s1{
	background: #007DC2;
	display: flex;
    justify-content: space-between;
	padding: 20px 15px 20px 25px;
	align-items: center;
	border-radius: 11px 11px 0 0;
}

.item-opportunity .s1 p{
	color: #fff;
	font-family: 'Red Hat Display';
	font-size: 21px;
	line-height: 1.17em;
	font-weight: 700;
	margin: 0px;
}

.item-opportunity .s1 img{
	max-width: 45px;
	width: 100%;
}

.item-opportunity .s3{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    background: #f5f6f8;
	border-radius: 11px;
	margin-top: 25px;
    margin-bottom: 20px;
}

.item-opportunity .s3 p span{
	display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.083em;
}

.item-opportunity .s3 p.item-salary,
.item-opportunity .s3 p.item-location{
	width: 50%;
}

.item-opportunity .s3 p.item-organisation{
	margin-bottom: 0px;
}

.item-opportunity .s4 .link-container a{
	font-size: 15px;
	color: #007DC2;
	font-weight: 700;
	line-height: 1.87em;
	text-decoration: underline;
	display: block;
	transition: all 0.3s ease;
	text-decoration-color: #007DC2;
}

.item-opportunity .s4 .link-container a:hover{
	text-decoration-color: transparent;
}

.item-opportunity-body{
	padding: 25px 30px;
	box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
	border-radius: 0px 0px 11px 11px;
	background: #fff;
}

/*Grant Opportunities Page Styling*/
.item-date-posted,
.item-closing-date{
	width: 50%;
}

.item-fund{
	width: 100%;
	margin-bottom: 0;
}


/*Accommodation items*/
.item-accommodation{
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 313px;
	margin-bottom: 60px;
}

.item-accommodation .s1{
	width: 100%;
	max-width: 332px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.item-accommodation .s1 img{
	border-radius: 11px;
}
.item-accommodation .s2{
	border-radius: 17px;
	background-color: #FFFFFF;
	box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
	position: relative;
	bottom: -23px;
	margin-left: 68px;
	padding: 15px 10px 25px 300px;
	margin-top: auto;
}

.item-accommodation .s2 .item-head{
	display: flex;
	justify-content: space-between;
	margin-bottom: 26px;
}

.item-accommodation .s2 .cat-box{
	margin-bottom: 8px;
}

.item-accommodation .s2 .accom-cat{
	background: #CBEDFF;
	color: #007DC2;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 12px;
	border-radius: 15px;
}

.item-accommodation .s2 .heading{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	max-height: 64px;
}

.item-accommodation .s2 .item-2{
	border-radius: 12px;
	background-color: #F5F6F8;
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	min-height: 60px;
}

.item-accommodation .s2 .item-2 .driving,
.item-accommodation .s2 .item-2 .commute,
.item-accommodation .s2 .item-2 .walking{
	position: relative;
	margin: 5px 20px;
}

.item-accommodation .s2 .item-2 .driving{
	padding-left: 52px;
}
.item-accommodation .s2 .item-2 .driving:before{
	content: '';
	width: 42px;
	height: 22px;
	background: url(../images/svg/car.svg);
	display: inline-block;
	position: absolute;
	left: 0;
	margin-right: 10px;
}

.item-accommodation .s2 .item-2 .commute{
	padding-left: 36px;
}
.item-accommodation .s2 .item-2 .commute:before{
	content: '';
	width: 26px;
	height: 32px;
	background: url(../images/svg/train.svg);
	display: inline-block;
	position: absolute;
	left: 0;
	margin-right: 10px;
}

.item-accommodation .s2 .item-2 .walking{
	padding-left: 30px;
}
.item-accommodation .s2 .item-2 .walking:before{
	content: '';
	width: 20px;
	height: 34px;
	background: url(../images/svg/walk.svg);
	display: inline-block;
	position: absolute;
	left: 0;
	margin-right: 10px;
}

.item-accommodation .s2 .text{
	margin-bottom: 30px;
}

.item-accommodation .s2 .more-link{
	border-radius: 25px;
	background-color: #007DC2;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
}

.item-accommodation .s2 .more-link span{
	position: relative;
	bottom: -4px;
	left: 10px;
	font-size: 20px;
	transition: all .3s ease;
}

.item-accommodation .s2 .more-link:hover span{
	left: 5px;
}

/* Committee Items */
.item-committee{
	width: 100%;
    max-width: 450px;
	position: relative;
	min-height: 596px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.item-committee .s1{
	position: absolute;
	left: 15px;
	right: 15px;
	text-align: center;
}

.item-committee .image{
	overflow: hidden;
	border-radius: 11px 11px 11px 11px;
	max-height: 420px;
}

.item-committee img{
	border-radius: 11px;
	transition: all 0.4s ease;
}

.item-committee img:hover{
	transform: scale(1.03)
}

.item-committee .s2{
	border-radius: 17px;
	background-color: #FFFFFF;
	box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
	margin-top: auto;
	padding: 270px 25px 25px 25px;
	text-align: center;
	line-height: 1.4;
}

.item-committee .s2 .name{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 5px;
}

.item-committee .s2 .position{
	font-size: 18px;
}

.item-committee .s2 .more-link{
	display: block;
	margin-top: 15px;
}

.item-committee .s2 .more-link span{
	background: #007DC2;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin: auto;
	transition: all .7s ease;
}

.item-committee .s2 .more-link:hover span{
	transform: rotate(180deg);
}

/* Mobile */
@media screen and (max-width: 1200px){
	.item-accommodation .s1 {
		max-width: 220px;
	}
	.item-accommodation .s2 {
		margin-left: 38px;
		padding: 15px 10px 25px 200px;
	}
}

@media screen and (max-width: 1023px){
	.item-accommodation .s2 .item-head {
		display: block;
	}

	.item-accommodation .s2 .heading {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 820px){
	.item-committee {
		min-height: 500px;
	}
}

@media screen and (max-width: 767px){
	.item-post{
		margin: 0 auto;
	}

	.item-accommodation {
		display: block;
	}

	.item-accommodation .s1 {
		max-width: 260px;
		left: 10px;
	}

	.item-accommodation .s2 {
		margin-left: 0px;
		padding: 270px 20px 25px 20px;
	}

	.item-committee {
		min-height: 596px;
	}
}

@media screen and (max-width: 420px){
	.item-accommodation .s2 .item-2 {
		display: inline-block;
		min-height: 148px;
	}

	.item-accommodation .s2 .item-2 .driving, 
	.item-accommodation .s2 .item-2 .commute, 
	.item-accommodation .s2 .item-2 .walking {
		margin: 15px 20px 15px 20px;
	}

	.item-committee {
		min-height: 528px;
	}
}

@media screen and (max-width: 375px){
	.item-committee {
		min-height: 480px;
	}
}