@charset "UTF-8";

/* .p14 * {filter: grayscale(0.5);}
.p3 .header-wrap * {filter: grayscale(1);}
.p3 .nav-wrap{ background: #ffffff url(../images/nav-wrap-black.png) no-repeat top center; background-size: auto 100%; }
.p3 .nav .inner { background: url(../images/nav-main-black.png) no-repeat 0 0; background-size: 100% 100%; }
.p3 .nav .dropdown-wrap { background: rgb(0 0 0 / 90%); }
.p3 .nav .dropdown img { filter: grayscale(1); } */

html {height: 101%; margin: 0; padding: 0; min-height: 101%;}
body {font-family: "Ubuntu", arial, sans-serif; font-weight: 400; font-size: 100%; font-style: normal; margin: 0; padding: 0; height: 100%; position: relative; overflow-x: hidden; background: #ffffff; min-height: 101%;}

hr {width: 100%; height: 1px; background: #cccccc; border: none; margin: 10px auto; clear: both;}

img {display: block; margin: 0; outline: none; padding: 0; vertical-align: bottom; max-width: 100%; width: auto;}
img.seecmsimagedefault, img.seecmsimagedefaultundefined {display: inline-block; margin: 0 0 20px 0!important;}
img.seecmsimageleft, img.seecmsimageleftundefined {float: left; margin: 0 20px 20px 0!important;}
img.seecmsimageright, img.seecmsimagerightundefined {float: right; margin: 0 0 20px 20px!important;}
img.seecmsimagecentre, img.seecmsimagecentreundefined {display: block; margin: 0 auto;}

p, h1, .heading1, h2, .heading2, h3, .heading3, h4, .heading4, li {margin: 0; padding: 0; line-height: 140%; color: #3b3b3b; font-style: normal; font-weight: 400;}
p {padding: 0 0 20px 0;}
ul, ol {margin: 0 0 20px 20px; padding: 0;}
li ul {margin: 0; padding: 0;} 
li ol {margin: 0 0 0 20px; padding: 0;}

/* Proper display for nested ordered lists */
ol {counter-reset: item; list-style: none; padding-left: 1.5em;}
ol > li {counter-increment: item; margin: 0.4em 0;}
ol > li::before {content: counters(item, ".") ": ";}
li > ol {counter-reset: item;}

li p {padding: 0;}
li li, li p {font-size: 100%;}
strong {font-weight: 700;}
a {text-decoration: none; color: #964972;}
a:hover {color: #964972; text-decoration: none;}
a img {border: none; outline: none;}
* {-webkit-print-color-adjust: exact;}
label {color: #3b3b3b; font-size: 100%;}
sup {font-size: 70%; line-height: 110%; padding: 0 0 10px 0; margin: 0; font-weight: 400; color: #3b3b3b;}
ul {margin: 0 0 20px 0;}
ul li {list-style: none; padding: 0 0 0 15px; position: relative;}
ul li:before {content: "\f054"; position: absolute; top: 3px; left: 0; font-family: "Font Awesome 6 Pro"; color: #3b3b3b; font-size: 100%; line-height: 100%; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-weight: 900;}

p.seeformerrors {color: red;}
.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
.hidden {display: none;}

.col1, .col2, .col3, .col4, .left, .right {display: block; float: left; min-height: 5px;}

div:after, form:after, input:after, section:after, article:after, header:after, footer:after, nav:after, aside:after, hgroup:after {clear: both; content: ""; display: block; height: 0; visibility: hidden;}
section, article, header, footer, nav, aside, hgroup {display: block;}

table {width: 100%; margin: 0 0 20px 0; border: 0!important; border-collapse: separate!important; border-spacing: 2px!important;}
table th {padding: 10px; font-size: 90%; color: #ffffff; background: #dd9a6a; font-weight: 400; border-collapse: separate!important; text-align: left; border: 0!important; border-spacing: 2px!important;}
table td {padding: 10px; font-size: 90%; color: #3b3b3b; background: #f1f1f1; font-weight: 400; border-collapse: separate!important; text-align: left; border: 0!important; border-spacing: 2px!important;}
table th p, table td p {font-size: 100%; padding: 0;}
table th a {color: #ffffff!important;}

input[type="text"], input[type="password"], input[type="email"], textarea, select, button {width: 100%; padding: 0 10px; box-sizing: border-box; height: 40px; background: #f2f2f2; border: 1px solid #f2f2f2; margin: 5px 0 15px 0; outline: none; resize: none; font-family: "Ubuntu", arial, sans-serif; font-weight: 400; font-size: 100%;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset; -webkit-text-fill-color: #3b3b3b;}
textarea {height: 130px; padding: 10px;}
input[type="checkbox"] {width: 15px; height: 15px; float: left; margin: 0 10px 0 0;}
input[type="text"], input[type="submit"], textarea, button, input[type="password"], input[type="button"] {-webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0;}
select {border-radius: 0;}
input[type="submit"], button, input[type="button"] {cursor: pointer; width: auto; outline: none; border: none; text-transform: none; background: #3b3b3b; padding: 0 20px; height: 40px; color: #ffffff; font-size: 100%; font-family: "Ubuntu", arial, sans-serif; font-weight: 400; border-radius: 0;}

/* Flex default classes */
.flex {display: flex;}
.flex-nowrap {flex-wrap: nowrap;}
.flex-wrap {flex-wrap: wrap;}
.flex-direction-column {flex-direction: column;}
.flex-justifycontent-end {justify-content: flex-end;}
.flex-justifycontent-center {justify-content: center;}
.flex-justifycontent-spacebetween {justify-content: space-between;}
.flex-justifycontent-spacearound {justify-content: space-around;}
.flex-justifycontent-spaceevenly {justify-content: space-evenly;}
.flex-alignitems-start {align-items: flex-start;}
.flex-alignitems-end {align-items: flex-end;}
.flex-alignitems-center {align-items: center;}
.flex-alignitems-baseline {align-items: baseline;}
.flex-aligncontent-start {align-content: flex-start;}
.flex-aligncontent-end {align-content: flex-end;}
.flex-aligncontent-center {align-content: center;}
.flex-aligncontent-stretch {align-content: stretch;}
.flex-aligncontent-spacebetween {align-content: space-between;}
.flex-aligncontent-spacearound {align-content: space-around;}
/* End: Flex default classes */


.slick-slide {outline: none!important;}
.cmsform p {padding: 0;}
.cmsform p.fieldname {padding: 0 0 5px 0;}
.cmsform p.fieldoption {padding: 0 0 20px 0;}
.cmsform p.fieldoption .notes {font-style: italic;}
.cmsform input, .cmsform select, .cmsform textarea {margin: 0 0 5px 0;}
.cmsform input[type="checkbox"] {margin: 0 10px 0 0;}
.cmsform input[type="submit"] {margin: 15px 0;}
.cmsform .errors p {color: red!important; padding: 0 0 20px 0;}
.cmsform span.error {color: red!important; float: right;}

.searchresult h3 img {width: auto; float: left; display: inline-block; margin: 0 10px 0 0;}

.clear {clear: both;}

.twitterbutton {margin: 10px 0 0 0; padding: 0;}
.twitterbutton a {display: flex; gap: 10px; padding: 12px 15px; background: #14171a;}
.twitterbutton a:hover {background: #202122;}
.twitterbutton a img {max-height: 25px;}

.sitemap ul ul {margin: 0 0 0 20px;}

.form .row.thirds, .form .row.halves {width: 102%; margin-left: -2%;}
.form .row.thirds .input {float: left; width: 31.3%; margin: 0 0 0 2%;}
.form .row.halves .input {float: left; width: 48%; margin: 0 0 0 2%;}

.desktop {display: block;}
.mobile {display: none;}

.nopadding {padding: 0!important;}

.bluetext {color: #253055!important;}
.redtext {color: #ad0014!important;}
.yellowtext {color: #e8b729!important;}

.arrowbutton a {display: inline-block; padding: 0 20px 0 0; position: relative; font-weight: 700;}
.arrowbutton a::after {content: "\f054"; position: absolute; top: 3px; right: 0; font-family: "Font Awesome 6 Pro"; font-size: 100%; line-height: 100%; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-weight: 900;}

.arrowbutton {transition: all 0.2s ease; margin-right: 5px;}
.arrowbutton::after {content: "\f054"; font-family: "Font Awesome 6 Pro"; display: inline-block; font-weight: 900; margin-left: 5px; transition: all 0.2s ease; cursor: pointer;}
.arrowbutton:hover {margin-right: 0;}
.arrowbutton:hover::after {margin-left: 10px;}

.blockbutton a {background: #964972; color: #ffffff; padding: 12px 28px; box-sizing: border-box; position: relative; display: inline-block;}
.blockbutton a:after {content: "\f054"; margin: 0 0 0 10px; font-family: "Font Awesome 6 Pro"; font-size: 100%; line-height: 100%; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-weight: 900;}

.fullwidthbutton a {background: #964972; color: #ffffff; padding: 12px 28px; box-sizing: border-box; position: relative;}
.fullwidthbutton a:after {content: "\f054"; margin: 0 0 0 10px; font-family: "Font Awesome 6 pro"; font-size: 100%; line-height: 100%; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-weight: 900;}

h1, .heading1, h2, .heading2, h3, .heading3, h4, .heading4 {margin: 0; line-height: 120%; padding: 0 0 20px 0; font-weight: 700; color: #3b3b3b; text-transform: uppercase;}
h1, .heading1 {font-size: 280%;}
h2, .heading2 {font-size: 160%; color: #0092a7;}
h3, .heading3 {font-size: 130%; color: #f36e24;}
h4, .heading4 {font-size: 110%; text-transform: none; color: #6cb164;}
p, li, label, table th, table td {font-size: 100%;}

.wrap.loading {display: none;}

.top-header-wrap {background: #f2f2f2; padding: 0 20px; position: relative;}
.top-header-wrap .border {width: 100%; height: 6px; display: block; background: url(../images/header-border.png) no-repeat center center; background-size: auto 100%; position: absolute; top: 0; left: 0; right: 0;}
.top-header {max-width: 1180px; width: 100%; margin: 0 auto; padding: 11px 0 5px 0;}
.top-header p {padding: 0; line-height: 110%; color: #666666; font-size: 80%; text-align: right;}
.top-header p a {color: #666666; text-decoration: none;}

.header-wrap {background: #ffffff; padding: 0 20px;}
.header {max-width: 1180px; width: 100%; margin: 0 auto; padding: 20px 0 0 0;}
.header .left {float: left; width: 275px;}
.header .right {float: right; width: 660px; padding: 15px 0 0 0;}
.header .right .col1 {float: left; width: 175px; margin: 0 40px 0 0;}
.header .right .col2 {float: left; width: 155px; margin: 0;}
.header .right .col3 {float: right; width: 240px;}
.header p.sociallinks {padding: 5px 0 0 0;}
.header a.logo {display: block; width: 100%; height: 106px; background: url(../images/svgs/logo.svg) no-repeat 0 0; background-size: 100%;}

.sociallinks {padding: 0; color: #3b3b3b; font-weight: 700;}
.sociallinks a {color: #3b3b3b!important; text-decoration: none; display: inline-block; margin: 0 0 0 20px; -webkit-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.sociallinks a.tw:hover {color: #1da1f2!important;}
.sociallinks a.fb:hover {color: #29487d!important;}

.translate .goog-te-gadget-simple {width: 157px; padding-top: 6px; padding-bottom: 5px; margin-top: 10px;}
.translate #google_translate_element, .header .translate .goog-te-gadget {height: 30px;}
.translate .goog-te-gadget img {display: inline-block;}

.search {width: 100%; position: relative;}
.search input {height: 32px; border-radius: 30px; font-size: 80%; padding: 0 50px 0 15px; margin: 0;}
.search input[type="submit"] {width: 16px; height: 16px; position: absolute; top: 8px; right: 15px; margin: 0; padding: 0; border-radius: 0; background: url(../images/search-icon.png) no-repeat 0 0; background-size: 100%;}

.nav-wrap {padding: 0 0 0 20px; background: #ffffff url(../images/nav-wrap.png) no-repeat top center; background-size: auto 100%; margin-top: -15px; position: relative;}
.nav {max-width: 1180px; width: 100%; margin: 0 auto;}
.nav .inner {float: right; width: 835px; background: url(../images/nav-main.png) no-repeat 0 0; background-size: 100% 100%; box-sizing: border-box; padding: 0 0 0 20px;}
.nav ul {margin: 0; padding: 0; width: 100%; display: table;}
.nav li {list-style: none; padding: 0; display: table-cell; text-align: center; vertical-align: middle; font-size: 100%; position: static;}
.nav li:before {display: none;}
.nav li a {text-align: center; text-decoration: none; color: #ffffff; font-weight: 700; text-transform: uppercase; display: block; padding: 8px 10px; font-size: 90%; -webkit-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.nav li.selected a, .nav li:hover a {color: #ffffff;}
.nav .dropdown-wrap {background: rgba(75, 37, 104, 0.9); position: absolute; top: 100%; left: 0; width: 100%; z-index: 20; padding: 0 20px; box-sizing: border-box; display: none;}
.nav li:hover .dropdown-wrap {display: block;}
.nav .dropdown {max-width: 1180px; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 40px 0;}
.nav .dropdown .image {float: left; width: 220px; margin: 0 30px 0 0; min-height: 5px;}
.nav .dropdown .links {float: left; width: 560px; min-height: 5px;}
.nav .dropdown img {width: 100%;}
.nav .dropdown li a, .nav li:hover .dropdown li a, .nav li.selected .dropdown li a {color: #ffffff;}
.nav .dropdown li.selected a, .nav .dropdown li:hover a, .nav li:hover .dropdown li:hover a, .nav li.selected .dropdown li:hover a, .nav li:hover .dropdown li.selected a, .nav li.selected .dropdown li.selected a {color: #f3d876;}
.nav .dropdown ul {margin: 0; padding: 0; width: 100%; display: block; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
.nav .dropdown li {display: block; text-align: left; background: none;}
.nav .dropdown li a {text-align: left; text-decoration: none; color: #ffffff; display: block; padding: 0; font-weight: 700; font-size: 90%;}

.snav {background: url(../images/snav-border.png) no-repeat bottom left; background-size: 100% 3px;}
.snav ul {margin: 0; padding: 0; width: 100%; box-sizing: border-box;}
.snav li {list-style: none; padding: 0; margin: 0; font-size: 100%; line-height: 110%;}
.snav li:before {display: none;}
.snav li a {text-transform: uppercase; color: #3b3b3b; text-decoration: none; display: block; padding: 10px 15px; font-weight: 700; background: url(../images/snav-border.png) no-repeat top left; background-size: 100% 3px; font-size: 95%;}
.snav li.selected a, .snav li:hover a {color: #944772;}
.snav li.selected ul {padding: 12px 0 8px 50px; background: url(../images/snav-border.png) no-repeat top left; background-size: 100% 3px;}
.snav li.selected li a {color: #3b3b3b; background: none; font-size: 85%; padding: 0;}
.snav li.selected li:hover a, .snav li.selected li.selected a {color: #944772;}

.introbanners {background: #000000; width: 100%; position: relative; height: 564px;}
.introbanners .fade, .introbanners .banner, .introbanners .slick-list, .introbanners .slick-track {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.introbanners .banner .overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4);}
.introbanners .content-wrap {background: none; position: absolute; box-sizing: border-box; width: 100%; height: 100%;}
.introbanners .content .inner {max-width: 680px; width: 100%; float: right;}
.introbanners .content {padding: 80px 0 0 0;}
.introbanners .content * {color: #ffffff;}
.introbanners .content h1 {font-size: 400%; line-height: 100%; text-transform: uppercase; font-weight: 300; padding: 0 0 20px 0; margin: 0 0 20px 0; position: relative;}
.introbanners .content h1:after {max-width: 400px; height: 3px; width: 100%; display: block; content: ""; position: absolute; bottom: 0; left: 0; background: url(../images/title-border.png) no-repeat 0 0; background-size: 100%;}
.introbanners .content .tagline {font-size: 180%; line-height: 100%; font-weight: 300; padding: 0 0 20px 0; margin: 0 50px; position: relative;}
.introbanners .content .tagline p {padding: 0; position: relative; font-style: italic;}
.introbanners .content .tagline p:before, .introbanners .content .tagline p:after {max-width: 40px; height: 1px; width: 100%; display: block; content: ""; position: absolute; top: 50%; left: -50px; transform: translateY(-50%); background: url(../images/title-border.png) no-repeat 0 0; background-size: 100%;}
.introbanners .content .tagline p:after {left: unset; right: 20px;}
.introbanners .content .latest .left {float: left; width: 440px;}
.introbanners .content .latest .right {float: right; width: 230px;}
.introbanners .content .latest .heading {padding: 10px; background: url(../images/latest-heading.png) no-repeat 0 0; background-size: 100% 100%; min-height: 39px; box-sizing: border-box; margin: 0 0 2px 0;}
.introbanners .content .latest .heading h4 {padding: 0; font-weight: 700; text-transform: uppercase; font-size: 100%;}
.introbanners .content .latest .twitter .heading {background: #00b5f7!important;}
.introbanners .content .latest .twitter .tweet {padding: 0 0 10px 0;}
.introbanners .content .latest .twitter .tweets {min-height: 255px;}
.introbanners .content .latest .box {background: rgba(0, 0, 0, 0.5); padding: 10px; box-sizing: border-box; min-height: 270px;}
.introbanners .content .latest .box p {padding: 0; font-size: 90%;}
.introbanners .content .latest .twitter p {line-height: 140%;}
.introbanners .content .latest p.clip {overflow: hidden; position: relative; line-height: 1.4em; max-height: 4.2em; margin-right: -1em; padding-right: 2em!important;}
.introbanners .content .latest p.clip:before {z-index: 999; visibility: visible; content: "..."; position: absolute; right: 0; bottom: 0; color: #ffffff; display: block; width: 25px;}
.introbanners .content .latest p.clip:after {z-index: 999; visibility: visible; content: ""; position: absolute; right: 0; width: 30px; height: 1em; margin-top: 0.2em; background: #000000; display: none;}
.introbanners .content .latest .twitter p.clip {max-height: 5.6em;}

.facebook-container {width: 100%;}

.title-container {background: #4b2568;}
.title-wrap {padding: 0 20px;}
.title {max-width: 1180px; width: 100%; margin: 0 auto; padding: 30px 0;}
.title h1, title p {color: #ffffff; font-weight: 700; text-transform: uppercase; padding: 0; font-size: 340%; line-height: 120%;}

.breadcrumb p {font-size: 75%!important;}
.breadcrumb p a {font-weight: 400; color: #3b3b3b; text-decoration: none;}

.homeintro {background: #f2f2f2;}
.homeintro img {width: 100%;}
.homeintro .image {float: left; width: 360px; min-height: 5px;}
.homeintro .introtext {float: right; width: 690px; padding: 60px 85px 60px 0; box-sizing: border-box;}

.newsfeed .newsstory {padding: 10px 0 0 0; margin: 10px 0 0 0; border-top: 1px solid rgba(255, 255, 255, 0.4);}
.newsfeed .newsstory:first-child {padding: 0; margin: 0; border-top: 0;}
.newsfeed .image {float: left; width: 110px; min-height: 5px; overflow: hidden;}
.newsfeed .image:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.newsfeed .image img {width: 100%; max-width: initial; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}

.newsfeed .text {min-height: 5px; float: right; width: 300px;}
.newsfeed .text p.date {font-size: 80%!important;}
.newsfeed .text a {text-decoration: none; color: #ffffff;}

.newsfeed .newsstory.inbanner {display: flex; flex-direction: row; gap: 15px;}
.newsfeed .newsstory.inbanner .image {float: none; min-width: 110px;}
.newsfeed .newsstory.inbanner .text {float: none; width: unset;}

.subnewsfeed {width: 102%; margin-left: -2%;}
.subnewsfeed .newsstory {float: left; width: 276.81px; background: #000000; position: relative; margin: 0 0 0 25px;}
.subnewsfeed .newsstory.n1 {width: 577.75px; background: #f2f2f2; position: relative;}
.subnewsfeed .newsstory img {width: 100%; opacity: 0.5;}
.subnewsfeed .newsstory .text {position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box; padding: 20px;}
.subnewsfeed .newsstory .text p {color: #ffffff; font-size: 90%; padding: 0 0 5px 0;}
.subnewsfeed .newsstory .text p strong {text-transform: uppercase;}
.subnewsfeed .newsstory .text p.date {font-size: 80%;}
.subnewsfeed .newsstory .text p a {color: #ffffff; text-decoration: none;}
.subnewsfeed .newsstory .text p strong a {text-transform: none;}
.subnewsfeed .newsstory.n1 img {opacity: 1;}
.subnewsfeed .newsstory.n1 .image {float: left; width: 48%;}
.subnewsfeed .newsstory.n1 .text {float: right; width: 52%; position: static; height: auto;}
.subnewsfeed .newsstory.n1 .text:after {content: ""; display: block; width: 52%; height: 5px; background: #ad0014; position: absolute; bottom: 0; right: 0; visibility: visible;}
.subnewsfeed .newsstory.n1 .text p, .subnewsfeed .newsstory.n1 .text p a {color: #253055;}
.subnewsfeed .slick-dots {bottom: -30px; position: absolute; left: 50%; transform: translateX(-50%); z-index: 20; padding: 0; margin: 0 auto; text-align: center; display: block!important;}
.subnewsfeed .slick-dots li {float: left; width: 15px; height: 15px; line-height: 15px; margin: 0 5px 0 0; padding: 0; list-style: none;}
.subnewsfeed .slick-dots li:before {content: none;}
.subnewsfeed .slick-dots li button {width: 15px; height: 15px; border: none; border-radius: 50%; background: rgba(0, 0, 0, 0.3); margin: 0; padding: 0; cursor: pointer; text-indent: -9999px;}
.subnewsfeed .slick-dots li.slick-active button {background: rgba(0, 0, 0, 0.6);}

.eventsfeed {padding: 50px 0 0 0;}
.eventsfeed .event {position: relative; padding: 0 60px 0 105px; float: left; box-sizing: border-box; width: 33.3333%; min-height: 200px;}
.eventsfeed .event .date {padding: 10px; text-align: center; position: absolute; top: 0; left: 0; background: #ad0014; width: 85px; box-sizing: border-box;}
.eventsfeed .event .datetwo {top: 106px;}
.eventsfeed .event .date p {padding: 0; color: #ffffff; text-transform: uppercase; font-weight: 300; line-height: 120%;}
.eventsfeed .event .date p a {color: #ffffff; text-decoration: none;}
.eventsfeed .event .text h3 {font-size: 185%; color: #3b3b3b; font-weight: 700; padding: 0 0 10px 0; line-height: 110%; text-transform: none;}
.eventsfeed .event .text h3 a {color: #3b3b3b; text-decoration: none;}
.eventsfeed .event .text p {padding: 0; font-weight: 700; color: #ad0014; font-size: 140%; line-height: 120%;}
.eventsfeed .event .text p a {color: #ad0014; text-decoration: none;}

.eventsfeed.eventsfeedmain {padding: 0;}
.eventsfeed.eventsfeedmain .event {padding: 0 60px 0 105px; float: none; width: 100%; min-height: 108px; margin: 0 0 30px 0;}
.eventsfeed.eventsfeedmain .event .text h3 {font-size: 160%; padding: 0 0 5px 0;}
.eventsfeed.eventsfeedmain .event .text p.intro {font-weight: 400; color: #3b3b3b; font-size: 90%; line-height: 140%; padding: 5px 0 0 0;}
.eventsfeed.eventsfeedmain .event .text p.arrowbutton {font-size: 90%; padding: 5px 0 0 0;}


.concertina .block {margin: 0 0 10px 0;}
.concertina .block .text {display: none; padding: 15px 20px; background: #ececec;}
.concertina .block .text p:last-of-type {margin-bottom: 0;}
.concertina .block .heading {position: relative; cursor: pointer; padding: 12px 20px; background: var(--blue-400);}
.concertina .block .heading p {margin: 0; color: var(--white); font-weight: 700; font-size: 1.4rem; padding-bottom: 0;}
.concertina .block .heading p.open-icon {width: fit-content; font-size: 1.3rem;}
.concertina .block .open-icon i {transition: all 0.3s ease;}
.concertina .block.open .open-icon i {transform: rotate(45deg);}

/* .eventsfeed .slide-arrow.slick-arrow {margin: 0;} */

.content-wrap {padding: 0 20px; background: #ffffff;}
.content-wrap.offerfeatures {background: #253055;}
.content {max-width: 1180px; width: 100%; margin: 0 auto; padding: 15px 0 50px 0;}
.content .left {float: left; width: 220px;}
.content .right {float: right; width: 920px;}
.content .right .col1 {float: left; width: 450px;}
.content .right .col2 {float: right; width: 450px;}
.content.full-width .col1, .content.full-width .col2 {width: 560px; float: left;}
.content.full-width .col2 {float: right;}

.home .content {padding: 50px 0;}

.offerfeatures .content * {color: #ffffff;}

.grid {display: grid;}
.grid-stack {place-content: center;}
.-stack > * {grid-area: 1 / 1;}


.flex {display: flex;}
.flex-stack {flex: 1; align-items: center; position: relative;}
.flex-stack {flex-direction: column;}
.flex::after {content: unset;}

.grid {width: 102%; margin-left: -2%;}
.grid .box {float: left; width: 31%; margin: 0 0 20px 2%;}
.grid .box .image, .grid-links .box .image {width: 100%; box-sizing: border-box; border: 1px solid #cccccc; height: 200px; margin: 0 0 10px 0; position: relative;}
.grid .box .image img, .grid-links .box .image img {position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; max-width: 80%; width: auto; max-height: 180px; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%);}

.grid-links {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.grid-links > * {min-width: 0; min-height: 0;}

/* Staff grid */
.grid-links.staff-grid .box {border: 1px solid #cccccc; border-radius: 5px; display: flex; flex-direction: column;}
.grid-links.staff-grid .box .image {border: none; background: #e3e3e3; margin: 0; height: auto;}
.grid-links.staff-grid .box .image img.noimg {object-fit: cover; width: 100%; height: 100%; padding: 0; margin: 0; max-width: unset; max-height: unset;}
.grid-links.staff-grid .box .image img {position: relative; top: unset; left: unset; max-width: 100%; max-height: unset; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none;}
.grid-links.staff-grid .box .text {padding-inline: 20px; padding-block: 20px; display: flex; flex-direction: column; flex-grow: 1;}
.grid-links.staff-grid .box .text > * {min-width: 0; min-height: 0;}
.grid-links.staff-grid .box .text .name {color: #f36e24; padding: 0 0 5px;}
.grid-links.staff-grid .box .text .jobtitle {font-weight: 700; padding: 0 0 5px;}
.grid-links.staff-grid .box .text .email {font-weight: 700; padding: 0 0 10px;}
.grid-links.staff-grid .box .roles {display: flex; flex-wrap: wrap; gap: 10px;}
.grid-links.staff-grid .box .role {display: inline-block; padding: 5px 10px; font-size: 80%; background: #964972; color: #ffffff; border-radius: 15px;}
.grid-links.staff-grid .box .text .actions {text-align: right; margin-top: auto;}
.grid-links.staff-grid .box .arrowbutton {color: #579450}
/* .grid-links.staff-grid .box .role {border-radius: 15px; background: #964972; color: #ffffff; display: inline-block; padding: 5px 10px; font-size: 80%; margin-top: 5px;} */

.bio-popup {max-width: 50vw; border-radius: 5px; max-height: 90vh; overflow-y: auto;}
.bio-popup > div {display: grid; grid-template-columns: 1fr 2fr; gap: 40px;}
.bio-popup .image {width: 100%; border-radius: 5px;}
.bio-popup .image img {margin: 0 auto; padding-bottom: 20px; border-radius: 5px;}
.bio-popup .bio {margin-block-start: 10px;}
.bio-popup .name {color: #f36e24;}
.bio-popup .jobtitle {font-weight: 700;}

.whatweoffer {width: 102%; margin-left: -2%;}
.whatweoffer .box {float: left; width: 31%; margin: 0 0 0 2%; overflow: hidden;}
.whatweoffer .box .image:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.whatweoffer .box img {width: 100%; max-width: initial; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}
.whatweoffer .box * {color: #ffffff;}
.whatweoffer .box ul {margin-bottom: 0;}
.whatweoffer .box li:before {color: #ffffff;}
.whatweoffer .box h3 {font-weight: 700; text-transform: none; color: #e8b729; font-size: 140%; padding: 0 0 10px 0;}
.whatweoffer .box p {padding: 0 0 10px 0;}
.whatweoffer .box p, .whatweoffer .box li {font-size: 90%;}
.whatweoffer .box .image {margin: 0 0 20px 0;}
.whatweoffer .box li { -webkit-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.whatweoffer .box li a {color: #ffffff; -webkit-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.whatweoffer .box li:hover, .whatweoffer .box li:hover:before, .whatweoffer .box li:hover a {color: #e8b729;}

.venues {width: 102%; margin-left: -2%;}
.venues .venue {float: left; width: 48%; margin: 0 0 20px 2%;}
.venues .venue .image {margin: 0 0 15px 0;}

.newsfeedmain .newsstory {padding: 0 0 20px 0;}
.newsfeedmain .image {float: left; width: 180px; min-height: 5px;}
.newsfeedmain .image img {width: 100%;}
.newsfeedmain .text {float: right; width: 720px;}
.newsfeedmain .text h3 {padding: 0 0 5px 0;}
.newsfeedmain .text h3 a {color: #3b3b3b;}
.newsfeedmain .text p {padding: 0 0 5px 0;}
.newsfeedmain .text p.date {font-size: 80%;}

.accreditations {padding-bottom: 20px;}
.accreditations .logo {float: left; width: 12.5%; text-align: center; height: 76px; position: relative;}
.accreditations .logo img {display: inline-block; max-width: 80%; width: auto; max-height: 76px; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -o-transform: translate(0, -50%);}

.schools {width: 102%; margin-left: -2%;}
.schools .school {width: 31.333%; margin-left: 2%; float: left; background: #f2f2f2; border-bottom: 3px solid red;}
.schools .school .image {height: 200px; position: relative; background: #ffffff;}
.schools .school .image img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: 200px; width: 70%;}
.schools .school .text {box-sizing: border-box; padding: 15px;}
.schools .school .text h4 {padding: 0 0 10px 0;}
.schools .school .blockbutton {padding: 15px 0 0 0;}

/* CW responsive fix */
.schools {display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; width: 100%; margin-left: 0;}
.schools:after, .schools *:after {display: none;}
.schools .school {width: 100%; margin-left: 0; float: none; border-bottom: 3px solid #4b2568;}
.schools .school .image {height: auto; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; overflow: hidden; max-height: 275px;}
.schools .school .image img {position: relative; top: unset; left: unset; transform: none; width: 100%; max-height: unset; grid-column: 1; grid-row: 1; transition: all 0.4s ease;}
.schools .school .image img:not(.logo) {width: 100%; height: 100%; object-fit: cover;}
.schools .school .image .logo {max-height: 200px; margin: 0 auto; align-self: center; z-index: 1; width: auto; object-fit: contain; opacity: 0;}
.schools .school .text {display: flex; flex-direction: column; padding: 20px;}
.schools .school .text h4 {color: #4b2568;}
.schools .school .text .desc {margin: 0 0 20px;}
.schools .school .text .blockbutton {padding: 0; margin-top: auto;}
.schools .school .text .blockbutton a {display: block; max-width: max-content;}

.schools .school:hover .image img {filter: blur(3px); opacity: 0.5;}
.schools .school:hover .image .logo {filter: none; opacity: 1;}
.schools .school:hover .text h4 {color: var(--school-color, #4b2568);}
.schools .school:hover {border-color: var(--school-color, #4b2568);}
.schools .school:hover .text .blockbutton a {background-color: var(--school-color, #4b2568);}

.sidebaroverlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000000; opacity: 0.7; z-index: 20; display: none;}
.sidebar {position: fixed; top: 0; right: -300px; height: 100%; background: #f2f2f2; width: 300px; z-index: 25;}
.sidebar p {font-size: 90%;}
.sidebar h4 {display: none;}
.sidebar-buttons {position: absolute; top: 197px; left: -32px; width: 32px; z-index: 100;}
.sidebar-buttons a {display: block; width: 100%; text-indent: -9999px; text-align: center; color: #ffffff; text-decoration: none; font-weight: 700; position: relative;}
.sidebar-buttons a.moorlands {background: url(../images/sidebar-button.png) no-repeat 0 0; background-size: 100%; height: 319px; z-index: 2;}
/* .sidebar-buttons a.elearning {background: url(../images/ilkleygrammarschool-elearning-button.png) no-repeat 0 0; background-size: 100%; height: 185px; margin-top: -30px;} */
.sidebar .inner {padding: 30px;}
/* .sidebar .inner a, .sidebar .inner h3 {color: #3b3b3b!important;} */

.footer-wrap {padding: 0 20px; background: #f2f2f2;}
.footer-wrap.white {background: #ffffff;}
.footer {max-width: 1180px; width: 100%; margin: 0 auto; padding: 35px 0;}
.footer p, .footer li {color: #3b3b3b; padding: 0; font-size: 90%;}
.footer li {padding: 0 0 0 15px;}
.footer a {color: #3b3b3b!important;}
.footer p a {color: #3b3b3b; text-decoration: none;}
.footer h4 {text-transform: uppercase; color: #3b3b3b!important; padding: 0 0 5px 0; font-size: 100%; font-weight: 600;}
.footer ul {margin: 0;}
.footer p.address {padding: 0 0 0 62px;}
.footer .left {float: left; width: 310px;}
.footer .right {float: right; width: 680px;}
.footer .right .col1 {float: left; width: 400px;}
.footer .right .col2 {float: right; width: 230px;}
.footer .sociallinks {padding: 0 0 20px 0;}

.bottomfooter {background: #ffffff url(../images/header-border.png) no-repeat top center; background-size: auto 6px;}
.bottomfooter .footer {padding: 21px 0 15px 0;}
.bottomfooter .footer .right .col2 {text-align: right;}

.no-svg .header a.logo {background: url(../images/logo.png) no-repeat 0 0; background-size: 100%;}

.mobile-header-wrap, .snavmobile {display: none;}

.newsback {float: left; display: block;}

.cookiesnotice-wrap {position: fixed; bottom: 0; left: 0; z-index: 998; background: #4b2568; box-sizing: border-box; max-width: 100%; right: 0; margin: 0 auto; width: 100%; -webkit-box-shadow: 0 7px 5px -4px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 7px 5px -4px rgba(0, 0, 0, 0.4); box-shadow: 0 7px 5px -4px rgba(0, 0, 0, 0.4); padding: 0 20px;}
.cookiesnotice {max-width: 1080px; width: 100%; margin: 0 auto; padding: 15px 0; position: relative;}
.cookiesnotice p {padding: 0 0 10px 0; color: #ffffff; font-size: 100%; text-align: center;}
.cookiesnotice p a.cookieslink {color: #ffffff; text-decoration: underline; display: inline-block; position: relative;}
.cookiesnotice p.blockbutton a {background: #ffffff!important; color: #2f2f2f!important; padding: 12px 38px; display: inline-block;}
.skiptonacademy .cookiesnotice-wrap {background: #c20614;}
.ilkleygrammarschool .cookiesnotice-wrap {background: #253055;}

.cookiesettings {position: relative; padding: 20px 140px 0 0; margin: 0 0 20px 0;}
.cookiesettings .onoffswitch {position: absolute; top: 30px; right: 20px; width: 90px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.cookiesettings .onoffswitch-checkbox {display: none;}
.cookiesettings .onoffswitch-label {display: block; overflow: hidden; cursor: pointer; border: 2px solid #999999; border-radius: 20px;}
.cookiesettings .onoffswitch-inner {display: block; width: 200%; margin-left: -100%; transition: margin 0.3s ease-in 0s;}
.cookiesettings .onoffswitch-inner:before, .onoffswitch-inner:after {display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px; font-size: 90%; font-weight: 700; color: #ffffff; box-sizing: border-box;}
.cookiesettings .onoffswitch-inner:before {content: "ON"; padding-left: 10px; background-color: #c20614; color: #ffffff;}
.cookiesettings .onoffswitch-inner:after {content: "OFF"; padding-right: 10px; background-color: #eeeeee; color: #999999; text-align: right;}
.cookiesettings .onoffswitch-switch {display: block; width: 18px; margin: 6px; background: #ffffff; position: absolute; top: 0; bottom: 0; right: 56px; border: 2px solid #999999; border-radius: 20px; transition: all 0.3s ease-in 0s;}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {margin-left: 0;}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {right: 0;}

@media (max-width: 1280px){
  .introbanners .content .latest .left {width: 64%;}
  .introbanners .content .latest .right {width: 34%;}
  .introbanners .content .latest .box {min-height: 290px;}

  .newsfeed .text {width: 72%;}

  .content .left {width: 20%;}
  .content .right {width: 77%;}
  .content .right .col1 {width: 48%;}
  .content .right .col2 {width: 48%;}
  .content.full-width .col1, .content.full-width .col2 {width: calc(50% - 20px);}

  .homeintro .image {width: 30%;}
  .homeintro .introtext {width: 68%; padding: 30px 30px 30px 0;}

  .newsfeedmain .image {width: 21%;}
  .newsfeedmain .text {width: 75%;}

  .content-wrap, .footer-wrap, .header-wrap, .title-wrap {padding: 0 50px 0 20px;}

  .footer .left {width: 26%;}
  .footer .right {width: 57%;}
  .footer .right .col1 {width: 58%;}
  .footer .right .col2 {width: 33%;}
}

@media (max-width: 1180px){
  .header a.logo {height: 0; padding-bottom: 30%;}
  .header .left {width: 23%;}
  .header .right {width: 65%; padding: 0;}
  .header .right .col1 {width: 21%; margin: 0 10% 0 0;}
  .header .right .col2 {width: 23%; margin: 0;}
  .header .right .col3 {width: 37%;}
}

@media (max-width: 1150px){
  .subnewsfeed .newsstory.n1 {width: 98%; margin-bottom: 2%;}
  .subnewsfeed .newsstory.n1 .image {width: 30%;}
  .subnewsfeed .newsstory.n1 .text, .subnewsfeed .newsstory.n1 .text:after {width: 68%;}
  .subnewsfeed .newsstory {width: 48%; margin: 0 0 2% 2%;}
}


@media (max-width: 985px){
  .header-wrap, .nav-wrap, .top-header-wrap {display: none;}
  .mobile-header-wrap {display: block; background: #ffffff;}
  .mobile-header {padding: 15px 20px; background: #ffffff;}
  .mobile-header .left {float: left; width: 180px;}
  .mobile-header .right {float: right; padding: 15px 0 0 0;}
  .mobile-header a.logo {display: block; width: 100%; height: 55px; background: url(../images/svgs/logo.svg) no-repeat 0 0; background-size: 100%;}

  .mobile-header-wrap .buttons a {width: 33.3333%; float: left; box-sizing: border-box; text-align: center; display: block; padding: 10px; font-size: 80%; font-weight: 700; color: #ffffff; background: #cccccc;}

  .mobile-nav {background: #1c2f63;}
  .mobile-nav .top {padding: 15px 20px; cursor: pointer; background: url(../images/latest-heading.png) no-repeat 0 0; background-size: 100% 100%;}
  .mobile-nav .top p {float: left; color: #ffffff; font-size: 90%; padding: 0; font-weight: 700; text-transform: uppercase;}
  .mobile-nav .nav-icon {width: 27px; height: 20px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; float: right;}
  .mobile-nav .nav-icon span {display: block; position: absolute; height: 3px; width: 100%; background: #ffffff; border-radius: 0; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out;}
  .mobile-nav .nav-icon span:nth-child(1) {top: 0;}
  .mobile-nav .nav-icon span:nth-child(2), .mobile-nav .nav-icon span:nth-child(3) {top: 7px;}
  .mobile-nav .nav-icon span:nth-child(4) {top: 14px;}
  .mobile-nav .open .nav-icon span:nth-child(1) {top: 21px; width: 0%; left: 50%;}
  .mobile-nav .open .nav-icon span:nth-child(2) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
  .mobile-nav .open .nav-icon span:nth-child(3) {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
  .mobile-nav .open .nav-icon span:nth-child(4) {top: 18px; width: 0%; left: 50%;}
  .mobile-nav ul {padding: 0; margin: 0; display: none;}
  .mobile-nav ul ul {padding: 0; margin: 0; display: none; border-bottom: 0;}
  .mobile-nav li {list-style: none; position: relative; font-size: 100%; font-weight: 700; padding: 0; margin: 0;}
  .mobile-nav li:before {display: none;}
  .mobile-nav li a {display: block; padding: 15px 65px 15px 20px; color: #ffffff; font-size: 90%; text-decoration: none; background: url(../images/latest-heading.png) no-repeat 0 0; background-size: 100% 100%; text-transform: uppercase; font-weight: 700;}
  .mobile-nav li li a {padding: 10px 65px 10px 40px; font-size: 80%;}
  .mobile-nav li.selected a {background: #93496e; color: #ffffff;}
  .mobile-nav li span {position: absolute; top: 0; cursor: pointer; right: 0; width: 52px; height: 52px; text-align: center; line-height: 52px; background: rgba(0, 0, 0, 0.2); color: #ffffff; z-index: 2; font-size: 140%;}
  .mobile-nav li.selected li a, .mobile-nav li li a {background: #ffffff; color: #3b3b3b;}
  .mobile-nav li.selected li.selected a {color: #c0c67b;}

  .content.full-width .col1, .content.full-width .col2 {width: 100%;}

  .schools {grid-template-columns: repeat(2, 1fr); gap: 20px;}

  .bio-popup {max-width: 800px; margin: 40px!important;}
  .bio-popup > div {grid-template-columns: 1fr; gap: 20px;}
  .bio-popup .image img {max-height: 300px;}
}

@media screen and (max-width: 780px) {
  .grid-links {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 667px){
  p, li, label, table th, table td {font-size: 90%;}

  .desktop {display: none;}
  .mobile {display: block;}

  .sociallinks {font-size: 120%;}
  .sociallinks a {margin: 0 0 0 15px;}
  .sociallinks span {display: none;}

  .snav {display: none;}

  .introbanners {height: auto; background: #3b3b3b;}
  .introbanners .content, .home .content {padding: 30px 0;}
  .introbanners .fade, .introbanners .banner, .introbanners .slick-list, .introbanners .slick-track {height: 300px; position: relative;}
  .introbanners .content h1 {font-size: 300%;}
  .introbanners .banner .overlay {display: none;}
  .introbanners .content-wrap {height: auto; position: relative;}
  .introbanners .content .latest .left {width: 100%; margin: 0 0 20px 0;}
  .introbanners .content .latest .right {width: 100%;}
  .introbanners .content .latest .box {min-height: 5px; background: rgba(0, 0, 0, 0.3);}
  .introbanners .content h1:after {max-width: 120px;}

  .snavmobile, .snavmobile .snav {display: block;}
  .snavmobile .snav {padding: 20px 0 0 0;}

  .title p {font-size: 280%;}

  .content {padding: 15px 0 30px 0;}
  .content .left, .content .right, .content .right .col1, .content .right .col2 {width: 100%;}

  .homeintro .image {width: 100%;}
  .homeintro .introtext {width: 100%; padding: 30px 20px 10px 20px;}

  .whatweoffer {width: 100%; margin-left: 0;}
  .whatweoffer .box {width: 100%; margin: 0 0 30px 0;}
  .whatweoffer .box .image {margin: 0 0 10px 0;}

  .eventsfeed .event {width: 100%; margin: 0 0 20px 0; min-height: 108px;}
  .eventsfeed .event .text h3 {font-size: 160%;}
  .eventsfeed .event .text p {font-size: 120%;}

  /* .schools {width: 100%; margin: 0;}
  .schools .school {width: 100%; margin: 0 0 20px 0; float: none;} */
  .schools {grid-template-columns: 1fr;}

  .accreditations {padding: 20px 0 0 0;}
  .accreditations .logo {width: 19%;}

  .sidebar-buttons {position: static; width: 100%;}
  .sidebar-buttons a {width: 100%; box-sizing: border-box; padding: 10px 10px; text-indent: 0; font-size: 90%;}
  .sidebar-buttons a.moorlands {background: #f2f2f2; height: auto; color: #253055!important;}
  .sidebar-buttons a.elearning {background: #e8b729; height: auto; color: #253055!important; margin-top: 0;}

  .content-wrap, .footer-wrap, .header-wrap, .title-wrap {padding: 0 20px;}

  .subnewsfeed .newsstory.n1 .image {width: 50%;}
  .subnewsfeed .newsstory.n1 .text, .subnewsfeed .newsstory.n1 .text:after {width: 50%;}

  .venues {width: 100%; margin-left: 0%;}
  .venues .venue {float: none; width: 100%; margin: 0 0 20px 0;}

  .footer .left, .footer .right, .footer .right .col1, .footer .right .col2, .bottomfooter .footer .right .col2 {width: 100%; text-align: left;}
  .footer .sociallinks {display: none;}
  .footer .translate {margin-bottom: 20px;}
  .footer p.logo {display: none;}
  .white .footer p.logo {display: block;}
  .footer p.address {padding: 0; display: none;}
  .footer .right .col1 {margin: 0 0 20px 0;}
  .bottomfooter .footer .right .col1, .bottomfooter .footer .left {margin: 0;}
}

@media (max-width: 560px){
  .subnewsfeed .newsstory.n1 .image, .subnewsfeed .newsstory.n1 .text, .subnewsfeed .newsstory.n1 .text:after {width: 100%;}
  .subnewsfeed .newsstory {width: 98%; margin-bottom: 2%;}

  .newsfeed .newsstory.inbanner {display: flex; gap: 15px;}
  .newsfeed .newsstory.inbanner .image {float: none; min-width: 110px; margin: 0 auto;}
  .newsfeed .newsstory.inbanner .text {float: none; width: unset;}
}

@media (max-width: 400px){
  .newsfeed .image {width: 45%;}
  .newsfeed .text {width: 52%;}
  .newsfeedmain .image {width: 100%; margin: 0 0 10px 0;}
  .newsfeedmain .text {width: 100%;}

  .grid-links {grid-template-columns: 1fr;}
}
