@font-face {
  font-family: 'PrimarySite.arrow';
  src: url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.eot');
  src: url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.eot?#iefix') format('embedded-opentype'), url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.woff') format('woff'), url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.ttf') format('truetype'), url('https://s3-eu-west-1.amazonaws.com/primarysite-tours/primarysite-arrow-fonts/PrimarySite.arrow.svg#PrimarySite.arrow') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

html,
.main-footer {
  background-color: #1b1b1b;
}

body {
  font-family: 'Poppins', 'Segoe UI', Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  color: #1b1b1b;
  background: #fff;
}

h1,
.xxlarge {
  font-size: 2.6rem;
}

h2,
.xlarge {
  font-size: 2.2rem;
}

/* This is for block titles and the cookie info table headings */

h2,
.ps_cookie-title {
  color: #1b1b1b;
}

h3,
.large {
  font-size: 2.0rem;
}

h4,
.medium {
  font-size: 1.6rem;
}

h5,
.small {
  font-size: 1.4rem;
}

/* Text Highlight Colour
======================== */

/* These selection rule sets have to be separate. */

::-moz-selection {
  color: #fbfbfb;
  background-color: #1b1b1b;
}

::selection {
  color: #fbfbfb;
  background-color: #1b1b1b;
}

a {
  color: #e20810;
}

a:focus,
a:hover,
a:active {
  color: #1b1b1b;
}

/* Website Structure
==================== */

.container {
  position: relative;
}

.inner-container {
  z-index: 6;
}

/* Main header
==============*/

.main-header {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.main-header .home-link {
  transition: ease 0.2s opacity;
}

.main-header .home-link:focus,
.main-header .home-link:hover {
  opacity: 0.6;
}

.main-header .home-link img {
  display: block;
  width: 100%;
}

.main-header .school-details {
  margin-left: 20px;
  line-height: 1.2;
}

.main-header .school-name {
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
}

.main-header .motto {
  margin-top: 5px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}

@media(min-width:981px) {
  /* Main header
  ==============*/
  .main-header {
    position: relative;
    z-index: 6;
    padding: 20px 40px 56px 40px;
  }
  .main-header .home-link {
    display: inline-block;
    width: 150px;
    height: 150px;
  }

  .main-header .trust-link {
    width: 262px;
    height: 90px;
    display: inline-block;
    margin: 10px auto 10px 20px;
    box-shadow: 5px 5px 10px #625959;
    border-radius: 10px;
    background:  white;
    padding: 17px;
    transition: ease 0.8s opacity;
  }

  .main-header .trust-link:focus,
  .main-header .trust-link:hover {
    opacity: 0.6;
  }

  .main-header .trust-link img {
    display: block;
  }
  
  .main-header .school-details {
    margin-left: 10px;
    line-height: 1.2;
  }
  .main-header .school-name {
    font-size: 3.8rem;
  }
  .main-header .motto {
    font-size: 2rem;
  }
}

@media (min-width:981px) and (max-width:1200px) {
  /* Main header
  ==============*/
  .main-header .home-link {
    width: 120px;
    height: 120px;
  }
  .main-header .school-name {
    font-size: 3.4rem;
  }
  .main-header .motto {
    font-size: 1.6rem;
  }

  .main-header .trust-link {
    margin: 0px auto 0px 20px;
    box-shadow: 5px 5px 10px #625959;
    border-radius: 10px;
    background: white;
    padding: 7px;
  }
}

@media(max-width:980px) {
  /* Main header
==============*/
  .main-header {
    flex-direction: column;
    background: url(responsive-header-bg.png) center #e20810;
  }
  .mask-wrap {
    width: 100%;
    padding: 20px 10px;
    background: rgba(226, 8, 16, 0.5);
  }
  .main-header .home-link {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

element.style {
}
@media (min-width: 981px) and (max-width: 1200px)
.main-header .trust-link {
    margin: 0px auto 0px 20px;
    box-shadow: 5px 5px 10px #625959;
    border-radius: 10px;
    background: white;
    padding: 7px;
}

  .main-header .trust-link {
    width: 150px;
    display: block;
    margin: 10px auto 10px;
    box-shadow: 5px 5px 10px #625959;
    border-radius: 10px;
    background: white;
    padding: 10px;
    transition: ease 0.8s opacity;
  }

  .main-header .trust-link:focus,
  .main-header .trust-link:hover {
    opacity: 0.8;
  }

  .main-header .trust-link img {
    width: 100%;
  }

  .main-header .school-details {
    text-align: center;
    margin: 15px 0 0;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .main-header .school-name {
    font-size: 2.4rem;
  	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.6);
  }
  .main-header .motto {
    font-size: 1.6rem;
    margin-top: 10px;
  	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.6);
  }
}

@media(max-width:500px) {
  /* Main header
  ==============*/
  .main-header .school-name {
    font-size: 2.4rem;
  }
  .main-header .motto {
    font-size: 1.6rem;
  }
}

/* Content Container */

.content-container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}

/* Page Title */

.page-title {
  font-size: 3.6rem;
  color: #1b1b1b;
}

@media(max-width: 980px) {
  .page-title {
    font-size: 2.8rem;
  }
}

/* Breadcrumbs */

.breadcrumbs {
  margin: 0 0 13px;
}

.breadcrumbs>li::before {
  color: #1b1b1b;
  content: '>>';
  margin: 0 5px;
}

.breadcrumbs li a {
  color: #e20810;
  text-transform: uppercase;
  font-weight: 700;
}

.breadcrumbs li a:focus,
.breadcrumbs li a:hover {
  color: #1b1b1b;
}

@media (min-width: 981px) {
  .inner-container {
    padding-bottom: 72px;
  }
  .content-container {
    min-height: 500px;
    width: 910px;
    padding: 40px 46px;
    background: rgba(255, 255, 255, 0.9);
  }
}

@media (max-width: 980px) {
  .content-container {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .content-container {
    padding: 30px 20px;
  }
}

/* Responsive Bar
=================*/

@media(max-width:980px) {
  .responsive-bar {
    display: flex!important;
    align-items: center;
    text-align: left;
    height: 70px;
    padding: 0 30px;
    background: #e20810;
    z-index: 222;
  }
  .nav-trigger-wrap {
    display: flex;
    flex-direction: row;
    width: auto;
    margin-left: auto;
  }
  .nav-trigger-wrap .trigger-lines {
    width: 20px;
  }
  .nav-trigger-wrap .menu-title {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 10px;
  }
  .trigger-lines .burger-line,
  .trigger-lines .burger-line:nth-child(2)::before {
    background: #fff!important;
  }
  .nav-trigger-wrap:focus .burger-line::before,
  .nav-trigger-wrap:hover .burger-line::before,
  .nav-trigger-wrap:focus .burger-line,
  .nav-trigger-wrap:hover .burger-line {
    background: #f6f827!important;
  }
  .nav-trigger-wrap:focus .menu-title,
  .nav-trigger-wrap:hover .menu-title {
    color: #f6f827;
  }
  /* Responsive Get In touch
  ==========================*/
  .responsive-git {
    display: flex;
  }
  .responsive-git li {
    margin-right: 30px;
  }
  .responsive-git li:last-child {
    margin-right: 0;
  }
  .responsive-git li a {
    display: flex;
    align-items: center;
    color: #fff;
    transition: ease 0.2s color;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .responsive-git li a:focus,
  .responsive-git li a:hover {
    color: #f6f827;
  }
  .responsive-git li a svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    fill: #fff;
    transition: ease 0.2s fill;
  }
  .responsive-git li a:focus svg,
  .responsive-git li a:hover svg {
    fill: #f6f827;
  }
  /* Responsive Bar search
  ========================*/
  .responsive-bar-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: auto;
    height: 60px;
    margin-right: auto;
    transition: ease 0.2s color;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 30px;
  }
  .responsive-bar-search.icon-font-magnify:before {
    font-size: 2rem;
    margin-right: 7px;
    color: #fff;
  }
  .responsive-bar-search:focus::before,
  .responsive-bar-search:hover::before,
  .responsive-bar-search:focus,
  .responsive-bar-search:hover {
    color: #f6f827;
  }
}

@media(max-width:640px) {
  .responsive-bar {
    padding: 0 20px;
  }
}

@media(max-width:425px) {
  .responsive-bar {
    padding: 0 20px;
  }
  .nav-trigger-wrap .menu-title,
  .responsive-bar-search .rs-text,
  .responsive-git .rg-text {
    display: none;
  }
  .responsive-git li {
    margin-right: 15px;
  }
  .responsive-bar-search {
    margin-left: 15px;
  }
}

.main-nav .nav-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease 0.2s fill;
  fill: #1b1b1b;
}

/* Navigation - Desktop
  ===================== */

@media (min-width: 981px) {
  .top-strip {
    position: relative;
    height: 44px;
    background: #e20810;
    z-index: 20;
  }
  .main-nav li.ps_nav-sub-heading {
    display: none !important;
  }
  .main-nav {
    position: relative;
    z-index: 101;
    height: 88px;
    outline: none;
    background: #fff;
  }
  .main-nav .cp-close {
    display: none;
  }
  .main-nav h3 {
    display: none;
  }
  .main-nav ul {
    padding: 0;
    margin: 0;
  }
  .main-nav>ul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .main-nav ul li {
    position: relative;
    display: block;
    cursor: pointer;
  }
  .main-nav .home-btn {
    margin-right: 60px;
  }
  .main-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #1b1b1b;
  }
  .main-nav>ul>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.8rem;
    box-sizing: border-box;
    padding: 0 16px;
    color: #1b1b1b;
    transition: ease 0.2s color, ease 0.2s background;
    line-height: 1;
  }
  .main-nav>ul>li:focus>a,
  .main-nav>ul>li:hover>a {
    background: #efefef;
    color: #1b1b1b;
  }
  .main-nav .nav-icon {
    display: block;
    width: 26px;
    height: 27px;
    margin-bottom: 5px;
  }
  .main-nav>ul>li:focus .nav-icon svg,
  .main-nav>ul>li:hover .nav-icon svg {
    fill: #ec0000;
  }
  /* Pop Ups */
  .main-nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    z-index: 102;
    box-sizing: border-box;
    text-align: center;
    background-color: #efefef;
    height: auto;
    width: 100%;
    min-width: 230px;
    border-top: 1px solid #ec0000;
  }
  .main-nav ul li.ps_nav-top-level:focus ul,
  .main-nav ul li.ps_nav-top-level:hover ul {
    display: block;
  }
  .main-nav ul li.ps_nav-top-level:focus ul ul,
  .main-nav ul li.ps_nav-top-level:hover ul ul {
    display: none;
  }
  .main-nav li ul li {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-indent: 0;
    background: none;
    border-bottom: 1px solid #adadad;
  }
  .main-nav li ul li:last-child {
    border-bottom: none;
  }
  .main-nav li ul li:focus,
  .main-nav li ul li:hover {
    background-color: #ec0000;
  }
  .main-nav li ul li a {
    display: block;
    width: auto;
    padding: 9px 7px;
    margin: 0;
    text-decoration: none;
    color: #1b1b1b;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .main-nav li ul li a:focus,
  .main-nav li ul li a:hover {
    color: #fff;
  }
}

@media(min-width:981px) and (max-width:1300px) {
  .main-nav .nav-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .main-nav>ul>li>a {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}

@media(min-width:981px) and (max-width:1100px) {
  .main-nav {
    padding-right: 72px;
  }
  .main-nav .nav-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .main-nav>ul>li>a {
    font-size: 1.5rem;
    padding: 0 10px;
  }
  .main-nav>ul>li:nth-last-child(3)>ul {
    left: auto;
    right: 0;
  }
}

/* Navigation - Responsive
========================== */

@media (max-width: 980px) {
  .main-nav,
  .main-nav ul li ul,
  .cp-close {
    background: #f1f1f1;
  }
  .mobile-nav h3,
  .cp-close,
  .main-nav ul li a,
  .main-nav ul li ul li a,
  .main-nav .nav-toggle::before {
    color: #1b1b1b;
  }
  .main-nav ul li:focus,
  .main-nav ul li:hover,
  .main-nav ul li ul li:focus,
  .main-nav ul li ul li:hover {
    background: #e6e1e1;
  }
  .main-nav .cp-close,
  .mobile-nav h3,
  .main-nav ul li a,
  .main-nav ul li ul li a {
    border-bottom: 1px solid #ccc;
  }
  .main-nav .nav-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .main-nav .nav-icons {
    order: 2;
  }
  .main-nav>ul>li>a {
    display: flex!important;
    justify-content: flex-end;
  }
  .main-nav>ul>li>a>.nav-text {
    order: 1;
  }
}

/* Interactive Bar
==================*/

/* Google Search and Translate
============================== */

.google-search-widget {
  position: absolute;
}

.gsc-input,
.gsc-search-button:not(input) {
  height: 33px!important;
}

.gsc-search-box-tools .gsc-search-box {
  border: 1px solid #4b4c50;
}

.gsc-search-button:not(input) {
  width: 35px!important;
  margin-left: 4px;
  transition: ease 0.2s background, ease 0.2s border;
  border: 1px solid #4b4c50!important;
  background-color: #4b4c50!important;
  border-radius: 0!important;
  text-align: center;
}

.gsc-search-button:not(input):focus,
.gsc-search-button:not(input):hover {
  background-color: #000!important;
  border: 1px solid #000!important;
  outline: none!important;
}

.gsc-input-box {
  border: 1px solid #fff!important;
}

.gsc-search-button-v2 {
  border-radius: 0!important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  padding: 10px 10px 8px!important;
  margin-top: 0px!important;
}

/* Firefox - Search Icon position fix */

.gsc-search-button:not(input) {
  justify-content: inherit!important;
}

.gsc-search-button-v2 svg {
  fill: #fff;
  display: block;
  margin: 0 auto;
}

/* White Background for input box */

.gsc-input-box {
  background: #fff;
}

/* Hide extra Clear Text icon from IE/Edge textboxes */

.google-search-widget input[type=text]::-ms-clear {
  display: none;
}

@media (min-width: 981px) {
  .interactive-bar {
    position: absolute;
    right: 0;
    top: 44px;
    display: flex;
    height: 88px;
    z-index: 200;
  }
  .ib-item .ib-trigger {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    cursor: pointer;
    transition: ease 0.2s background;
  }
  .ib-item:nth-child(1) .ib-trigger {
    background: #f3f3f3;
  }
  .ib-item:nth-child(1):focus .ib-trigger,
  .ib-item:nth-child(1):hover .ib-trigger {
    background: #d9d9d9;
  }
  .ib-item:nth-child(2) .ib-trigger {
    background: #e6e6e6;
  }
  .ib-item:nth-child(2):focus .ib-trigger,
  .ib-item:nth-child(2):hover .ib-trigger {
    background: #ccc;
  }
  .ib-item .ib-trigger svg {
    display: block;
    width: 33px;
    height: 33px;
    fill: #e20810;
  }
  .ib-content {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    width: 264px;
    background: #fff;
    transition: ease 0.2s height;
    overflow: hidden;
  }
  .ib-item:focus .ib-content,
  .ib-item:hover .ib-content {
    height: 60px;
  }
  /* Google Search */
  .google-search-widget {
    position: relative;
    width: 220px;
  }
  /* Google Translate */
  #google_translate_element {
    position: relative;
    height: 35px;
    width: 236px;
  }
  .goog-te-gadget-simple {
    width: 195px;
    height: 29px;
    border: 1px solid #4b4c50!important;
  }
  .goog-te-gadget-simple span {
    display: inline-block;
    line-height: 2.4;
  }
  .goog-te-menu-value span:first-child {
    width: 134px;
  }
  .goog-te-menu-value span+img+span {
    color: #fff!important;
    border-left-color: #4b4c50!important;
  }
  .goog-te-menu-value>span+img+span {
    height: 19px;
    line-height: 2.7;
    margin-top: -2px;
    font-size: 1.2rem;
    background: #4b4c50;
    margin-left: 34px;
    padding: 1px 12px 14px 0;
  }
  .goog-te-menu-value span:last-child {
    margin-left: -7px;
  }
  .goog-te-banner-frame {
    position: absolute!important;
    top: -40px!important;
  }
}

@media(min-width:981px) and (max-width: 1200px) {
  .ib-item .ib-trigger svg {
    width: 23px;
    height: 23px;
  }
}

@media(max-width: 980px) {
  .google-search-widget {
    padding: 0.7rem;
    right: 0;
    top: 0px;
    width: 300px;
    max-width: 100%;
    box-sizing: border-box;
    transform: translateY(-100%);
    transition: transform 0.2s;
    z-index: 200;
    height: auto;
    border: none;
    border-radius: 0;
    background: #fff;
  }
  .google-search-widget.is-open {
    transform: translateY(0%);
  }
}

/* Slideshow
  ============ */

@media (min-width: 981px) {
  .img-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .img-wrap::before {
    content: '';
    background: rgba(27, 27, 27, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .full-width-slideshow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

/* Slideshow - Responsive
  ======================= */

@media (max-width: 980px) {
  .img-wrap {
    display: none;
  }
}

/* Main Footer
==============*/

.footer-links ul {
  list-style: none;
}

.footer-links,
.footer-links li a {
  color: #bdbdbd;
}

.footer-links li a {
  font-weight: 700;
  transition: ease 0.2s color;
}

.footer-links .footer-login a::before {
  content: 'Staff ';
}

.footer-links .footer-login a {
  text-transform: capitalize;
}

.footer-links {
  font-size: 1.4rem;
}

.footer-links li {
  line-height: 1.6;
}

.footer-links li a:focus,
.footer-links li a:hover {
  color: #fbfbfb;
}

/* Footer Arrow Logo */

.psa-foot {
  display: inline-block;
  font-family: 'PrimarySite.arrow';
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 2px 0 5px;
  font-size: 1.3rem;
}

@media(min-width:981px) {
  .main-footer {
    position: relative;
    z-index: 10;
  }
  .main-footer .footer-links {
    box-sizing: border-box;
    display: flex;
    padding: 16px 40px;
    /* max-width: 1412px; */
    margin: 0 auto;
  }
  .footer-links li {
    margin: 0 5px;
    display: inline-block;
  }
  .main-footer ul {
    display: inline-block;
  }
  .main-footer .footer-right {
    margin-left: auto;
    text-align: right;
  }
}

/* @media(min-width:981px) and ( max-width:1450px) {
  
  .footer-links {
    width: 1110px;
  }
  
}

@media(max-width: 1200px) and (min-width: 981px) {
  
  .footer-links {
    width: 886px;
  }
  
} */

@media(max-width:980px) {
  /* Footer 
  ========= */
  .main-footer {
    text-align: center;
    box-sizing: border-box;
    padding: 20px 10px;
  }
  .main-footer .footer-links .footer-left li {
    display: inline-block;
    margin: 0 5px;
  }
  .main-footer .footer-links .footer-right li:first-child {
    margin: 10px 0;
  }
}

@media(max-width:500px) {
  .main-footer .footer-links ul {
    padding: 10px 0;
  }
  .main-footer .footer-links ul li {
    margin: 10px 0;
  }
  .main-footer .footer-links .footer-left li {
    display: block;
  }
  .main-footer .footer-links .footer-right li:first-child {
    margin: 0;
  }
}

/* Special Pages
================ */

/* News Styles */

.ps_activity-date-info {
  color: #1b1b1b;
}

.ps_form-search input[type="text"] {
  border-color: #1b1b1b;
  border-radius: 0;
  box-shadow: 0 0 0 2px #e0e8ec;
  color: #1b1b1b;
}

.ps_form-search input[type="submit"] {
  color: #1b1b1b;
}

.ps_form-search input[type="submit"]:focus,
.ps_form-search input[type="submit"]:hover {
  color: #e20810;
}

@media (min-width: 981px) {
  /* News Items Width */
  .news-items {
    width: 666px;
  }
}

/* Calendar Styles */

.ps_event {
  background-color: #fff;
}

.ps_calendar {
  background-color: #fff;
  border: 1px solid #1b1b1b;
}

.ps_calendar-month {
  background-color: #1b1b1b;
}

.ps_event-title a {
  color: #1b1b1b;
}

.ps_event-title a:hover {
  color: #e20810;
}

.ps_event-desc {
  color: #333;
}

/* Utility Styles
================= */

.text-right {
  text-align: right;
}

.text-center {
  display: block;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.text-hide {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Button / Contact Form Styles */

.ps_form-blocks .ps_form-btn,
.ps_prev,
.ps_next {
  box-shadow: none;
  /* If you want to remove this style, put box-shadow: none; instead of completely removing it to override styles from the CMS */
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #e20810;
  font-weight: 400;
}

.ps_prev:focus,
.ps_prev:hover,
.ps_next:focus,
.ps_next:hover,
.ps_form-blocks .ps_form-btn:focus,
.ps_form-blocks .ps_form-btn:hover {
  color: #fff;
  background-color: #c9080f;
}

/* Cookie Notice Styles */

.cookie-jar {
  z-index: 106;
}

.cookie-corner {
  border: 2px solid #fff;
}

.cookie-corner,
.cookie-notice-header {
  background: #e20810;
}

.cookie-icon-star {
  fill: #fff;
}

.cookie-icon-letter {
  fill: #717171;
}

.cookie-notice-header {
  border-color: #e20810;
  color: #fff;
}

.cookie-notice-button {
  background: #FF0000;
  border: 1px solid #FF0000;
}

.cookie-notice-button:focus,
.cookie-notice-button:hover {
  background: #c9080f;
}

@media (min-width: 981px) {
  /* Scroll to top */
  .scroll-top {
    border: 1px solid #dfdfdf;
    color: #fff;
    background-color: #e20810;
    z-index: 160;
    bottom: 90px;
    border-radius: 4px;
  }
  .scroll-top:hover {
    background: #c9080f;
  }
  .responsive-only {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .desktop-only {
    display: none !important;
  }
}