/** Global **/
.white {
	color: #fff !important;
}
.red {
	color: #c90b44 !important;
}
.gold {
	color: #fcd233 !important;
}
.toggle-details, nav > .uk-navbar-nav:nth-child(1) {
	display: none;
}
body:not(.home) #tm-top-hero .uk-slider {
   	transform: none !important;
}
body:not(.home) .full-width .home, body:not(.page-id-158) .full-width .about {
	display: none;
}
.uk-slideset .uk-panel {
	height: 70px;
	position: relative;
}
.uk-slideset .uk-panel .uk-panel-teaser {
    width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.single-post .uk-article a {
	text-decoration: underline;
}

/** Members Flip-Cards **/
.flip-card {
  background-color: transparent;
  width: auto;
  height: 360px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  	background-color: #f0f0f0;
}
.flip-card-front > img {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.flip-card-back {
  background-color: #050529;
  transform: rotateY(180deg);
}
.flip-card-back > div {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}

@media only screen and (min-width: 768px) {    
	.mobile {
		display: none;
	}

	/** Global **/
	.tm-navbar-absolute {
  		padding-top: 20px;
  	}
  	.uk-navbar .burger {
  		padding-right: 40px;
  	}
  	.uk-navbar .burger img {
  		position: relative;
  		top: 50%;
  		transform: translateY(-50%);
  	}
	body:not(.home) #tm-top-hero .uk-flex-center {
		justify-content: unset !important;
	}
	body:not(.home) #tm-top-hero .uk-flex-middle {
		align-items: end !important;
	}
	body:not(.home) #tm-top-hero .uk-overlay-panel {
		padding: 90px;
	}
	.full-width {
		height: 550px;
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	.full-width .content div {
		padding-right: 110px;
		box-sizing: border-box;
		max-width: 600px;
		float: right;
		position: relative;
    	top: 50%;
    	transform: translateY(-50%);
	}
	.full-width .content {
		float: left;
		width: 50%;
		height: 100%;
	}
	.full-width .video {
		position: relative;
    	padding-bottom: 550px;
    	height: 0;
    	width: 50%;
    	float: right;
	}
	.full-width .video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/** Home Page **/

	.home #tm-top-hero .uk-slider li:nth-child(1) .uk-overlay-hover:hover .uk-overlay-fade {
		background: rgba(201,11,68,0.7);
	}
	.home #tm-top-hero .uk-slider li:nth-child(2) .uk-overlay-hover:hover .uk-overlay-fade {
		background: rgba(252,210,51,0.7);
	}
	.home #tm-top-hero .uk-slider li:nth-child(3) .uk-overlay-hover:hover .uk-overlay-fade {
		background: rgba(0,173,165,0.7);
	}
	.home #tm-top-hero .uk-overlay-hover .slide-text {
		display: block;
		width: 100%;
		height: 20%;
		position: absolute;
	    bottom: 5%;
	    left: 10%;
	}
	.home #tm-top-hero .uk-overlay-hover .slide-text h1 {
		margin-bottom: 10px;
		position: relative;
		top: 0;
		transition: .5s ease;
	}
	.home #tm-top-hero .uk-overlay-hover .slide-text h3 {
		margin-top: 10px;
	}
	.home #tm-top-hero .uk-overlay-hover:hover .slide-text h1 {
		top: -100px;
	}
	.home #tm-top-hero .uk-overlay-hover .slide-text .overlay {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		overflow: hidden;
		width: 70%;
		height: 0;
		transition: .5s ease;
	}
	.home #tm-top-hero .uk-overlay-hover:hover .slide-text .overlay {
		height: 85px;
	}
	.home #tm-top-hero .uk-overlay-hover .slide-text .overlay .text {
		position: absolute;
		text-align: left;
		padding: 10px 0 0;
	}
	.home #tm-top-b {
		background-image: url('/wp-content/uploads/home_top_bg.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff
	}
	.home #tm-top-b .textwidget p {
		width: 70%;
	}
	.home #tm-top-b .textwidget .uk-button {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.home #tm-top-d {
		background-image: url('/wp-content/uploads/mid_BG.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff
	}
	.home #tm-top-d .textwidget .uk-grid {
		padding-top: 40px;
	}
	.home #tm-top-d .textwidget .uk-grid .uk-margin {
		height: 100%;
	}
	.home #tm-bottom-a {
		height: auto;
	}
	.home #tm-bottom-a .uk-container, .home #tm-bottom-a .tm-bottom-a, .home #tm-bottom-a .uk-panel {
		height: 100%;
	}
	.home #tm-bottom-a .uk-panel {
		position: unset;
		display: flex;
	}
	.home #tm-bottom-a .uk-panel .textwidget {
		margin: auto 0 auto 50%;
	}
	.home #tm-bottom-a img {
		position: absolute;
	    left: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.home #tm-bottom-a .content {
		width: 100%;
		float: right;
		padding: 0 40px;
		box-sizing: border-box;
	}
	.home #tm-bottom-b .upper {
		position: relative;
	}
	.home #tm-bottom-b .upper h2 {
		width: 75%;
	}
	.home #tm-bottom-b .upper .uk-button {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.home #tm-bottom-b .uk-accordion {
		padding-top: 60px;
	}
	.home #tm-bottom-c {
		background-image: url('/wp-content/uploads/bottom_BG-1.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.home #tm-bottom-c .upper {
		position: relative;
	}
	.home #tm-bottom-c .upper h2 {
		width: 75%;
	}
	.home #tm-bottom-c .upper .uk-button {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.home #tm-bottom-c .posts {
		margin-top: 60px;
	}
	.home #tm-bottom-c .posts .post {
		width: calc(25% - 10px);
		float: left;
		margin: 0 5px 0;
		box-sizing: border-box;
		position: relative;
		-webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); 
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
		background: #fff;
	}
	.home #tm-bottom-c .posts .post:first-child {
		width: 100%;
		margin: 0 0 20px;
		display: flex;
	}
	.home #tm-bottom-c .posts .post:first-child .image {
		width: 50%;
		float: right;
	}
	.home #tm-bottom-c .posts .post:first-child .image img {
		height: 350px;
	}
	.home #tm-bottom-c .posts .post .content {
		padding: 20px;
	}
	.home #tm-bottom-c .posts .post .content h3 {
		font-weight: 700;
		overflow: hidden;
	   	text-overflow: ellipsis;
	   	display: -webkit-box;
	   	-webkit-line-clamp: 2;
	   	line-clamp: 2; 
	   	-webkit-box-orient: vertical;
	}
	.home #tm-bottom-c .posts .post:first-child .content {
		width: 50%;
		padding: 40px 60px;
		box-sizing: border-box;
		margin: auto;
	}
	.home #tm-bottom-c .posts .post .content > p {
		margin-bottom: 0;
	}

	.home #tm-bottom-c .posts .post .image img {
		object-fit: cover;
		height: 250px;
		width: 100%;
	}
	.home #tm-bottom-c .posts .post:nth-child(2) {
		margin-left: 0;
	}
	.home #tm-bottom-c .posts .post:last-child {
		margin-right: 0;
	}
	.home #tm-bottom-c .posts .post:nth-child(2), .home #tm-bottom-c .posts .post:last-child {
		width: calc(25% - 5px);
	}
	.home #tm-bottom-c .posts .post > p, .home #tm-bottom-c .posts .post .excerpt {
		display: none;
	}
	.home #tm-bottom-c .posts .post:first-child .excerpt {
		display: block;
	}

	/** About **/
	.page-id-158 #tm-top-a {
		background-image: url('/wp-content/uploads/top_background.jpg');
		background-color: #fff;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-158 #tm-bottom-a .textwidget .uk-grid {
		padding-top: 40px;
	}
	.page-id-158 #tm-bottom-b {
		height: auto;
	}
	.page-id-158 #tm-bottom-b .uk-container, .page-id-158 #tm-bottom-b .tm-bottom-b, .page-id-158 #tm-bottom-b .uk-panel {
		height: 100%;
	}
	.page-id-158 #tm-bottom-b .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-158 #tm-bottom-b .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-158 #tm-bottom-b img {
		position: absolute;
	    right: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-158 #tm-bottom-b .content {
		width: 50%;
		float: left;
		padding: 0 40px 0 0;
		box-sizing: border-box;
	}
	.page-id-158 #tm-top-d {
		position: relative;
		background-image: url('/wp-content/uploads/BOTTOM_BANNER.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-id-158 #tm-top-d h2 {
		font-size: 48px;
		margin: 0;
	}
	.page-id-158 #tm-top-d .uk-button {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	/** Members **/
	.page-id-160 #tm-top-hero p {
		width: 40%;
	}
	.page-id-160 #tm-top-a {
		background-image: url('/wp-content/uploads/background-1.jpg');
		background-color: #fff;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-160 #tm-top-a .upper {
		position: relative;
	}
	.page-id-160 #tm-top-a .upper p {
		width: 80%;
	}
	.page-id-160 #tm-top-a .upper .uk-button {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	/** Membership **/
	.page-id-201 #tm-top-a {
		background-image: url('/wp-content/uploads/background.jpg');
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-id-201 #tm-top-a .textwidget .uk-grid {
		padding-top: 40px;
	}
	.page-id-201 #tm-bottom-a {
		height: auto;
	}
	.page-id-201 #tm-bottom-a .uk-container, .page-id-201 #tm-bottom-a .tm-bottom-a, .page-id-201 #tm-bottom-a .uk-panel {
		height: 100%;
	}
	.page-id-201 #tm-bottom-a .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-201 #tm-bottom-a .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-201 #tm-bottom-a img {
		position: absolute;
	    left: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-201 #tm-bottom-a .content {
		width: 50%;
		float: right;
		padding: 0 40px;
		box-sizing: border-box;
	}

	/** Governance **/
	.page-id-205 #tm-top-hero p {
		width: 60%;
	}
	.page-id-205 #tm-top-a {
		background-image: url('/wp-content/uploads/background1.jpg');
		background-color: #fff;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-205 #tm-top-a .textwidget {
		display: flex;
	}
	.page-id-205 #tm-top-a .content {
		width: 50%;
		float: left;
		margin: auto;
	}
	.page-id-205 #tm-top-a img {
		float: right;
		max-width: 45%;
		height: 100%;
		margin: auto;
	}
	.page-id-205 #tm-top-b .image {
		margin-top: 40px;
	}
	.page-id-205 #tm-top-d .textwidget > p {
		width: 75%;
	}
	.page-id-205 #tm-top-d a {
		color: #1c1c1c;
		font-weight: 700;
	}
	.page-id-205 #tm-bottom-a {
		height: auto;
	}
	.page-id-205 #tm-bottom-a .uk-container, .page-id-205 #tm-bottom-a .tm-bottom-a, .page-id-205 #tm-bottom-a .uk-panel {
		height: 100%;
	}
	.page-id-205 #tm-bottom-a .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-205 #tm-bottom-a .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-205 #tm-bottom-a img {
		position: absolute;
	    right: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-205 #tm-bottom-a .content {
		width: 50%;
		float: left;
		padding: 0 40px 0 0;
		box-sizing: border-box;
	}
	.page-id-205 #tm-bottom-b {
		background-image: url('/wp-content/uploads/bottom_BG.jpg');
		background-color: #fff;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-205 #tm-bottom-b p {
		width: 75%;
	}

	/** Staff **/
	.page-id-242 #tm-top-a {
		background-image: url('/wp-content/uploads/grey_banner.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-242 #tm-bottom-a {
		height: auto;
	}
	.page-id-242 #tm-bottom-a .uk-container, .page-id-242 #tm-bottom-a .tm-bottom-a, .page-id-242 #tm-bottom-a .uk-panel {
		height: 100%;
	}
	.page-id-242 #tm-bottom-a .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-242 #tm-bottom-a .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-242 #tm-bottom-a img {
		position: absolute;
	    left: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-242 #tm-bottom-a .content {
		width: 50%;
		float: right;
		padding: 0 40px;
		box-sizing: border-box;
	}
	.page-id-242 #tm-bottom-b .upper {
		position: relative;
	}
	.page-id-242 #tm-bottom-b .upper p {
		width: 75%;
	}
	.page-id-242 #tm-bottom-b .upper .uk-button {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.page-id-242 #tm-bottom-b .container {
		display: flex;
		margin-top: 80px;
	}
	.page-id-242 #tm-bottom-b .container .image {
		max-width: 45%;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.page-id-242 #tm-bottom-b .container .content {
		float: right;
		width: 55%;
		margin: auto;
	}
	.page-id-242 #tm-bottom-d {
		background-image: url('/wp-content/uploads/grey_banner.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-242 #tm-bottom-d p {
		width: 75%;
	}
	.page-id-242 #tm-bottom-d .uk-button {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	/** Partnerships **/
	.page-id-162 #tm-top-a {
		background-image: url('/wp-content/uploads/grey_banner-1.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-162 #tm-top-b {
		background-image: url('/wp-content/uploads/mid_BG.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-162 #tm-top-b .textwidget > .uk-grid {
		padding-bottom: 40px;
	}
	.page-id-162 #tm-top-b .textwidget .uk-slidenav-position {
		padding-top: 40px;
	}
	.page-id-162 #tm-top-d {
		background-image: url('/wp-content/uploads/grey_banner-1.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-162 #tm-bottom-a {
		height: auto;
	}
	.page-id-162 #tm-bottom-a .uk-container, .page-id-162 #tm-bottom-a .tm-bottom-a, .page-id-162 #tm-bottom-a .uk-panel {
		height: 100%;
	}
	.page-id-162 #tm-bottom-a .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-162 #tm-bottom-a .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-162 #tm-bottom-a img {
		position: absolute;
	    left: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-162 #tm-bottom-a .content {
		width: 50%;
		float: right;
		padding: 0 40px;
		box-sizing: border-box;
	}
	.page-id-162 #tm-bottom-a a {
		text-decoration: underline;
	}

	/** Teaching Learning **/
	.page-id-164 #tm-top-a {
		background-image: url('/wp-content/uploads/grey_banner-2.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-164 #tm-top-b .textwidget {
		display: flex;
	}
	.page-id-164 #tm-top-b .content {
		width: 45%;
		float: left;
		margin: auto;
		margin-left: 0;
	}
	.page-id-164 #tm-top-b .content .quote {
		font-style: italic;
		font-size: 24px;
		line-height: 30px;
	}
	.page-id-164 #tm-top-b img {
		float: right;
		max-width: 50%;
		margin: auto;
		height: 100%;
	}
	.page-id-164 #tm-bottom-a {
		height: auto;
	}
	.page-id-164 #tm-bottom-a .uk-container, .page-id-164 #tm-bottom-a .tm-bottom-a, .page-id-164 #tm-bottom-a .uk-panel {
		height: 100%;
	}
	.page-id-164 #tm-bottom-a .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-164 #tm-bottom-a .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-164 #tm-bottom-a img {
		position: absolute;
	    right: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-164 #tm-bottom-a .content {
		width: 50%;
		float: left;
		padding: 0 40px 0 0;
		box-sizing: border-box;
	}
	.page-id-164 #tm-bottom-b {
		background-image: url('/wp-content/uploads/bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-164 #tm-bottom-b .textwidget div {
		width: 50%;
		float: left;
		padding: 20px 20px 0 0;
		box-sizing: border-box;
	}
	.page-id-164 #tm-bottom-c {
		height: auto;
	}
	.page-id-164 #tm-bottom-c .uk-container, .page-id-164 #tm-bottom-c .tm-bottom-c, .page-id-164 #tm-bottom-c .uk-panel {
		height: 100%;
	}
	.page-id-164 #tm-bottom-c .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-164 #tm-bottom-c .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-164 #tm-bottom-c img {
		position: absolute;
	    left: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-164 #tm-bottom-c .content {
		width: 50%;
		float: right;
		padding: 0 0 0 40px;
		box-sizing: border-box;
	}
	.page-id-164 #tm-bottom-d .textwidget {
		display: flex;
	}
	.page-id-164 #tm-bottom-d .content {
		width: 50%;
		float: left;
		margin: auto;
	}
	
	/** Employers **/
    .page-id-1380 #tm-top-a .content, .page-id-1380 #tm-top-d .content {
        width: 45%;
        float: left;
        margin: auto;
        margin-left: 0;
    }	
    .page-id-1380 #tm-top-a {
        background-position: center;
        background-image: url(../assets/Union.svg);
        background-repeat: no-repeat;
        background-size: 85%;
    }    
    .page-id-1380 #tm-top-a .content ul li {
        margin-bottom: 1rem;
    }
    .page-id-1380 #tm-top-a img {
        margin: 2rem auto;
        text-align: center;
        display: block;
        padding: 2rem;
    }
    .page-id-1380 #tm-top-a .ellipse-blue01, .page-id-1380 #tm-top-a .ellipse-blue02, 
    .page-id-1380 #tm-top-a .ellipse-blue03, .page-id-1380 #tm-bottom-c .ellipse-red-mobile {
        padding: 0!important;
    }
    .page-id-1380 #tm-top-a h2, .page-id-1380 #tm-top-b h2, .page-id-1380 #tm-bottom-b h2 {
        font-weight: bold;
    }
    .page-id-1380 #tm-top-b {
        padding-top: 0;
    }
    .page-id-1380 #tm-top-d {
        padding-bottom: 0;
    }  
    .page-id-1380 #tm-bottom-a {
        padding-top: 1rem;
    }
    .page-id-1380 #tm-top-b .uk-accordion-title {
        background-color: #82C5EE;
        color: #1c1d1c;
    }
    .page-id-1380 #tm-top-d .content, .page-id-1380 #tm-top-d .content h2,
    .page-id-1380 #tm-bottom-c, .page-id-1380 #tm-bottom-c .content h2 {
        color: #fff;
    }
    .page-id-1380 #tm-bottom-a .uk-accordion-title {
        background-color: #fff;   
        color: #1c1d1c;
        margin-bottom: 0.1rem;
    }    
    .page-id-1380 #tm-bottom-a .uk-accordion-content {
        background-color: #fff;
        margin-bottom: 1rem;
    }
    .page-id-1380 #tm-bottom-c .content {
        width: 75%;
        float: left;
        margin: auto;
        margin-left: 0;
    }
    .page-id-1380 #tm-bottom-c .ellipse-red {
        background-image: url(../assets/Ellipse5.svg);
        background-position: right bottom;
        position: absolute;
        padding: 100px;
        background-repeat: no-repeat;
        transform: scale(0.9);
        right: -2rem;
        bottom: -3rem;
        overflow: hidden;
    }    
    .page-id-1380 #tm-bottom-c {
        background-image: url(../assets/Ellipse6.svg);
        background-position: right center;
        background-repeat: no-repeat;
    }    
    .page-id-1380 #tm-bottom-d {
        text-align: center;
    }    
	

	/** Apprenticeships **/
	.page-id-274 #tm-top-hero p {
		width: 55%;
	}
	.page-id-274 #tm-top-a {
		background-image: url('/wp-content/uploads/bg1.jpg');
		background-color: #fff;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-274 #tm-top-a .textwidget {
		display: flex;
	}
	.page-id-274 #tm-top-a .content {
		width: 45%;
		float: left;
		margin: auto;
		margin-left: 0;
	}
	.page-id-274 #tm-top-a img {
		float: right;
		max-width: 50%;
		height: 100%;
		margin: auto;
	}
	.page-id-274 #tm-top-b .textwidget .uk-grid {
		padding: 40px 0;
	}
	.page-id-274 #tm-top-b .textwidget .uk-grid .uk-margin {
		height: 100%;
	}
	.page-id-274 #tm-bottom-a {
		height: auto;
	}
	.page-id-274 #tm-bottom-a .uk-container, .page-id-274 #tm-bottom-a .tm-bottom-a, .page-id-274 #tm-bottom-a .uk-panel {
		height: 100%;
	}
	.page-id-274 #tm-bottom-a .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-274 #tm-bottom-a .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-274 #tm-bottom-a img.web {
		position: absolute;
	    right: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-274 #tm-bottom-a .content {
		width: 50%;
		float: left;
		padding: 0 40px 0 0;
		box-sizing: border-box;
	}
	.page-id-274 #tm-bottom-a  .content h2 {
		width: 75%;
	}
	.page-id-274 #tm-bottom-a  .content p {
		width: 90%;
	}
	.page-id-274 #tm-bottom-a  .content img {
		padding: 20px 0;
	}
	.page-id-274 #tm-bottom-b .textwidget .uk-grid {
		padding-top: 40px;
	}
	.page-id-274 #tm-bottom-c {
		height: auto;
	}
	.page-id-274 #tm-bottom-c .uk-container, .page-id-274 #tm-bottom-c .tm-bottom-c, .page-id-274 #tm-bottom-c .uk-panel {
		height: 100%;
	}
	.page-id-274 #tm-bottom-c .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-274 #tm-bottom-c .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-274 #tm-bottom-c img {
		position: absolute;
	    left: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-274 #tm-bottom-c .content {
		width: 50%;
		float: right;
		padding: 0 0 0 40px;
		box-sizing: border-box;
	}

	/** Careers **/
	.page-id-166 #tm-top-a {
		background-image: url('/wp-content/uploads/background-2.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-166 #tm-top-a .textwidget > .uk-grid {
		padding-top: 40px;
	}
	.page-id-166 #tm-top-a .content {
		margin-top: 80px;
		display: flex;
	}
	.page-id-166 #tm-top-a .content > div {
		width: 45%;
		margin: auto;
	}
	.page-id-166 #tm-top-a .content img {
		float: right;
		max-width: 50%;
		margin: auto;
	}
	.page-id-166 #tm-top-b .uk-accordion {
		padding-top: 40px;
	}
	.page-id-166 #tm-top-d .textwidget {
		display: flex;
	}
	.page-id-166 #tm-top-d .content {
		padding-right: 20px;
    	box-sizing: border-box;
    	width: 45%;
    	float: right;
    	margin: auto;
	}
	.page-id-166 #tm-top-d img {
		max-width: 50%;
		margin: auto;
		height: 100%;
	}
	.page-id-166 #tm-bottom-a {
		height: auto;
	}
	.page-id-166 #tm-bottom-a .uk-container, .page-id-166 #tm-bottom-a .tm-bottom-a, .page-id-166 #tm-bottom-a .uk-panel {
		height: 100%;
	}
	.page-id-166 #tm-bottom-a .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-166 #tm-bottom-a .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-166 #tm-bottom-a img {
		position: absolute;
	    left: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-166 #tm-bottom-a .content {
		width: 50%;
		float: right;
		padding: 0 0 0 40px;
		box-sizing: border-box;
	}

	/** Vacancies **/
	.page-id-408 .jobs-content h4, .page-id-408 .jobs-content .salary {
		width: 55%;
	}
	.page-id-408 .jobs-content .content {
		position: relative;
	}
	.page-id-408 .jobs-content .location {
		margin-bottom: 0;
	}
	.page-id-408 .jobs-content .closingdate {
		position: absolute;
		padding: 10px 20px;
		border-radius: 10px;
		background: #333;
		color: #fff;
		top: -41px;
		right: 0;
	}
	.page-id-408 .jobs-content .uk-button {
		position: absolute;
    	right: 0;
    	bottom: 0;
	}

	/** Stat Info **/
	.page-id-368 #tm-top-a {
		background-image: url('/wp-content/uploads/stat_BG.png');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-368 #tm-top-a .info {
		height: 108px;
	}
	.page-id-368 #tm-top-a .info > div {
		width: 25%;
		float: left;
	}

	/** Climate Change **/
	.page-id-943 #tm-top-a {
    background-image: url(/wp-content/uploads/bg1.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
	}
	.page-id-943 #tm-top-a .textwidget {
		display: flex;
	}
 	.page-id-943 #tm-top-a .content {
		width: 45%;
		float: left;
		margin: auto;
		margin-left: 0;
	}
	.page-id-943 #tm-top-a .content .quote {
		font-style: italic;
		font-size: 24px;
		line-height: 30px;
	}
	.page-id-943 #tm-top-a img {
		float: right;
		max-width: 50%;
		margin: auto;
		height: 100%;
	}
	.page-id-943 #tm-top-b {
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-id-943 #tm-top-b h2 {
		margin: 0;
	}
	.page-id-943 #tm-top-b .uk-button {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.page-id-943 #tm-top-d .posts {
		margin-top: 60px;
		display: flex;
	  flex-wrap: wrap;
	  justify-content: space-around;
	  padding-left: 0;
	  width: 100%;
	}
	.page-id-943 #tm-top-d .posts .post {
		width: calc(33% - 10px);
		height: -webkit-fill-available;
		float: left;
		margin: 0 5px 0;
		box-sizing: border-box;
		position: relative;
		-webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); 
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
		background: #fff;
	}
	.page-id-943 #tm-top-d .posts .post .image {
		text-align: center;
	}
	.page-id-943 #tm-top-d .posts .post img {
		object-fit: cover;
		height: 250px;
		width: 100%;
	}
	.page-id-943 #tm-top-d .posts .post .content {
		padding: 20px;
	}
	.page-id-943 #tm-top-d .posts .post .content h3 {
		font-weight: 700;
		overflow: hidden;
	   	text-overflow: ellipsis;
	   	display: -webkit-box;
	   	-webkit-line-clamp: 2;
	   	line-clamp: 2; 
	   	-webkit-box-orient: vertical;
	}
	.page-id-943 #tm-top-d .posts .post .content > p {
		margin-bottom: 0;
	}
	.page-id-943 #tm-top-d .posts .post:nth-child(3),	.page-id-943 #tm-top-d .posts .post:last-child {
		margin-right: 0;
	}
	.page-id-943 #tm-top-d .posts .post:nth-child(4),	.page-id-943 #tm-top-d .posts .post:nth-child(5), .page-id-943 #tm-top-d .posts .post:nth-child(6) {
		margin-top: 20px;
	}
	.page-id-943 #tm-top-d .posts .post > p, .page-id-943 #tm-top-d .posts .post .excerpt {
		display: none;
	}
	.page-id-943 #tm-bottom-a {
		padding-top: 0;
	}
	.page-id-943 #tm-bottom-a .uk-active {
		margin-bottom: 0;
	}
	.page-id-943 #tm-bottom-a .uk-accordion-title img {
		width: 60px;
		padding-right: 20px;
	}
	.page-id-943 #tm-bottom-a .uk-accordion-content {
		background: #eee;
		margin-bottom: 10px;
	}
	.page-id-943 #tm-bottom-a .uk-accordion-content .content {
		display: flex;
	}
	.page-id-943 #tm-bottom-a .uk-accordion-content .content > div {
		width: 50%;
		float: left;
	}
	.page-id-943 #tm-bottom-a .uk-accordion-content .content p {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		padding-right: 20%;
	}

	/** Next Gen **/
   .page-id-870 #tm-top-hero .uk-overlay-panel {
      max-width: 1240px;
      margin: 0 auto;
   }
	.page-id-870 #tm-top-hero p {
		font-size:  36px !important;
		line-height:  40px !important;
	}
	.page-id-870 #tm-top-a {
		height: auto;
	}
	.page-id-870 #tm-top-a .uk-container, .page-id-870 #tm-top-a .tm-top-a, .page-id-870 #tm-top-a .uk-panel {
		height: 100%;
	}
	.page-id-870 #tm-top-a .uk-panel {
		position: unset;
		display: flex;
	}
	.page-id-870 #tm-top-a .uk-panel .textwidget {
		margin: auto;
	}
	.page-id-870 #tm-top-a img {
		position: absolute;
	    right: 0;
	    top: 0;
	    object-fit: cover;
	    width: 50%;
	    height: 100%;
	}
	.page-id-870 #tm-top-a .content {
		font-size:  30px !important;
		line-height:  35px !important;
		width: 50%;
		float: left;
		padding: 0 90px 0 0;
		box-sizing: border-box;
	}
	.page-id-870 #tm-top-b .textwidget .uk-panel {
		padding: 60px !important;
	}
	.page-id-870 #tm-top-b h3 {
      font-family: komet, sans-serif;
		font-size:  30px;
		line-height:  35px;
		font-weight: 700;
		width: 70%;
		margin:  0 auto;
		text-align: center;
		color: #000;
		margin-bottom:  40px;
	}
	.page-id-870 #tm-top-b p, .page-id-870 #tm-top-b li {
		font-size:  25px !important;
		line-height:  30px !important;
	}
	.page-id-870 #tm-top-b .price {
		font-size: 28px !important;
		line-height: 34px !important;
		margin: 40px 0;
	}
	.page-id-870 #tm-top-b .textwidget div .uk-button, .page-id-870 #tm-top-b .textwidget .uk-subnav a {
		font-size:  30px !important;
		padding:  20px 50px !important;
		line-height: 34px !important;
	}
	.page-id-870 #tm-top-b .textwidget div .uk-button:hover, .page-id-870 #tm-top-b .textwidget .uk-subnav a:hover {
		background:  #fff;
	}
	.page-id-870 #tm-top-b .textwidget div .button {
		text-align: center;
		margin: 60px 0;
	}
	.page-id-870 #tm-top-b .textwidget div .table {
		width:  80%;
		margin: 40px auto;
	}
	.page-id-870 #tm-top-b .textwidget div .table > div {
		height:  120px;
	}
	.page-id-870 #tm-top-b .textwidget div .table > div > div {
		position:  absolute;
		top:  50%;
		transform: translateY(-50%);
	}
	.page-id-870 #tm-top-b .textwidget div .table > div > div:first-child {
		left:  0;
	}
	.page-id-870 #tm-top-b .textwidget div .table > div > div:last-child {
		right: 0;
		width: 60%;
    text-align: right;
	}

	/** Contact **/
	.page-id-239 #tm-top-a {
		background-image: url('/wp-content/uploads/BG.png');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.page-id-239 #tm-top-a .info {
		padding-right: 40px;
		box-sizing: border-box;
	}
	.page-id-239 #tm-top-a .textwidget > div {
		width: 50%;
		float: left;
	}
	.page-id-239 #tm-top-a .info .email {
		font-size: 22px;
		line-height: 30px;
	}
	.page-id-239 #tm-top-a .wpcf7 .row .half {
		width: 49%;
		float: left;
		margin-bottom: 2%;
	}
	.page-id-239 #tm-top-a .wpcf7 .row .half:nth-child(1) {
		margin-right: 2%;
	}
	.page-id-239 #tm-top-a .wpcf7 .wpcf7-textarea {
		width: 100%;
	}
	.page-id-239 #tm-top-a .wpcf7 .uk-button {
		float: right;
	}
	.page-id-239 #tm-top-b {
		height: auto;
		text-align: center;
	}


	/** Footer **/
	.tm-footer {
  		background-image: url('/wp-content/uploads/footer_image.jpg');
  		padding-bottom: 60px;
	}
	.tm-footer > div > div:nth-child(1) {
	  padding-right: 6rem;
	}
	.tm-footer > div > div:nth-child(2) ul {
		columns: 2;
  		-webkit-columns: 2;
	  	-moz-columns: 2;
	}
	.tm-footer > div > div {
	  float: left;
	}
	.tm-footer > div > div:nth-child(2) {
	  padding-right: 5rem;
	}
	.tm-footer > div > div:nth-child(4) {
	  float: right;
	}
	.tm-footer > div > div:nth-child(4) img {
	  display: block;
	  padding-bottom: 20px;
	}
	.tm-footer > div > div h3 {
	  font-size: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.web {
		display: none;
	}
	.image {
		padding-top: 20px;
	}
	.full-width .video {
		padding-top: 20px;
	}
	.full-width .video iframe {
		width: 100%;
    	height: 200px;
	}
	.usp img {
		float: left;
		padding-right: 20px;
	}
	#tm-top-c {
		padding: 20px 40px;
	}
	#tm-top-hero .uk-slider .uk-overlay-panel > div {
		padding: 20px 35px 35px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.uk-slidenav {
		background-color: #fcd233;
	}

	/** Posts Output **/
	.posts .image {
		padding: 20px 0;
	}

	/** Home **/
	.home #tm-bottom-b .uk-accordion {
		padding-top: 20px;
	}

	/** About **/
	.page-id-158 #tm-bottom-b .container {
		padding: 20px 0;
	}

	/** Staff **/
	.page-id-242 #tm-bottom-b .upper .uk-button {
		margin-bottom: 20px;
	}

	/** Careers **/
	.page-id-166 #tm-top-a .uk-grid, .page-id-166 #tm-top-d img {
		padding-bottom: 20px;
	}

	/** Vacancies **/
	.page-id-408 .jobs-content .job .uk-button {
		margin-top: 20px;
	}

	/** Statutory Information **/
	.page-id-368 #tm-top-a .download {
		height: 220px !important;
	}
	.page-id-368 #tm-top-a .download h4 {
		font-size: 14px;
		line-height: 20px;
	}

	/** Climate Change **/
	.page-id-943 #tm-bottom-a .uk-accordion-title img {
		display:  none;
	}
	.page-id-943 #tm-bottom-a .uk-accordion-content iframe {
		width: 100%;
	}
	/** Contact **/
	.page-id-239 #tm-top-a .wpcf7 .full-name input, .page-id-239 #tm-top-a .wpcf7 .tel input, .page-id-239 #tm-top-a .wpcf7 .email input, .page-id-239 #tm-top-a .wpcf7 .subject input, .page-id-239 #tm-top-a .wpcf7 .wpcf7-textarea {
		width: 100%;
	}
	.page-id-239 #tm-top-a .wpcf7 .full-name input, .page-id-239 #tm-top-a .wpcf7 .tel input, .page-id-239 #tm-top-a .wpcf7 .email input, .page-id-239 #tm-top-a .wpcf7 .subject input {
		margin-bottom: 2%;
	}
	.page-id-239 #tm-top-a .wpcf7 p {
		margin-top: 0;
	}

	/** Footer **/
	.tm-footer {
		padding: 40px 20px;
	}
	.tm-footer > div > div:nth-child(1) {
		padding-bottom: 20px;
	}

	/** News **/
	.uk-article + .uk-article {
		margin-top: 0;
	}
}
@media only screen and (max-width: 1410px) {
	.uk-navbar-nav > li {
		padding: 0 10px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1250px) {
	.burgerOverlay .overlay-content .topnav a {
		font-size: 24px !important;
		line-height: 28px !important;
	}
	.tm-footer {
		background-image: none;
	}
	.tm-footer > div > div {
		float: unset !important;
		padding: 0 0 40px;
	}
	.tm-footer > div > div:last-child {
		padding: 0;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1150px) {
	.uk-navbar-nav {
		display: none;
	}
	.home #tm-bottom-c .posts .post, .home #tm-bottom-c .posts .post:nth-child(2), .home #tm-bottom-c .posts .post:last-child {
		width: calc(50% - 5px);
		margin-bottom: 20px;
	}
	.home #tm-bottom-c .posts .post:nth-child(2), .home #tm-bottom-c .posts .post:nth-child(4) {
		margin-left: 0;
	}
	.home #tm-bottom-c .posts .post:nth-child(3), .home #tm-bottom-c .posts .post:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 1220px) and (max-width: 1290px) {
	.uk-navbar-nav > li > a {
		font-size: 16px;
	}
}

/** Home **/
.home #tm-top-a .uk-slidenav-position {
	margin: 0;
}

/** About **/
.page-id-158 #tm-top-a .uk-panel .uk-margin > div {
	background: #f0f0f0;
}
.page-id-158 #tm-top-a .uk-panel .uk-margin img {
	width: 100%;
}
.page-id-158 #tm-top-a .uk-panel .uk-margin h4, .page-id-158 #tm-top-a .uk-panel .uk-margin p {
	margin: 0;
	padding: 15px;
}

/** Governance **/
.page-id-205 #tm-top-d .uk-slideset {
	padding-top: 40px;
}
.page-id-205 #tm-top-d .title {
	position: relative;
	height: 181px;
}
.page-id-205 #tm-top-d .title h3 {
	position: absolute;
	bottom: 0;
	margin: 0;
}
.page-id-205 #tm-top-d .title img {
	float: right;
}

/** Members **/
.page-id-160 #tm-top-a .textwidget .uk-grid {
	padding-top: 40px;
}

/** Staff **/
.page-id-242 #tm-top-b .uk-slideset {
	padding-top: 40px;
}
.page-id-242 #tm-top-b .title {
	position: relative;
	height: 181px;
}
.page-id-242 #tm-top-b .title h3 {
	position: absolute;
	bottom: 0;
	margin: 0;
}
.page-id-242 #tm-top-b .title img {
	float: right;
}
.page-id-242 #tm-bottom-b {
	padding-bottom: 0;
}

/** Careers **/
.page-id-166 #tm-top-a .logo {
	background-color: #f0f0f0;
	position: relative;
	height: 250px;
	box-sizing: border-box;
}
.page-id-166 #tm-top-a .logo img {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	padding: 20px;
}

/** Stat Info **/
.page-id-368 #tm-top-a .download {
	height: 139px;
	border: 1px solid #121226;
	text-align: center;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
.page-id-368 #tm-top-a .download > div {
	width: 90%;
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.page-id-368 #tm-top-a .download h4 {
	margin-bottom: 0;
}
.page-id-368 #tm-top-a .info h4 {
	font-weight: 700;
}

/** Governance **/
.page-id-205 #tm-top-b .image {
	background: #fff;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}

/** Vacancies **/
.page-id-408 .jobs-content {
	padding-top: 20px;
}
.page-id-408 .jobs-content .job {
	position: relative;
	width: 100%;
	border: 1px solid #333;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.page-id-408 .jobs-content .job p:last-child {
	margin: 0;
}
.page-id-408 .jobs-content h4 {
	font-weight: 700;
}

/** FAQs **/
.page-id-381 #tm-top-a .uk-accordion {
	margin-top: 40px;
}

/** News Page **/
.archive #tm-main h1 {
	font-size: 24px;
	line-height: 30px;
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 2;
   	line-clamp: 2; 
   	-webkit-box-orient: vertical;
}
/** News Pages / Singles **/
.single .tm-navbar, .archive .tm-navbar {
	background: #1c1d1c;
}
.category-news .tm-navbar {
	background: none;
}
.single .tm-page-container {
	margin: 0;
}
.archive .uk-article p, .archive .uk-article figure, .archive .uk-article h2, .archive .uk-article h4, .archive .uk-article ul {
	display: none;
}
.archive .uk-article .uk-article-meta, .archive .uk-article p:nth-child(4), .archive .uk-article .uk-subnav {
	display: block;
}
.archive .uk-article p:nth-child(4) {
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 4;
   	line-clamp: 4; 
   	-webkit-box-orient: vertical;
}

/** Next Gen **/
.page-id-870 .tm-navbar .uk-navbar {
	background: #1c2b23;
}
.page-id-870 #tm-top-hero p {
	font-family: komet, sans-serif;
	font-weight:  700;
	color:  #000;
	font-size:  20px;
	line-height: 24px;
}
.page-id-870 #tm-top-hero strong {
	font-weight:  800;
}
.page-id-870 #tm-top-a .content {
	font-family: komet, sans-serif;
	font-size:  18px;
	line-height:  22px;
	color: #000;
}
.page-id-870 #tm-top-b {
	background-color: #3ca572;
}
.page-id-870 #tm-top-b .textwidget .uk-subnav a {
	font-family: komet, sans-serif;
	font-size:  24px;
	color: #000;
	padding:  20px 50px;
	border: 2px solid #000;
	background: none;
   width:  150px !important;
   text-align: center;
}
.page-id-870 #tm-top-b .textwidget div .uk-button {
	font-family: komet, sans-serif;
	font-size:  18px;
	line-height: 24px;
	color: #000;
	padding:  10px 30px;
	border: 2px solid #000;
	background: none;
	text-align: center;
}
.page-id-870 #tm-top-b .textwidget div h3, .page-id-870 #tm-top-b .textwidget div a, .page-id-870 #tm-top-b .textwidget div strong {
	font-family: komet, sans-serif;
	font-weight: 800;
	text-align: unset;
	width: auto;
	color: #000;
}
.page-id-870 #tm-top-b .textwidget .uk-panel {
	padding: 20px;
  border: 2px solid #000;
}
.page-id-870 #tm-top-b p, .page-id-870 #tm-top-b li {
	font-family: komet, sans-serif;
	font-size:  16px;
	line-height:  20px;
	font-weight: 500;
	color: #000;
}
.page-id-870 #tm-top-b .textwidget div .table > div {
	border-bottom:  2px solid #000;
	position: relative;
	padding:  20px 0;
}
.page-id-870 #tm-top-b .textwidget div .table > div:last-child {
	border-bottom:  0;
}
.page-id-870 #tm-top-b .textwidget div .table p {
	margin:  0;
}
.page-id-870 #tm-top-b .uk-subnav .uk-active > a {
   background:  #fff;
}
.page-id-870 .contact {
	text-align: center;
	padding-top: 20px;
}
.page-id-870 #tm-top-d h2 {
	font-size: 40px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 60px;
}

/** Contact **/
.page-id-239 #tm-top-a .wpcf7 .full-name input, .page-id-239 #tm-top-a .wpcf7 .tel input, .page-id-239 #tm-top-a .wpcf7 .email input, .page-id-239 #tm-top-a .wpcf7 .subject input, .page-id-239 #tm-top-a .wpcf7 .wpcf7-textarea {
	border: 1px solid #121226;
	box-sizing: border-box;
	color: #1c1d1c;
	font-family: Noway, "Open Sans", sans-serif;
}
.page-id-239 #tm-top-a .wpcf7 .full-name input, .page-id-239 #tm-top-a .wpcf7 .tel input, .page-id-239 #tm-top-a .wpcf7 .email input, .page-id-239 #tm-top-a .wpcf7 .subject input {
	height: 45px;
	padding: 0 10px;
	width: 100%;
}
.page-id-239 #tm-top-a .wpcf7 .wpcf7-textarea {
	height: 90px;
	padding: 10px;
}
.page-id-239 #tm-top-a .wpcf7 .wpcf7-list-item {
	margin: 0;
}
.page-id-239 #tm-top-a .wpcf7 .uk-button {
	margin-top: 2%;
}
.page-id-239 #tm-top-b {
	padding: 0;
}

/** Employers **/
.page-id-1380 #tm-top-a .uk-button, .page-id-1380 #tm-top-a img {
    margin-bottom: 2rem;
}
.page-id-1380 #tm-top-b .uk-accordion-title {
    background-color: #82C5EE;
    color: #1c1d1c;
}
.page-id-1380 #tm-top-d, .page-id-1380 #tm-top-d h2 {
    color:#fff;    
}
.page-id-1380 #tm-bottom-a .uk-accordion-title {
    background-color: #fff;
    color: #1c1d1c;
    margin-bottom: 0.1rem;
}
.page-id-1380 #tm-bottom-a .uk-accordion-content {
    background-color: #fff;
    margin-bottom: 1rem;
}
.page-id-1380 #tm-bottom-a .uk-accordion-content ul li {
    margin-bottom: 1rem;
}
.page-id-1380 #tm-bottom-a, .page-id-1380 #tm-top-b {
    padding-top: 0;
}
.page-id-1380 #tm-bottom-b .uk-button {
    line-height: normal;
    padding: 1rem;
}
.page-id-1380 #tm-bottom-c, .page-id-1380 #tm-bottom-c .content h2 {
    color: #fff;
}
.page-id-1380 #tm-bottom-d {
    text-align: center;
}
.page-id-1380 #tm-bottom-c {
    background-color: #D4285D;
}
.page-id-1380 #tm-top-a .ellipse-blue01 {
    background-image: url(../assets/Ellipse4.svg);
    background-position: right top;
    position: absolute;
    padding: 100px;
    background-repeat: no-repeat;
    transform: scale(0.9);
    right: -1rem;
    top: 33%;
    overflow: hidden;
}    
.page-id-1380 #tm-top-a .ellipse-blue02 {
    background-image: url(../assets/Ellipse4.svg);
    background-position: right top;
    position: absolute;
    padding: 100px;
    background-repeat: no-repeat;
    transform: scale(1.8);
    right: -1rem;
    overflow: hidden;
}    
.page-id-1380 #tm-top-a .ellipse-blue03 {
    background-image: url(../assets/Ellipse4.svg);
    background-position: right top;
    position: absolute;
    padding: 100px;
    background-repeat: no-repeat;
    transform: scale(1.5);
    right: -1rem;
    bottom: 5%;
    overflow: hidden;
}
.page-id-1380 #tm-top-a .intro-img {
    position: relative;
}
.page-id-1380 #tm-bottom-c .ellipse-red-mobile {
    background-image: url(../assets/Ellipse5.svg);
    background-position: right center;
    position: absolute;
    padding: 100px;
    background-repeat: no-repeat;
    transform: scale(1.3);
    right: -4rem;
    overflow: hidden;
}    

/** BG colours **/
.home #tm-top-a, .home #tm-bottom-b, .page-id-205 #tm-top-b, .page-id-242 #tm-top-a, .page-id-242 #tm-bottom-d, .page-id-162 #tm-top-a, .page-id-162 #tm-top-d, .page-id-274 #tm-top-b, .page-id-166 #tm-top-b, .credits {
	background-color: #f0f0f0;
}
.home #tm-bottom-a, .page-id-158 #tm-top-d, .page-id-158 #tm-bottom-b, .page-id-201 #tm-bottom-a, .page-id-242 #tm-bottom-a, .page-id-162 #tm-bottom-a, .page-id-164 #tm-bottom-c, .page-id-274 #tm-bottom-c, .page-id-166 #tm-bottom-a, .page-id-943 #tm-top-b {
	background-color: #00ada5;
}
#tm-top-c, .page-id-205 #tm-bottom-a, .page-id-164 #tm-bottom-a, .page-id-274 #tm-bottom-a, .page-id-1380 #tm-top-d, .page-id-1380 #tm-bottom-a  {
	background-color: #050529;
}
.red-block {
	background-color: #c90b44;
}
.aqua-block {
	background-color: #00ada5;
}
.grey-block {
	background-color: #1c1d1c;
}
.blue-block {
	background-color: #050529;
}
.yellow-block {
	background-color: #fcd233;
}

.block {
	display: flex;
	height: 100%;
}
.block p {
	margin: 0;
}
.block > div {
	margin: auto;
	padding: 25px;
	box-sizing: border-box;
}
.fw-link {
	padding: 20px 0;
	display: block;
}
.fw-link-yellow {
	width: 100%;
    background: #fcd233;
    display: block;
    padding: 20px 0;
    text-align: center;
    color: #333333;
}
.slider {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor: pointer;
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 12px;
  -webkit-appearance: none;
}
.slides::-webkit-scrollbar-thumb {
  background: #fcd233;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: #f4f1f1;
  border-radius: 10px;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 32%;
  height: auto;
  padding: 0 1.3rem 40px 0;
  border-radius: 10px;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  cursor: default !important;
}
.slides > div:target {
/*   transform: scale(0.8); */
}
.slides > div:last-child {
	padding-right: 0;
}

.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #000;
}

@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
}

div.text-container {
    margin: 0 auto;
    width: 100%;    
}

.hideContent {
    overflow: hidden;
    height: 70px;
}
.page-id-158 #tm-top-a .hideContent {
	height: 0;
}
.showContent {
    height: auto;
}

.burgerOverlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  background-color: rgba(27,27,27,0.82);
  overflow: hidden;
  transition: 0.5s;
}
.burgerOverlay > div {
	height: auto;
	background: #be1639;
	-webkit-box-shadow: 0 15px 10px 0px #212121;
	-moz-box-shadow: 0 15px 10px 0px #212121;
	box-shadow: 0 15px 10px 0px #212121;
}
.burgerOverlay .overlay-content {
  width: 100%;
}
.burgerOverlay .overlay-content > div > div {
	width: 33%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
.burgerOverlay .overlay-content .topnav a {
  padding: 15px 0;
  font-size: 38px;
  line-height: 42px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.burgerOverlay .overlay-content .topnav {
	padding-bottom: 90px;
	border-bottom: solid 5px #fcd233;
}
.burgerOverlay .overlay-content .topnav .menu i {
	padding-left: 20px;
	font-size: 24px;
}
.burgerOverlay .overlay-content .topnav .menu div {
	display: none;
	padding-left: 20px;
}
.burgerOverlay .overlay-content .topnav .menu div a {
	font-size: 22px;
	line-height: 22px;
	padding: 10px 0;
}
.burgerOverlay .overlay-content .topnav > div > a:first-child {
	padding-top: 0;
}
.burgerOverlay .overlay-content .topnav > div > a:last-child {
	padding-bottom: 0;
}
.burgerOverlay .topnav a:hover, .burgerOverlay .topnav a:focus {
  color: #fcd233;
}
.burgerOverlay .overlay-content .info {
	margin-top: 90px;
	position: relative;
}
.burgerOverlay .overlay-content .info h2 {
	font-size: 38px;
	line-height: 42px;
}
.burgerOverlay .overlay-content .info .email {
	font-size: 28px;
	line-height: 32px;
	color: #fff;
}
.burgerOverlay .overlay-content .info p {
	font-size: 18px;
}
.burgerOverlay .overlay-content .info .uk-button {
	position: absolute;
	top: 0;
	right: 0;
}
.burgerOverlay .closebtn {
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-height: 450px) {
  .burgerOverlay a {font-size: 20px}
  .burgerOverlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.credits {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.credits a {
	text-decoration: underline;
}

/** OUR CIVIC IMPACT **/
    .page-id-1658 #tm-top-a .content, .page-id-1658 #tm-top-d .content {
        width: 45%;
        float: left;
        margin: 2rem 0rem 2rem 5rem;
    }	
    .page-id-1658 #tm-top-a {
        background-position: center;
        background-image: url(../assets/Union.svg);
        background-repeat: no-repeat;
        background-size: 85%;
    }    
    .page-id-1658 #tm-top-a .content ul li {
        margin-bottom: 1rem;
    }
    .page-id-1658 #tm-top-a img {
        margin: 2rem auto;
        text-align: center;
        display: block;
        padding: 2rem;
    }
    .page-id-1658 #tm-top-a .intro-image {
        display: block;
        max-width: 420px;
        text-align: center;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: -3rem;
    } 
    .page-id-1658 #tm-bottom-c .outro-image {
        display: block;
        max-width: 420px;
        text-align: center;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    }       
    .page-id-1658 #tm-top-a .ellipse-blue01, .page-id-1658 #tm-top-a .ellipse-blue02, 
    .page-id-1658 #tm-top-a .ellipse-blue03, .page-id-1658 #tm-bottom-c .ellipse-red-mobile {
        padding: 0!important;
    }
    .page-id-1658 #tm-bottom-b {
        background: #050529;
    }
    .page-id-1658 #tm-bottom-b .upper > h2 {
        color: white;
    }
    .page-id-1658 #tm-bottom-b .uk-accordion-title,
    .page-id-1658 #tm-bottom-b .uk-accordion-content {
        background: white;
        color: #050529;
    }
    .page-id-1658 #tm-bottom-b .uk-accordion-content {
        position: relative;
        top: -10px;
        border-top: 1px solid;
    }
    .page-id-1658 #tm-bottom-b .uk-accordion-content .uk-margin {
        max-width: 600px;
        margin: 1rem auto;
    }
    
    .page-id-1658 #institution {
        max-width: 600px;
        color:#050529;
    }
    
    .page-id-1658 #tm-top-a h2, .page-id-1658 #tm-top-b h2, .page-id-1658 #tm-bottom-b h2 {
        font-weight: bold;
    }
    .page-id-1658 #tm-top-b {
        padding-top: 0;
    }
    .page-id-1658 #tm-top-d {
        padding-bottom: 0;
    }  
    .page-id-1658 #tm-bottom-a {
        padding-top: 1rem;
    }
    .page-id-1658 #tm-top-b .uk-accordion-title {
        background-color: #82C5EE;
        color: #1c1d1c;
    }
    .page-id-1658 #tm-top-d .content, .page-id-1658 #tm-top-d .content h2,
    .page-id-1658 #tm-bottom-c, .page-id-1658 #tm-bottom-c .content h2 {
        color: #fff;
    }
    .page-id-1658 #tm-bottom-a .uk-accordion-title {
        background-color: #fff;   
        color: #1c1d1c;
        margin-bottom: 0.1rem;
    }    
    .page-id-1658 #tm-bottom-a .uk-accordion-content {
        background-color: #fff;
        margin-bottom: 1rem;
    }
    .page-id-1658 #tm-bottom-c .content {
        width: 75%;
        float: left;
        margin: auto;
        margin-left: 0;
    }
    .page-id-1658 #tm-bottom-c .ellipse-red {
        background-image: url(../assets/Ellipse5.svg);
        background-position: right bottom;
        position: absolute;
        padding: 100px;
        background-repeat: no-repeat;
        transform: scale(0.9);
        right: -2rem;
        bottom: -3rem;
        overflow: hidden;
    }    
    .page-id-1658 #tm-bottom-c {
        background-image: url(../assets/Ellipse6.svg);
        background-position: right center;
        background-repeat: no-repeat;
    }    
    .page-id-1658 #tm-bottom-d {
        text-align: center;
    }
    .page-id-1658 .dialogue {
        max-width: 350px;
        width: auto;
        margin-top: 1rem;
        display: block;
    }


@media only screen and (min-width: 267px) and (max-width: 1220px)  {
    .page-id-1658 #tm-top-a .content, .page-id-1658 #tm-top-d .content {
        width: 100%;
        float: left;
        margin: 0;
    }  
    .page-id-1658 #tm-top-a img {
        padding: 0;
    }
    .page-id-1658 .dialogue {
        max-width: 160px;
    }    
    .page-id-1658 #tm-top-a .intro-image {
        position: relative;
        top: 0;
        right: 0;
        max-width: 300px;
    }
    .page-id-1658 #tm-bottom-c .outro-image {
        position: relative;
        top: 0;
        right: 0;
        max-width: 300px;        
    }    
}

