:root {
	--darkTeal: #0d3c42;
	--Teal: #236e78;
	--lightBlue: #cee9eb;
	--lighterBlue: #e9f5f6;
	--Blue: #36829e;
}

.uk-logo {
    padding: 12px 0px;
}
.uk-navbar-nav > li.uk-active > a {
    font-weight: 700;
}

li.uk-button.uk-button-default.menu-item {
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
	background-color: var(--lightBlue);
}
li.uk-button.uk-button-default.menu-item:hover {
    background-color: var(--lighterBlue);
}

.uk-navbar-toggle:hover, .uk-navbar-toggle[aria-expanded=true] {
    color: #73a6b3;
}
.uk-search .uk-search-icon {
	color: #3e6c77;
}
.uk-search-medium .uk-search-input {
    border-bottom: 1px solid #d4e8eb;
}

.uk-search-input::placeholder {
    color: #3e6c77;
}


.uk-link-text a:hover, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover {
    color: #6ea7b4;
}

.uk-button {
    padding: 13px 30px;
}

a.uk-tile-muted:hover {
    background-color: #f0f8f9;
    transition: 0.3s;
}
a.uk-card-secondary:hover {
    background-color: #ecf4f5;
}
.text-top {
    text-align: center;
    font-size: 16px;
    position: relative;
	text-decoration: none;
}
.text-icon {
    bottom: 1px;
    position: relative;
    padding-bottom: 1px;
    height: 18px;
    margin-right: 6px;
}
a.text-top:hover {
    text-decoration: none !important;
}
.tm-toolbar-default a:hover {
	transition: 0.3s;
}
a.text-top:hover .text-icon {
	opacity: 0.7;
	transition: 0.3s;
}
.uk-navbar-nav>li.uk-active>a, .uk-navbar-nav>li>a.current-menu-parent {
	position: relative;
}

.uk-navbar-nav>li.uk-active>a::before, .uk-navbar-nav>li>a.current-menu-parent::before {
    background: #8cbabe;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -17px;
        bottom: 37px;
    content: " ";
}

li.uk-button.uk-button-default.menu-item.uk-active {
    background: var(--lighterBlue);
}

.uk-navbar-nav>li.uk-active.uk-button>a::before, .uk-navbar-nav>li.uk-button>a.current-menu-parent::before
{
	display: none;
}

.hero-panel .el-meta, .cpd-grid .el-meta, .software-grid .el-meta {
    display: inline-block;
    padding: 6px 17px;
    border-radius: 2em;
    background: var(--Teal);
    color: var(--lightBlue);
    height: fit-content;
	    max-width: max-content;
}

.uk-divider-small::after {
    border-top: 1px solid var(--Teal);
}

.uk-accordion-default>:nth-child(n+2) {
    border-top: 1px solid #84bfc8;
}

/* =========================
   BASE
   ========================= */

.col-stretch .cpd-grid > .uk-grid > .uk-first-column:empty {
    display: none;
}

.col-stretch .cpd-grid .el-image,
.col-stretch .cpd-grid picture,
.col-stretch .cpd-grid .uk-inline-clip {
    display: block;
    width: 100%;
    height: 100%;
}

.col-stretch .cpd-grid .el-image {
    object-fit: cover;
}

/* Make sure card and inner media wrappers can actually stretch */
.col-stretch .cpd-grid .el-item,
.col-stretch .cpd-grid .el-item > a.uk-panel,
.col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid,
.col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid > div {
    min-width: 0;
    min-height: 0;
}

/* Force the media side to inherit full card height */
.col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid {
    height: 100%;
    align-items: stretch;
}

.col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid > div:last-child {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid > div:last-child .uk-panel,
.col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid > div:last-child .uk-inline-clip,
.col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid > div:last-child picture {
    flex: 1 1 auto;
    height: 100%;
}

.col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid > div:last-child img.el-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   TABLET AND DOWN
   Let UIkit handle the outer stacking/grid behaviour
   ========================= */

@media (max-width: 959px) {

    .col-stretch .cpd-grid,
    .col-stretch .cpd-grid > .uk-grid {
        height: auto;
        margin: 0;
    }

    .col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid {
        display: grid;
        align-items: start;
        gap: 20px;
        margin: 0;
    }

    .col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid > div {
        padding-left: 0 !important;
    }

    .col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid > .uk-width-expand {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .col-stretch .cpd-grid .el-item .el-content.uk-panel.uk-margin-top {
        margin-top: 0;
    }
}

/* =========================
   DESKTOP >= 960
   ========================= */

@media (min-width: 960px) {

    .panels-stretch {
        display: flex;
        align-items: stretch;
    }

    .panels-stretch > .uk-width-1-2\@m {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .left-stretch .hero-panel {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: 100%;
    }

    .left-stretch .hero-panel > a,
    .left-stretch .hero-panel .uk-card,
    .left-stretch .hero-panel .uk-card-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: 100%;
    }

    .col-stretch {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .col-stretch .cpd-grid {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: 100%;
        margin: 0;
    }

    .col-stretch .cpd-grid > .uk-grid {
        flex: 1 1 auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 10px;
        min-height: 0;
        height: 100%;
        margin: 0;
    }

    .col-stretch .cpd-grid > .uk-grid > div:not(:empty) {
        min-height: 0;
        margin-top: 0 !important;
        display: flex;
        flex-direction: column;
		padding-left: 0px;
    }

    .col-stretch .cpd-grid .el-item,
    .col-stretch .cpd-grid .el-item > a.uk-panel {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: 100%;
    }

    .col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid {
        height: 100%;
        align-items: stretch;
    }

    .col-stretch .cpd-grid .el-item > a.uk-panel > .uk-grid > .uk-width-expand {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 0;
    }

    .col-stretch .cpd-grid .el-item .el-content.uk-panel.uk-margin-top {
        margin-top: 0;
    }
}




.news-slider .uk-slider-items > li {
  height: auto;
  display: flex;
}

.news-slider .uk-panel,
.news-slider .el-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-slider .uk-grid {
  height: 100%;
  align-items: stretch;
}
.news-slider .uk-panel,
.news-slider .el-content,
.news-slider .el-title {
  box-sizing: border-box;
}
.news-slider .uk-grid > div {
  display: flex;
  flex-direction: column;
}
.equal-height-grid .uk-grid {
  align-items: stretch;
}

.equal-height-grid .uk-grid > div {
  display: flex;
}

.equal-height-grid .el-item,
.equal-height-grid .uk-panel,
.equal-height-grid .uk-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.equal-height-grid .el-content {
  flex-grow: 1;
}

.news-slider .uk-position-relative {
    border-bottom: 3px solid var(--Teal);
    padding-bottom: 35px;
}
.news-slider .el-meta {
    background-color: var(--lighterBlue);
    color: var(--Teal);
    display: inline-block;
    width: fit-content;
    padding: 6px 24px;
    border: 1px solid var(--Teal);
}
.news-slider .uk-text-meta>a {
	    color: var(--Teal);

}
.news-slider .uk-width-expand.uk-margin-remove-first-child.uk-first-column {
    border-bottom: 3px solid var(--lightBlue);
    padding-bottom: 23px;
    display: flex;
  flex-direction: column;
      margin-left: 30px;
    padding-left: 15px;
}
.news-slider a.el-link.uk-link-text {
    text-decoration: none;
}
.news-slider .el-item .uk-first-column > .uk-margin-top:last-of-type {
    margin-top: auto !important;
}
.news-slider .el-item {
    position: relative;
}
.news-slider .el-content {
    margin-bottom: 15px;
}
.news-slider img.el-image {
    min-height: 100%;
}
.news-slider .el-meta {
    margin-bottom: 20px !important;
}
.news-slider .el-item > .uk-grid {
  align-items: stretch;
}

.news-slider .el-item > .uk-grid > div {
  display: flex;
  flex-direction: column;
}

.news-slider .el-item > .uk-grid > div > picture {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  display: block;
}

.news-slider .el-item > .uk-grid > div > picture > img.el-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* enquiry form */


.ginput_container input, .ginput_container textarea, .ginput_container select {
    color: black;
	background-color: white;
	border-radius: 0.5em !important;
	border: 2px #fff solid;
    font-family: 'open sans' !important;
    font-size: 17px !important;
	font-weight: 200;
    padding: 12px 12px !important;
    max-height: 180px;
    outline: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-family: 'open sans' !important;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}
.ginput_container input::placeholder, .ginput_container textarea::placeholder, .ginput_container select::placeholder, .ginput_container select {
	color: var(--darkTeal)  !important;
	font-style: italic;
}
.ginput_container input:focus, .ginput_container textarea:focus, .ginput_container select:focus {
    border: 2px var(--Teal) solid !important;
}

.gform_wrapper input.gfield-choice-input {
  accent-color: var(--Blue); 
}


/* enquiry button */ 
.gform_footer input {
    background-color: #236e78;
    color: #e9f5f6;
    border: 1px solid transparent;
	border-radius: 0.5em;
	cursor:pointer;
	    padding: 13px 30px;
	font-size: 18px;
	font-weight: 500;	
	font-family: 'open sans';
	letter-spacing: 0px;
	text-transform: inherit;
	transition: 0.1s !important;

background-origin: border-box;
}

.gform_footer input:focus, .gform_footer input:hover {
	background-color: rgba(35, 110, 120, .56);
    color: #e9f5f6;
    border-color: #236e78;
}



/* sticky phone button */
.floatingphone-mobile {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: var(--Teal);
    width: 30px;
    height: 27px;
    padding: 6px 9px 9px 4px;
    box-shadow: -4px 9px 10px #00000026;
    border: 2px solid #fff;
    z-index: 199999;
    border-radius: 100%;
}

.floatingphone-mobile img {
    transform: skewX(10deg);
    margin-right: 5px;
	margin-left: 10px;
}

.floatingphone-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}



.testimonial-slider .uk-position-top-left, .slider .uk-position-top-left{
    top: -80px;
    left: 0px;
}
.uk-slider-container.testimonial-slider.uk-margin.uk-slider, .slider.uk-slider-container.uk-margin.uk-slider {
    margin-top: 80px;
    overflow: inherit;
}
.testimonial-slider .uk-position-medium, .slider .uk-position-medium {
    margin-left: 0px !important;
}

a.el-slidenav.uk-slidenav-large.uk-icon.uk-slidenav-previous.uk-slidenav:hover img, a.el-slidenav.uk-slidenav-large.uk-icon.uk-slidenav-next.uk-slidenav:hover img {
    opacity: 0.5;
    transition: 0.2s;
}

.quote-image {
	pointer-events: none;
}


.panel-row, 
.accent-top-right, .accent-bottom-left {
    overflow: visible;
}

.panel-row .uk-grid-item-match.uk-width-2-5\@m.uk-first-column, .accent-top-right, .accent-bottom-left {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.accent-top-right::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60%;
    height: 40%;
    background: var(--Blue);
    z-index: -1;
    pointer-events: none;
}
.accent-bottom-left::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 60%;
    height: 40%;
    background: var(--Blue);
    z-index: -1;
    pointer-events: none;
}
.panel-row .uk-grid-item-match.uk-width-2-5\@m.uk-first-column::before { 
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 60%;
    height: 40%;
    background: var(--Blue);
    z-index: -1;
    pointer-events: none;
}


.panel-offset {
    position: relative;
    z-index: 2;
    margin-left: -120px;
    margin-top: 48px;
	margin-bottom: 48px !important;
}

@media (max-width: 1680px) and (min-width: 1560px) {
	.uk-logo img {
    height: 45px;
    width: auto;
}
}
@media (max-width: 1560px) and (min-width: 1440px) {
	.uk-logo img {
    height: 45px;
    width: auto;
}
	.uk-navbar-nav>li>a {
    font-size: 16px;
}
	li.uk-button.uk-button-default.menu-item {
    padding: 8px 16px;
}
	.uk-navbar-nav>li.uk-active>a::before, .uk-navbar-nav>li>a.current-menu-parent::before {
	    bottom: 27px;
	}
}

@media (max-width: 1450px) and (min-width: 960px) {
	.uk-h1, h1 {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .panel-offset {
        margin-left: -100px;
        margin-top: 32px;
		margin-bottom: 32px !important;
    }
	.uk-card-title, .uk-h3, h3 {
    font-size: 25px;
	}
}

@media (max-width: 959px) {
    .panel-offset {
        margin-left: 0;
        margin-top: 24px;
		margin-bottom: 24px !important;
    }
}

@media (max-width: 1100px) {
	.home-banner .uk-position-cover {
    background-color: #00000052;
}
	
}

@media (max-width: 1440px) and (min-width: 960px) {
		.uk-logo img {
    height: 35px;
    width: auto;
}
	.uk-navbar-nav>li>a, .text-top {
    font-size: 14px;
}
	li.uk-button.uk-button-default.menu-item {
    padding: 8px 14px;
}
	.uk-navbar-nav>li.uk-active>a::before, .uk-navbar-nav>li>a.current-menu-parent::before {
	width: 9px;
    height: 9px;
    left: -14px;
    bottom: 26px;
	}
	    .uk-navbar-nav {
        gap: 20px;
    }
	.uk-navbar-container .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) and (min-width: 960px) {
		.uk-logo img {
    height: 45px;
    width: auto;
}
}

.tm-page {
display: flex;
flex-direction: column;
}
.tm-toolbar.uk-visible\@l {
display: block !important;
order: -1;
}

@media (max-width: 960px) {
	.uk-logo img {
    height: 45px;
    width: auto;
}
	li.uk-button.uk-button-default.menu-item {
		    padding: 3px 21px;
	}
	.home-banner .el-item img.el-image {
    object-position: 78% 20%;
}
	.panel-row .uk-background-norepeat {
    min-height: 400px;
}
	.cpd-grid .uk-first-column {
    padding-left: 0px !important;
}
}
	
@media (max-width: 640px) {
.tm-toolbar.tm-toolbar-default.uk-visible\@l {
    display: none !important;
}
}

@media (max-width: 480px) {

}