@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;
}

@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;
}

.updates-area .read-more a:after,
.cta:after,
.img-wrap:after,
.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
}

/* Icon Reference
=====================

.icon-arrow:before{content:'\0041';}
.icon-attention:before{content:'\0042';}
.icon-calendar:before{content:'\0043';}
.icon-close:before{content:'\0044';}
.icon-coins:before{content:'\0045';}
.icon-family%20(1):before{content:'\0046';}
.icon-learningingod:before{content:'\0047';}
.icon-logo:before{content:'\0048';}
.icon-manager%20(1):before{content:'\0049';}
.icon-maps-and-flags:before{content:'\004a';}
.icon-old-school:before{content:'\004b';}
.icon-right arrow:before{content:'\004c';}
.icon-search:before{content:'\004d';}
.icon-translate:before{content:'\004e';}
.icon-phone:before{content:'\004f';}
.icon-email:before{content:'\0050';}
.icon-location:before{content:'\0051';}

*/

html {
  font-size: 62.5%;
  background-color: #fff; /* Please have a colour or image - background on html needed for javascript */
}

body {
  /* CHOOSE A FONT-STACK */
  font-family: Lato, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  color: #000;
}

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: #000;
}

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: #fff;
  background-color: #003399;
}

::selection {
  color: #fff;
  background-color: #003399;
}

a {
  color: #003399;
}

a:focus,
a:hover,
a:active {
  color: #000;
}

/* Website Structure
==================== */
.container {
  position: relative;
  overflow: hidden;
}

.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;
  margin: 0 auto;
}

/* Page Title */
.page-title {
	font-size: 4rem;
	color: #000;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 5px 0 20px;
}

.breadcrumbs > li::before {
  color: #000;
  content: '>>';
}

.breadcrumbs li a {
  color: #003399;
}

.breadcrumbs li a:focus,
.breadcrumbs li a:hover {
  color: #000;
}

/* Footer */
.footer-links ul {
  list-style: none;
}

.footer-links,
.footer-links li a {
  color: #000;
}

.footer-links {
  font-size: 1.4rem;
}

.footer-links li {
  line-height: 1.6;
}

.footer-links li a:focus,
.footer-links li a:hover {
  color: #003399;
}

/* 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: #003399;
}

.ps_form-search input[type="text"] {
  border-color: #003399;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #e0e8ec;
  color: #003399;
}

.ps_form-search input[type="submit"] {
  color: #003399;
}

.ps_form-search input[type="submit"]:focus,
.ps_form-search input[type="submit"]:hover {
  color: #000;
}

/* Calendar Styles
================== */
.ps_event {
  background-color: #ddd;
}

.ps_calendar {
  background-color: #fff;
}

.ps_calendar-month {
  background-color: #003399;
}

.ps_event-title a {
  color: #003399;
}

.ps_event-title a:hover {
  color: #000;
}

.ps_event-desc {
  color: #333;
}

/* Button / Contact Form Styles
=============================== */
.ps_form-blocks .ps_form-btn,
.ps_prev,
.ps_next {
  box-shadow: 0px 3px 0px #000; /* 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: #003399;
}

.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: #000;
}

/* Cookie Notice Styles
======================= */
.cookie-jar {
  z-index: 106;
}

.cookie-corner {
	border: 1px solid #000;
}

.cookie-corner,
.cookie-notice-header {
  background: #003399;
}

.cookie-icon-star {
  fill: #fff;
}

.cookie-icon-letter {
  fill: #717171;
}

.cookie-notice-header {
  border-color: #003399;
  color: #fff;
}

.cookie-notice-button {
  background: #003399;
  border: 1px solid #003399;
}

.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;
}

/* NAVIGATION
=============== */
@media (min-width: 981px) {
  
  .top-bar {
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 106;
  }
  
  .main-nav {
    position: relative;
    width: 100%;
    z-index: 101;
    height: 59px;
    outline: none;
    background: #003399;
    text-align: center;
    box-shadow: 0px 2px 1.98px 0.02px rgba(0, 0, 0, 0.2); 
  }

  .main-nav h3,
  .main-nav h2,
  .main-nav .cp-close {
    display: none;
  }

  .main-nav ul {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 0;
  }

  .main-nav ul li {
    position: relative;
    height: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
  }

  .main-nav ul li::before,
  .main-nav ul li::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 3px;
    bottom: 6px;
    left: 5%;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .main-nav ul li:focus::before,
  .main-nav ul li:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .main-nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 10;
  }

  /* Pop Ups */
  .main-nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    z-index: 102;
    text-align: center;
    background-color: #003399;
    height: auto;
    width: 224px;
    box-sizing: border-box;
    border-radius: 20px;
  }

  /* To move the last navigation drop down in*/
  .main-nav ul li:nth-last-child(3) ul {
    right: 0;
    transform: translateX(0);
  }

  .main-nav ul li:nth-last-child(3) ul:before {
    left: auto;
    right: 25px;
    transform: translateX(0);
  }

  .main-nav ul li ul li {
    width: 100%;
  }

  .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;
    box-sizing:border-box;
    background-color: #003399;
  }

  .main-nav li ul li:first-child {
    border-radius: 20px 20px 0 0;
  }
  
  .main-nav li ul li:last-child {
    border-radius: 0 0 20px 20px;
  }

  .main-nav li ul li:only-child {
    border-radius: 20px;
  }

  .main-nav li ul li::before,
  .main-nav li ul li::before {
    display: none;
  }

  .main-nav li ul li:focus,
  .main-nav li ul li:hover {
    background:#fff;
    /* Applies a background colour for pop-up li's */
  }
  
  .main-nav li ul li:focus a,
  .main-nav li ul li:hover a {
    color: #003399;
  }

  /* To style the links in the pop up menus */
  .main-nav li ul li a {
    display: block;
    width: auto;
    padding: 7px;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    color: #fff;
    font-size: 1.6rem;
  }

  .main-nav ul li:last-child {
    border:none;
  }

  .main-nav ul .column-nav ul {
    width: 200%;
    min-width: 430px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 2;
    -webkit-column-width: 48%;
    -moz-column-width: 48%;
    column-width: 48%;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    overflow: hidden;
  }
  
  .main-nav ul .column-nav ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-radius: 0;
  }

}

@media (min-width: 981px) and (max-width: 1555px) {
  .main-nav ul li {
    margin: 0 5px;
  }
  .main-nav ul li a {
    font-size: 1.6rem;
  }
}

@media (min-width: 981px) and (max-width: 1400px) {
  .main-nav ul li {
    margin: 0 2px;
  }

  .main-nav ul li a {
    font-size: 1.4rem;
    padding: 0 10px;
  }

  .main-nav li ul li a {
    font-size: 1.4rem;
  }

  .main-nav ul li ul {
    width: 180px;
  }
}

@media (min-width: 981px) and (max-width: 1272px) { 
  .main-nav {
    text-align: left;
  }
  
  .main-nav ul li:nth-child(2) ul {
    left: -63px;
    transform: translateX(0);
  }
  
  .main-nav ul li:nth-child(3) ul{
    left: -144px;
    transform: translateX(0);
  }
}

@media (min-width: 981px) and (max-width: 1050px) {
  .main-nav ul li a {
  	padding: 0 5px;
  }
  
  .main-nav ul li:nth-child(2) ul {
    left: -53px;
    transform: translateX(0);
  }
  
  .main-nav ul li:nth-child(3) ul{
    left: -124px;
    transform: translateX(0);
  }
}

@media (max-width: 980px) {

  
  /* Responsive Navigation
  ======================== */
   .main-nav,
   .main-nav ul li ul,
   .cp-close {
     background: #1f387f;
   }
 	
   .ps_mobile-header,
   .close-mobile-nav::before,
   .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: #fff;
   }
  
   .main-nav ul > li:focus > a,
   .main-nav ul > li:hover > a {
     color: #000;
   }
 
   .main-nav .cp-close,
   .mobile-nav h3,
   .main-nav ul li a,
   .main-nav ul li ul li a {
     border-bottom: 1px solid #fff;
   }
 
   .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: #ddd!important;
   }
}

/* INTERACTIVE BAR
==================== */
.google-search-widget {
  position: relative;
  line-height: 1;
  font-size: 1.6rem;
  background: #fff;
  height: 32px;
  border: 1px solid #003399;
  border-radius: 5px;
}

.gsc-input,
.gsc-search-button:not(input) {
  height: 29px!important;
}

.gsc-search-button:not(input) {
  width: 35px!important;
  margin-left: 4px;
  transition: ease 0.2s background,ease 0.2s border;
  border: 1px solid #003399!important;
  background-color: #003399!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;
}

/* 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;
}

.google-search-widget.is-disabled[data-cookie='google-search'] {
  top: 2px;
}

#google_translate_element.is-disabled[data-cookie='google-translate'] {
  min-width: 180px;
  width: 180px;
  min-height: 34px;
  height: 34px;
  top: 2px;
  border: 1px solid #003399;
  border-radius: 5px;
}

/* Media Queries 
================ */
/* Desktop only */

@media ( min-width: 981px) {
  
  .top-content {
    position: absolute;
    top:  0;
    right: 0;
    display: inline-flex;
    flex-direction: row;
    height: 59px;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-end;
    font-size: 0;
    width: 100%;
  }
  
  .top-content .contact li a {
    font-size: 1.7rem;
    color: #454645;
  }
  
  .top-content .contact li .cp-font-icon {
    font-size: 1.6rem;
    color: #bebebe;
    line-height: 1.1;
    margin-right: 5px;
  }
  
  .top-content .cp-content-wrap {
    display: inline-block;
    width: 110px;
  }
  
  .top-content .cp-content-trigger {
    width: 100%;
    height: 59px;
    line-height: 59px;
    background: #e6b82e;
    color: #000;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.4rem;
    z-index: 103;
    position: relative;
    transition: ease 0.2s background;
  }
  
  .top-content .b-content-visible .services {
    z-index: 105;
  }
  
  .top-content .cp-content-block.cp-content-active {
    display: block;
  }
  
  .top-content .cp-content-wrap:nth-child(1) .cp-content-trigger {
    background: #ffcc33;
  }

  .top-content .cp-content-wrap:nth-child(2) .cp-content-trigger {
    background: #e6b82e;
  }

  .top-content .cp-content-wrap .cp-content-trigger .cp-font-icon {
    padding: 23px 0px 0 5px;
  }
  
  .top-content .cp-content-trigger:focus,
  .top-content .cp-content-trigger:hover {
    background: #fff!important;
    color: #000;
    cursor: pointer;
  }
  
  .top-content .cp-content-block {
    display: none;
    width: 100%;
    background: #e6b82e;
    height: 40px;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 102;
  }
  
  .top-content .cp-trigger-active::after {
    background: #fff;
    color: #000;
    content: 'Close';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-indent: -25px;
  }
  
  .top-content .cp-trigger-active .cp-font-icon::after {
    content: '\0044'; /* replace with font icon for cross */
    color: #000;
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 2rem;
    z-index: 5;
  }
  
  .top-content .cp-content-block .title {
    position: absolute;
    right: 465px;
    line-height: 40px;
    font-size: 1.6rem;
    color: #000;
  }
  
  .google-search-widget,
  #google_translate_element {
    width: 220px;
    position: absolute;
    right: 230px;
    top: 3px;
  }
  
  .google-search-widget {
  	top: 4px;
  }

  .goog-te-gadget-simple {
    width: 220px;
    height: 29px;
    border: 1px solid #003399!important;
    border-radius: 5px!important;
    padding-bottom: 1px !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: #003399!important;
    border-left-color: #003399!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;
  }
}

@media (min-width: 981px) and (max-width: 1050px) {
  .top-content .cp-content-wrap:nth-child(2) .cp-content-block .title {
    width: 390px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: auto;
  }
}

/* Responsive */
@media ( max-width:980px ) {
  
  .google-search-widget {
    position: fixed;
    padding: 0.5rem;
    right: 0;
    width: 300px;
    max-width: 100%;
    box-sizing: border-box;
    transform: translateY(-100%);
    transition: ease 0.2s all;
    z-index: 1;
    height:auto;
    border:none;
    border-radius: 0;
  }

  .google-search-widget.is-open {
    transform: translateY(0%);
  }
  
  .google-search-widget.is-disabled[data-cookie='google-search'] {
    width: 300px;
    height: 41px;
    top: 50px;
  }
}

/* HEADER
============= */

@media (min-width: 981px) {
  /* Header 
  ========= */
  .main-header {
    position: absolute;
    top: 90px;
    left: 40px;
    z-index: 5;
  }

  .home-link {
  	width: 136px;
  	display: inline-block;
  }
  
  .school-details {
    display: inline-block;
    color: #fff;
    padding-left: 20px;
  }

  .school-name,
  .school-name-two {
    display: inline-block;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 1px 2.91px rgba(0, 0, 0, 0.3);
  }

  .school-name-two {
    padding-left: 5px;
  }

  .motto {
  	position: absolute;
    left: 40px;
    bottom: 40px;
    font-size: 23px;
    font-weight: 900;
    font-style: italic;
    color: rgba(255 255 255 / 0.80);
    text-shadow: 2px 1px 2.91px rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
}

@media (min-width: 981px) and (max-height: 750px) {
  .main-header {
    top: 70px;
  }

  .home-link {
    width: 90px;
  }
}

@media (max-width: 980px) {
  .main-header {
    background: #1f387f;
    padding: 20px 0 40px;
    text-align: center;
  }

  .home-link {
    position: relative;
    width: 42px;
    z-index: 0;
    display: inline-block;
    margin: 10px 25px;
  }

  .home-link:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    z-index: -1;
  }

  .school-details {
    display: inline-block;
    color: #fff;
    text-align: left;
    text-shadow: 2px 1px 1.98px rgba(0, 0, 0, 0.3);
  }

  .school-name,
  .school-name-two {
    font-size: 2.4rem;
    display: inline-block;
    line-height: 1.2;
  }

  .school-name-two {
    padding-left: 5px;
  }

  .motto {
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {

  .main-header {
    padding: 20px;
  }

  .home-link {
    display: block;
    margin: 20px auto;
    padding: 0;
  }

  .school-details {
    display: block;
    text-align: center;
  }
}

/* SLIDESHOW
============= */
@media (min-width: 981px) {
  /* Slideshow
  ============ */
  .img-wrap {
    position: relative;
    height: 540px;
    padding-top: 59px;
  }
  
  .img-wrap::before {
    content: '';
    background: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .full-width-slideshow {
    position: absolute;
    left: 0;
    top: 59px;
    height: calc(100% - 59px);
    width: 100%;
  }
}

@media (min-width: 981px) and (max-height: 750px) {
  .img-wrap:after {
    font-size: 42rem;
    bottom: 0px;
  }
}

@media (min-width: 981px) {
  
  /* Content Container 
  ==================== */
  .content-container {
  	min-height: 360px;
  	width: 840px;
  	padding: 80px 0;
 }

  /* News Items Width
  =================== */
  .news-items {
    width: 690px;
  }
  
  /* Footer 
  ========= */
  .main-footer {
    background: #fff;
    position: relative;
    z-index: 5;
  }
  
  .main-footer .footer-links {
    box-sizing: border-box;
    display: flex;
    padding: 10px 40px;
  }
  
  .footer-links li {
    margin: 0 5px;
    display: inline-block;
  }

  .footer-links li:nth-child(1) {
    margin-left: 0;
  }

  .footer-links .footer-wrap {
    display: block;
  }

  .footer-links .footer-wrap li {
    display: block;
  }

  .footer-links .footer-wrap li:nth-child(1) {
    margin: 10px 0;
  }
  
  .main-footer ul {
    display: inline-block;
  }
  
  .main-footer .footer-right {
    margin-left: auto;
    text-align: right;
  }

  .main-footer .footer-right li {
    display: block;
  }

  .main-footer .footer-right li:nth-child(2) {
    margin: 10px 0;
  }

  /* Scroll to top
  ================ */
  .scroll-top {
    border: 1px solid #003399;
    border-right: none;
    color: #003399;
    background-color: #fff;
    bottom: 140px;
    margin-right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 102;
  }

  .scroll-top:hover {
    color: #fff;
    background: #003399;
    border-color: #fff;
  }

  /* Utility Styles
  ================= */
  .responsive-only {
    display: none!important;
  }

}

@media (min-width: 981px) and (max-width: 1050px) {
  .main-footer .footer-links {
    padding: 20px 10px;
  }
}

@media (max-width: 980px) {

  .admin-bar {
     position: fixed!important;
     z-index: 5;
  }

  .responsive-bar {
    position: fixed;
    display: flex!important;
    align-items: center;
    text-align: left;
    height: 50px;
    padding: 0px 10px 0;
    background: #1f387f;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  }
  
  .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.5rem;
    color: #fff;
    line-height: 1;
    margin-left: auto;
    transition: ease 0.2s color;
  }
  
  .responsive-bar-search:focus,
  .responsive-bar-search:hover {
    color: #ddd;
  }

  /* Get In touch
  ===============*/
  .contact-trigger {
    display: block;
    height: 43px;
    width: 100%;
    outline: none;
    border: none;
    font: inherit;
    outline: none;
    padding: 0;
    margin: 0;
  }
  
  .contact-trigger .contact-trigger-wrap {
    display: flex;
    justify-content: center;
    height: 100%;
    background: #fff;
    align-items: center;
    transition: ease 0.2s background;
    border-bottom: 1px solid #1f387f;
  }
  
  .contact-trigger:focus .contact-trigger-wrap,
  .contact-trigger:hover .contact-trigger-wrap {
    background: #eee;
  }
  
  .contact-trigger .contact-trigger-wrap span {
    transition: ease 0.2s color;
  }
  
  .contact-trigger:focus .contact-trigger-wrap span,
  .contact-trigger:hover .contact-trigger-wrap span {
    color: #000;
  }
  
  .contact-trigger .contact-trigger-wrap .ct-text {
    color: #000;
    font-size: 2.2rem;
  }
    /* Get In touch content
  =======================*/
  .get-in-touch {
    font-size: 0;
    display: none;
  }
  
  .gt-wrap {
    position: relative;
    box-sizing: border-box;
    border: 40px solid #1f387f;
    padding: 22px;
    background: #fff;
  }
  
  .get-in-touch h2,
  .get-in-touch h3 {
    line-height: 1;
  }
  
  .get-in-touch .contact-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 10px;
  }
  
  .get-in-touch h3 {
    color: #525252;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .get-in-touch .g-part {
    display: inline-block;
  }
  .get-in-touch .g-part:last-child {
    margin-left:20px;
  }
  .get-in-touch .g-part ul {
    font-size: 1.4rem;
  }
  
  .get-in-touch .g-part ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .get-in-touch .g-part ul li a,
  .get-in-touch .g-part ul li span {
    display: inline-block;
    vertical-align: middle;
  }
  
  .get-in-touch .g-part ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    color: #000;
    font-size: 2rem;
  }
  
  .get-in-touch .g-part ul li a {
    font-size: 1.4rem;
    color: #595959;
  }
  
  .get-in-touch .g-part ul li a:focus,
  .get-in-touch .g-part ul li a:hover {
    color: #1f387f;
  }

  .container {
    padding-top: 50px;
  }

  /* Slideshow */
  .img-wrap {
    display: none;
    z-index: 0;
  }

  .content-container {
    padding: 40px 20px;
  }
  
  /* Footer 
  ========= */
  .main-footer {
    background: #fff;
    text-align: center;
  }
  
  .footer-links ul {
    padding: 20px 0;
  }

  /* Utility Styles
  ================= */
  .desktop-only {
    display: none!important;
  }

}

@media (max-width: 640px) {
  .get-in-touch .g-part {
    display: block;
  }

  .get-in-touch .g-part:last-child {
    margin:20px 0 0 0;
  }
  
   .gt-wrap {
    border: 20px solid #1f387f;
  }
}
