@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;
}

/* Generated by Glyphter (http://www.glyphter.com) on  Mon Mar 04 2019*/

@font-face {
  font-family: 'Glyphter';
  src: url('Glyphter.eot');
  src: url('Glyphter.eot?#iefix') format('embedded-opentype'), url('Glyphter.woff') format('woff'), url('Glyphter.ttf') format('truetype'), url('Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}

.cp-font-icon {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: Arial, 'Segoe UI', Tahoma, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.6em;
  color: #000;
  background-image: url(bg-pattern.png);
  background-position: center center;
  background-repeat: repeat;
}

h1,
.xxlarge {
  font-size: 2.6rem;
}

h2,
.xlarge {
  font-size: 2.2rem;
}

h3,
.large {
  font-size: 2.0rem;
}

h4,
.medium {
  font-size: 1.6rem;
}

h5,
.small {
  font-size: 1.4rem;
}

/* ICON REF:
.icon-triangle-right:before{content:'\0041';}
.icon-triangle-left:before{content:'\0042';}
.icon-awards:before{content:'\0043';}
.icon-calendar:before{content:'\0044';}
.icon-check-mark:before{content:'\0045';}
.icon-cookie:before{content:'\0046';}
.icon-information:before{content:'\0047';}
.icon-sitemap:before{content:'\0048';}
.icon-school-clubs:before{content:'\0049';}
.icon-padlock-closed:before{content:'\004a';}
.icon-padlock-open:before{content:'\004b';}
.icon-parentpay:before{content:'\004d';}
.icon-search:before{content:'\004e';}
.icon-teacher:before{content:'\004f';}
.icon-translate:before{content:'\0050';}
.icon-twitter:before{content:'\0051';}
======================================*/

/* 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: #343957;
}

a:focus,
a:hover,
a:active {
  color: #a0001a;
}

/* Website Structure
==================== */

.container {
  position: relative;
}

.home-link {
  display: block;
  transition: ease 0.2s opacity;
  position: relative;
  text-indent: -9999px;
}

.home-link:focus,
.home-link:hover {
  opacity: 0.8;
}

.home-link img {
  display: block;
  width: 100%;
}

/* Content Container */

.content-container {
  position: relative;
  box-sizing: border-box;
}

/* Page Title */

.page-title {
  font-size: 4rem;
}

/* Breadcrumbs */

.breadcrumbs {
  margin: 5px 0 20px;
  font-size: 1.6rem;
}

.breadcrumbs>li::before {
  color: #343957;
  content: '>>';
}

.breadcrumbs li a {
  color: #343957;
}

.breadcrumbs li a:focus,
.breadcrumbs li a:hover {
  color: #a0001a;
}

/* Footer */

.footer-links ul {
  list-style: none;
}

.footer-links {
  font-size: 1.4rem;
}

.main-footer .footer-logo {
  width: 210px;
  align-self: center;
}

.main-footer .footer-logo img {
  width: 100%;
  display: block;
}

.footer-left li::before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  margin-right: 6px;
}

.footer-left li:nth-child(1)::before {
  content: '\0048';
}

.footer-left li:nth-child(2)::before {
  content: '\0046';
}

.footer-left li:nth-child(3)::before {
  content: '\0047';
}

.footer-links li {
  line-height: 1.6;
}

.footer-links li a:focus,
.footer-links li a:hover {
  color: #a0001a;
}

/* 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;
}

/* News Styles
============== */

.ps_activity-date-info {
  color: #232323;
}

.ps_form-search input[type="text"] {
  border-color: #232323;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #e0e8ec;
  color: #232323;
}

.ps_form-search input[type="submit"] {
  color: #232323;
}

.ps_form-search input[type="submit"]:focus,
.ps_form-search input[type="submit"]:hover {
  color: #a0001a;
}

/* Calendar Styles
================== */

.ps_event {
  background-color: #eee;
}

.ps_calendar {
  background-color: #fff;
}

.ps_calendar-month {
  background-color: #232323;
}

.ps_event-title a {
  color: #a0001a;
}

.ps_event-title a:hover {
  color: #232323;
}

.ps_event-desc {
  color: #333;
}

/* Button / Contact Form Styles
=============================== */

.ps_form-blocks .ps_form-btn,
.ps_prev,
.ps_next {
  box-shadow: none;
  text-shadow: none;
  color: #fff;
}

.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: #1b1b1b;
}

/* Cookie Notice Styles
======================= */

.cookie-jar {
  z-index: 300;
}

.cookie-corner {
  border: 2px solid #fff;
}

.cookie-icon-star {
  fill: #fff;
}

.cookie-icon-letter {
  fill: #717171;
}

.cookie-notice-header {
  border-color: #343957;
  color: #fff;
}

.cookie-notice-button {
  border: none;
}

.cookie-notice-button:focus,
.cookie-notice-button:hover {
  background: #000;
}

/* 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;
}

/* Google Search */

.google-search-widget {
  position: absolute;
  line-height: 1;
  background: #fff;
  height: 32px;
  border: 1px solid #5f4c57;
  border-radius: 5px;
}

.gsc-input,
.gsc-search-button:not(input) {
  height: 32px!important;
}

.gsc-search-button:not(input) {
  width: 35px!important;
  margin-left: 4px;
  transition: ease 0.2s background, ease 0.2s border;
  border: 1px solid #5f4c57!important;
  background-color: #5f4c57!important;
  text-align: center;
  border-radius: 0 4px 4px 0!important;
}

.gsc-search-button:not(input):focus,
.gsc-search-button:not(input):hover {
  background-color: #000!important;
  outline: none!important;
  border: 1px solid #000!important;
}

.gsc-input-box {
  border: 1px solid #fff!important;
  border-radius: 8px;
}

.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;
}

.gsc-search-button:not(input) {
  justify-content: inherit!important;
}

.gsc-search-button-v2 svg {
  fill: #fff;
  display: block;
  margin: 0 auto;
}

.gsc-input-box {
  background: #fff;
}

.google-search-widget input[type=text]::-ms-clear {
  display: none;
}

.gsc-search-button:not(input) {
  justify-content: inherit!important;
}

.gsc-search-button-v2 svg {
  fill: #fff;
  display: block;
  margin: 0 auto;
}

.gsc-input-box {
  background: #fff;
}

.google-search-widget input[type=text]::-ms-clear {
  display: none;
}

/* Button
=========*/

.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 4px;
  border: 1px solid #fff;
  border-radius: 27px;
  font-family: 'Montserrat', sans-serif;
}

.button a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 13px;
  line-height: 1;
  border-radius: 21px;
  color: #000;
}

.button a:focus,
.button a:hover {
  background: #47c3e4;
}

.button .btn-text {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (min-width: 981px) {
  
  /* Header 
  ========= */
  
  .main-header {
    position: absolute;
    top: 5px;
    left: 30px;
    z-index: 120;
  }
  
  .home-link {
    width: 202px;
  }
  
  /* Navigation
  ============= */
  
  .main-nav li.ps_nav-sub-heading {
    display: none!important;
  }
  
  .main-nav {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 101;
    height: 150px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    padding: 0 230px 21px 230px;
  }
  
  .main-nav>ul {
    display: flex;
    height: 45px;
  }
  
  .main-nav .cp-close {
    display: none;
  }
  
  .main-nav h3 {
    display: none;
  }
  
  .main-nav ul {
    padding: 0;
    margin: 0;
  }
  
  .main-nav ul li {
    position: relative;
    cursor: pointer;
  }
  
  .calendar-active li.ps_topic_slug_news-events> a::after,
  .news-active li.ps_topic_slug_news-events> a::after,
  .main-nav>ul>li.ps_selected_topic>a::after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
  }
  
  .main-nav>ul>li::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
    width: 6px;
    height: 6px;
    content: '';
    background: #fff;
    border-radius: 100%;
    z-index: 10;
  }
  
  .main-nav>ul>li:nth-last-child(3)::after {
    display: none;
  }
  
  .main-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .main-nav>ul>li>a {
    position: relative;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    padding: 0 19px;
    z-index: 20;
  }
  
  .main-nav>ul>li::before {
    position: absolute;
    top: 0;
    left: -5px;
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: 100%;
    z-index: 20;
  }

  .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;
    height: auto;
    width: 244px;
    text-align: right;
    padding-bottom: 20px;
  }
  
  .main-nav ul li ul::before {
    display: block;
    content: '';
    width: 100%;
    height: 21px;
  }
  
  .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 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-indent: 0;
    background: none;
  }
  
  .main-nav li ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: ease 0.2s background-color;
  }
  
  .main-nav ul li ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
  }
  
  .main-nav li ul li:focus::before,
  .main-nav li ul li:hover::before {
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  /* To style the links in the pop up menus */
  .main-nav li ul li a {
    position: relative;
    display: block;
    width: auto;
    padding: 6px 15px;
    margin: 0;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    z-index: 5;
    transition: ease 0.2s color;
  }
  
  /* To style the hover effects for the links in the popup menus */
  .main-nav li ul li a:focus,
  .main-nav li ul li a:hover {
    color: #000;
  }
  
  /* Get in toouch link
  =======================*/
  
  .get-in-touch {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 102;
  }
  
  .cp-services {
    position: absolute;
    top: 22px;
    right: 180px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    z-index: 102;
  }
  
  .cp-service {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 4px;
  }
  
  .cp-service .cp-g-trigger {
    position: relative;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
  }
  
  .cp-service .cp-g-trigger,
  .cp-service .cp-state {
    border-radius: 10px;
  }
  
  .cp-service .cp-state {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: ease 0.4s transform, ease 0.2s background;
  }
  
  .cp-service .cp-initial {
    z-index: 2;
  }
  
  .cp-service.cp-ceop .cp-initial {
    background: #3b6e8f;
  }
  
  .cp-service.cp-facebook .cp-initial {
    background: #3b5998;
  }
  
  .cp-active {
    transform: translateY(-100%);
  }
  
  .cp-service .cp-state.cp-active span {
    color: #343937;
    font-size: 2rem;
  }
  
  .cp-active-btn .cp-active,
  .cp-active-btn .cp-active {
    transform: translateY(0);
  }
  
  .cp-active-btn .cp-initial,
  .cp-active-btn .cp-initial {
    transform: translateY(-100%);
  }

  .cp-service .cp-state span {
    font-size: 2.8rem;
    color: #fff;
  }
  
  .cp-services .cp-link-only .cp-g-trigger a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -100%;
    font-size: 0;
    overflow: hidden;
  }
  
  .cp-services .cp-link-only .cp-g-trigger:focus .cp-font-icon,
  .cp-services .cp-link-only .cp-g-trigger:hover .cp-font-icon {
    color: #343937;
  }
  
  /* Content Block
  ================*/
  
  .cp-s-content {
    position: absolute;
    top: -7px;
    right: 100%;
    display: none;
    align-items: center;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    z-index: 20;
    border: 1px solid #ada9b1;
    padding: 3px;
    border-radius: 15px;
    width: 245px;
  }
  
  .cp-s-content .content-inner-wrap {
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5px 8px;
  }
  
  .cp-services.show-translate .cp-translate-content,
  .cp-services.show-search .cp-search-content {
    display: flex;
  }
  
  .page-links.bespoke-where-to .block-title {
    position: relative;
    color: #fff;
    z-index: 10;
  }
  
  /* Google Search */
  
  .google-search-widget {
    position: relative;
    width: 220px;
  }
  
  /* Google Translate */
  
  #google_translate_element {
    position: relative;
    height: 36px;
  }
  
  .goog-te-gadget-simple {
    width: 220px;
    height: 30px;
    border: 1px solid #4b4c50!important;
    border-radius: 5px!important;
  }
  
  .goog-te-gadget-simple span {
    display: inline-block;
    line-height: 2.4;
  }
  
  .goog-te-menu-value span:first-child {
    width: 162px;
  }
  
  .goog-te-menu-value span+img+span {
    color: #4b4c50!important;
    border-left-color: #4b4c50!important;
  }
  
  .goog-te-menu-value>span+img+span {
    height: 21px;
    line-height: 1.8;
    margin-top: 5px;
  }
  
  .goog-te-banner-frame {
    position: absolute!important;
    top: -40px!important;
  }
  
  .inner-container {
    box-sizing: border-box;
    padding: 187px 250px 150px 0;
    display: flex;
    align-items: flex-start;
  }
  
  .sub-nav-hide .inner-container {
    padding-right: 0;
    padding-left: 0;
  }
  
  .sub-nav-hide .inner-container .content-container {
    margin: 0 auto;
  }
  
  /* Content Container 
  ==================== */
  
  .content-container {
    min-height: 360px;
    width: 650px;
    margin-left: auto;
  }
  
  /* News Items Width
  =================== */
  
  .news-items {
    width: 500px;
  }
  
  /* Footer 
  ========= */
  
  .main-footer {
    background: #fff;
  }
  
  .main-footer .footer-links {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 38px 20px;
  }
  
  .footer-links .footer-right li:last-child {
    display: block;
  }
  
  .footer-links li {
    margin: 0 5px;
    display: inline-block;
  }
  
  .main-footer ul {
    display: inline-block;
  }
  
  .main-footer .footer-right {
    text-align: right;
  }
  
  /* Scroll to top
  ================ */
  
  .scroll-top {
    border: 1px solid #dfdfdf;
    color: #fff;
    bottom: 130px;
    margin-right: 0;
    border-radius: 0;
    z-index: 160;
  }
  
  /* Sub Nav
  ==========*/
  
  .sub-nav {
    position: relative;
    width: 385px;
    min-height: 440px;
    display: block;
    box-sizing: border-box;
    margin-left: 150px;
    border-radius: 20px 20px 0 0;
    padding-bottom: 60px;
  }
  
  .sub-nav nav {
    box-sizing: border-box;
    padding: 0 37px;
  }
  
  .sub-nav ul {
    box-sizing: border-box;
    width: 100%;
  }
  
  .sub-nav-hide .sub-nav {
    display: none;
  }
  
  .sub-nav ul li {
    display: block;
    border-top: 2px solid #e0dede;
    width: 100%;
  }
  
  .sub-nav ul li a {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
    box-sizing: border-box;
    padding: 18px 0;
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
    transition: ease 0.2s color, ease 0.2s padding;
  }
  
  .sub-nav ul li a::after {
    content: '\0041';
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    font-size: 1.1rem;
    transition: ease 0.2s color;
  }
 
  .sub-nav h2 {
    font-size: 3rem;
    box-sizing: border-box;
    padding: 34px 0 25px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
  
  .sub-nav-special.newsletters-active .sub-nav .ps_page_slug_newsletters:focus a,
  .sub-nav-special.newsletters-active .sub-nav .ps_page_slug_newsletters:hover a,
  .sub-nav-special.calendar-active .sub-nav .ps_page_slug_calendar:focus a, 
  .sub-nav-special.news-active .ps_page_slug_latest-news:focus a,
  .sub-nav-special.calendar-active .sub-nav .ps_page_slug_calendar:hover a,
  .sub-nav-special.news-active .sub-nav .ps_page_slug_latest-news:hover a,
  body:not(.sub-nav-special) .sub-nav ul li.ps_selected_page:focus a::after,
  body:not(.sub-nav-special) .sub-nav ul li.ps_selected_page:hover a::after,
  body:not(.sub-nav-special) .sub-nav ul li.ps_selected_page:focus a,
  body:not(.sub-nav-special) .sub-nav ul li.ps_selected_page:hover a {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .sub-nav-base {
    position: absolute;
    bottom: -80px;
    right: 50%;
    transform: translateX(50%);
    width: 462px;
  }
  
  .sub-nav-base svg {
    width: 100%;
    height: 100%;
  }
  
  /* Sub Nav Special Pages
  ======================== */
  
  .sub-nav-special .sub-nav ul li a {
    display: none;
  }
  
  .sub-nav-special .sub-nav ul ul li {
    display: block;
  }

.sub-nav-special .sub-nav ul li {
    border-top-width: 0;
}

.sub-nav-special .sub-nav ul ul li {
    border-top-width: 2px;
}
  
  .sub-nav-special .sub-nav ul ul li a {
    transition: ease 0.2s all;
    width: 100%;
    display: flex;
  }
  
  .sub-nav-special .sub-nav ul li:focus a,
  .sub-nav-special .sub-nav ul li:hover a {
    background: none;
  }
  
  .sub-nav-special .sub-nav ul ul li ul {
    display: none;
  }
  
  /* Utility Styles
  ================= */
  
  .responsive-only {
    display: none!important;
  }
  
}

@media(min-width: 981px) and (max-width: 1730px) {
  
  .main-header {
    top: 30px;
  }
  
  .main-nav>ul {
    height: 30px;
  }
  
  .main-nav>ul>li>a {
    font-size: 1.6rem;
  }
  
  .main-nav li ul li a {
    font-size: 1.5rem;
  }
  
  .main-nav ul li ul {
    width: 190px;
  }
  
  .home-link {
    width: 136px;
  }
  
  .main-nav {
    padding: 0 136px 21px 136px;
  }
  
  .main-nav {
    padding-right: 0;
  }
  
}

@media(min-width: 981px) and (max-width: 1500px) {
  
  .inner-container {
    padding: 187px 0 50px 0;
    justify-content: center;
  }
  
  .content-container {
    margin-left: 0;
  }
  
}

@media(min-width: 981px) and (max-width: 1300px) {
  
  .sub-nav {
    width: 250px;
    margin-left: 20px;
    min-height: 340px;
    padding-bottom: 40px;
  }
  
  .sub-nav h2 {
    font-size: 2.4rem;
  }
  .sub-nav-base {
    bottom: -68px;
    width: 263px;
  }
  
  .sub-nav ul li a {
    font-size: 1.4rem;
    padding: 15px 0;
  }
  
}

@media(min-width: 981px) and (max-width: 1250px) {
  
  .main-nav {
    justify-content: flex-end;
    padding-right: 20px;
  }
  
  .main-header {
    top: 40px;
    left: 10px;
  }
  
  .home-link {
    width: 120px;
  }
  
  .main-nav>ul>li>a {
    padding: 0 10px;
  }
  
  .main-nav>ul>li:nth-last-child(3) ul {
    transform: translateX(0);
    right: -5px;
  }
  
}

@media (max-width: 980px) {
  
  .responsive-bar {
    display: flex!important;
    align-items: center;
    text-align: left;
    height: 60px;
    padding: 20px 10px;
    background: #343957;
    z-index: 222;
  }
  
  .responsive-bar-search {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: auto;
    right: auto;
    font-size: 2.3rem;
    color: #f3f3f3;
    line-height: 1;
    margin-right: 10px;
    transition: ease 0.2s color;
    margin-left: auto;
  }
  
  .responsive-bar-search:focus,
  .responsive-bar-search:hover {
    color: #eac348;
  }
  
  .google-search-widget {
    padding: 0.5rem;
    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: #ccc;
  }
  
  .content-container {
    padding: 70px 35px;
  }
  
  /* Responsive Navigation
  ======================== */
  
  .main-nav,
  .main-nav ul li ul,
  .cp-close {
    background: #343957!important;
  }
  
  .mobile-nav h3,
  .cp-close,
  .main-nav ul li a,
  .main-nav ul li ul li a,
  .main-nav .nav-toggle::before {
    color: #fff;
  }
  
  .main-nav ul li:focus,
  .main-nav ul li:hover {
    background: #232323;
  }
  
  .main-nav .cp-close,
  .mobile-nav h3,
  .main-nav ul li a,
  .main-nav ul li ul li a {
    border-bottom: 1px solid #212121;
  }
  
  .main-nav ul li ul li:focus,
  .main-nav ul li ul li:hover {
    background: #232323;
  }
  
  .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: #eac348!important;
  }
  
  /* Header */
  .main-header {
    background: #343957;
    padding: 20px 0;
  }
  
  .get-in-touch {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: none;
  }
  
  .get-in-touch a {
    justify-content: center;
    border-radius: 0;
  }
  
  .home-link {
    width: 120px;
    margin: 0 auto;
  }
  
  .main-nav>ul>li:focus>a,
  .main-nav>ul>li:hover>a {
    color: #fff!important;
  }
  
  /* Footer 
  ========= */
  
  .main-footer {
    background: #fff;
    text-align: center;
  }
  
  .footer-links {
    display: flex;
    flex-direction: column;
  }
  
  .footer-links .footer-left li {
    display: inline-block;
    margin: 0 5px;
  }
  
  .footer-left li::before {
    font-size: 1.4rem;
  }
  
  .footer-links .footer-left {
    order: 1;
  }
  
  .footer-links .footer-right {
    order: 2;
  }
  
  .footer-links .footer-logo {
    order: 3;
  }

  .footer-links ul {
    margin: 5px 0;
  }
  
  .footer-logo {
    margin: 40px 0;
  }
  
  /* Utility Styles
  ================= */
  
  .desktop-only {
    display: none;
  }
  
}

@media(max-width:640px) {
  
  .content-container {
    padding: 35px 20px;
  }
  
  .footer-logo {
    margin: 20px 0;
  }
  
  .footer-links .footer-left li {
    display: block;
    margin: 5px 0;
  }
  
}

/* VARIABLES
============*/

.block-india .links-block,
.block-bravo .swipe-content:nth-child(odd) .info-block,
.block-alpha .swipe-content:nth-child(odd),
.scroll-top,
.cookie-notice-button,
.cookie-corner,
.cookie-notice-header,
.ps_form-blocks .ps_form-btn,
.ps_prev,
.ps_next,
.main-bg {
  background-color: #343957;
}
.calendar-active li.ps_topic_slug_news-events> a::after,
.news-active li.ps_topic_slug_news-events> a::after,
.block-bravo .swipe-content:nth-child(even) .info-block,
.block-alpha .swipe-content:nth-child(even),
.scroll-anchor:hover .inner-dot,
.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,
.cp-active,
.cp-s-content .content-inner-wrap,
.cp-service:focus .cp-state,
.cp-service:hover .cp-state,
.button a,
.main-nav>ul>li:focus::before,
.main-nav>ul>li:hover::before,
.main-nav ul li ul::before,
.main-nav ul li ul,
.main-nav>ul>li.ps_selected_topic>a::after,
.secondary-bg {
  background-color: #e5b92e;
}

.twitter h2,
.tweet,
.footer-left li::before,
.footer-links,
.footer-links li a,
.cp-service:focus .cp-state .cp-font-icon,
.cp-service:hover .cp-state .cp-font-icon,
.main-nav>ul>li:focus>a,
.main-nav>ul>li:hover>a,
.main-nav li ul li a,
h2,
.ps_cookie-title,
.main-color {
  color: #343957;
}

.sub-nav-special .sub-nav .ps_page_slug_calendar a:focus::after,
.sub-nav-special .sub-nav .ps_page_slug_calendar a:hover::after,
.sub-nav-special .sub-nav .ps_page_slug_latest-news a:focus::after,
.sub-nav-special .sub-nav .ps_page_slug_latest-news a:hover::after,
.sub-nav-special .sub-nav .ps_page_slug_newsletters a:focus::after,
.sub-nav-special .sub-nav .ps_page_slug_newsletters a:hover::after, 
.sub-nav-special .sub-nav ul ul li a:focus,
.sub-nav-special .sub-nav ul ul li a:hover,
.sub-nav-special.calendar-active .sub-nav .ps_page_slug_calendar a,
.sub-nav ul .ps_selected_page a,
.sub-nav-special.news-active .sub-nav .ps_page_slug_latest-news a,
.scroll-top:hover, .sub-nav ul li.ps_selected_page a,
.sub-nav ul li.ps_selected_page a::after,
body:not(.sub-nav-special) .sub-nav ul li:focus a::after,
body:not(.sub-nav-special) .sub-nav ul li:hover a::after,
body:not(.sub-nav-special) .sub-nav ul li:focus a,
body:not(.sub-nav-special) .sub-nav ul li:hover a,
.sub-nav ul li.ps_selected_page a,
body:not(.sub-nav-special) .sub-nav ul li:focus a,
body:not(.sub-nav-special) .sub-nav ul li:hover a,
.sub-nav h2,
.secondary-color {
  color: #e5b92e;
}

.sub-nav ul li,
.main-border-color {
  border-color: #e7bc36;
}