@font-face {
  font-family: 'MaisonNeue';
       src: url('../fonts/MaisonNeue-Book.woff2') format('woff2'),
       url('../fonts/MaisonNeue-Book.woff') format('woff')
}


@font-face {
  font-family: 'MaisonNeueBold';
       src: url('../fonts/MaisonNeue-Bold.woff2') format('woff2'),
       url('../fonts/MaisonNeue-Bold.woff') format('woff')
}

@font-face {
  font-family: 'Tiempos';
       src: url('../fonts/TiemposHeadline-RegularItalic.woff2') format('woff2'),
       url('../fonts/TiemposHeadline-RegularItalic.woff') format('woff')
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	/*  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); */
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}



a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
a.skip-main:focus {
    display: block;
    left: auto;
    top: 0;
    height: auto;
    margin: 10px;
    padding: 11px;
    font-size: 20px;
    text-align: center;
    z-index: 999;
    background: #3C3C3B;
    color: #fff;
    width: auto;
    font-size: 1.1em;
    font-weight: 600;
    position: absolute;
}


*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}


body {
	padding-top: 119px;
	margin: 0;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 100%;
	cursor: default;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a {
	color: #E3042C;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}


a:hover {
	color: #E3042C;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}


p {
	font-weight: 400;
	line-height: 1.5em;
	font-size: 1em;
	color: #2f2f2f;
	margin: 15px 0 5px 0;
}


h1 {
	font-family: 'Tiempos', sans-serif;
	color: #3C3C3B;
	text-align: center;
	font-weight: 300;
	font-size: 4.7em;
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	/* height: 105px; */
}


h1 strong {
	font-family: 'MaisonNeueBold', sans-serif;
	font-weight: 700;
	border-bottom: 16px solid #e4042c;
	height: 106px;
	display: inline-block;
}


.story h1 {
    font-size: 2.9em;
 
}


.story h1 strong {
    border-bottom: 10px solid #e4042c;
    height: 65px;
}


h2 {
	font-family: 'Tiempos', sans-serif;
	color: #3C3C3B;
	margin: 20px 0 20px 0;
	font-size: 2.8em;
	font-weight: 400;
}



.home-boxes h2 {
	font-family: 'Tiempos', sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
	font-size: 2.2em;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	/* height: 105px; */
	/* top: 368px; */
	/* position: relative; */
}


.home-boxes h2 strong {
	font-family: 'MaisonNeueBold', sans-serif;
	font-weight: 700;
	border-bottom: 7px solid #e4042c;
	height: 50px;
	display: inline-block;
}


.category h2 {
	margin: 30px 0 20px 0;
	font-size: 2em;
}

.story h2 {
	color: #838382;
	margin: 20px 0 20px 0;
	font-size: 2.8em;

}


 h3 {
	font-family: 'Tiempos', sans-serif;
	color: #3C3C3B;
	margin: 30px 0 0px 0;
	font-size: 1.8em;
	font-weight: 400;
}


h4 {
	font-family: 'Tiempos', sans-serif;
	color: #3C3C3B;
	margin: 30px 0 0px 0;
	font-size: 2.6em;
	font-weight: 400;
}

 .story-content h3 {
	font-family: 'Tiempos', sans-serif;
	color: #3C3C3B;
	margin: 30px 0 0px 0;
	font-size: 2.6em;
	font-weight: 400;
}


 .story-content h4 {
    font-family: 'MaisonNeue', ui-sans-serif;
    color: #e4042c;
    margin: 30px 0 0px 0;
    font-size: 1.5em;
    font-weight: 600;
}

 .story-content h5 {
    font-family: 'MaisonNeue', ui-sans-serif;
	color: #3C3C3B;
    margin: 30px 0 0px 0;
    font-size: 1.3em;
    font-weight: 600;
}


 .related-stories h4 {
	text-align: center;
}

.container {
	max-width: 1300px;
	margin: auto;
	padding: 0 20px 0 20px;
}


/* --------------------------------------------
Header styles START
-----------------------------------------------*/

header {
    position: fixed;
    top: 40px;
    width: calc( 100% - 80px );
    left: 40px;
    right: 40px;
    z-index: 1000;
    transition: .5s;
}

header.hidden {
    transform: translateY( calc( -100% - 40px ) );
}

header .container {
	background-color: #E4042C;
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
	/* justify-content: flex-end; */
	padding: 0 12px;
}

header .logo {
	margin-right: auto;
	margin: 12px auto 12px 0;
	width: 193px;
	height: 51px;
}

header .logo svg {
	width: 100%;
	height: 100%;
}

header .menu {
	align-self: stretch;
}

header .menu .items-wrapper {
	height: 100%;
}

header .menu .menu-header {
	display: none;
	padding: 10px 10px 10px 20px;
	border-bottom: 2px solid #E2E3E4;
}

header .menu-header .close-btn {
	background-image: url("../images/cross.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	float: left;
	padding: 0;
	width: 15px;
	height: 15px;
	border: none;
	margin-right: 15px;
	cursor: pointer;
	font-size: 0;
}

header .menu-header .close-text {
	cursor: pointer;
	/* height: 1px; */
}

header .menu ul {
	display: flex;
}

header .menu .menu-item {
	list-style: none;
	font-size: 19px;
	font-weight: 600;
	padding: 0 26px;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	position: relative;
}

header .menu .menu-item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX( -50% );
    height: 5px;
    width: 100%;
    transition: .2s;
}
header .menu .menu-item:hover:after {
	bottom: 0;
	border-top: 5px solid #fff;
}

header .menu a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding-bottom: 0px;
	transition: border .2s linear; /* comment to change bottom line animation */
}

header .menu .menu-item .icon {
	display: none;
	position: absolute;
	left: 15px;
	top: calc(50% - 11px);
	width: 22px;
	transition: transform 0.5s ease-in-out;
}

header .search-btn {
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	background-image: url("../images/magnifier.svg");
	background-size: cover;
	cursor: pointer;
	transition: .4s;
	margin-right: 10px;
	outline: none;
	font-size: 0;
}
header .search-btn:hover {
	transform: scale( 1.2 );
}

header .search-container {
	display: none;
	position: absolute;
	top: 99%;
	right: 0;
	background-color: #EBEBEB;
	width: 100%;
	max-width: 600px;
	padding: 15px;
	z-index: -1;
	transition: .4s;
}

header .search-container.active {
	display: block;
	/* top: 99%; */
}

header .search-container form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
header .search-container #search-text {
	padding: 12px;
	height: 45px;
	border: 0;
	font-size: 20px;
	text-align: left;
	color: #0B0C0C;
	border-radius: 0;
	width: 360px;
}

header .search-container #search-btn {
	display: inline-block;
	background-image: url("../images/line-arrow-dark.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 60px 25px;
	padding-right: 110px;
	transition-property: background-position;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	background-color: white;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	padding: 10px 110px 10px 15px;
	border: 1px solid #0096D2;
	color: #0096D2;
	cursor: pointer;
}
header .search-container #search-btn:hover {
	background-color: #0096D2;
    border-color: #0096D2;
    color: white !important;
    background-image: url("../images/line-arrow-light.svg");
    background-position: right 10px center;
}


header .search-container label {
position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    /* overflow: hidden; */
    clip: rect(0, 0, 0, 0);
    border: 0;

}



header .collapse-menu {
	display: none;
	outline: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {
    header .menu {
        position: fixed;
        top: 0;
        left: auto;
        right: calc( -100% - 40px );
        width: 85vw;
        height: 100vh;
        z-index: 10000;
        background-color: #fff;
        box-shadow: 2px 0px 30px 10px rgb(0 0 0 / 30%);
        transition: .4s;
    }

    header .menu.active {
    	right: 0;
    }

    header .menu .menu-header {
    	display: flex;
    	align-items: center;
    	color: #3C3C3C;
    }
    
    header .menu ul {
    	flex-direction: column;
    }

    header .menu .menu-item {
        font-size: 16px;
        border-bottom: 2px solid #E2E3E4;
        position: relative;
        padding: 0;
        justify-content: flex-start;
    }
    header .menu .menu-item.active {
    	background-color: #EFEFEF;
    }

    header .menu .menu-item:after {
    	display: none;
    }

    header .menu .menu-item .icon {
    	display: block;
    }

    header .menu a {
    	color: #3C3C3C;
    	line-height: 26px;
    	text-decoration: none;
    	display: block;
    	padding: 10px 10px 10px 50px;
    	width: 100%;
    }

    header .collapse-menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
	header {
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	header .container {
		padding: 0 20px;
	}

    header .logo {
        width: 170px;
        margin: 5px auto 5px 0;
    }

    header .search-container {
    	max-width: unset;
    	/* top: -50px; */
    }

    header .search-container form {
    	flex-direction: column;
    }
    
    header .search-container #search-text {
    	width: 100%;
    	margin-bottom: 10px;
    }
    header .search-container #search-btn {
    	float: right;
    }
}

/* --------------------------------------------
Header styles END
-----------------------------------------------*/


main {
	margin: 50px 0 70px 0;
}

header .container img {
	margin:20px 0 0 0; width: 100%;
}




section.home-boxes {
	display: flex;
	height: 550px;
	justify-content: center;
    align-items: center;
    margin: 50px 0 0 0;
}



.home-box {
	height: 550px;
	flex: 1;
	background-size: cover;
	position: relative;
	bottom: 0;
	transform: scale(1);
	transition: all 0.5s ease;
	/* justify-content: center; */
}

.home-box .container {

}


.home-box a {
	height: 550px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%);
	padding: 0 20px;
	display: flex;
	align-content: space-around;
	justify-content: flex-end;
	flex-direction: column;
}

.home-box:hover {
	transform: scale(1.03);
	transition: all 0.5s ease;
	-webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.53);
	-moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.53);
	box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.53);
	z-index: 999
}



.home-box:hover a {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);


}

.home-box img.logo {
	position: relative;top: 368px;
}

.home-box p {
	/* position: relative; */
	/* top: 365px; */
	color: #fff;
}

.home-box img.cta {
	position: relative;
	/* top: 380px; */
	margin: 20px auto 30px auto;
}

.home-box:hover img.cta {
	filter: brightness(0) invert(1);
}

.categories {
	justify-content: flex-start;
	display: inline-flex;
	flex-wrap: wrap;
	/* gap: 40px; */
	margin: 50px 0 0 0;
}


.category {
	text-align: center;
	max-width: 390px;
	margin: 0 30px 30px 0;
}

.category .thumbnail {
	height: 390px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.category .thumbnail img {
	object-fit: cover;
	height: 101%;
	width: 101%;
}


.category .thumbnail:hover {
	transform: scale(1.02);
	-webkit-box-shadow: 10px 10px 20px -6px rgb(0 0 0 / 53%);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.53);
    box-shadow: 10px 10px 20px -6px rgb(0 0 0 / 53%);
}


.categories a {
	text-decoration: none;
	color: #3C3C3B;
}


.categories a:hover {
	text-decoration: underline;
}

.categories .explore a {
	text-decoration: none;
	background: url(../images/blog-arrow.png) left no-repeat;
	background-size: 22px;
	padding: 0 0 0 30px;
	color: #E3042C;
	font-weight: bold;
}


.categories .explore a:hover {
	text-decoration: underline;
}





.story-summaries {
	justify-content: flex-start;
	display: inline-flex;
	flex-wrap: wrap;
	/* gap: 40px; */
	margin: 50px 0 0 0;
}


.story-summary {
	text-align: left;
	max-width: 285px;
	margin: 0 30px 30px 0;
}

.story-summary .thumbnail {
	height: 285px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.story-summary .thumbnail img {
	object-fit: cover;
	height: 101%;
	width: 101%;
}


.story-summary .thumbnail:hover {
	transform: scale(1.02);
	-webkit-box-shadow: 10px 10px 20px -6px rgb(0 0 0 / 53%);
    -moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.53);
    box-shadow: 10px 10px 20px -6px rgb(0 0 0 / 53%);
}


.story-summaries a {
	text-decoration: none;
	color: #3C3C3B;
}


.story-summaries a:hover {
	text-decoration: underline;
}

.story-summaries .more a {
	text-decoration: none;
	background: url(../images/blog-arrow.png) left no-repeat;
	background-size: 22px;
	padding: 0 0 0 30px;
	color: #E3042C;
	font-weight: bold;
}


.story-summaries .more a:hover {
	text-decoration: underline;
}


.date {
	/* color: #797979; */
	margin: 10px 0 0 0;
	font-size: 0.9em;
	font-weight: 700;
}

.more {
	font-size: 1em;
}

.story-content {
	max-width: 1000px;
	margin: auto;
}


.breadcrumbs {
	position: absolute;
	top: 115px;
}


.breadcrumbs p {
	font-size: 1em;
}

.breadcrumbs a {
	/* color: #8C8C8C; */
}



img.alignright {
	float: right;
    margin: 20px 0 20px 40px;
}



.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 34px 0;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back {
	font-size: 1.1em;
	margin: 40px 0 0 0;
}

.related-stories {
	border-top: #E3042C solid 1px;
	margin: 50px 0 0 0;
}


footer {
    background: #EBEBEB;
        min-height: 380px;
}



@media (max-width: 1300px) {

.container {
    padding: 0 40px 0 40px;
}

	section.home-boxes,
	.home-box,
	.home-box a {
    height: 50vh;
    min-height: 370px;
}

.home-boxes h2 {
   /* top: 50%; */
}


.home-box p {
   /* top: 47%; */
}


.home-box img.cta {
   /* top: 52%; */
}

	.categories {
	justify-content: center;
}


}


@media (max-width: 1200px) {
h1 {
    font-size: 4em;
}


h1 strong {
    border-bottom: 12px solid #e4042c;
    height: 86px;
}
}



@media (max-width: 1023px) {

	section.home-boxes {
flex-direction: column;
height: auto;
	}

	.home-box {
	height: auto;
	width: 100%;
	}



}



@media (max-width: 768px) {

body {
    padding-top: 62px;

}

.container {
    padding: 0 20px 0 20px;
}

.breadcrumbs {
    display: none;
}

img.alignright {
	float: none;
    display: block;
    margin: 20px 0;	
}
}




@media (max-width: 600px) {

body {
    padding-top: 60px;
}

.home-box a {
    background: linear-gradient(
0deg
, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%);
}


h1 {
    font-size: 3.2em;
}


h1 strong {
    border-bottom: 11px solid #e4042c;
    height: 70px;
}


h2 {
    margin: 20px 0 20px 0;
    font-size: 2em;

}

.story h2 {
    font-size: 2em;
}


h3 {
    font-size: 1.5em;
}

.story-content h3 {
    font-size: 2em;
}


h4 {
    font-size: 2em;
}


.home-box {
	min-height: auto;
}


.home-box a {
	min-height: 310px;
}


.home-boxes h2 {
    /* top: 43%; */
}

.home-box p {
    /* top: 36%; */
}

	.home-box img.cta {
    /* top: 42%; */
}


.category {
     margin: 0 0 30px 0;
}



.story-summary {
	max-width: initial;
    margin: 0 0 30px 0;
}

}


@media (max-width: 400px) {

.category {
    max-width: 310px;
}

.category .thumbnail {
    height: 310px;
}
}


/* --------------------------------------------
Footer START
-------------------------------------------- */

footer .uol-logo {
    width: 188px;
    margin: 10px 0px;
    position: relative;
    bottom: 40px;
}



footer .dropdown-header {
    position: relative;
}

footer .cols {
	display: flex;
	padding: 40px 0px 0 0px;
}

footer .cols .col {
	flex-basis: 28%;
	padding: 0 30px 0 0;
}

footer .cols .col.map {
	flex-basis: 16%;
	padding: 0 0 0 30px;
}

footer .col-title {
	font-family: "MaisonNeue", Georgia, serif;
	margin-bottom: 8px;
	color: #3C3C3C;
    font-size: 25px;
    font-weight: bold;
}

.footer-menu {
	margin-top: 20px;
}

.footer-menu .menu-item {
	list-style: none;
}

footer a{
	font-size: 16px;
    line-height: 24px;
    color: #3C3C3C;
}

footer .cols .col-text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}

footer .social-icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	padding-right: 30px;
}

footer .social-icons .icon {
	width: 30px;
}

footer .social-icons .icon img {
	width: 100%;
}

.col.map {
	display: flex;
	align-items: center;
}

.footer-bottom {
	background-color: #fff;
	padding: 20px 0;
}

.footer-bottom .list-items a {
	display: inline-block;
	margin-right: 5px;
	padding-right: 15px;
	color: #3C3C3C;
	font-size: 16px;
	line-height: 2;
	position: relative;
}

.footer-bottom .list-items a:not(:last-of-type):after {
	content: '-';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	
}

@media screen and (max-width: 992px) {
	footer .col.map {
		display: none;
	}
	footer .cols .col {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 768px) {




    footer .cols {
    	flex-direction: column;
    }
    
    footer .dropdown .dropdown-header {
        cursor: pointer;
    }
    
    footer .dropdown .dropdown-header:after {
    	content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: url("../images/arrow-down-s.svg");
		background-size: contain;
		background-position: center right;
		background-repeat: no-repeat;
		cursor: pointer;
		transition: .4s;
    }
    footer .dropdown.active .dropdown-header:after {
        transform: rotate( 180deg );
    }

    footer .dropdown .dropdown-content {
    	max-height: 0;
    	overflow: hidden;
    	transition: .4s;
    }

    footer .social-icons {
    	padding-right: 0;
    }

    footer .social-icons-wrapper {
    	margin-top: 45px;
    	padding: 0 30px;
    }

    footer .uol-logo {
    width: 188px;
    margin: auto;
    position: relative;
    bottom: initial;
    padding: 30px 0;
    display: block;
}

}

/* --------------------------------------------
Footer END
-------------------------------------------- */

.sprite-sheet {
	display: none;
}

.story-summaries .navigation {
	width: 100%;
	margin: 30px 0 0 0;
}


.nav-links .page-numbers.current {
	background: #e4042c;
    padding: 7px 15px;
    color: #fff;
    font-weight: 600;
	border: solid 1px #e4042c;
}

.nav-links a.page-numbers {
		background: #fff;
    padding: 7px 15px;
    color: #3C3C3B;
    font-weight: 600;
	border: solid 1px #3C3C3B;
	

}

