:root {
    --wxm--black: #020203;
    --wxm--navy: #151F35;
    --wxm--teal: #41A494;
    --wxm--lightteal: #4CB8A8;
    --wxm--pink: #EB5E95;
    --wxm--yellow: #FDC400;
    --wxm--orange: #E6881E;
    --wxm--red: #E64550;
    --wxm--purple: #4C4394;
    --wxm--lightgrey: #F0F4F5;
    --wxm--darkgrey: #949494;
    --wxm--white: #ffffff;
}
html {
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	font-family: sans-serif;
  	height:100%;
}
body {
  	margin: 0;
  	font-family: "Inter", Arial, sans-serif;
  	font-size: 16px;
  	line-height: 24px;
  	color: var(--wxm--black);
  	background-color: var(--wxm--white);
  	min-height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  	display: block;
}
audio, canvas, progress, video {
  	vertical-align: baseline;
  	display: inline-block;
}
audio:not([controls]) {
  	height: 0;
  	display: none;
}
[hidden], template {
  	display: none;
}
a {
  	color: var(--wxm--teal);
  	text-decoration: none;
}
a:active, a:hover {
  	outline: 0;
}
abbr[title] {
  	border-bottom: 1px dotted;
}
b, strong {
  	font-weight: bold;
}
dfn {
  	font-style: italic;
}
mark {
  	color: var(--wxm--black);
  	background: #ff0;
}
small {
  	font-size: 80%;
}
sub, sup {
  	vertical-align: baseline;
  	font-size: 75%;
  	line-height: 0;
  	position: relative;
}
sup {
  	top: -.5em;
}
sub {
  	bottom: -.25em;
}
img {
  	border: 0;
}
svg:not(:root) {
  	overflow: hidden;
}
hr {
  	box-sizing: content-box;
  	height: 0;
}
pre {
  	overflow: auto;
}
code, kbd, pre, samp {
  	font-family: monospace;
  	font-size: 1em;
}
fieldset {
  	border: 0;
  	margin: 0;
  	padding: 0;
}
button, [type="button"], [type="reset"] {
  	cursor: pointer;
  	-webkit-appearance: button;
  	border: 0;
  	overflow: visible;
}
button, input, optgroup, select, textarea {
  	color: inherit;
  	font: inherit;
  	margin: 0;
}
button, select {
  	text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
	-webkit-appearance: button !important;
	-moz-appearance: button;
	-o-appearance: button;
	-ms-appearance: button;
	appearance: button;
  	cursor: pointer;
}
button[disabled], html input[disabled] {
  	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  	border: 0;
  	padding: 0;
}
input {
  	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  	box-sizing: border-box;
  	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  	height: auto;
}
input[type="search"] {
  	-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none;
}
label {
  	margin-bottom: 5px;
  	font-weight: bold;
  	display: block;
}
legend {
  	border: 0;
  	padding: 0;
}
textarea {
  	overflow: auto;
}
optgroup {
  	font-weight: bold;
}
table {
  	border-collapse: collapse;
  	border-spacing: 0;
}
td, th {
  	padding: 0;
}
* {
  	box-sizing: border-box;
}
img {
  	vertical-align: middle;
  	max-width: 100%;
  	display: inline-block;
}
.hidden {
  	display: none;
}

  
h1, h2, h3, h4, h5, h6 {
  font-family: "degular", Poppins, sans-serif;
  margin-bottom: 1rem;
  font-weight: bold;
}
h1 {
  margin-top: 1rem;
  font-size: 3.5rem;
  line-height: 3.5rem;
  width:100%;
}
h2 {
  margin-top: 1rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  width:100%;
}
h3 {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 2rem;
}
h4 {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
h5 {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
}
h6 {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
p {
  font-family: "Inter", Arial, sans-serif;
  color: var(--wxm--navy);
  margin-top: 0;
  margin-bottom: 0.5rem;
}
strong {
  font-weight: 600;
}
blockquote {
  border-left: 5px solid var(--wxm--teal);
  margin: 0 0 1em;
  padding: 1em 1.5em;
  font-size: 1.2em;
}
figure {
  margin: 0 0 10px;
}
figcaption {
  text-align: center;
  margin-top: 5px;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2.5em;
}

  
.container {
  	width:80%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.container.full {
	width:100%;
}

.page-header {
  background-image: url("https://ask.wrexham.ac.uk/media/ask/ask_banner.jpg"); /* T4 Image */
  background-position: 50% 0;
  background-size: auto;
  color: var(--wxm--white);
  flex-direction: column;
  height: 400px;
  margin-top: 0;
  display: flex;
}
.lang-selector {
  float: right;
  font-weight:bold;
}
.lang-selector ul {
    list-style:none;
    margin:0px;
    padding:0px;
}
.lang-selector a {
  padding: 0.8rem 1rem;
  background:var(--wxm--teal);
  color:var(--wxm--white);
  font-weight:bold;
    display: inline-block;
}    
.lang-selector a.english {
  color:#fdc400;
}
.lang-selector a:hover {
  background:#388276;
  text-decoration: underline;
}
.logo-holder {
  margin-bottom:5rem;
    float:left;
}    
.heading-1 {
    clear:both;
  	color: var(--white);
  	text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
  	font-weight: 700;
	padding-left: 2rem;
    padding-right: 2rem;
}
    
    
.main-content {
  	padding-top: 4rem;
  	padding-bottom: 5rem;
}
.card {
    min-height: 100%;
  	background-color: var(--white);
  	border-radius: 1em;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    overflow: hidden;
    margin-bottom:2rem;
    transition: transform .2s;
}
.card:hover {
  transform: scale(1.04);
}
.card a {
    color:var(--wxm--black);
}
.card-body {
    padding: 1.5rem;
    overflow: hidden;
}
.card-body ul {
    padding-left: 1.25rem;
}
.card-image {
    object-fit: cover;
	overflow: hidden;
}
@media print, screen and (min-width: 40em) {
    .wide .card-image {
	    float:right;
	    max-width:33%
    }
}


    

.footer {
  	background-color: var(--wxm--navy);
  	color: var(--wxm--white);
    text-align: center;
  	padding-top: 2rem;
  	padding-bottom: 2rem;
}



@media screen and (max-width: 991px) {
  .page-header {
    height: auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {   
  .page-header {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .spacer {
    display: none;
  }
}












