:root {
	--global-color: #00112C;
	--global-emphasis-color: #656BD1;
	--global-muted-color: #475680;
	--global-white-color: #ffffff;
	--global-link-color: #656BD1;
	--global-link-hover-color: darken(#656BD1, 15%);
	--global-inverse-color: #919AB3;
	--global-background: #F8F8F8;
	--global-muted-background: #FFFFFF;
	--global-primary-background: #00102D;
	--global-secondary-background: #1F1F1F;
}

h2{
	font-weight: 600;
	text-transform: uppercase;
	color: var(--global-muted-color);
	letter-spacing: 1px;
}

.tm-page-title {
	margin-top: 0px;
}

.uk-breadcrumb {
	margin-bottom: 0px;
}
.uk-breadcrumb a {
	color: var(--global-white-color) !important;
	font-weight: 400;
}

/*
* Contact
*/

.tm-contact footer {
	border-top: 1px solid var(--global-muted-color);
}
.tm-contact .uk-section-default, .tm-contact main {
	background-color:#000F2E !important ;
}
.tm-contact h2 {
	color: var(--global-emphasis-color);
}
.tm-contact .tm-contract-intro h1 {
	color: var(--global-inverse-color);
}
.uk-input, .uk-select, .uk-textarea {
	color: var(--global-muted-color);
}
.tm-contact .tm-contract-intro h2 {
	margin-top: 120px;
	margin-bottom: 120px;
	color: white;
	text-transform: initial;
}
.tm-form input {
	font-weight: 400;
}
.tm-form hr {
	border-top: 1px solid var(--global-muted-color);
}
.tm-contact .uk-textarea {
	background-color: var(--global-background);
	padding-top: 8px;
	font-weight: 400;
}
.tm-submit {
	padding-left: 27px;
}
.uk-active>.uk-icon-button, .uk-icon-button {
	background-color: var(--global-link-color);
	color: white;
}

.tm-secondary-muted {
	color: #495880;
}

.uk-sticky-fixed .tm-logo-light {
	display: none;
}

.tm-logo-dark {
	display: none;
}

.uk-sticky-fixed .tm-logo-dark {
	display: flex;
}

.tm-logo-dark, .tm-logo-light {
	padding-left: 0px;
}

/*
* Navbar
*/


.uk-sticky-fixed .uk-navbar-nav > li > a, .uk-sticky-fixed .uk-navbar-item .uk-icon, .uk-sticky-fixed .uk-navbar-toggle {
	color: #000F2E !important
}

.business-logo {
	width: 200px;
}

.tm-initiatives-menu > .tm-divider:last-of-type {
	display: none;
}

/*
* Documents
*/

.tm-documents-accordion .uk-open .uk-accordion-title h3 {
	font-size: 2.23125rem;
    -webkit-transition: font-size .3s;
    -moz-transition: font-size .3s;
    -o-transition: font-size .3s;
    transition: font-size .3s;
}

.tm-documents-accordion .uk-accordion-title h3 {
    -webkit-transition: font-size .3s;
    -moz-transition: font-size .3s;
    -o-transition: font-size .3s;
    transition: font-size .3s;
}

.tm-documents-accordion .uk-card {
	color: var(--global-muted-color);
	/* -webkit-transition: margin-top .3s, background-color .3s, color .3s;
    -moz-transition: margin-top .3s, background-color .3s, color .3s;
    -o-transition: margin-top .3s, background-color .3s, color .3s;
    transition: margin-top .3s, background-color .3s, color .3s; */
}
.tm-documents-accordion .uk-card:hover, .tm-documents-accordion .uk-card:active {
	background-color: var(--global-muted-color);
	color: var(--global-white-color);
	/* margin-top: -8px; */

}

.tm-page-title, ul.tm-news-categories a, ul.tm-news-categories sup, .tm-white h1, .tm-white p {
	color: var(--global-white-color) !important;
}

.uk-offcanvas-bar .uk-nav-primary>li>a, .uk-offcanvas-bar .uk-nav-primary>li>a:hover, .uk-offcanvas-bar .uk-nav-primary>li>a:active, .uk-offcanvas-bar .uk-nav-primary>li.uk-active>a {
	color:var(--global-inverse-color);
}

.tm-padding-bottom-small {
	padding-bottom: 50px;
}
.tm-left-heading .tm-explorar h3 {
  	margin-block-end: 0em;
  	position: relative;
    padding-bottom: 0px;
    z-index: 1;
    display: inline-block;
}

.tm-individual-business h3 a {
  	position: relative;
    padding-bottom: 3px;
    z-index: 1;
}

.tm-left-heading .tm-explorar h3::before, .tm-individual-business h3 a::before {
	content: "";
    width: 100%;
    height: 1px;
    background-color: #656bd1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    will-change: width;
}
.tm-small-business-areas h2.uk-card-title {
color: var(--global-white-color);
}
.tm-businesses-list h3 {
	margin-top:0px;
}
.uk-subnav > .uk-active > a {
    font-weight: 400;
}

.tm-large-business-areas:hover .tm-hover-blue, .tm-large-business-areas:active .tm-hover-blue {
	opacity: 0.85;
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
/* .tm-large-business-areas:hover .tm-explore-link, .tm-large-business-areas:active .tm-explore-link {
	color: var(--global-link-hover-color);
} */

.tm-large-business-areas:hover .tm-left-heading .tm-explorar h3::before, .tm-individual-business h3 a:hover::before {
transition: width .1s ease-out;
width: 0;
}

.uk-light .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: var(--global-white-color);
}

.uk-slideshow-items{
	min-height: 100vh !important
}
.uk-slideshow-items h1.uk-heading-xlarge {
	font-size: 6rem;
}


@keyframes uk-fade-top-medium {
	0% {
	opacity: 1;
	transform: translateY(-9px);
}
	100% {
	opacity: 1;
	transform: translateY(0);	}
}

/* ~~~~~~ desktop ~~~~~~ */

@media only screen and (min-width: 960px) {
.tm-left-heading .tm-explorar {
	position: absolute;
	bottom: 2.5rem;
}
.tm-individual-business .uk-first-column {
	margin-right: 40px;
}
.tm-documents-accordion .uk-open .uk-accordion-title h3 {
	font-size: 2.625rem;
}
.tm-inset-photo {
	margin-right: -100px
}
.tm-inset-photo-right {
	margin-left: -100px
}
.tm-text-outset .uk-padding-large {
	margin-left: 100px;
}
.tm-text-outset-left .uk-padding-large {
	margin-right: 100px;
}
.tm-background-outset {
	background: linear-gradient(to right, var(--global-white-color) 50%, var(--global-background) 50%);
}
.tm-background-outset-left {
	background: linear-gradient(to right, var(--global-background) 50%, var(--global-white-color) 50%);
}
}
@media only screen and (min-width: 1301px) {
.tm-globe {
	padding-right: 0px;
}
}
/* ~~~~~~ small-desktop ~~~~~~ */
@media only screen and (max-width: 1300px) {
.uk-navbar-container .uk-visible\@m {
	display: none !important;
}
.uk-navbar-container .uk-navbar-toggle {
	display: flex !important;
}
}

@media only screen and (max-width: 1200px) {
.uk-slideshow-items h1.uk-heading-xlarge {
	font-size: 5rem;
}
.tm-left-heading .tm-secondary-muted {
  	font-size: 2.23125rem;
  	line-height: 1.2;;
}
}


/* ~~~~~~ Tablet ~~~~~~ */

@media only screen and (max-width: 959px) {
.tm-delete-on-mobile {
	display: none;
}
.tm-left-heading {
  	min-height: 0px !important;
}
.business-logo {
	width: 140px;
}
.uk-heading-xlarge {
	font-size: 2.7rem !important;
}
header .uk-container {
	padding-left:0px !important;
	padding-right:0px !important;
}
.tm-padding-bottom-small {
	padding-bottom: 10px;
}
.tm-contact .tm-contract-intro h2 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.tm-inset-photo {
	margin-left: initial;
}
.tm-inset-photo-right {
	margin-left: initial;
}
.tm-text-outset .uk-padding-large {
	margin-left: initial;
}
.tm-text-outset-left .uk-padding-large {
	margin-right: initial;
}
}

/* ~~~~~~ Mobile ~~~~~~ */

@media only screen and (max-width: 639px) {
.tm-submit {
	padding-left: 15px;
}
.tm-initiative-category {
	font-size: 1rem;
}
.tm-divider.tm-initiative-category, li.tm-initiative-category {
	padding-left: 10px;
}
}
@media only screen and (max-width: 374px) {
.tm-hamburger {
	padding-right: 0px;
}
}


p.uk-article-meta {
    color: #ff000000 !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

p.uk-article-meta time {
    color: white;
}

article .uk-margin-bottom .uk-section-large .uk-container-xsmall{
	max-width: 850px;
}