@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");

body {
	font-family: Lato, sans-serif;
	overflow-x: hidden;
	font-size: 10pt;
	line-height: 1.5;
	color: #333;
	margin: 0;
	padding: 0;
	width: 100%;
}

@page {
	margin: 1cm 1.5cm;
}

* {
	box-sizing: border-box;
}

a {
	color: black;
	text-decoration: none;
}

/*
a[href^="http"] {
	background: pink;
}
a:not([href^="http"]) {
	background: yellow;
}
a[href^="mailto"] {
	background: #cad;
}
*/


/*a[href^="http"]:after {*/
a:after {
	content:" (" attr(href) ") ";
	font-size:0.8em;
	font-weight:normal;
	color: #3f87ba;
	text-decoration: underline;
	word-break: break-all;
}

/*
a:not([href^="http"]):after {
	content:" (http://www.ucd.ie/teaching" attr(href) ") ";
}
*/
a[href^="mailto"]:after {
	content:" (" attr(href) ") ";
}


a[href^="#"]:after,
a[href^=""]:after,
a[href^="javascript"]:after,
.navbar__brand:after,
a[name]:after,
a[id]:after,
a[href^="tel"]:after {
	display: none;
}



/*HIDDEN ELEMENTS THAT AREN'T USEFUL ON PRINTED PAGES
******************************************/

.main-nav *,
p:empty,
a[name],
.btn--menu,
.cookie-notice,
.breadcrumb-wrap,
.page-nav-lev1,
nav,
.site-footer__social,
.site-footer__links .col-md-3,
.site-footer__bottom,
.full-width-video,
.modal--video,
.component__back-link,
.print-page {
	display: none !important;
	margin: 0;
	padding: 0;
}

.footer .row > div:first-child {
	display: block;
}


/*FIX SLICK ISSUES
*****************************************/

.slick-arrow {
	display: none !important;
}

/* Show Only Active Slide */
.slick-slide {
    display: none !important;   
}
.slick-active {
    display: block !important;
}

/* Reset adaptiveHeight */
.slick-list {
    height: auto !important;
}

/* Remove Scrollbars */
.slick-track {
    width: auto !important;
    height: auto !important;
    transform: none !important;    
}
.slick-slide {
    width: auto !important;
}


/*BASIC BOOTSTRAP GRID
******************************************/
/*
div[class*="col-"] {
	float: left;
	width: 100%;
}

div.col-sm-3,
div.col-md-3,
div.col-lg-3 {
	width: 25%;
	float: left;
}
div.col-sm-4m
div.col-md-4,
div.col-lg-4 {
	width: 33.33333%;
	float: left;
}
div.col-sm-6,
div.col-md-6,
div.col-lg-6 {
	width: 50%;
	float: left;
}
*/

/*COPY
******************************************/
h1, h2, h3, h4 {
	color: black;
	margin: 0.4cm 0 0.2cm;
}

.page-title {
	font-size: 2em;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

p,
ul,
ol, 
figure,
table {
	margin: 0.25cm 0 0.25cm;
}

li {
	margin-bottom: 0.15cm;
}

ul li {
	list-style: none;
	position: relative;
	padding-left: 0.5cm;
}

ul li:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 4px solid #008ACC;
	position: absolute;
	top: 4px;
	left: 0;
}

ol {
	margin-left: 0.3cm;
}

blockquote {
	font-style: italic;
	font-size: 1em;
	position: relative;
	padding-left: 0.7cm;
	margin-left: 0;
	margin-right: 0;
}

blockquote:before {
	content: "\201C";
	color: #cd202c;
	font-size: 2.5em;
	position: absolute;
	top: -15px;
	left: 0;
}

table { 
	border: 1px solid #bbbcbc !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

table th,
table td {
	border-bottom: 1px solid #bbbcbc;
	padding: 0.15cm;
}

table th {
	text-transform: uppercase;
}

table th *,
table td * {
	margin: 0;
	padding: 0;
}

table th li,
table td li {
	padding-left: 0.5cm;
}


/*HEADER
******************************************/
.site-header {
	padding: 0 0 0.3cm;
}

.site-header__logo img:not(.print-only) {
	display: none;
}


/*HERO BANNER
******************************************/
.hero-banner {
	text-align: center;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding: 0.25cm;
}

/*FOOTER
******************************************/
.site-footer {
	text-align: center;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	margin: 0.5cm 0 0 0;
	padding: 0.25cm;
}

.site-footer br {
	display: none;
}

