/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */

@import url('//fonts.googleapis.com/css?family=Abril+Fatface&ver=c965e32cfbfe999e6bb582e84b4b9e51');
@import url('//fast.fonts.net/cssapi/42aad989-f8fe-4c9e-9c95-d461205240eb.css');
 @font-face {
  font-family: "FuturaBT W05 Medium";
  src: url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Medium/FuturaBT-Medium.eot") format("eot"),
    url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Medium/FuturaBT-Medium.woff2") format("woff2"), 
    url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Medium/FuturaBT-Medium.woff") format("woff"), 
    url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Medium/FuturaBT-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaBT W05 Book";
  src: url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Book/FuturaBT%20W05%20Book.eot") format("eot"), 
    url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Book/FuturaBT%20W05%20Book.woff2") format("woff2"), 
    url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Book/FuturaBT%20W05%20Book.woff") format("woff"), 
    url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Book/FuturaBT%20W05%20Book.ttf") format("truetype");
}

@font-face {
  font-family: "FuturaBT W05 Bold";
  src: url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Bold/futura-bold-bt.eot") format("eot"), 
    url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Bold/futura-bold-bt.woff2") format("woff2"), 
    url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Bold/FuturaBT-Bold.woff") format("woff"), 
    url("https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/HighgateSchool_May2020/Fonts/FuturaBT%20W05%20Bold/FuturaBT-Bold.ttf") format("truetype");
} 





















 /* Edited from 500px to 900px - HS Support #3630802 */





















/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 30px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1023px) {
  .dnd-section {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }


}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote:after {
  content: "“";
  font-family: "Abril Fatface";
  font-size: 5rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%,-1.25rem);
  -ms-transform: translate(-50%,-1.25rem);
  transform: translate(-50%,-1.25rem);
}

blockquote {
  margin-top: 0;
  font-size: 2.8125rem;
  line-height: 1.5;
  text-align: center;
  color: #277d9a;
  position: relative;
  padding-top: 3.125rem;
  border: none !important;
}



/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width:767px){
  blockquote {font-size: 25px;}
  h1 {
    font-size: 37px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 26px !important;
  }
  h4 {
    font-size: 23px !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
    list-style: none;
    padding: 0;
    margin: 0;
}
h3.form-title{
  
  padding-left:10px;
}
form {
  max-width: 900px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none !important;
  margin:15px 0;
  outline: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


p.header {
  background-color: transparent;
  padding: 0;
  position: static;
}

.hs-form label {
  font-size: 1rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  outline: none;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}


ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
  font-size: 14px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
/* Added by HS Support  #3630802 */
form > fieldset {
    max-width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 0px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

/* Force fields within 3 columns to full width inside of fieldsets */
/* Added by HS Support  #3630802 */
@media (min-width: 480px) {
fieldset.form-columns-3 .hs-form-field {
    width: 33.33%!important;
    float: left;
  }
}
/* End of addition */

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
@media(max-width:767px){
  form{
    max-width:100%;
    width:100%; 

  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;

}

.hs-menu-item.active a {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.banner-area .banner-bg {
  background-image: linear-gradient(180deg,#f1f0ee 80%,rgba(241,240,238,0) 80%);
}

.banner-area .banner-bg .page-center {
  padding-right: .625rem;
  padding-left: .625rem;
}

.banner-area .banner-bg .page-center {
  padding-right: .625rem;
  padding-left: .625rem;
}

.banner-area .banner-bg .banner_image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 50%;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-right: .625rem;
  margin-left: .625rem;
}

.banner-area .banner-title-wrap {
  margin-right: .625rem;
  margin-left: .625rem;
  display: block;
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
  text-align: center;
}

.banner-area .banner-title-wrap h1 {
  color: #053776;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
}

.sticky-button {
  background-color: #ff415b;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: .3125rem;
  position: fixed;
  left: auto;
  right: 0;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: rotate(-90deg) translateY(3.9375rem);
  -ms-transform: rotate(-90deg) translateY(3.9375rem);
  transform: rotate(-90deg) translateY(3.9375rem);
  transition: .25s ease;
  z-index: 99;
  padding: .5625rem 1.4375rem;
  line-height: 2rem;
  text-decoration: none !important;
}

.sticky-button:hover,
.sticky-button:focus,
.sticky-button:active {
  color: #fff;
  background-color: #053776;
  -webkit-transform: rotate(-90deg) translateY(3.9375rem);
  -ms-transform: rotate(-90deg) translateY(3.9375rem);
  transform: rotate(-90deg) translateY(3.9375rem);
}

@media print, screen and (min-width: 48em){
  .banner-area .banner-bg .page-center {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .banner-area .banner-title-wrap {
    margin-right: .9375rem;
    margin-left: .9375rem;
    margin-bottom: 6.25rem;
    margin-top: 6.25rem;
  }
}




@media (max-width: 767px){
  .banner-area .banner-title-wrap h1 {
    font-size: 1.875rem !important;
  }
  .sticky-button {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
div#site-wrapper {
  overflow: hidden;
}
.header-login-menu .hs-menu-wrapper ul>li>a:hover {
  background-color: #fff;
  border-color: #9a2743;
  color: #9a2743;
}
.header__container {
  margin: 0 auto;
}

.header {
  padding: .625rem;
  position: relative;
}

.header .header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}
.header .custom-logo {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: auto;
}

.header .custom-logo > div {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: .5rem 1rem .5rem 0;
}

.header .custom-logo > div > a {
  letter-spacing: .0625rem;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.header .custom-menu-primary {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.header .custom-menu-primary span:nth-child(1) > div > ul, .header .custom-menu-primary div:nth-child(1) > div > ul {
  margin: 0;
  line-height: 1.4;
  letter-spacing: .0625rem;
  font-size: 1rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .custom-menu-primary span:nth-child(1) > div > ul > li, .header .custom-menu-primary div:nth-child(1) > div > ul > li  {
  line-height: 1.4;
  letter-spacing: .0625rem;
}

.header .custom-menu-primary span:nth-child(1) > div > ul > li > a, 
.header .custom-menu-primary div:nth-child(1) > div > ul > li > a  {
  text-decoration: none;
  font-family: "FuturaBT W05 Medium";
  display: block;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: .125rem;
  padding: .5625rem .8125rem;
}

.header .custom-menu-primary span:nth-child(1) > div > ul > li:nth-child(6) > a, 
.header .custom-menu-primary span:nth-child(1) > div > ul > li:nth-child(7) > a,
.header .custom-menu-primary div:nth-child(1) > div > ul > li:nth-child(6) > a, 
.header .custom-menu-primary div:nth-child(1) > div > ul > li:nth-child(7) > a{
  font-size: 0;
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  color: #277d9a;
  letter-spacing: .125rem;
  padding: 0 !important;
}

.header .custom-menu-primary span:nth-child(1) > div > ul > li:nth-child(6)>a:after, 
.header .custom-menu-primary span:nth-child(1) > div > ul > li:nth-child(7)>a:after,
.header .custom-menu-primary div:nth-child(1) > div > ul > li:nth-child(6)>a:after, 
.header .custom-menu-primary div:nth-child(1) > div > ul > li:nth-child(7)>a:after {
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  content: "";
  display: block;
  height: 1.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: .25s ease;
  width: 1.25rem;
  z-index: 2;
}

.header .custom-menu-primary span:nth-child(1) > div >ul>li:nth-child(6)>a:after,
.header .custom-menu-primary div:nth-child(1) > div >ul>li:nth-child(6)>a:after {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/login.svg);
} 

.header .custom-menu-primary span:nth-child(1) > div>ul>li:nth-child(6)>a:hover:after,
.header .custom-menu-primary div:nth-child(1) > div>ul>li:nth-child(6)>a:hover:after {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/header_login_hover.svg);
} 

.header .custom-menu-primary span:nth-child(1) > div>ul>li:nth-child(7)>a:after,
.header .custom-menu-primary div:nth-child(1) > div>ul>li:nth-child(7)>a:after {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/search.svg);
}

.header .custom-menu-primary span:nth-child(1) > div>ul>li:nth-child(7)>a:hover:after,
.header .custom-menu-primary div:nth-child(1) > div>ul>li:nth-child(7)>a:hover:after {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/header_search_hover.svg);
}
.header .custom-menu-primary span:nth-child(2)>div>ul>li>a:hover, 
.header .custom-menu-primary span:nth-child(1)>div>ul>li>a:hover,
.header .custom-menu-primary div:nth-child(2)>div>ul>li>a:hover, 
.header .custom-menu-primary div:nth-child(1)>div>ul>li>a:hover {
  text-decoration: underline;
}
.header .custom-menu-primary span:nth-child(1) > div>ul>li:nth-child(6), 
.header .custom-menu-primary span:nth-child(1) > div>ul>li:nth-child(7),
.header .custom-menu-primary div:nth-child(1) > div>ul>li:nth-child(6), 
.header .custom-menu-primary div:nth-child(1) > div>ul>li:nth-child(7){
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: .1875rem;
  margin-right: .625rem;
}

.header .custom-menu-primary span:nth-child(2) > div > ul > li,
.header .custom-menu-primary div:nth-child(2) > div > ul > li {
  line-height: 1.4;
  letter-spacing: .0625rem;
}

.header .custom-menu-primary span:nth-child(2) > div > ul,
.header .custom-menu-primary div:nth-child(2) > div > ul {
  margin: 0;
  line-height: 1.4;
  letter-spacing: .0625rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header .custom-menu-primary span:nth-child(2) > div > ul > li > a,
.header .custom-menu-primary div:nth-child(2) > div > ul > li > a {
  display: block;
  line-height: 1;
  text-decoration: none;
  letter-spacing: .125rem;
  font-family: "FuturaBT W05 Medium";
  text-transform: uppercase;
  font-size: 1.0625rem;
  padding: .5625rem .3125rem;
}


.header-login-menu {
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9a2743;
  bottom: 0;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: .25s ease;
  width: 100%;
  z-index: 5;
}

.login-open .header-login-menu {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.header-search-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #053776;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: .25s ease;

}

.search-open .header-search-wrapper > div {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-search-wrapper > div #searchform {
  max-width: unset;
  margin: 0;
  padding: 0;
}

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.125rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}

.header-search-wrapper > div #searchform  input[type="text"] {
  transition: .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: inherit;
  border: 1px solid #053776;
  height: 3.3125rem;
  display: block;
  margin: 0;
  white-space: nowrap;
  border-radius: 0;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1;
  padding: 0 .625rem;
  width: auto;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1;
  padding: 0 .625rem;
}

.input-group .input-group-button {
  margin: 0;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0;
}

.input-group .input-group-button input[type="submit"] {
  text-align: center;
  cursor: pointer;
  background-color: #053776;
  color: #fff;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  white-space: nowrap;
  font-size: 1rem;
  height: auto;
  outline: 0;
  border: 1px solid #fff;
  padding: .75rem 2.5rem;
  line-height: 1;
  -webkit-align-self: initial;
  -ms-flex-item-align: initial;
  -ms-grid-row-align: initial;
  align-self: initial;
  display: block;
  margin-left: 1.875rem;
  border-radius: 0;
}
.input-group .input-group-button input[type="submit"]:hover{

  background-color: #042f64;
  color: #fff;
}
.header-search-wrapper > div #close-search {
  margin: 0;
  outline: 0;
  text-transform: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto;
  padding: 0;
  -webkit-appearance: none;
  font-family: inherit;
  color: #fff;
  display: block;
  height: 1.5625rem;
  overflow: hidden;
  position: absolute;
  right: .625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5625rem;
  cursor:pointer;
}

.header-search-wrapper > div #close-search:before,
.header-search-wrapper > div #close-search:after {
  background-color: #fff;
  content: '';
  height: 1.5625rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 2px;
}

.header-search-wrapper > div #close-search:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-search-wrapper > div #close-search:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-login-menu .hs-menu-wrapper ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.header-login-menu .hs-menu-wrapper ul > li > a {
  letter-spacing: .0625rem;
  color: #fff;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  vertical-align: middle;
  font-size: 1.25rem;
  text-decoration: none;
  outline: 0;
  border: 1px solid #fff;
  padding: .75rem 2.5rem;
  line-height: 1;
  -webkit-align-self: initial;
  -ms-flex-item-align: initial;
  -ms-grid-row-align: initial;
  align-self: initial;
  display: block;
  margin-left: 1.875rem;
  background-color: transparent;
  margin: 0 .625rem;
}

.header-login-menu .login_close {

  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto;
  color: #fff;
  display: block;
  height: 1.5625rem;
  overflow: hidden;
  position: absolute;
  right: .625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5625rem;
  text-transform: none;
  outline: 0; 
  cursor: pointer;
}

.header-login-menu .login_close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-login-menu .login_close:before, 
.header-login-menu .login_close:after {
  background-color: #fff;
  content: '';
  height: 1.5625rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 2px;
}

.header-login-menu .login_close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 48em){
  .header .header__container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header .custom-menu-primary {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
  .header .custom-menu-primary span:nth-child(2) > div > ul, 
  .header .custom-menu-primary span:nth-child(2) > div > ul > li, 
  .header .custom-menu-primary span:nth-child(1) > div > ul, 
  .header .custom-menu-primary span:nth-child(1) > div > ul > li{
    font-size: 1.125rem;
  }
  .header-search-wrapper > div #searchform input[type="text"] {
    width: 31.25rem;
    outline: none;
  }
  .header-search-wrapper>div #searchform input[type="text"]::-webkit-input-placeholder {
    color: #fff;
  }
  .header-search-wrapper>div #searchform input[type="text"]::-moz-placeholder {
    color: #fff;
  }
  .header-search-wrapper>div #searchform input[type="text"]:-ms-input-placeholder {
    color: #fff;
  }
  .header-search-wrapper>div #searchform input[type="text"]::-ms-input-placeholder {
    color: #fff;
  }
  .header-search-wrapper>div #searchform input[type="text"]::placeholder {
    color: #fff;
  }
  .header-search-wrapper>div #searchform input[type="text"]:focus{
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #053776;
    outline: 0;
  }
  .header-search-wrapper > div #close-search, .header-login-menu .login_close{
    right: 5%;
  }
}
@media screen and (min-width: 1100px){
  .mobile-wrapper {
    display: none;
  }

  .mobile-trigger {
    display: none;
  }
}
@media print, screen and (min-width: 64em){
  .header .custom-logo > div > a {
    background-size: 15.9375rem 3.125rem;
    display: block;
    height: 3.125rem;
    width: 15.9375rem;
  }
  .header-login-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-header-outer .mobile-header-inner .mobile-header-left .mobile-header-title a{
    background-size: 15.9375rem 3.125rem;
    display: block;
    height: 3.125rem;
    width: 15.9375rem;
  }
  .mobile-header-outer .mobile-header-inner .mobile-header-left .mobile-header-title a{
    background-size: 15.9375rem 3.125rem;
    display: block;
    height: 3.125rem;
    width: 15.9375rem;
  }
}

@media screen and (min-width: 81.25em){

  .header .header__container {
    max-width: calc(81.25rem + 8.125rem);
    min-width: 81.25rem;
  }
  .header .custom-menu-primary span:nth-child(2) > div > ul > li > a{
    font-size: 1.125rem;
    padding: .5625rem .8125rem;
  }


}

@media (max-width: 1099px){
  .header .custom-menu-primary {
    display: none;
  }
  .header .custom-logo {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-trigger {
    text-transform: none;
    background: 0 0;
    line-height: 1;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
    outline: 0;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .mobile-trigger:after {
    background: #053776;
    box-shadow: 0 7px 0 #053776, 0 14px 0 #053776;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mobile-trigger:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  }

  .body-wrapper  {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translateX(0,0);
  }


  .mobile-open .body-wrapper   {
    -webkit-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
  }



  .overlay {
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease,visibility .5s ease;
    background: rgba(255,255,255,.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    width:100%;
    left: 0;
    right: 0;
  }

  .mobile-open .overlay {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
  }

  .mobile-wrapper {
    position: fixed;
    z-index: 14;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #053776;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 320px;
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    padding: 0;
    outline: 0;
    box-shadow: inset -13px 0 20px -13px rgba(10,10,10,.25);
  }

  .mobile-open .mobile-wrapper {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);

  }

  body.mobile-open {
    overflow-x: hidden;
  }

  .mobile-header-outer {
    background-color: #053776;
    overflow: hidden;
    padding: .625rem;
    position: relative;
  }

  .mobile-header-outer .mobile-header-inner {
    padding: .5rem;
    background: 0 0;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-header-outer .mobile-header-inner .mobile-header-left {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-header-outer .mobile-header-inner .mobile-header-left .mobile-header-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
  }

  .mobile-header-outer .mobile-header-inner .mobile-header-left .mobile-header-title a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9.5625rem 1.875rem;
    display: block;
    height: 1.875rem;
    width: 9.5625rem;
    background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/mobile_logo.svg);
  }

  .menu-icon-search {
    margin: 0;
    text-transform: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    margin-left: .25rem;
    margin-right: .25rem;
    vertical-align: middle;
    display: block;
    height: 1.5625rem;
    overflow: hidden;
    position: absolute;
    right: 1.25rem;
    width: 1.5625rem;
    right: 3.75rem;
    background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/search_white.svg);
  }

  .menu-icon-search:before, 
  .menu-icon-search:after {
    background-color: #fff;
    content: '';
    height: 1.5625rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 2px;
    background-color: transparent;
    box-shadow: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .menu-close {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
    margin-left: .25rem;
    margin-right: .25rem;
    display: block;
    height: 1.5625rem;
    overflow: hidden;
    position: absolute;
    right: 1.25rem;
    width: 1.5625rem;
    outline:none;
  }

  .menu-close:before, 
  .menu-close:after {
    background-color: #fff;
    content: '';
    height: 1.5625rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 2px;
  }

  .menu-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-main-menu {
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
    max-width: 100%!important;
    position: initial;
  }

  .mobile-main-menu .hs-menu-wrapper > ul {
    margin: 0 1.25rem;
    position: initial;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: .0625rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-main-menu .hs-menu-wrapper > ul > li {
    line-height: 1.4;
    letter-spacing: .0625rem;
    font-size: 1.125rem;
    display: block;
    border-bottom: .0625rem solid rgba(255,255,255,.25);
    margin-bottom: 0;
  }

  .mobile-main-menu .hs-menu-wrapper > ul > li > a {
    line-height: 1;
    text-decoration: none;
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.125rem;
    font-family: "FuturaBT W05 Medium";
    letter-spacing: .125rem;
    padding: .3125rem 0 .3125rem .125rem;
    text-transform: uppercase;
  }

  .mobile-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    border-color: transparent transparent transparent #fff;
  }

  .mobile-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    line-height: 1.4;
    letter-spacing: .0625rem;
    font-size: 1.125rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: transform .15s linear;
    left: 100%;
    z-index: -1;
    background-color: #053776;
    bottom: 0;
    margin: 0;
    padding: 1.25rem 1.875rem 1.875rem;
    position: absolute;
    top: 4.0625rem;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .mobile-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li {
    border-bottom: .0625rem solid rgba(255,255,255,.25);
    margin-bottom: 0;
    outline: 0;
    line-height: 1.4;
    display: block;
    letter-spacing: .0625rem;
    font-size: 1.125rem;
  }

  .mobile-main-menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-of-type {
    border: 0;
  }

  .mobile-main-menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:first-of-type>a {
    font-size: 1rem;
    text-transform: initial;
    line-height: 1;
    text-decoration: none;
    display: block;
    font-family: "FuturaBT W05 Medium";
    letter-spacing: .125rem;
    padding: .3125rem 0 .3125rem .125rem;
    color: #fff;
  }

  .mobile-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:first-of-type > a:before {
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem;
    border-right-style: solid;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-color: transparent #fff transparent transparent;
    border-left: 0;
  }

  .mobile-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:first-of-type+li {
    border: 0;
  }

  .mobile-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:first-of-type + li > a {
    line-height: 1;
    text-decoration: none;
    display: block;
    color: #fff;
    font-family: "FuturaBT W05 Medium";
    letter-spacing: .125rem;
    padding: .3125rem 0 .3125rem .125rem;
    font-size: 1.125rem;
    padding-bottom: 1.5625rem;
    padding-top: 1.25rem;
    text-transform: uppercase;
  }

  .mobile-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a {
    line-height: 1;
    text-decoration: none;
    display: block;
    margin-bottom: 0;
    font-family: "FuturaBT W05 Medium";
    letter-spacing: .125rem;
    padding: .3125rem 0 .3125rem .125rem;
    color: #fff;
    font-size: 1rem;
    text-transform: initial;
  }

  .mobile-secondary-menu {
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
    max-width: 100%!important;
    position: initial;
  }

  .mobile-secondary-menu .hs-menu-wrapper > ul {
    margin: 0 1.25rem;
    position: initial;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: .0625rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-secondary-menu .hs-menu-wrapper > ul > li:first-of-type {
    border-bottom: .0625rem solid rgba(255,255,255,.25);
  }

  .mobile-secondary-menu .hs-menu-wrapper > ul > li {
    display: block;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: .0625rem;
    border-bottom: .0625rem solid rgba(255,255,255,.25);
    margin-bottom: 0;
  }

  .mobile-secondary-menu .hs-menu-wrapper > ul > li > a {
    line-height: 1;
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: .875rem;
    font-family: "FuturaBT W05 Medium";
    letter-spacing: .125rem;
    padding: .625rem 0 .3125rem;
    text-transform: initial;
  }

  .login_button-group {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 1.25rem;
  }

  .login_button-group a {
    letter-spacing: .0625rem;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff !important;
    padding: .1875rem .9375rem .125rem 1.875rem;
    position: relative;
    font-size:16px;
    text-decoration:none;
  }

  .login_button-group a:after {
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: .9375rem .9375rem;
    content: "";
    display: block;
    height: .9375rem;
    left: .9375rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: .9375rem;
    background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/login_white.svg);
  }

  .header-search-mobile {
    transition: .25s ease;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 5;
    background-color: #277d9a;
    bottom: 0;
    display: block;
    height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 6.25rem 1.25rem 0;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .search-come .header-search-mobile {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .header-search-mobile form {
    max-width: unset;
  }

  .header-search-mobile form .input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-search-mobile form .input-group input[type="text"] {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
    transition: .25s ease-in-out;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #053776;
    height: 3.3125rem;
    display: block;
    margin: 0;
    white-space: nowrap;
    border-radius: 0;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
    border-radius: 0;
    color: #fff;
    line-height: 1;
    background-color: transparent;
    border-color: #277d9a;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.25rem;
    padding: .75rem 2.5rem;
    width: 100%;
    outline:none;
  }

  .header-search-mobile form .input-group input[type="text"]::-webkit-input-placeholder {
    color: #fff;
  }
  .header-search-mobile form .input-group input[type="text"]::-moz-placeholder {
    color: #fff;
  }
  .header-search-mobile form .input-group input[type="text"]:-ms-input-placeholder {
    color: #fff;
  }
  .header-search-mobile form .input-group input[type="text"]::-ms-input-placeholder {
    color: #fff;
  }
  .header-search-mobile form .input-group input[type="text"]::placeholder {
    color: #fff;
  }
  .header-search-mobile form .input-group input[type="text"]:focus{
    background-color: #fff;
    border-color: #fff;
    color: #053776;
  }

  .header-search-mobile form .input-group input[type="text"]:focus::-webkit-input-placeholder{
    color: #053776;
  }

  .header-search-mobile form .input-group input[type="text"]:focus::-moz-placeholder{
    color: #053776;
  }

  .header-search-mobile form .input-group input[type="text"]:focus:-ms-input-placeholder{
    color: #053776;
  }

  .header-search-mobile form .input-group input[type="text"]:focus::-ms-input-placeholder{
    color: #053776;
  }

  .header-search-mobile form .input-group input[type="text"]:focus::placeholder{
    color: #053776;
  }
  .header-search-mobile form .input-group .input-group-button {
    margin: 0;
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0;
  }

  .header-search-mobile form .input-group .input-group-button input[type="submit"] {
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    background-color: #053776;
    color: #fff;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    font-size: 1rem;
    height: auto;
    outline: 0;
    padding: .75rem 2.5rem;
    line-height: 1;
    -webkit-align-self: initial;
    -ms-flex-item-align: initial;
    -ms-grid-row-align: initial;
    align-self: initial;
    border: 1px solid #053776;
    margin: 0;
    display: block;
    width: 100%;
  }

  .header-search-mobile  .close-search-mobile {
    line-height: 1;
    cursor: auto;
    border: 0;
    border-radius: 0;
    background: 0 0;
    color: #fff;
    display: block;
    height: 1.5625rem;
    overflow: hidden;
    position: absolute;
    right: .625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5625rem;
    top: 2.5rem;
    right: 1.25rem;
  }

  .header-search-mobile .close-search-mobile:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header-search-mobile .close-search-mobile:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header-search-mobile .close-search-mobile:after, 
  .header-search-mobile .close-search-mobile:before {
    background-color: #fff;
    content: '';
    height: 1.5625rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 2px;
  }

  body.mobile-open {
  }

  .mobile-login-menu {
    transition: .25s ease;
    width: 100%;
    z-index: 5;
    position: absolute;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #9a2743;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    display: block;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 6.25rem 1.25rem 0;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .login-co .mobile-login-menu {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  .mobile-login-menu .close-portal-mobile {
    line-height: 1;
    cursor: auto;
    color: #fff;
    display: block;
    height: 1.5625rem;
    overflow: hidden;
    position: absolute;
    right: .625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5625rem;
    right: 1.25rem;
    top: 2.5rem;
  }

  .mobile-login-menu .close-portal-mobile:before, .mobile-login-menu .close-portal-mobile:after {
    background-color: #fff;
    content: '';
    height: 1.5625rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 2px;
  }

  .mobile-login-menu .close-portal-mobile:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
  }

  .mobile-login-menu .close-portal-mobile:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-login-menu .hs-menu-wrapper > ul {
    margin: 0;
  }

  .mobile-login-menu .hs-menu-wrapper > ul > li > a {
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-family: inherit;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.25rem;
    background-color: transparent;
    border: 1px solid #fff;
    padding: .75rem 2.5rem;
    line-height: 1;
    -webkit-align-self: initial;
    -ms-flex-item-align: initial;
    -ms-grid-row-align: initial;
    align-self: initial;
    display: block;
    margin: 0 0 1.25rem;
    font-family: "FuturaBT W05 Book";
  }
  .mobile-login-menu .hs-menu-wrapper>ul>li>a:hover {
    background-color: #fff;
    border-color: #9a2743;
    color: #9a2743;
  }
  .mobile-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul.submenu-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
}

@media (max-width:1023px){

  .header .header__container {
    padding: .5rem;
    background: 0 0;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .custom-logo {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .header .custom-logo > div {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin: 0;
  }

  .header .custom-logo > div > a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9.5625rem 1.875rem;
    display: block;
    height: 1.875rem;
    width: 9.5625rem;
  }
}
@media (max-width:1320px) and (min-width:1300px){

    .custom-menu-primary {
      padding-right: 20px;
    }

  }
@media (max-width:767px){

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  overflow:hidden;
}

.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  padding: 1.875rem 0 2.8125rem;
}

.footer__copyright .footer__container {
  padding-right: .625rem;
  padding-left: .625rem;
}

.footer .footer__background{
  background-repeat: repeat;
  background-size: 25%;
  padding: 3.75rem 0 4.375rem;
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/footer_bg_pattern.png);
}

.footer__copyright  .footer_margin_x {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.footer__copyright .footer_margin_x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

.footer__copyright .footer_margin_x {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.footer__copyright .footer_margin_x {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.footer-copyright_left {
  width: 50%;
}

.footer__copyright .social-icon-wrap {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}

.footer__copyright .social-icon-wrap {
  margin-left: .9375rem;
  margin-right: .9375rem;
}

.footer__copyright .social-icon-wrap {
  width: auto;
}

.footer__copyright .social-icon-wrap {
  max-width: 50%;
}

.footer__copyright .social-icon-wrap .social-icon-margin-x {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.footer__copyright .social-icon-wrap .social-icon-margin-x {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.footer__copyright .social-icon-wrap .social-icon-margin-x {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media {
  max-width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  margin-left: .9375rem;
  width: auto;
  margin-right: .9375rem;
  min-height: 0;
  min-width: 0;
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul > li {
  line-height: 1.4;
  letter-spacing: .0625rem;
  font-size: 1.125rem;
  margin-bottom: .625rem;
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul > li > a {
  letter-spacing: .0625rem;
  line-height: 1;
  text-decoration: none;
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 0;
  padding: .625rem;
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul > li> a:before {
  content: "";
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}
.footer__copyright .footer_margin_x .footer-copyright_left ul>li>a:hover {
  text-decoration: underline;
}
.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul > li:nth-child(1) > a:before {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/facebook.svg);
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul > li:nth-child(2) > a:before {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/twitter.svg);
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul > li:nth-child(3) > a:before {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/instagram.svg);
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul > li:nth-child(4) > a:before {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/linkedin.svg);
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul > li:nth-child(5) > a:before {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/youtube.svg);
}
.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul>li>a:hover:before {
  opacity: .5;
}
.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__crest-container, 
.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__crest-container > div,
.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__crest-container > div > span {
  max-width: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin-left: .9375rem;
  margin-right: .9375rem;
  width: auto;
  flex: 0 0 auto;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.footer__copyright .social-icon-wrap .social-icon-margin-x .footer__crest-container img {
  max-width: 4.375rem;
  display: inline-block;
  vertical-align: middle;
  height: auto;

}

.footer__copyright .footer_margin_x .footer-copyright_left {
  max-width: 50%;
  min-height: 0;
  min-width: 0;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  margin-left: .9375rem;
  margin-right: .9375rem;
  width: auto;
}

.footer__copyright .footer_margin_x .footer-copyright_left > div > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* margin-left: -.9375rem; */
  /* margin-right: -.9375rem; */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copyright .footer_margin_x .footer-copyright_left p {
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
  font-family: "FuturaBT W05 Medium";
  font-size: 1rem;
}

.footer__copyright .footer_margin_x .footer-copyright_left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 41px;
}

.footer__copyright .footer_margin_x .footer-copyright_left ul > li {
  width: auto;
  display: inline-block;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
}

.footer__copyright .footer_margin_x .footer-copyright_left ul > li > a {
  letter-spacing: .0625rem;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding-left: 0;
  padding-right: 1.5625rem;
  font-size: 1rem;
  font-family: "FuturaBT W05 Medium";
  padding-bottom: .625rem;
  padding-top: .625rem;
}

.footer .footer__container {
  padding-right: .625rem;
  padding-left: .625rem;
}

.footer .footer__container {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.footer .footer__container {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.footer .footer__container .footer-margin-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer .footer__container .footer-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

.footer .footer__container .footer-margin-x {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.footer .footer-image-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -.625rem;
  margin-right: -.625rem;
}

.footer .footer-image-inner {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

.footer .footer-image-inner .footer-logo img {
  vertical-align: middle;
  height: auto;
  display: block;
  max-width: 18.75rem;
  margin: 0;
  width: auto !important;
}

.footer .footer__awards {
  width: calc(100% - 1.875rem);
  margin-left: .9375rem;
  margin-right: .9375rem;
}

.footer .footer__awards {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  display: flex;
}

.footer .footer__awards a {
  display: inline-block;
  margin-right: 2.29rem;
  width: auto;
  margin-bottom: 1rem;
}

.footer .footer__awards a img {
  vertical-align: middle;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 12.5rem;
  max-height: 12.5rem;
  width: auto !important;
}


.footer .footer__awards #hs_cos_wrapper_Right-image + #hs_cos_wrapper_Right-image a {
  margin-right: 0;
  margin-bottom: 1rem;
}

.footer .footer-image-inner p.footer__tagline {
  line-height: 1.4;
  letter-spacing: .0625rem;
  font-family: "FuturaBT W05 Medium";
  color: #ff415b;
  display: block;
  font-size: 1.75rem;
  margin-top: 1.875rem;
  margin-bottom: 4.375rem;
  text-align: center;
  max-width: 18.75rem;
}


.footer .footer-image-inner .footer-logo {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.footer .footer-menu-1 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 25%;
}

.footer .footer-menu-1 {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem;
}

.footer .footer-menu-1 > span > div {
  display: block;
  margin: 0;
  max-width: 15.625rem;
}

.footer .footer-menu-1 .hs-menu-wrapper > ul {
  line-height: 1.4;
  margin: 0;
  letter-spacing: .0625rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-menu-1 .hs-menu-wrapper > ul > li {
  line-height: 1.4;
  letter-spacing: .0625rem;
  display: block;
  width: 100%;
}

.footer .footer-menu-1 .hs-menu-wrapper > ul > li > a {
  letter-spacing: .0625rem;
  line-height: 1;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: .625rem 1rem;
}

.footer .footer-menu-2 .hs-menu-wrapper {
  display: block;
  margin: 0;
  max-width: 15.625rem;
}

.footer .footer-menu-2 .hs-menu-wrapper > ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin: 0;
  line-height: 1.4;
  letter-spacing: .0625rem;
}

.footer .footer-menu-2 .hs-menu-wrapper > ul > li {
  line-height: 1.4;
  letter-spacing: .0625rem;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

.footer .footer-menu-2 .hs-menu-wrapper > ul > li > a {
  letter-spacing: .0625rem;
  line-height: 1;
  text-decoration: none;
  display: block;
  font-size: 1.25rem;
  padding: .625rem 1rem;
}

.footer .footer-menu-1 .hs-menu-wrapper>ul>li>a:hover, 
.footer .footer-menu-2 .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 48em){
  .footer__copyright {
    padding: 3.75rem 0 4.375rem;
  }
  .footer__copyright .footer__container{
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .footer .footer__background {
    padding: 7.5rem 0 8.75rem;
  }
  .footer .footer-image-wrap {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
  }
  .footer .footer-image-inner .footer-logo {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
  }
  .footer .footer-menu-1 {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
  }
  .footer .footer-menu-1{
    width: calc(50% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
  }
  .footer .footer-menu-1 .hs-menu-wrapper > ul{
    font-size: 1.125rem;
  }
  .footer .footer-menu-1 .hs-menu-wrapper > ul > li{
    font-size: 1.125rem;
  }
  .footer .footer-menu-2 .hs-menu-wrapper > ul{
    font-size: 1.125rem;
  }
  .footer .footer-menu-2 .hs-menu-wrapper > ul > li{
    font-size: 1.125rem;
  }

  .footer .footer-menu-2 {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }
}


@media print, screen and (min-width: 64em){
  .footer .footer__background {
    padding: 7.5rem 1.875rem 8.75rem;
  }
  .footer .footer-image-wrap {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    max-width: 50%;
  }
  .footer .footer-menu-1 {
    width: calc(25% - 1.875rem);
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 25%;
    margin-bottom: 0;
  }
  .footer .footer-menu-2 {
    width: calc(16.66667% - 1.875rem);
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 16.66667%;
  }
  .footer .footer-menu-1 > span > div{
    margin: 0 auto;
  }
  .footer .footer-menu-2 .hs-menu-wrapper{
    margin: 0 auto;
  }
}

@media screen and (max-width: 63.99875em){
  .footer__copyright .footer_margin_x .footer-copyright_left {
    width: calc(50% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 1.25rem;
    max-width: 50%;
  }

  .footer__copyright .social-icon-wrap {
    margin-bottom: 1.25rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }

  .footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media {
    width: calc(100% - 1.875rem);
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem;
  }

  .footer__copyright .social-icon-wrap .social-icon-margin-x .footer__crest-container,
  .footer__copyright .social-icon-wrap .social-icon-margin-x .footer__crest-container > div,
  .footer__copyright .social-icon-wrap .social-icon-margin-x .footer__crest-container > div > span {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    flex: auto;
  }
  .footer .footer-menu-1{
    margin-bottom: 1.25rem;
  }
  .footer .footer-menu-2 {
    width: calc(50% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
    margin-bottom: 1.25rem;
  }

  .footer .footer__awards {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem;
  }

  .footer .footer-image-inner .footer-logo img {
    max-width: 18.75rem;
    margin: 0 auto;
    display: block;
  }

  .footer .footer-image-inner p.footer__tagline {
    margin: 0;
    color: #ff415b;
    display: block;
    font-size: 1.75rem;
    margin-top: 1.875rem;
    margin-bottom: 4.375rem;
    text-align: center;
    max-width: 100%;
  }

  .footer .footer__awards a {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 3rem;
    width: auto;
  }

  .footer .footer__awards #hs_cos_wrapper_Right-image+#hs_cos_wrapper_Right-image a {
    margin-bottom: 3rem;
    width: auto;
    display: inline-block;
    margin-right: 0;
  }

  .footer .footer__awards div, .footer .footer__awards div span {
    width: initial;
    display: block;
  }
  .footer .footer__awards div:nth-child(2) a {
    margin-right: 0 !important;
    margin-left: 5px;
  }
}

@media screen and (max-width: 47.938em){
  .footer .footer__container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 81.25rem;
    margin: 0 auto;
  }

  .footer__copyright .footer_margin_x {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .footer__copyright .footer_margin_x .footer-copyright_left {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
    max-width: 100%;
  }

  .footer__copyright .social-icon-wrap {
    max-width: 100%;
    margin-bottom: 1.25rem;
    margin-left: .625rem;
    margin-right: .625rem;
    width: calc(100% - 1.25rem);
  }

  .footer__copyright .social-icon-wrap .social-icon-margin-x .footer__social-media ul>li>a:before {
    content: "";
    display: block;
    height: 1.875rem;
    transition: .25s ease;
    width: 1.875rem;
  }
  .footer__copyright .footer_margin_x .footer-copyright_left ul>li {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .0625rem;
    margin-bottom: .625rem;
  }

  .footer__copyright .footer_margin_x .footer-copyright_left ul {
    padding-bottom: 54px;
  }

  .footer__copyright .footer_margin_x .footer-copyright_left ul>li>a {
    font-size: 1rem;
    font-family: "FuturaBT W05 Medium";
    padding-bottom: .3125rem;
    padding-left: 0;
    padding-right: 1.5625rem;
    padding-top: .3125rem;
  }

  .footer .footer__container .footer-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .footer .footer-menu-2 {
    margin-left: .625rem;
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  .footer .footer-menu-1 {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  .footer .footer-menu-2 .hs-menu-wrapper {
    max-width: 100%;
  }

  .footer .footer-menu-2 .hs-menu-wrapper>ul>li>a {
    padding: .625rem 1rem;
    padding-left: 0;
    line-height: 1;
    text-decoration: none;
    display: block;
    font-size: 1.25rem;
  }

  .footer .footer-menu-1 .hs-menu-wrapper>ul>li>a {
    line-height: 1;
    text-decoration: none;
    display: block;
    font-size: 1.25rem;
    padding: .625rem 1rem;
    padding-left: 0;
  }
  .footer .footer__container .footer-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .footer .footer-menu-2 {
    margin-left: .625rem;
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  .footer .footer-menu-1 {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }

  .footer .footer-menu-2 .hs-menu-wrapper {
    max-width: 100%;
  }

  .footer .footer-menu-2 .hs-menu-wrapper>ul>li>a {
    padding: .625rem 1rem;
    padding-left: 0;
    line-height: 1;
    text-decoration: none;
    display: block;
    font-size: 1.25rem;
  }

  .footer .footer-menu-1 .hs-menu-wrapper>ul>li>a {
    line-height: 1;
    text-decoration: none;
    display: block;
    font-size: 1.25rem;
    padding: .625rem 1rem;
    padding-left: 0;
  }

  .footer .footer__awards a img {
    max-width: 9.375rem;
    max-height: 9.375rem;
  }

  .footer .footer__awards {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
    max-width: 100%;
  }

  .footer .footer__awards #hs_cos_wrapper_Right-image+#hs_cos_wrapper_Right-image a {
    margin-bottom: 3rem;
    width: auto;
    display: inline-block;
    margin-right: 0;
  }

  .footer .footer__awards a {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 3rem;
    width: auto;
  }
  .footer .footer__awards {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
    max-width: 100%;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;   
    flex-wrap: wrap;
  }
  .footer-image-wrap {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .footer .footer-image-inner .footer-logo {
    width: 100%;
    max-width: 100%;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .footer .footer-image-inner .footer-logo img {
    max-width: 100%;
  }

  .footer .footer-image-inner {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }
}

@media screen and (max-width: 350px){
  .footer__copyright .footer_margin_x .footer-copyright_left ul {
    padding-bottom: 56px;
  }
  .footer .footer__awards div:nth-child(2) a {
    margin-right: 0 !important;
    margin-left: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
.related-post-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
} 

button.slick-prev.slick-arrow {
  top: 126.375px;
  left: 1.875rem;
  width: 64px;
  height: 64px;
  background-color: #ff415b;
  z-index: 9;
}

button.slick-prev.slick-arrow:before {
  height: 100%;
  animation: none;
  display: none;
}  

button.slick-prev.slick-arrow:after {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/chevron--down.svg);
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(90deg);
  -ms-transform: translate(-50%,-50%) rotate(90deg);
  transform: translate(-50%,-50%) rotate(90deg);
  background-size: 2.8rem 2.8rem;
  height: 2.8rem;
  width: 2.8rem;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 1;
}
button.slick-next.slick-arrow:after {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/chevron--down.svg);
  background-repeat: no-repeat;
  left: 50%;
  background-size: 2.8rem 2.8rem;
  height: 2.8rem;
  width: 2.8rem;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%,-50%) rotate(270deg);
  -ms-transform: translate(-50%,-50%) rotate(270deg);
  transform: translate(-50%,-50%) rotate(270deg);
}

button.slick-next.slick-arrow {
  top: 126.375px;
  right: 1.875rem;
  width: 64px;
  height: 64px;
  background-color: #ff415b;
  z-index: 9;
}

button.slick-next.slick-arrow:before {
  display: none;
}

.blog-banner {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  background-color: #f1f0ee;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
  display: block;
}


.blog-header__form {
  margin: 0 1rem;
}

h2.post-listing-simple {
  clear: both;
  width: 100%;
}

h2.post-listing-simple a {
  color: inherit;
  text-decoration: none;
}

.blog-index__post-content a:hover {
  color: inherit;
  text-decoration: none;
}


@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index:after {
  content: "";
  flex: auto;
}



.blog-banner .entry__title {
  text-transform: uppercase;
  color: #053776;
  letter-spacing: .0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

.blog-banner .entry__content {
  display: inline-block;
  max-width: 60rem;
  margin-top: .9375rem;
  color: #9a2743;
  font-size: 1.5rem;
  line-height: 1.5;
}

.blog-banner .entry__content p {
  padding-top: 85px;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  letter-spacing: .0625rem;
  line-height: 1.5;
}

.blog-banner .entry__content .button.primary {
  background-color: #053776;
  color: #fff;
  letter-spacing: .0625rem;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: FuturaBT W05 Book;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: .75rem 2.5rem;
  text-decoration: none;
}



.hero-columns {
  display: block;
  margin-bottom: 3.125rem;
  letter-spacing: .0625rem;
  text-decoration:none !important;
}

.hero-columns .content-wrapper .hero-columns__grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #fff;
}

.hero-columns .hero-columns__cell {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.hero-columns__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  height: 0;
  padding-bottom: 75%;
}

.hero-columns__title-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 20px;
}



.hero-columns__title-container .hero-columns__title {
  text-rendering: optimizeLegibility;
  font-style: normal;
  line-height: 1.4;
  margin-top: 0;
  color: #053776;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.button--outline.hero-columns__button {
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: .75rem 2.5rem;
  text-decoration: none !important;
  color: #9a2743;
  background-color: transparent;
  border: 1px solid #9a2743;
  margin-top: 1.875rem;
  margin-bottom: .625rem;
}

.button--outline.hero-columns__button:hover {
  color: #fff;
  background-color: #9a2743;
  outline-offset: 0;
}

.hs-blog-listing .content-wrapper.container-fluid {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.hs-blog-listing .content-wrapper.container-fluid .row-fluid {
  padding-right: .625rem;
  padding-left: .625rem;
}

.hs-blog-listing .content-wrapper.container-fluid .row-fluid .blog-index {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -1.5625rem;
  margin-right: -1.5625rem;
  margin-bottom: -1.5625rem;
  margin-left: -1.5625rem;
}

.hs-blog-listing .blog-index .post-item {
  letter-spacing: .0625rem;
  position: relative;
  display: block;
  transition: .25s ease;
  width: calc(100% - 3.125rem);
  margin-top: 1.5625rem;
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
  margin-left: 1.5625rem;
}

.card__image-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.875rem;
  max-height: 256px;
}

.card__image {
  width: 100%;
  transition: .5s ease;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}
.hs-blog-listing .blog-index .post-item .card.grid-cell:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


.archives-block {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.archives-block__grid {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 81.25rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.hs-blog-listing .blog-index .post-item p {
  margin: 0;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
  color: #053776;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}



.archives-block__title {
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  margin-top: 0;
  color: #053776;
  letter-spacing: .0625rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-right: .625rem;
  margin-left: .625rem;
  text-align: center;
  margin-bottom: 1.5625rem;
}

.archives-block__grid .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.archives-block__grid .block h3 {
  display: none;
}

.archives-block__grid .block  .widget-module {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.archives-block__grid .block .widget-module ul {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-right: .625rem;
  margin-left: .625rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.archives-block__grid .block .widget-module ul > li {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
  margin-bottom: .625rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-right: .625rem;
  margin-left: .625rem;
}



.archives-block__grid .block .widget-module ul > li > a {
  letter-spacing: .0625rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: .75rem 2.5rem;
  text-decoration: none !important;
  color: #9a2743;
  background-color: transparent;
  border: 1px solid #9a2743;
}

.archives-block span.hs_cos_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.archives-block__grid .block .widget-module ul>li>a span.filter-link-count {
  display: none;
}

.title-block {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
  text-align: center;
  background-color: #f1f0ee;
}

.flexible-content {
  overflow: hidden;
}


.flexible-content__cell h2 {
  margin: 0;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #053776;
  letter-spacing: .0625rem;
}



.title-block {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
  text-align: center;
}

.button-block {
  margin: 0 auto;
  max-width: 100%;
  background-color: #f1f0ee;
  margin-bottom: 0;
  margin-top: -3.75rem;
  position: relative;
  text-align: center;
  padding-top: 0;
}

.button-block .flexible-content__cell .button.button--outline {
  letter-spacing: .0625rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: .75rem 2.5rem;
  text-decoration: none !important;
  color: #9a2743;
  background-color: transparent;
  border: 1px solid #9a2743;
  outline: 0;
  margin-bottom: 0;
}

.button-block .flexible-content__cell .button.button--outline:hover {
  color: #fff;
  background-color: #9a2743;
  outline-offset: 0;
}

.carousel-block {
  padding-top: 0 !important;
  margin-top: 0;
  position: relative;
  background-color: #f1f0ee;
  margin-bottom: 0;
}
.flexible-content__cell {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  margin-right: .625rem;
  margin-left: .625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.flexible-content__grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexible-content__container--background>.flexible-content__grid {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 81.25rem;
  margin: 0 auto;
}

.blog-banner .entry__content .button.primary:hover {
  background-color: #042c5e;
  color: #fff;
}

.archives-block__grid .block .widget-module ul>li>a:hover {
  color: #fff;
  background-color: #9a2743;
  outline-offset: 0;
}
.hero-columns:hover .hero-columns__title {
  text-decoration: underline;
}
.hs-blog-post .hero-columns:hover .hero-columns__title {
  text-decoration: none;
}
.button-block {
  padding-top: 0 !important;
}




.hs-blog-post .blog-post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hs-blog-post .blog-post .blog-post-inner {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% - 1.25rem);
  margin-right: .625rem;
  margin-left: .625rem;
}


.hs-blog-post .blog-post .content-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.hs-blog-post .blog-post .content-header p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
  text-rendering: optimizeLegibility;
}

.hs-blog-post .blog-post .content-header p strong {
  font-weight: 600;
  font-family: "FuturaBT W05 Bold";
}

time.updated {
  font-size: .875rem;
  line-height: 1.2;
}

#st-1 {
  margin-left: 1.25rem;
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: left;
  z-index: 94034;
}
.hs-blog-post .blog-post .blog-post__body p {
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
}

.title-block .flexible-content__cell {
  margin-top: 0;
  margin-bottom: 0;
}

.flexible-content__cell .related-post-wrapper .related-post-item {
  float: left;
  height: 100%;
  min-height: 1px;
  display: block;
}

.flexible-content__cell .related-post-wrapper .related-post-item a {
  position: relative;
  padding: 0 1.25rem;
  width: 100%;
  display: inline-block;
  letter-spacing: .0625rem;
}

p.card__name {
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
}

p.card__name {
  color: #053776;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}


.hs-blog-post .hero-columns .content-wrapper {
  margin-bottom: 0;
  margin-top: 0;
}
.menu-news-wrapper {
  position: relative;

}

.menu-news-wrapper .menu-news-container {
  position: relative;
  right: auto;
  left: auto;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  transition: background-color .25s ease;
  z-index: 99;
  transform: translate3d(0,0,0);
  width: 100%;
  background-color: #9a2743;
}
.footer-reached .menu-news-container {
  background-color: #277d9a !important;
}
.menu-news-wrapper .menu-news-container > span {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.menu-news-wrapper .menu-news-container > span > div {
  width: calc(100% - 1.25rem);
  margin-right: .625rem;
  margin-left: .625rem;
}

.menu-news-wrapper .menu-news-container > span > div > ul {
  line-height: 1.4;
  letter-spacing: .0625rem;
  font-size: 1.125rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.menu-news-wrapper .menu-news-container > span > div > ul > li {
  letter-spacing: .0625rem;
  font-size: 1.125rem;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

.menu-news-wrapper .menu-news-container > span > div > ul > li:first-child {
  opacity: .75;
}

.menu-news-wrapper .menu-news-container > span > div > ul > li:first-child > a {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}

.menu-news-wrapper .menu-news-container > span > div > ul > li > a {
  line-height: 1;
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 1rem;
  letter-spacing: .0625rem;
  padding: .1875rem;
  text-decoration: none;
}
.call-to-action--dark-bg {
  background-color: #f1f0ee;
}

.call-to-action--dark-bg .page-center{
  padding-right: .9375rem;
  padding-left: .9375rem;
}
.call-to-action--dark-bg .page-center {
  padding-right: .625rem;
  padding-left: .625rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  position: relative;
}
.call-to-action__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.8125rem .625rem;
}

.call-to-action__column {
  width: calc(100% - 1.25rem);
  margin-right: .625rem;
  margin-left: .625rem;
  border-bottom: .5px solid #053776;
}
.call-to-action__social .menu-item:nth-of-type(n+4) {
  display: none;
}
.call-to-action__column:last-of-type {
  border-bottom: 0;
}

.call-to-action__title {
  margin-bottom: 2.5rem;
}
.call-to-action__link, .call-to-action__social, .call-to-action__title {
  text-align: center;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.call-to-action__title .h2 {
  font-family: "FuturaBT W05 Book";
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 1.625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #053776;
  letter-spacing: .0625rem;
}



.button--outline {
  letter-spacing: .0625rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #053776;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: .75rem 2.5rem;
  text-decoration: none !important;
  color: #9a2743;
  background-color: transparent;
  border: 1px solid #9a2743;
}

.call-to-action__social .menu {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.call-to-action__social .menu li {
  margin-bottom: .625rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
}



.call-to-action__social .menu li a {
  letter-spacing: .0625rem;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 0;
  padding: .625rem;
}

.button--outline:hover {
  color: #fff;
  background-color: #9a2743;
  outline-offset: 0;
}

.call-to-action__social .menu li a:before {
  content: "";
  display: block;
  height: 1.875rem;
  transition: .25s ease;
  width: 1.875rem;
}
.call-to-action__link a {
  letter-spacing: .0625rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #053776;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: .75rem 2.5rem;
  text-decoration: none !important;
  color: #9a2743;
  background-color: transparent;
  border: 1px solid #9a2743;
}

.call-to-action__link a:hover {
  color: #fff;
  background-color: #9a2743;
  outline-offset: 0;
}

.call-to-action__social .menu li.menu-twitter > a:before {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/blog_twitter_red.svg);
}

.call-to-action__social .menu li.menu-facebook > a:before{
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/blog_facebook_red.svg);
}

.call-to-action__social .menu li.menu-instagrame > a:before{
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/blog_instagram_red.svg);
}

.call-to-action__social .menu li.menu-twitter > a:hover:before {
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/blog_twitter_blue.svg);
}
.call-to-action__social .menu li.menu-facebook > a:hover:before{
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/blog_facebook_blue.svg);
}

.call-to-action__social .menu li.menu-instagrame > a:hover:before{
  background-image: url(https://7457237.fs1.hubspotusercontent-na1.net/hubfs/7457237/raw_assets/public/HighgateSchool_May2020/images/blog_instagram_blue.svg);
}

.call-to-action__social .menu li:nth-of-type(n+4) {
  display: none;
}
.blog-pagination a.prev-link {
  background-color: transparent !important;
  color: #0a0a0a !important;
  margin-left: .9375rem;
  margin-right: .9375rem;
  width: auto;
}
@media screen and (min-width: 48em) {
  .blog-banner {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
  .blog-banner .entry__content{
    margin-top: 1.875rem;
    font-size: 2.8125rem;
  }
  .blog-banner .entry__content p{
    font-size: 2.8125rem;
  }
  .hero-columns__title-container {
    margin: 60px;
  }
  .hs-blog-listing .content-wrapper.container-fluid {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .hs-blog-listing .content-wrapper.container-fluid .row-fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .hs-blog-listing .content-wrapper.container-fluid .row-fluid .blog-index {
    margin-top: -3.125rem;
    margin-right: -3.125rem;
    margin-bottom: -3.125rem;
    margin-left: -3.125rem;
  }

  .hs-blog-listing .blog-index .post-item {
    width: calc(50% - 6.25rem);
    margin-top: 3.125rem;
    margin-right: 3.125rem;
    margin-bottom: 3.125rem;
    margin-left: 3.125rem;
  }
  .archives-block {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .archives-block__grid {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .archives-block__title {
    margin-bottom: 3.125rem;
  }
  .hs-blog-listing .blog-index .post-item p {
    font-size: 1.5625rem;
  }
  .archives-block__grid .block .widget-module ul{
    font-size: 1.125rem;
  }
  .archives-block__grid .block .widget-module ul > li {
    font-size: 1.125rem;
  }
  .blog-pagination {
    margin-bottom: 6.25rem;
    margin-top: 6.25rem;
  }
  .flexible-content__container--background {
    padding-top: 5.625rem;
  }
  .flexible-content__container--background {
    padding-bottom: 5.625rem;
  }
  .flexible-content__container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .hs-blog-post .content-wrapper {
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
    padding-right: .9375rem;
    padding-left: .9375rem;
  } 
  .hs-blog-post .blog-post .blog-post-inner {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: calc(60% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
  .hs-blog-post .blog-post .content-header p{
    font-size: 1.125rem;
  }

  .hs-blog-post .blog-post .blog-post__body p {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }
  p.card__name {
    font-size: 1.5625rem;
  }
  .flexible-content__cell .related-post-wrapper .related-post-item a {
    padding: 0 1.875rem;
  }
  .menu-news-wrapper .menu-news-container > span {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .call-to-action--dark-bg .page-center {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .call-to-action__social .menu li a:before{
    height: 2.5rem;
    width: 2.5rem;
  }
  .call-to-action__title .h2 {
    font-size: 2.5rem;
  }
  .call-to-action__social .menu li {
    font-size: 1.125rem;
  }
}

@media print, screen and (min-width: 64em){
  .hero-columns .content-wrapper{
    padding-right: .625rem;
    padding-left: .625rem;
  }
  .hero-columns {
    margin-bottom: 6.25rem;
    padding-top: 6.25rem;
    background-image: linear-gradient(180deg,#f1f0ee 80%,rgba(241,240,238,0) 80%);
  }
  .hero-columns .hero-columns__cell {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  .hero-columns__image {
    height: 100%;
    margin-top: -3.125rem;
  }
  .hs-blog-listing .content-wrapper.container-fluid .row-fluid .blog-index {
    margin-top: -3.75rem;
    margin-right: -3.75rem;
    margin-bottom: -3.75rem;
    margin-left: -3.75rem;
  }
  .hs-blog-listing .blog-index .post-item {
    width: calc(33.33333% - 7.5rem);
    margin-top: 3.75rem;
    margin-right: 3.75rem;
    margin-bottom: 3.75rem;
    margin-left: 3.75rem;
  }

  .flexible-content__container--background {
    padding-top: 7.5rem;
  }

  .flexible-content__container--background {
    padding-bottom: 7.5rem;
  }

  .title-block {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }

  .flexible-content__cell {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 5rem);
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  .flexible-content__container--background>.flexible-content__grid {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .call-to-action--dark-bg .page-center {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .call-to-action--dark-bg .page-center:before, .call-to-action--dark-bg .page-center:after {
    border: .5px solid #053776;
    bottom: 5rem;
    content: "";
    display: block;
    position: absolute;
    top: 5rem;
  }

  .call-to-action--dark-bg .page-center:before {
    left: calc(100%/3);
  }

  .call-to-action--dark-bg .page-center:after {
    right: calc(100%/3);
  }

  .call-to-action--dark-bg {
    background-color: #f1f0ee;
  }
  .call-to-action__column {
    width: calc(33.33333% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem;
    border-bottom: 0;
  }
  .call-to-action__content {
    padding: 5.625rem;
  }
}

@media print,screen and (min-width: 64em) and (min-width:48em) {
  .hero-columns .content-wrapper {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}



@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
}
.blog-pagination a {
  margin-bottom: .625rem;
  color:#fff !important;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #053776;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.875rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: .3125rem;
  margin-right: .3125rem;
  transition: .25s ease;
  width: 1.875rem;
}

.blog-pagination a:hover {
  background-color: #ff415b;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {

}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}

.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.blog-header__author-social-links a:hover {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.blog-post__tag-link {
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}

.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}


.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*  Blog Listing with Sidebar  */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.post-description h2 a {
  color: inherit;
  text-decoration: none;
}
.menu-news-wrapper .menu-news-container>span>div>ul>li>a:hover {
  text-decoration: underline;
}

.menu-news-wrapper {
  padding-bottom: 82px;
}
.menu-news-wrapper .menu-news-container {
  position: fixed;
  bottom: 0;
}
.footer-reached .menu-news-wrapper .menu-news-container {
  position: absolute;
}
.blog-pagination a.next-link {
  background-color: transparent;
  color: #0a0a0a !important;
  margin-left: .9375rem;
  margin-right: .9375rem;
  width: auto;
}

@media screen and (max-width: 1023px) {
  .menu-news-wrapper .menu-news-container{
    display:none;
  }
}


@media (max-width: 767px) {
  .button-block {
    margin-top:0;

  }
  button.slick-next.slick-arrow {
    right: 20px;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%) !important;
  }
  button.slick-prev.slick-arrow{
    left: 20px;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%) !important;

  }
  button.slick-next.slick-arrow:after {

    background-size: 1.4rem 1.4rem;
    height: 1.4rem;
    width: 1.4rem;
    z-index: 2;
  }
  button.slick-prev.slick-arrow:after {

    background-size: 1.4rem 1.4rem;
    height: 1.4rem;
    width: 1.4rem;
    z-index: 2;
  }
  .blog-recent-posts__list {
    display: block;
  }

  .post-item > .page-center {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .hero-columns__title-container .hero-columns__title {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-top: 0;
  }
  .hs-blog-post .hero-columns + .content-wrapper {
    padding-right: .625rem;
    padding-left: .625rem;
    margin: 0 auto;
    margin-bottom: 1.5625rem;
    margin-top: 1.5625rem;
  }
  .hero-columns:hover .hero-columns__title {
    text-decoration: none;
  }
  .hs-blog-post .blog-post p img {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    display: block !important;
  }
}
@media (max-width: 1400px) {

  body {
    overflow-x: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.systems-page input[type="email"] {
  width: 100% !important;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #fff;
  border: 2px solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .systems-page .success {
    min-width: 100% !important;
  }
}
/* added by HubSpot Support on 23.07 */
/* to render bold the checkboxes text on subscription preferences page: https://app.hubspot.com/design-previewer/7457237/code/29849419083 */
span.fakelabel {
    font-weight: bold !important;
}
/* end of HubSpot Support style */

::-moz-selection {
  color: #fff;
  background-color: #ff415b;
}
::selection {
  color: #fff;
  background-color: #ff415b;
}